@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=MuseoModerno:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

.overflow_hidden {
    overflow: hidden !important;
}

section:not(.first-block) {
    overflow: hidden;
}

.swiper {
    overflow: hidden;
}

.hide {
    display: none !important;
}

* {
    font-family: "Montserrat", sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    scroll-behavior: smooth;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}

img, iframe, video {
    max-width: 100%;
}

.site-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
@media all and (max-width: 1200px) {
    .site-header {
        background: #000;
        position: sticky;
        z-index: 20;
    }
}
.site-header__inner {
    padding: 30px;
    max-width: 1460px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media all and (max-width: 1200px) {
    .site-header__inner {
        padding: 8px 10px;
    }
}
.site-header__logo {
    font-size: 0;
}
.site-header__logo img {
    max-width: 200px;
}
@media all and (max-width: 480px) {
    .site-header__logo img {
        max-width: 89px;
    }
}
.site-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 34px;
}
@media all and (max-width: 1200px) {
    .site-header__menu {
        margin-left: auto;
        margin-right: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}
.site-header__anchor-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 34px;
}
@media all and (max-width: 1200px) {
    .site-header__anchor-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 25px;
    }
}
.site-header__anchor-menu li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
@media all and (max-width: 1200px) {
    .site-header__anchor-menu li a {
        font-size: 18px;
    }
}
.site-header__anchor-menu li a:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #FF862E;
    bottom: -1px;
    left: 0;
}
.site-header__anchor-menu li a:hover {
    color: #FF862E;
}
@media all and (min-width: 1025px) {
    .site-header__anchor-menu li a:hover:before {
        width: 100%;
    }
}
.site-header__site-langs {
    position: relative;
}
.site-header__langs-active {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-header__langs-active:hover {
    color: #FF862E;
}
.site-header__langs-active:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6666 6.2532L7.99995 10.9199L3.33328 6.2532' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 50% no-repeat;
}
.site-header__langs-list {
    position: absolute;
    top: 100%;
    width: 50px;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}
@media all and (max-width: 1200px) {
    .site-header__langs-list {
        background: #000;
    }
}
.site-header__langs-list.active {
    opacity: 1;
    visibility: visible;
}
.site-header__langs-list .langs-item a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-header__langs-list .langs-item a:hover {
    color: #FF862E;
}
.site-header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}
@media all and (max-width: 1200px) {
    .site-header__contacts {
        margin-left: auto;
    }
}
.site-header__contacts-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2px;
}
@media all and (max-width: 1200px) {
    .site-header__contacts-body {
        gap: 0;
    }
}
.site-header__contacts-phones .phones-item {
    text-align: right;
}
.site-header__contacts-phones .phones-item a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: right;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media all and (max-width: 1200px) {
    .site-header__contacts-phones .phones-item a {
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
    }
}
.site-header__contacts-phones .phones-item a:hover {
    color: #FF862E;
}
.site-header__contacts-mails .mails-item {
    text-align: right;
}
.site-header__contacts-mails .mails-item a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: right;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media all and (max-width: 1200px) {
    .site-header__contacts-mails .mails-item a {
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
    }
}
.site-header__contacts-mails .mails-item a:hover {
    color: #FF862E;
}
.site-header__contacts-icon {
    -webkit-box-shadow: 0 0 0 4px rgba(255, 134, 46, 0.5);
            box-shadow: 0 0 0 4px rgba(255, 134, 46, 0.5);
    width: 35px;
    height: 35px;
    border-radius: 100%;
    min-width: 35px;
    background: #FF862E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-animation: pulse-animation 2s infinite;
            animation: pulse-animation 2s infinite;
}
.site-header__burgerBtn {
    display: none;
}
@media all and (max-width: 1200px) {
    .site-header__burgerBtn {
        display: block;
        width: 44px;
        height: 43px;
        min-width: 44px;
        cursor: pointer;
        margin-left: 15px;
        background: url("data:image/svg+xml,%3Csvg width='32' height='26' viewBox='0 0 32 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='1' x2='32' y2='1' stroke='white' stroke-width='2'/%3E%3Cline y1='25' x2='32' y2='25' stroke='white' stroke-width='2'/%3E%3Cline x1='14.5303' y1='13' x2='32' y2='13' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A") 50% no-repeat;
    }
}

.video-block {
    width: 100%;
    position: relative;
    font-size: 0;
}
.video-block:hover .video-block__play-btn {
    opacity: 1;
    visibility: visible;
}
.video-block:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: -webkit-gradient(linear, right top, left top, color-stop(41.36%, rgba(21, 18, 18, 0)), color-stop(97.49%, rgba(0, 0, 0, 0.8)));
    background: linear-gradient(270deg, rgba(21, 18, 18, 0) 41.36%, rgba(0, 0, 0, 0.8) 97.49%);
}
.video-block__inner video {
    width: 100%;
    max-height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
}
.video-block__inner iframe {
    width: 100%;
    height: 100vh;
}
.video-block__socials {
    position: absolute;
    bottom: 32px;
    right: 30px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}
@media all and (max-width: 1025px) {
    .video-block__socials {
        right: 14px;
        bottom: 18px;
        gap: 8px;
    }
}
.video-block__socials-item {
    width: 32px;
    height: 32px;
    font-size: 0;
}
.video-block__socials-item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.video-block__socials-item img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    will-change: transform;
}
.video-block__play-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 2;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    will-change: transform;
    opacity: 0;
    visibility: hidden;
    background: url("data:image/svg+xml,%3Csvg width='21' height='25' viewBox='0 0 21 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.843 12.5834L0.0785072 24.5718L0.0785083 0.595083L20.843 12.5834Z' fill='black'/%3E%3C/svg%3E%0A") 58% 50% no-repeat rgba(255, 255, 255, 0.6);
}
.video-block__play-btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.first-block {
    background: #151212;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.first-block__inner {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 40px 0 50px;
}
.first-block__inner-wr {
    width: 100%;
    max-width: 1360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}
@media all and (max-width: 1200px) {
    .first-block__inner-wr {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.first-block__logo {
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 312px;
}
@media all and (max-width: 1200px) {
    .first-block__logo {
        max-width: 100%;
    }
}
.first-block__logo .logo {
    margin-top: -100px;
    margin-bottom: 60px;
}
@media all and (max-width: 1200px) {
    .first-block__logo .logo {
        margin-bottom: 0;
    }
}
@media all and (max-width: 641px) {
    .first-block__logo .logo img {
        max-width: 215px;
    }
}
.first-block__logo .arrow {
    width: 77px;
    height: 15px;
    margin-left: auto;
    background: url("data:image/svg+xml,%3Csvg width='77' height='15' viewBox='0 0 77 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M75.7395 8.13374C76.13 7.74322 76.13 7.11005 75.7395 6.71953L69.3755 0.355568C68.985 -0.0349565 68.3518 -0.0349565 67.9613 0.355568C67.5708 0.746092 67.5708 1.37926 67.9613 1.76978L73.6181 7.42664L67.9613 13.0835C67.5708 13.474 67.5708 14.1072 67.9613 14.4977C68.3518 14.8882 68.985 14.8882 69.3755 14.4977L75.7395 8.13374ZM0.663757 8.42664H75.0323V6.42664H0.663757V8.42664Z' fill='%23FF862E'/%3E%3C/svg%3E%0A") 50% no-repeat;
}
@media all and (max-width: 1200px) {
    .first-block__logo .arrow {
        display: none;
    }
}
.first-block__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: left;
    color: #fff;
    max-width: 300px;
}
@media all and (max-width: 641px) {
    .first-block__title {
        max-width: 100%;
    }
}
.first-block__title span {
    color: #FF862E;
    font-style: italic;
    font-weight: 300;
}
.first-block__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #fff;
    width: calc(100% - 600px);
}
@media all and (max-width: 1200px) {
    .first-block__text {
        width: calc(100% - 320px);
    }
}
@media all and (max-width: 641px) {
    .first-block__text {
        width: 100%;
    }
}

.services-block {
    padding: 75px 20px;
}
@media all and (max-width: 1025px) {
    .services-block {
        padding-top: 20px;
        padding-bottom: 45px;
    }
}
.services-block__inner {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.services-block__inner-wr {
    width: 100%;
    max-width: 1380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 65px;
}
@media all and (max-width: 1100px) {
    .services-block__inner-wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 35px;
    }
}
.services-block__shop {
    width: calc(100% - 65px - 583px);
    position: relative;
    padding-right: 68px;
}
@media all and (max-width: 1100px) {
    .services-block__shop {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
}
@media all and (max-width: 769px) {
    .services-block__shop {
        padding-right: 0;
    }
}
.services-block__shop:before {
    content: "";
    position: absolute;
    right: 0;
    top: -20px;
    width: 225px;
    height: 100%;
    max-height: 570px;
    background: #FF862E;
    z-index: -1;
}
@media all and (max-width: 1024px) {
    .services-block__shop:before {
        width: 99px;
        max-height: unset;
        height: calc(100% + 45px);
    }
}
.services-block__shop-title {
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;
    text-align: left;
    color: #000;
    margin-bottom: 30px;
}
@media all and (max-width: 1100px) {
    .services-block__shop-title {
        padding-left: 20px;
    }
}
@media all and (max-width: 769px) {
    .services-block__shop-title {
        padding-right: 100px;
        line-height: 35px;
    }
}
.services-block__shop-title div {
    color: #FF862E;
    font-weight: 700;
}
@media all and (max-width: 769px) {
    .services-block__shop-title div {
        line-height: 42px;
    }
}
.services-block__shop-images {
    font-size: 0;
    position: relative;
}
@media all and (max-width: 1025px) {
    .services-block__shop-images {
        position: relative;
    }
}
.services-block__shop-images .swiper-pagination {
    bottom: auto;
    top: 295px;
    right: 0;
    text-align: right;
    padding-right: 16px;
}
@media all and (max-width: 1025px) {
    .services-block__shop-images .swiper-pagination {
        bottom: auto;
        top: calc(100% - 245px);
    }
}
@media all and (max-width: 769px) {
    .services-block__shop-images .swiper-pagination {
        top: calc(100% - 105px);
    }
}
.services-block__shop-images .slider-image {
    width: 100%;
    text-align: center;
    height: auto;
    background: #fff;
}
.services-block__shop-images .slider-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 537px;
}
.services-block__shop-body {
    background: #fff;
    padding: 37px 30px 47px;
    position: relative;
    margin-top: -195px;
    width: calc(100% - 67px);
    margin-left: auto;
    z-index: 1;
}
@media all and (max-width: 769px) {
    .services-block__shop-body {
        width: calc(100% - 25px);
        padding: 20px 24px 20px;
        margin-top: -60px;
    }
}
.services-block__shop-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #79797b;
    padding: 0 7px 18px;
}
@media all and (max-width: 1024px) {
    .services-block__shop-text {
        padding-left: 0;
        padding-right: 0;
    }
}
.services-block__shop-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
}
.services-block__shop-links .links-item a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 250px;
    padding: 10px 23px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000;
}
@media all and (max-width: 769px) {
    .services-block__shop-links .links-item a {
        padding: 8px 23px 9px;
    }
}
.services-block__shop-links .links-item a:hover {
    background: #FF862E;
    border-color: #FF862E;
    color: #fff;
    -webkit-animation: pulse-animation 2s infinite;
            animation: pulse-animation 2s infinite;
}
.services-block__transport {
    width: 583px;
}
@media all and (max-width: 1100px) {
    .services-block__transport {
        width: 100%;
    }
}
.services-block__transport-title {
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;
    text-align: left;
    color: #000;
    margin-bottom: 24px;
}
.services-block__transport-title div {
    font-weight: 700;
}
.services-block__transport-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
}
.services-block__transport-list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #E9E9E9;
    width: 100%;
}
.services-block__transport-list .list-item__titles {
    padding-top: 17px;
    padding-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}
.services-block__transport-list .list-item__titles .title {
    list-style-type: disc;
    display: list-item;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #000;
}
.services-block__transport-list .list-item__icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: #BFBCBC;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.services-block__transport-slider {
    margin-top: 38px;
}
.services-block__transport-slider .swiper-pagination {
    position: static;
    text-align: left;
}
@media all and (max-width: 1024px) {
    .services-block__transport-slider a {
        display: block;
        width: 100%;
        padding-top: 100%;
        position: relative;
    }
    .services-block__transport-slider a img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
}
.services-block__transport-slider .slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.services-block__transport-slider .slider-item .big_image {
    width: 280px;
    height: 280px;
}
.services-block__transport-slider .slider-item .big_image a {
    font-size: 0;
    line-height: normal;
}
.services-block__transport-slider .slider-item .big_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.services-block__transport-slider .slider-item .small_images {
    width: calc(100% - 295px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
}
.services-block__transport-slider .slider-item .small_images .small-item {
    width: calc(50% - 8px);
    position: relative;
}
.services-block__transport-slider .slider-item .small_images .small-item a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 97%;
    font-size: 0;
}
.services-block__transport-slider .slider-item .small_images .small-item a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.services-block .swiper-pagination {
    margin-top: 20px;
    font-size: 0;
}
@media all and (max-width: 1025px) {
    .services-block .swiper-pagination {
        margin: 0;
    }
}
.services-block .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.57);
    opacity: 1;
    border: 1px solid transparent;
}
.services-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: none;
    border-color: #FF862E;
}

.offers-block {
    margin-bottom: 66px;
}
.offers-block__inner {
    width: 100%;
    max-width: 1174px;
    margin: 0 auto;
}
.offers-block__inner-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
@media all and (max-width: 1025px) {
    .offers-block__inner-wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
        overflow: hidden;
    }
}
.offers-block__left {
    width: 400px;
    padding-right: 30px;
}
@media all and (max-width: 1024px) {
    .offers-block__left {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.offers-block__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #000;
    margin-bottom: 17px;
}
.offers-block__title div {
    font-style: italic;
    font-weight: 300;
    color: #FF862E;
}
.offers-block__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #79797b;
    margin-bottom: 7px;
}
.offers-block__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    gap: 16px;
}
.offers-block__arrows .slider-button {
    position: static;
    margin-top: 0;
    width: 54px;
    height: 54px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url("data:image/svg+xml,%3Csvg width='18' height='34' viewBox='0 0 18 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8752 32.7501L1.12518 17.0001L16.8752 1.25012' stroke='%231D222F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 50% no-repeat #E9E9E9;
}
@media all and (max-width: 1024px) {
    .offers-block__arrows .slider-button {
        top: calc(50% + 90px);
        left: -15px;
        z-index: 5;
        position: absolute;
        background-color: rgba(233, 233, 233, 0.7);
    }
}
.offers-block__arrows .slider-button.swiper-button-next {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    left: auto;
    right: -15px;
}
.offers-block__arrows .slider-button:after {
    display: none;
}
.offers-block__arrows .slider-button:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='34' viewBox='0 0 18 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8752 32.7501L1.12518 17.0001L16.8752 1.25012' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-color: #FF862E;
}
.offers-block__slider {
    width: calc(100% - 400px);
}
@media all and (max-width: 1025px) {
    .offers-block__slider {
        width: 100%;
        margin-top: 20px;
        padding: 0 20px;
    }
}
.offers-block__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.offers-block__slider .slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding: 23px;
    background: #D9D9D9;
    height: auto;
}
@media all and (max-width: 641px) {
    .offers-block__slider .slider-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 15px 13px;
    }
}
.offers-block__slider .slider-item__image {
    font-size: 0;
    width: 330px;
    max-width: 100%;
}
.offers-block__slider .slider-item__body {
    width: calc(100% - 330px - 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media all and (max-width: 641px) {
    .offers-block__slider .slider-item__body {
        width: 100%;
    }
}
.offers-block__slider .slider-item__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #000;
    margin-bottom: 16px;
}
.offers-block__slider .slider-item__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #000;
    margin-bottom: 15px;
}
.offers-block__slider .slider-item__bottom {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.offers-block__slider .slider-item__date {
    padding-left: 22px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #79797b;
}
.offers-block__slider .slider-item__date:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    background: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8489 2.37911L11.8496 2.87886C13.686 3.02279 14.8991 4.27416 14.9011 6.1932L14.9083 11.8104C14.9109 13.9027 13.5965 15.19 11.4895 15.1934L6.34291 15.2C4.24912 15.2027 2.9182 13.8847 2.91557 11.7864L2.90833 6.23518C2.9057 4.30348 4.07601 3.05544 5.91244 2.88686L5.91178 2.38711C5.91112 2.09392 6.12833 1.87336 6.41795 1.87336C6.70757 1.8727 6.92478 2.09259 6.92544 2.38577L6.9261 2.85221L10.8359 2.84688L10.8353 2.38044C10.8346 2.08726 11.0518 1.86737 11.3414 1.8667C11.6245 1.86603 11.8483 2.08592 11.8489 2.37911ZM3.92264 6.44108L13.8881 6.42775V6.19453C13.8598 4.76192 13.141 4.01029 11.8509 3.89835L11.8515 4.41143C11.8515 4.69795 11.6284 4.92517 11.3454 4.92517C11.0558 4.92583 10.8379 4.69928 10.8379 4.41276L10.8372 3.87303L6.92741 3.87836L6.92807 4.41742C6.92807 4.70461 6.71151 4.93117 6.4219 4.93117C6.13228 4.93183 5.91441 4.70594 5.91441 4.41876L5.91375 3.90568C4.63023 4.03428 3.92001 4.78857 3.92198 6.23385L3.92264 6.44108ZM11.0683 9.46956V9.47689C11.0748 9.7834 11.325 10.016 11.6284 10.0093C11.9246 10.002 12.1609 9.74809 12.1543 9.44157C12.1405 9.14839 11.9029 8.90917 11.6073 8.90984C11.3046 8.9165 11.0676 9.16305 11.0683 9.46956ZM11.612 12.4614C11.3092 12.4547 11.065 12.2022 11.0643 11.8957C11.0577 11.5892 11.3006 11.3353 11.6034 11.328H11.61C11.9193 11.328 12.1701 11.5805 12.1701 11.8937C12.1708 12.2069 11.9207 12.4607 11.612 12.4614ZM8.3564 9.48022C8.36957 9.78673 8.62035 10.0259 8.92313 10.0126C9.21933 9.99863 9.45563 9.74542 9.44246 9.43891C9.43522 9.13906 9.19168 8.90584 8.89548 8.90651C8.5927 8.91983 8.35574 9.17371 8.3564 9.48022ZM8.92576 12.4314C8.62298 12.4447 8.37286 12.2055 8.35904 11.899C8.35904 11.5925 8.59534 11.3393 8.89812 11.3253C9.19432 11.3246 9.43851 11.5578 9.4451 11.857C9.45892 12.1642 9.22196 12.4174 8.92576 12.4314ZM5.64454 9.50354C5.65771 9.81005 5.90849 10.0499 6.21127 10.0359C6.50747 10.0226 6.74377 9.76874 6.72994 9.46223C6.72336 9.16238 6.47982 8.92916 6.18297 8.92983C5.88018 8.94316 5.64388 9.19703 5.64454 9.50354ZM6.2139 12.4347C5.91112 12.4487 5.661 12.2089 5.64717 11.9023C5.64652 11.5958 5.88348 11.342 6.18626 11.3286C6.48245 11.328 6.72665 11.5612 6.73324 11.861C6.74706 12.1675 6.51076 12.4214 6.2139 12.4347Z' fill='%2379797B'/%3E%3C/svg%3E%0A") 50% no-repeat;
}
.offers-block__slider .slider-item__share a {
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url("data:image/svg+xml,%3Csvg width='23' height='25' viewBox='0 0 23 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4236 15.8148C17.0242 15.8148 15.7713 16.4532 14.9401 17.4539L9.53262 14.3838C9.70077 13.9106 9.7932 13.4018 9.7932 12.8715C9.7932 12.3414 9.70077 11.8326 9.53262 11.3594L14.9396 8.28851C15.7708 9.28953 17.0239 9.92815 18.4234 9.92815C20.9198 9.92815 22.9508 7.89643 22.9508 5.399C22.951 2.90231 20.92 0.871216 18.4236 0.871216C15.9269 0.871216 13.8957 2.90231 13.8957 5.39889C13.8957 5.92913 13.988 6.43804 14.1563 6.91135L8.74898 9.98234C7.9178 8.98184 6.66507 8.34365 5.26595 8.34365C2.76894 8.34365 0.737427 10.3747 0.737427 12.8714C0.737427 15.368 2.76894 17.3991 5.26595 17.3991C6.66507 17.3991 7.9177 16.7609 8.74887 15.7605L14.1563 18.8308C13.988 19.3041 13.8956 19.8131 13.8956 20.3434C13.8956 22.84 15.9268 24.8711 18.4235 24.8711C20.9199 24.8711 22.9509 22.8399 22.9509 20.3434C22.951 17.8464 20.92 15.8148 18.4236 15.8148ZM18.4236 2.45561C20.0464 2.45561 21.3666 3.77594 21.3666 5.39889C21.3666 7.02268 20.0464 8.34365 18.4236 8.34365C16.8006 8.34365 15.4801 7.02268 15.4801 5.39889C15.4801 3.77594 16.8006 2.45561 18.4236 2.45561ZM5.26605 15.8148C3.64268 15.8148 2.32193 14.4944 2.32193 12.8715C2.32193 11.2485 3.64268 9.92815 5.26605 9.92815C6.88879 9.92815 8.20891 11.2485 8.20891 12.8715C8.20891 14.4944 6.88868 15.8148 5.26605 15.8148ZM18.4236 23.2868C16.8006 23.2868 15.4801 21.9664 15.4801 20.3435C15.4801 18.7201 16.8006 17.3992 18.4236 17.3992C20.0464 17.3992 21.3666 18.7201 21.3666 20.3435C21.3666 21.9664 20.0464 23.2868 18.4236 23.2868Z' fill='black'/%3E%3C/svg%3E%0A") 50% no-repeat;
}
.offers-block__slider .slider-item__share a:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='25' viewBox='0 0 23 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4236 15.8148C17.0242 15.8148 15.7713 16.4532 14.9401 17.4539L9.53262 14.3838C9.70077 13.9106 9.7932 13.4018 9.7932 12.8715C9.7932 12.3414 9.70077 11.8326 9.53262 11.3594L14.9396 8.28851C15.7708 9.28953 17.0239 9.92815 18.4234 9.92815C20.9198 9.92815 22.9508 7.89643 22.9508 5.399C22.951 2.90231 20.92 0.871216 18.4236 0.871216C15.9269 0.871216 13.8957 2.90231 13.8957 5.39889C13.8957 5.92913 13.988 6.43804 14.1563 6.91135L8.74898 9.98234C7.9178 8.98184 6.66507 8.34365 5.26595 8.34365C2.76894 8.34365 0.737427 10.3747 0.737427 12.8714C0.737427 15.368 2.76894 17.3991 5.26595 17.3991C6.66507 17.3991 7.9177 16.7609 8.74887 15.7605L14.1563 18.8308C13.988 19.3041 13.8956 19.8131 13.8956 20.3434C13.8956 22.84 15.9268 24.8711 18.4235 24.8711C20.9199 24.8711 22.9509 22.8399 22.9509 20.3434C22.951 17.8464 20.92 15.8148 18.4236 15.8148ZM18.4236 2.45561C20.0464 2.45561 21.3666 3.77594 21.3666 5.39889C21.3666 7.02268 20.0464 8.34365 18.4236 8.34365C16.8006 8.34365 15.4801 7.02268 15.4801 5.39889C15.4801 3.77594 16.8006 2.45561 18.4236 2.45561ZM5.26605 15.8148C3.64268 15.8148 2.32193 14.4944 2.32193 12.8715C2.32193 11.2485 3.64268 9.92815 5.26605 9.92815C6.88879 9.92815 8.20891 11.2485 8.20891 12.8715C8.20891 14.4944 6.88868 15.8148 5.26605 15.8148ZM18.4236 23.2868C16.8006 23.2868 15.4801 21.9664 15.4801 20.3435C15.4801 18.7201 16.8006 17.3992 18.4236 17.3992C20.0464 17.3992 21.3666 18.7201 21.3666 20.3435C21.3666 21.9664 20.0464 23.2868 18.4236 23.2868Z' fill='%23FF862E'/%3E%3C/svg%3E%0A");
}

.big-slider {
    margin-bottom: 66px;
}
@media all and (max-width: 1025px) {
    .big-slider {
        padding-top: 118px;
        position: relative;
        margin-bottom: 37px;
    }
}
.big-slider__inner {
    width: 100%;
    max-width: calc((100% + 1174px) / 2);
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.big-slider__title {
    width: 100%;
    max-width: 320px;
    padding: 42px 14px 42px 34px;
    background: #FF862E;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 1025px) {
    .big-slider__title {
        max-width: 40%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
}
@media all and (max-width: 768px) {
    .big-slider__title {
        max-width: 310px;
        padding: 34px;
    }
}
.big-slider__title .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #fff;
    margin: 0;
}
@media all and (max-width: 1200px) {
    .big-slider__title .title {
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
    }
}
.big-slider__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    gap: 16px;
}
@media all and (max-width: 1025px) {
    .big-slider__arrows {
        margin: 0;
    }
}
.big-slider__arrows .slider-button {
    position: static;
    margin-top: 0;
    width: 54px;
    height: 54px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url("data:image/svg+xml,%3Csvg width='18' height='34' viewBox='0 0 18 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8752 32.7501L1.12518 17.0001L16.8752 1.25012' stroke='%231D222F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 50% no-repeat;
}
@media all and (max-width: 1025px) {
    .big-slider__arrows .slider-button {
        position: absolute;
        top: calc(50% + 90px);
        left: 0;
        z-index: 5;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='34' viewBox='0 0 18 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8752 32.7501L1.12518 17.0001L16.8752 1.25012' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }
}
@media all and (max-width: 480px) {
    .big-slider__arrows .slider-button {
        top: calc(50% + 30px);
    }
}
.big-slider__arrows .slider-button.swiper-button-next {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    left: auto;
    right: 0;
}
.big-slider__arrows .slider-button:after {
    display: none;
}
.big-slider__arrows .slider-button:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='34' viewBox='0 0 18 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8752 32.7501L1.12518 17.0001L16.8752 1.25012' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-color: #FF862E;
}
.big-slider__slider {
    margin-left: -160px;
    font-size: 0;
    width: 100%;
}
@media all and (max-width: 1025px) {
    .big-slider__slider {
        margin-left: 0;
    }
}
.big-slider__slider img {
    max-height: 600px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media all and (max-width: 550px) {
    .big-slider__slider-item {
        padding-top: 85%;
        position: relative;
    }
    .big-slider__slider-item img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.partners-block {
    padding: 0 20px;
    margin-bottom: 80px;
}
.partners-block__inner {
    max-width: 1340px;
    margin: 0 auto;
    width: 100%;
}
.partners-block__inner-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    max-width: 1161px;
    margin: 0 auto;
}
@media all and (max-width: 1025px) {
    .partners-block__inner-wr {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.partners-block__title {
    margin-top: 48px;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    line-height: 36px;
    text-align: left;
    color: #000;
    width: 100%;
    max-width: 225px;
    padding-right: 20px;
}
@media all and (max-width: 1025px) {
    .partners-block__title {
        max-width: 100%;
        margin-bottom: 10px;
        padding-left: 20px;
        margin-top: 0;
    }
}
.partners-block__list {
    width: calc(100% - 225px);
}
@media all and (max-width: 1025px) {
    .partners-block__list {
        width: 100%;
    }
}
@media all and (max-width: 769px) {
    .partners-block__list {
        width: calc(100% + 20px);
        margin-right: -20px;
    }
}
@media all and (min-width: 982px) {
    .partners-block__list .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 35px 67px;
    }
}
.partners-block__item {
    width: calc(20% - 53.6px);
    font-size: 0;
    position: relative;
    padding-top: 13.6%;
}
.partners-block__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fleet-slider {
    overflow: hidden;
    width: 100%;
    margin-bottom: 43px;
}
@media all and (max-width: 1025px) {
    .fleet-slider {
        padding-top: 94px;
        margin-bottom: 35px;
    }
}
.fleet-slider__inner {
    position: relative;
}
.fleet-slider__title-wr {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 1200px;
    left: calc(50% - 600px);
    z-index: 2;
}
@media all and (max-width: 1340px) {
    .fleet-slider__title-wr {
        left: 0;
        max-width: 100%;
    }
}
.fleet-slider__title {
    max-width: 709px;
    background: rgba(0, 0, 0, 0.6);
    padding: 27px 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}
@media all and (max-width: 1025px) {
    .fleet-slider__title {
        max-width: 40%;
        margin-top: -94px;
        background: #000;
    }
}
@media all and (max-width: 768px) {
    .fleet-slider__title {
        max-width: 310px;
    }
}
.fleet-slider__title .title {
    max-width: 475px;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    text-align: left;
    color: #fff;
}
.fleet-slider__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.fleet-slider__arrows .slider-button {
    position: static;
    margin-top: 0;
    width: 54px;
    height: 54px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url("data:image/svg+xml,%3Csvg width='18' height='34' viewBox='0 0 18 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8752 32.7501L1.12518 17.0001L16.8752 1.25012' stroke='%23BFBCBC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 50% no-repeat;
}
@media all and (max-width: 1025px) {
    .fleet-slider__arrows .slider-button {
        position: absolute;
        top: calc(50% + 150px);
        left: 0;
        z-index: 5;
    }
}
.fleet-slider__arrows .slider-button.swiper-button-next {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    left: auto;
    right: 0;
}
.fleet-slider__arrows .slider-button:after {
    display: none;
}
.fleet-slider__arrows .slider-button:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='34' viewBox='0 0 18 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8752 32.7501L1.12518 17.0001L16.8752 1.25012' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-color: #FF862E;
}
.fleet-slider__item {
    text-align: center;
    background: #fff;
    font-size: 0;
    position: relative;
    padding-top: 41%;
    max-height: 650px;
}
@media all and (max-width: 768px) {
    .fleet-slider__item {
        padding-top: 85%;
    }
}
.fleet-slider__item img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.form-block {
    padding: 0 20px;
    margin-bottom: 40px;
}
.form-block__inner {
    width: 100%;
    max-width: 1094px;
    margin: 0 auto;
}

.form-block__inner br,
.form-block__inner .wpcf7-spinner,
.wpcf7-response-output{
    display: none;
}

.form-block__inner .wpcf7-not-valid-tip {
    font-size: 12px;
}

.form-block__inner p {
    margin: 0;
}

.form-block__inner form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media all and (max-width: 1025px) {
    .form-block__inner form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.form-block__inner form .form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9px 30px;
}
@media all and (max-width: 641px) {
    .form-block__inner form .form-inner {
        gap: 16px;
    }
}
.form-block__inner form .form-inner .form-field {
    width: calc(33.3% - 20px);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}
@media all and (max-width: 641px) {
    .form-block__inner form .form-inner .form-field {
        width: 100%;
    }
}
.form-block__inner form .form-inner .form-field.form-button {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: auto;
}
.form-block__inner form .form-inner .form-field.type-checkbox {
    width: 100%;
}
.form-block__inner form .form-inner .form-field.type-checkbox label {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #79797B;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.form-block__inner form .form-inner .form-field.type-checkbox label:hover {
    color: #000;
}
.form-block__inner form .form-inner .form-field.type-checkbox label:hover input:after {
    -webkit-box-shadow: 0 0 0 1px #FF862E !important;
            box-shadow: 0 0 0 1px #FF862E !important;
}
.form-block__inner form .form-inner .form-field.type-checkbox label input[type=checkbox] {
    width: 14px;
    height: 14px;
    min-width: 14px;
    margin: 0;
    position: relative;
}
.form-block__inner form .form-inner .form-field.type-checkbox label input[type=checkbox]:checked:after {
    background: #FF862E;
}
.form-block__inner form .form-inner .form-field.type-checkbox label input[type=checkbox]:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: calc(50% - 7px);
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #9F9FA1;
            box-shadow: 0 0 0 1px #9F9FA1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
}
.form-block__inner form .form-inner .form-field input[type=text] {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #000;
    border-radius: 0;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(121, 121, 123, 0.4);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
    padding-bottom: 16px;
    padding-right: 15px;
    width: 100%;
}
.form-block__inner form .form-inner .form-field input[type=text]::-webkit-input-placeholder {
    color: #000;
}
.form-block__inner form .form-inner .form-field input[type=text]::-moz-placeholder {
    color: #000;
}
.form-block__inner form .form-inner .form-field input[type=text]:-ms-input-placeholder {
    color: #000;
}
.form-block__inner form .form-inner .form-field input[type=text]::-ms-input-placeholder {
    color: #000;
}
.form-block__inner form .form-inner .form-field input[type=text]::placeholder {
    color: #000;
}
.form-block__inner form .form-inner .form-field input[type=text]:hover {
    border-color: #000;
}
.form-block__inner form .form-inner .form-field input[type=text]:focus {
    border-color: #FF862E;
}
.form-block__inner form .form-inner .form-field input[type=submit] {
    background: #FF862E;
    padding: 13px;
    cursor: pointer;
    min-width: 192px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.form-block__inner form .form-inner .form-field input[type=submit]:hover {
    color: #fff;
}
.form-block__inner form .form_success {
    display: none;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
@media all and (max-width: 1025px) {
    .form-block__inner form .form_success {
        -ms-flex-item-align: unset;
            -ms-grid-row-align: unset;
            align-self: unset;
    }
}

.wpcf7-form.send .form_success{
    display: block;
}

.wpcf7-form.send .form-inner {
    display: none;
}

.form-block__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
    color: #000;
    padding-right: 38px;
    max-width: 364px;
    width: 100%;
}
@media all and (max-width: 1025px) {
    .form-block__title {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
}
.form-block__title div {
    font-style: italic;
    font-weight: 300;
}

.site-footer {
    padding: 23px 20px 15px;
    background: #E9E9E9;
}
.site-footer__inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}
.site-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    margin-bottom: 19px;
}
@media all and (max-width: 1025px) {
    .site-footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}
.site-footer__map {
    width: calc(100% - 310px);
}
@media all and (max-width: 1025px) {
    .site-footer__map {
        width: calc(100% + 40px);
        margin: 0 -20px;
    }
}
.site-footer__map iframe {
    width: 100%;
    max-height: 244px;
}
@media all and (max-width: 1025px) {
    .site-footer__map iframe {
        max-height: 280px;
    }
}
.site-footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 17px;
    width: 670px;
}
@media all and (max-width: 1025px) {
    .site-footer__contacts {
        width: 100%;
    }
}
.site-footer__address {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    max-width: 370px;
}
.site-footer__address-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.site-footer__address-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}
.site-footer__contacts-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px 20px;
}
.site-footer__contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
    width: calc(40% - 10px);
}
@media all and (max-width: 641px) {
    .site-footer__contacts-item {
        width: 100%;
    }
}
.site-footer__contacts-item:nth-child(even) {
    width: calc(60% - 10px);
}
@media all and (max-width: 641px) {
    .site-footer__contacts-item:nth-child(even) {
        width: 100%;
    }
}
.site-footer__contacts-icon {
    width: 16px;
    height: 16px;
    min-width: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
}
.site-footer__contacts-body .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #FF862E;
}
.site-footer__contacts-body .phones a {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-footer__contacts-body .phones a:hover {
    color: #FF862E;
}
.site-footer__contacts-body .mails a {
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-footer__contacts-body .mails a:hover {
    color: #FF862E;
}
.site-footer__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}
.site-footer__site-copy {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #79797B;
}
.site-footer__site-copy a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-footer__site-copy a:hover {
    color: #FF862E;
}
.site-footer__design-copy {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #79797B;
    text-align: right;
}

.to-top-btn {
    position: fixed;
    right: 22px;
    bottom: 20px;
    z-index: 20;
}
.to-top-btn a {
    width: 54px;
    height: 54px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    will-change: transform;
    opacity: 0;
    visibility: hidden;
    background: url("data:image/svg+xml,%3Csvg width='15' height='21' viewBox='0 0 15 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.20729 0.808945C7.81676 0.418421 7.1836 0.418421 6.79308 0.808945L0.429115 7.17291C0.0385903 7.56343 0.0385904 8.1966 0.429115 8.58712C0.819639 8.97764 1.4528 8.97764 1.84333 8.58712L7.50018 2.93027L13.157 8.58712C13.5476 8.97764 14.1807 8.97764 14.5713 8.58712C14.9618 8.1966 14.9618 7.56343 14.5713 7.17291L8.20729 0.808945ZM8.50018 20.7338L8.50018 1.51605L6.50018 1.51605L6.50018 20.7338L8.50018 20.7338Z' fill='white'/%3E%3C/svg%3E%0A") 50% no-repeat #000;
}
.to-top-btn a:hover {
    background-color: #FF862E;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}
.to-top-btn a.active {
    opacity: 1;
    visibility: visible;
}

.burger_menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99;
    overflow: hidden;
}
.burger_menu.opened {
    opacity: 1;
    visibility: visible;
}
.burger_menu__inner {
    height: 100%;
    width: 100%;
    max-width: 280px;
    position: relative;
    margin-left: auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    overflow: auto;
}
.burger_menu__closer {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
    background: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.353553' y1='0.646447' x2='31.3536' y2='31.6464' stroke='black'/%3E%3Cline x1='31.3536' y1='1.35355' x2='0.353553' y2='32.3536' stroke='black'/%3E%3C/svg%3E%0A") 50%/15px no-repeat #FF862E;
}

.lg-hide-sub-html .lg-sub-html, .lg-next, .lg-pager-outer, .lg-prev, .lg-toolbar {
    opacity: 1;
}

#lg-counter {
    padding: 10px;
    color: #fff;
}

@-webkit-keyframes pulse-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(255, 134, 46, 0.5);
                box-shadow: 0 0 0 0px rgba(255, 134, 46, 0.5);
    }
    50% {
        -webkit-box-shadow: 0 0 0 4px rgba(255, 134, 46, 0.5);
                box-shadow: 0 0 0 4px rgba(255, 134, 46, 0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0px rgba(255, 134, 46, 0.5);
                box-shadow: 0 0 0 0px rgba(255, 134, 46, 0.5);
    }
}

@keyframes pulse-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(255, 134, 46, 0.5);
                box-shadow: 0 0 0 0px rgba(255, 134, 46, 0.5);
    }
    50% {
        -webkit-box-shadow: 0 0 0 4px rgba(255, 134, 46, 0.5);
                box-shadow: 0 0 0 4px rgba(255, 134, 46, 0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0px rgba(255, 134, 46, 0.5);
                box-shadow: 0 0 0 0px rgba(255, 134, 46, 0.5);
    }
}
.cookies-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
    padding: 18px 26px;
    padding-right: 15px;
    border-radius: 5px 0 0 5px;
    position: fixed;
    right: 0;
    bottom: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    max-width: 560px;
    background: #252833;
    opacity: 0;
    visibility: hidden;
    z-index: 21;
}
.cookies-popup.active {
    opacity: 1;
    visibility: visible;
}
.cookies-popup__closer {
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.17338' y1='0.646447' x2='16.1734' y2='15.6464' stroke='white'/%3E%3Cline x1='16.1734' y1='1.35355' x2='1.17338' y2='16.3535' stroke='white'/%3E%3C/svg%3E%0A") 50% no-repeat;
}
.cookies-popup a {
    text-decoration: underline;
    color: #fff;
}
.cookies-popup a:hover {
    text-decoration: none;
}
.cookies-popup__btn a {
    display: inline-block;
    text-decoration: none;
    border-radius: 250px;
    padding: 10px 22px;
    background: #fff;
    color: #252833;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Rubik", sans-serif;
}
.cookies-popup__btn a:hover {
    background: #6eb9fc;
}

.cookies-popup__text {
	max-height: 200px;
	overflow: auto;
}