* {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: 'Gilroy';
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #F8F8F8;
}

::-webkit-scrollbar-thumb {
    background: #F7941C;
}

input,
select,
textarea,
button {
    outline: none;
    padding: 18px 18px;
    border: 1px solid #dadada;
    width: calc(100% - 38px);
    font-weight: 600;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    outline: none;
    transition-duration: .2s;
}

img {
    height: auto;
    border: none;
}

.hidden {
    display: none !important;
}

.col {
    float: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.button,
.col-about,
#case .images .item-image,
#autopark .col-item {
    border-radius: 7px;
}

@media screen and (min-width: 1100px) {
    .wrap {
        width: 1080px;
    }
}

@media screen and (max-width: 1100px) {
    .wrap {
        padding: 0 25px;
    }
}

.wrap {
    margin: 0 auto;
    position: relative;
    z-index: 1000;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.text-page {
    font-size: 16px;
    margin-bottom: 30px;
}

.text-page h2 {
    font-size: 40px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.text-page h3 {
    font-size: 30px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.text-page p {
    margin-bottom: 13px;
}

.text-page a,
.text-page strong {
    color: #F7941C !important
}

.text-page a {
    text-decoration: underline;
}

.text-page ul,
.text-page ol {
    padding-left: 30px;
    margin-bottom: 30px;
}

.text-page ul li,
.text-page ol li {
    position: relative;
}

.text-page ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #F7941C;
    border-radius: 50px;
    position: absolute;
    top: 7px;
    left: -15px;
}

.text-page ol {
    counter-reset: item;
    padding-left: 40px;
    line-height: 1.5;
}

.text-page ol li:before {
    content: counter(item);
    counter-increment: item;
    background: #F7941C;
    color: #fff;
    font-size: 9px;
    position: absolute;
    border-radius: 50px;
    padding: 2px;
    left: -30px;
    top: 4px;
    width: 10px;
    height: 10px;
    text-align: center;
}

.header {
    position: relative;
    background: url(../images/8.jpg);
    background-size: cover;
    padding: 80px 0 20px;
    color: #fff;
}

.header:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(32, 30, 35, 0.498585);
    background: radial-gradient(442.92px at 23.75% 104.19%, rgba(158, 110, 69, 0.493291) 0%, rgba(28, 27, 33, 0.59) 100%), radial-gradient(442.92px at 79.68% 19.86%, rgba(146, 96, 64, 0.78) 0%, rgba(36, 33, 41, 0.58) 100%);
}

.header .nav {
    padding: 25px 0 19px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2000;
    position: absolute;
}

.header .nav .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .nav .wrap>div {
    width: 100%;
}

.header .nav.active {
    background: rgba(66, 54, 51, 0.83);
    position: fixed;
    padding: 10px 0;
}

.header .nav.active .phone span {
    zoom: 0.8;
}

.header .logo {
    width: 284px;
    padding: 0 0 0 0;
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1065px) {
    .header .logo {
        width: 200px;
        padding: 14px 0 0 0;
    }
}

.header .phone {
    float: right;
    position: relative;
}

.header .phone2 {
    float: left;
}

.flex-right {
    display: flex;
    justify-content: right;
}

@media (min-width: 992px) {
    .header .phone {
        margin-left: 10px;
        padding-left: 20px;
    }
}

.header .phone a {
    display: block;
    font-size: 20px;
    color: #fff;
    padding: 0px 0px 0px;
    font-weight: 700;
}

.header .phone a:hover {
    color: #F7A644;
}

.header .content {
    padding: 50px 0;
    text-align: center;
}

.header .content h1,
.header .content p {
    width: 810px;
    font-size: 40px;
    font-weight: 700;
    margin: 0 auto;
}

.header .content h1 {
    margin-bottom: 20px;
}

.header .content p {
    line-height: 40px;
}

.header .content p b {
    color: #F7941C;
    font-weight: 700;
}

.header .content .items {
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

.header .content .item {
    float: left;
    width: 250px;
    padding: 20px 0px 0 89px;
    position: relative;
}

.header .content .item span {
    position: absolute;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 22px;
    top: 19px;
    background: #fff;
    border-radius: 50%;
}

.header .content .item span img {
    width: 83%;
    height: auto;
    position: absolute;
    left: 4px;
    top: 3px;
}

.header .content .item span:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0px;
    top: 0px;
    background-color: #F7941C;
    border-radius: 50%;
    -webkit-animation: puff-out 2500ms linear 0ms infinite normal both;
    -moz-animation: puff-out 2500ms linear 0ms infinite normal both;
    animation: puff-out 2500ms linear 0ms infinite normal both;
    z-index: -1;
}

.header .content .item:before {
    content: "";
}

.header .content .items-2 {
    padding: 50px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .content .item__name {
    text-align: left;
}

.header .content .subtitle {
    font-size: 18px;
    font-weight: 400;
    padding: 9px 26px 40px 0;
    width: 300px;
    float: left;
    position: relative;
}

.header .content .subtitle:before {
    content: "";
    -moz-transform: rotate(-29deg);
    -ms-transform: rotate(-29deg);
    -webkit-transform: rotate(-29deg);
    -o-transform: rotate(-29deg);
    transform: rotate(-29deg);
    position: absolute;
    width: 52px;
    height: 49px;
    background: url(../images/103.png) no-repeat;
    right: 35px;
    top: 49px;
}

.header .content a.button {
    font-size: 15px;
    font-weight: 600;
    padding: 22px 43px;
    background: #F7941C;
    color: #fff;
    float: left;
    display: inline-block;
    text-align: center;
    border-bottom: 3px solid #945C1A;
    text-transform: uppercase;
}

.header .content a.button:hover {
    background: #F7A644;
    border-bottom: 3px solid #945C1A;
}

@-webkit-keyframes puff-out {
    0% {
        -webkit-transform: rotate(0deg) scale(1, 1);
        -webkit-transform-origin: 50% 50%;
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(2, 2);
        -webkit-transform-origin: 50% 50%;
        opacity: 0;
    }
}

@-moz-keyframes puff-out {
    0% {
        -moz-transform: rotate(0deg) scale(1, 1);
        -moz-transform-origin: 50% 50%;
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(0deg) scale(2, 2);
        -moz-transform-origin: 50% 50%;
        opacity: 0;
    }
}

@-o-keyframes puff-out {
    0% {
        -o-transform: rotate(0deg) scale(1, 1);
        -o-transform-origin: 50% 50%;
        opacity: 1;
    }

    100% {
        -o-transform: rotate(0deg) scale(2, 2);
        -o-transform-origin: 50% 50%;
        opacity: 0;
    }
}

@-ms-keyframes puff-out {
    0% {
        -ms-transform: rotate(0deg) scale(1, 1);
        -ms-transform-origin: 50% 50%;
        opacity: 1;
    }

    100% {
        -ms-transform: rotate(0deg) scale(2, 2);
        -ms-transform-origin: 50% 50%;
        opacity: 0;
    }
}

@keyframes puff-out {
    0% {
        transform: rotate(0deg) scale(1, 1);
        transform-origin: 50% 50%;
        opacity: 1;
    }

    100% {
        transform: rotate(0deg) scale(2, 2);
        transform-origin: 50% 50%;
        opacity: 0;
    }
}

@-webkit-keyframes play-1 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-webkit-keyframes play-2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-359deg);
    }
}

@keyframes sheen {

    0%,
    79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }

    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }

    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        transform: rotateZ(60deg) translate(1em, -11em)
    }

    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}

.style-1 {
    position: relative;
    overflow: hidden;
}

.style-1:before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5ac8e), color-stop(50%, #fff), color-stop(50%, #e5ac8e));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), color-stop(50%, rgba(229, 172, 142, 0)));
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    -ms-transform: rotate(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: sheen 3s infinite;
    animation: sheen 3s infinite;
}

#about {
    padding: 100px 0 80px;
}

.col-about {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 5px 10px 24px rgb(0 0 0 / 41%);
}

#about .col-1 {
    width: 40%;
}

#about .col-1 span {
    display: block;
    width: 100%;
    height: 504px;
    left: -7px;
    position: relative;
}

#about .col-1 .name {
    background: rgb(99, 124, 253);
    position: relative;
    padding: 16px;
    top: -90px;
    display: none
}


#about .col-1 .name a {
    color: #fff;
}

#about .col-1 .name p:nth-child(1) {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 0px 0 5px;
    color: rgb(255, 255, 255);
}

#about .col-1 .name p:nth-child(2) {
    text-align: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

#about .col-2 {
    width: 37%;
    position: relative;
    background: #ffffff;
    margin: 0px 0px 0;
    padding: 27px 40px 0px 40px;
}

#about h2 {
    font-size: 29px;
    padding: 0 0 50px;
    text-align: center;
    font-weight: 700;
}

#about .col-2 li {
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    color: initial;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}


#about .col-2 li span {
    width: 80px;
    height: 50px;
}

#about .col-2 .images {
    padding: 10px 0;
    position: relative;
    height: 200px;
}

#about .col-2 .images span {
    display: inline-block;
}

#about .col-2 .images span:nth-child(1) {
    width: 204px;
    height: 180px;
    position: absolute;
    top: 0px;
    left: 40px;
}

#about .col-2 .images span:nth-child(2) {
    width: 173px;
    height: 167px;
    position: absolute;
    top: 15px;
    right: 40px;
}

#autopark {
    padding: 135px 0 98px;
    background: url(../images/13.jpg) center;
    background-size: cover;
    margin: 0 0 100px;
    position: relative;
    color: #fff;
}

#autopark:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(32, 30, 35, 0.498585);
    background: radial-gradient(442.92px at 23.75% 104.19%, rgba(158, 110, 69, 0.493291) 0%, rgba(28, 27, 33, 0.65) 100%), radial-gradient(442.92px at 79.68% 19.86%, rgba(146, 96, 64, 0.78) 0%, rgba(36, 33, 41, 0.64) 100%);
}

#autopark .wrap {
    display: flex;
    flex-direction: column;
}

#autopark .row:before,
#autopark .row:after {
    content: none;
}

#autopark .col-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#autopark .col-1 {
    position: relative;
    width: 800px;
    float: left;
}

#autopark h2 {
    font-size: 29px;
    font-weight: 700;
}

#autopark h3 {
    font-size: 18px;
    font-weight: 400;
    padding: 14px 0 50px;
    line-height: 1.4;
}

#autopark .col-2 {
    position: relative;
    width: 400px;
    float: right;
}

#autopark .col-2 .cur {
    width: 300px;
    height: 300px;
    background: rgba(37, 33, 33, 0.74);
    background: linear-gradient(-135deg, rgba(243, 36, 36, 0.67), rgba(177, 93, 53, 0.69));
    border-radius: 50%;
    position: absolute;
    right: -186px;
    top: -246px;
}

#autopark .col-2 img {
    position: absolute;
    left: 110px;
    top: -187px;
    width: 398px;
}

#autopark .col-item {
    width: 255px;
    padding: 40px;
    margin: 0px 0 34px;
    background: #fff;
    color: #000;
    overflow: hidden;
    position: relative;
    box-shadow: 20px 18px 27px rgba(0, 0, 0, 0.41);
    height: 250px;
}

#autopark .col-item .button {
    font-size: 13px;
    font-weight: 600;
    padding: 20px 43px;
    background: #F7941C;
    color: #fff;
    width: 164px;
    display: block;
    text-align: center;
    border-bottom: 3px solid #945C1A;
    text-transform: uppercase;
    position: absolute;
    opacity: 0;
    left: 40px;
    top: 190px;
    z-index: 1110;
    margin-left: auto;
}

#autopark .col-item:hover .button {
    opacity: 1;
}

#autopark .col-item .button:hover {
    background: #F7A644;
    border-bottom: 3px solid #945C1A;
}

#autopark .col-item:before {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    left: -30px;
    top: -30px;
    border-radius: 50px;
    background: rgba(247, 148, 28, 0.56)
}

#autopark h4 {
    font-size: 21px;
    padding: 5px 2px 8px;
}

#autopark .col-item:hover p {
    opacity: 0;
}

#autopark p {
    font-size: 16px;
    padding: 0 0 2px;
}

#autopark b {
    font-size: 16px;
}

#autopark .image {
    height: 108px;
}

#autopark .col-item img {
    padding: 0 0 0;
    filter: invert(100%);
}

#autopark .col-item-6 img {
    width: 137%;
    position: relative;
    left: -86px;
}

#autopark .item-2,
#type .item-2 {
    position: relative;
    padding: 55px 0 33px;
}

#autopark .item-2 img,
#type .item-2 img {
    position: absolute;
    width: 143px;
    left: 197px;
    top: 52px;
}

#type .item-2 img {
    left: 80px;
    top: 17px;
}

#autopark .item-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#autopark .item-2 p {
    font-size: 19px;
    font-weight: 600;
    position: relative;
}

#autopark .item-2 p:before {
    content: "";
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(-29deg);
    position: absolute;
    width: 52px;
    height: 52px;
    background: url(../images/103.png) no-repeat;
    right: 20px;
    top: 63px;
}

#autopark .item-2 p {
    width: 282px;
}

#autopark .button:hover {
    background: #F7A644;
    border-bottom: 3px solid #945C1A;
}

#cta {
    padding: 148px 0 148px;
    background: url(../images/6003.jpg) bottom;
    background-size: cover;
    text-align: center;
    position: relative;
    color: #fff;
}

#cta:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(32, 30, 35, 0.498585);
    background: radial-gradient(442.92px at 23.75% 104.19%, rgba(158, 110, 69, 0.493291) 0%, rgba(28, 27, 33, 0.65) 100%), radial-gradient(442.92px at 79.68% 19.86%, rgba(146, 96, 64, 0.78) 0%, rgba(36, 33, 41, 0.64) 100%);
}

#cta h2 {
    font-size: 29px;
    font-weight: 700;
    padding: 0px 0 30px;
}

#cta h3 {
    font-size: 20px;
    font-weight: 400;
    padding: 0 0 30px;
}

#cta .button {
    height: 63px;
    line-height: 63px;
    font-size: 15px;
    font-weight: 600;
    padding: 0 43px;
    background: #F7941C;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    border: none;
    border-bottom: 3px solid #945C1A;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 10px;
}

#cta .button:hover {
    background: #F7A644;
    border-bottom: 3px solid #945C1A;
}

#price {
    padding: 100px 0;
}

#price .button {
    height: 63px;
    line-height: 63px;
    font-size: 15px;
    font-weight: 600;
    padding: 0 43px;
    background: #F7941C;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    border: none;
    border-bottom: 3px solid #945C1A;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 10px;
}

#price .wrap {
    text-align: center;
}

#price h2 {
    margin-bottom: 20px;
    /* font-size: 40px; */
}

#table {
    margin-bottom: 80px;
}

#table h1 {
    margin: 50px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 700
}
.table-container {
    overflow-x: auto; /* Enables horizontal scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    width: 100%; /* Make sure the container is full width */
}


table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
}


table th,
table td {
    padding: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}

table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

table thead th {
    background-color: #e2e2e2;
    text-align: center;
}

table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.transparent-header {
    background-color: #fff;
    border: none;
}

.header-table {
    background-color: #F7A644;
    color: #fff;
}

input.picker[type="date"] {
    position: relative;
  }
  
  input.picker[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    color: transparent;
    background: transparent;
    font-size: 18px;
  }
  

.footer {
    padding: 28px 0;
    background: rgba(66, 54, 51, 0.83);
}


.footer .logo {
    width: 363px;
    padding: 0px 0px 0px 0px;
}

.footer .logo span {
    width: 71px;
    height: 50px;
    float: left;
}

.footer .logo .text {
    float: left;
    padding: 10px;
}

.footer .logo .text p:nth-child(1) {
    font-size: 22px;
    font-weight: 700;
    color: #F7941C;
}

.footer .logo .text p:nth-child(2) {
    font-size: 13px;
}

.footer .copy {
    clear: both;
}

.footer h2 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.footer p,
.footer a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.footer .col-1 {
    width: 281px;
}

.footer .col-2 {
    width: 235px;
}

.footer .col-3 {
    width: 200px;
}

.copy {
    padding: 16px 0;
    background: rgba(66, 54, 51, 0.83);
    text-align: center;
    font-size: 13px;
    color: #fff;
}


#autopark .button {
    font-size: 15px;
    font-weight: 600;
    padding: 22px 43px;
    background: #F7941C;
    color: #fff;
    width: 200px;
    display: block;
    text-align: center;
    border-bottom: 3px solid #945C1A;
    text-transform: uppercase;
    margin-left: 30px;
}

#autopark .button:hover {
    background: #F7A644;
    border-bottom: 3px solid #945C1A;
}

.about-small {
    font-size: 12px;
    margin-top: 30px;
    padding-left: 20px;
}

.footer-support {
    display: flex;
    flex-direction: column;
}

.footer-support>a {
    margin-bottom: 5px;
}

.btn-up {
    /* фиксированное позиционирование */
    position: fixed;
    /* цвет фона */
    background-color: #F7941C;
    /* расстояние от правого края окна браузера */
    right: 20px;
    /* расстояние от нижнего края окна браузера */
    bottom: 0;
    /* скругление верхнего левого угла */
    border-top-left-radius: 8px;
    /* скругление верхнего правого угла */
    border-top-right-radius: 8px;
    /* вид курсора */
    cursor: pointer;
    /* отображение элемента как flex */
    display: flex;
    /* выравниваем элементы внутри элемента по центру вдоль поперечной оси */
    align-items: center;
    /* выравниваем элементы внутри элемента по центру вдоль главной оси */
    justify-content: center;
    /* ширина элемента */
    width: 60px;
    /* высота элемента */
    height: 50px;
    z-index: 55;
}

.btn-up::before {
    content: "";
    width: 40px;
    height: 40px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .btn-up:hover {
        background-color: #F7941C;
        /* цвет заднего фона при наведении */
    }
}

.copy-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy-right>a {
    color: #fff;
    margin-left: 10px;
}

.offer {
    padding: 40px 0;
}

.offer h1 {
    text-align: center;
    margin-bottom: 40px;
}

.offer p {
    margin-bottom: 20px;
}

.offer h3 {
    margin-bottom: 20px;
    text-align: center;
}

.offer ul,
.offer ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.offer li {
    list-style: inherit;
}