*,
::after,
::before {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box
}

ol,
ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

a {
    text-decoration: none
}

p {
    margin: 0 !important;
}

body,
html {
    font-size: 18px;
    font-family: Montserrat, sans-serif !important;
    font-weight: 400;
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth
}

.wrapper {
    display: flex;
    min-height: 100%;
    flex-direction: column
}

main {
    flex: 1 1 auto
}

._container {
    max-width: 1348px;
    margin: 0 auto;
    padding: 0 20px
}

._title {
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #3d3d3d;
    position: relative;
    max-width: 540px;
    margin-bottom: 27px;
    text-transform: uppercase
}

._title::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 100%;
    height: 2px;
    display: flex;
    justify-content: center;
    background-color: #ffbb0b
}

._sub-title {
    font-weight: 800;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    color: #3d3d3d
}

._description {
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: rgba(61, 61, 61, .59);
    margin-bottom: 34px !important;
}

.header {
    width: 100%;
    padding: 5px 10px;
    background: rgba(255, 255, 255, .7);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 83px
}

.header__logo img {
    width: 100px;
    height: 58px
}

.header__contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    line-height: 140%;
    margin: 5px 0
}

.header__call {
    color: #3a3a3a;
    font-weight: 400
}

.header__email {
    color: #3a3a3a;
    font-weight: 400
}

.header__btn {
    width: 200px;
    height: 46px;
    font-size: 16px;
    line-height: 118%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #343434;
    background: #ffbb0b;
    border-radius: 124px
}

.menu {
    display: flex;
    flex-wrap: wrap
}

.menu__item {
    padding: 5px
}

.menu__item:not(:last-child) {
    margin-right: 19px
}

.menu__link {
    font-size: 15px;
    line-height: 140%;
    color: #3a3a3a
}

.burger {
    width: 55px;
    height: 33px;
    display: none;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 99
}

@media (max-width: 330px) {
    .burger {
        right: 10px;
    }
}

@media (max-height: 400px) {
    .slider__content {}
}

.mobile-menu {
    transform: translateY(-1000%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 104;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .5s ease 0s
}

.mobile-menu__list {
    margin: 44px 0 52px !important;
    text-align: center
}

.mobile-menu__item:not(:last-child) {
    margin-bottom: 30px;
}

.mobile-menu__link {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #3a3a3a
}

.mobile-menu__contact {
    display: flex;
    flex-direction: column
}

.mobile-menu__contact a {
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #3a3a3a
}

.mobile-menu__btn {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.8888888889rem;
    color: #343434;
    width: 170px;
    height: 39px;
    background: #ffbb0b;
    border-radius: 124px
}

.mobile-menu__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px
}

.mobile-menu.active {
    transform: translateY(0)
}

.footer {
    background: #272727;

}

@media (max-width: 768px) {
    .footer {
        padding: 40px 0px;
    }
}

.footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 119px;
    flex-wrap: wrap
}

.footer__location {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 4.746835443%;
    color: #fff
}

.footer__logo {
    display: none;
}

.footer__address {
    display: flex;
    align-items: center
}

.footer__address img {
    margin-right: 10px
}

.footer__address p {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #fff
}

.footer__menu {
    margin-right: 15.8227848101%
}

.footer__call {
    display: flex;
    flex-direction: column;
    text-align: right;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    min-width: 130px;
    color: #fff
}

.footer__call a {
    text-align: right;
    color: #fff
}

.footer__social {
    margin-left: 50px;
    display: flex
}

.footer__social a img {
    width: 35px;
    height: 35px
}

.footer__social a:not(:last-child) {
    margin-right: 23px
}

.cnt {
    display: flex
}

.polictics {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color: rgba(255, 255, 255, .29);
    padding: 20px 0;
    margin-left: 50px
}

.delivery {
    padding: 60px 0;
}

@media (max-width: 768px) {
    .delivery {
        padding: 20px 0px 40px;
    }
}

.delivery__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.delivery__title {
    margin-bottom: 71px
}

.accordion {
    width: 100%;
    padding: 0 100px
}

.accordion-item {
    border-bottom: 1px solid #3d3d3d
}

.accordion-button {
    font-weight: 400;
    font-size: 25px;
    line-height: 140%;
    color: #3a3a3a
}

.accordion-button {
    padding: 10px 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 1px solid #3d3d3d
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #3d3d3d
}

.no-webp .accordion-button::after {
    background-image: url(../img/plus.png)
}

.accordion-button::after {
    background-size: contain;
    width: 60px;
    height: 60px
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: #3d3d3d !important;
    box-shadow: none !important;
    outline: 0 !important
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important
}

.main {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%
}

.cloud {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    bottom: -85%
}

.mb {
    display: none
}

.carousel {
    position: relative
}

.carousel::after {
    content: "";
    position: absolute;
    top: 3%;
    left: -20%;
    background: url(../img/cl.svg) center no-repeat;
    z-index: 0;
    width: 100%;
    height: 100%
}


.carousel::before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    right: -25%;
    background: url(../img/cloud-main-2.svg) right no-repeat;
    background-size: cover;
    z-index: 1;
    width: 100%
}

/* @media (max-width: 1720px) {
    .carousel::after {
        content: "";
        position: absolute;
        top: 3%;
        left: -20%;
        background: url(../img/cl.svg) center no-repeat;
        z-index: 0;
        width: 100%;
        height: 100%;
        display: none !important;
    }

    .carousel::before {
        display: none;
        content: "";
        position: absolute;
        top: 0;
        right: -25%;
        background: url(../img/cloud-main-2.svg) right no-repeat;
        background-size: cover;
        z-index: 1;
        width: 100%;
        display: none !important;
    }
} */

.slider {
    width: 100%;
    position: relative
}

.slider__content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 57.3065902579%;
    width: 100% !important;
    z-index: 5;
    margin-top: -50px;
}

.slider__container {
    display: flex;
    justify-content: space-between
}

.slider__body {
    display: flex;
    flex-direction: column
}

.slider__subtitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    max-width: 59.4724220624%;
    max-width: 644px;
    letter-spacing: -.015em;
    margin-bottom: 30px;
    color: #737373
}

.slider__item-img {
    padding: 10px;
    border-radius: 50%;
    background-color: #ffbb0b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px
}

.slider__item-img img {
    width: 25px;
    height: 24px
}

.slider__item {
    display: flex;
    align-items: center
}

.slider__item:not(:last-child) {
    margin-bottom: 15px
}

.slider__item p {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #3d3d3d
}

.slider__form {
    width: 439px;
    padding: 35px 45px;
    background: rgba(54, 54, 54, .6);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .34);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    margin-top: -250px;
    border-radius: 30px
}

.slider__subtitle-form {
    font-weight: 400;
    font-size: 16px;
    line-height: 112.5%;
    text-align: center;
    color: #fff;
    margin-bottom: 28px !important;
}

.slider__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.slider__title span {
    color: #ffb801
}

.slider__btn {
    width: 167px;
    height: 40.08px;
    font-weight: 800;
    font-size: 11px;
    line-height: 182%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #ffb801;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset 0 -5px 15px rgba(200, 120, 0, .63), inset 0 8px 25px 2px rgba(255, 255, 255, .5);
    border-radius: 10px;
    margin-bottom: 40px;
    align-self: center
}

.carousel-item {
    position: relative;
    transition: transform 1s ease, opacity 0s ease-out;
    opacity: 1;
    z-index: 3
}

.carousel-item:nth-child(2) {
    /* transform: translateX(100px); */
}

.carousel-item::after {
    content: "";
    position: absolute;
    top: 3%;
    left: -20%;
    background: url(../img/cl.svg) center no-repeat;
    z-index: 0;
    width: 100%;
    height: 100%;
}

@media (max-height: 400px) {
    .carousel-item::after {
        left: 0%;
        opacity: .5;
    }

    .header {
        position: absolute !important;
    }
}

@media (min-width: 1720px) {
    .carousel-item::after {
        content: "";
        position: absolute;
        top: 3%;
        left: -2%;
        background: url(../img/cl.svg) center no-repeat;
        background-size: cover;
        z-index: 0;
        width: 1300px;
        height: 100%;
    }
}

.carousel-item::before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    right: -25%;
    background: url(../img/cloud-main-2.svg) right no-repeat;
    background-size: cover;
    z-index: 1;
    width: 100%
}

.carousel-item img {
    width: 100%;
    height: 100vh
}

.slides {
    position: relative
}

.slides__title {
    position: relative;
    z-index: 6;
    font-weight: 800;
    max-width: 800px;
    font-size: 44px;
    line-height: 130%;
    position: absolute;
    top: 30.0859598854%;
    color: #3D3D3D;
    text-transform: uppercase;
}

.slides__title span {
    background: #3d3d3d;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.slider__container form {
    display: flex;
    flex-direction: column;
    align-items: center
}

.slider__container form p {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-slide__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-slide__container:not(:last-child) {
    margin-bottom: 18px
}

.form-slide__label {
    font-weight: 500;
    font-size: 16px;
    line-height: 112.5%;
    margin-bottom: 9px !important;
    align-self: flex-start;
    color: #fff
}

.form-slide__input {
    width: 311px;
    height: 70px;
    left: 987px;
    top: 344px;
    background: #fff;
    box-shadow: inset 0 5px 4px rgba(0, 0, 0, .26);
    border-radius: 10px;
    text-align: center
}

.form-slide__btn {
    align-self: center !important;
    width: 250px !important;
    height: 60px !important;
    background: #ffb801 !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset 0 -5px 15px rgba(200, 120, 0, .63), inset 0 8px 25px 2px rgba(255, 255, 255, .5) !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    margin-top: 35px !important;
    color: #fff !important;
}

.popup-main {
    transform: translateY(-1000%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1200;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease 0s;
    overflow-y: auto;
}

.popup-main__content {
    max-width: 420px;
    background: rgba(54, 54, 54, .6);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .34);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-radius: 30px;
    text-align: center;
    padding: 30px
}

.popup-main__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    z-index: 1321;
    background-color: #ffb801;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.popup-main__close img {
    width: .8333333333rem;
    -o-object-fit: contain;
    object-fit: contain
}

.popup-main.active {
    transform: translateY(0)
}

.popup-form__title {
    font-weight: 800;
    font-size: 25px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.popup-form__title span {
    color: #ffb801
}

.popup-form-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 112.5%;
    text-align: center;
    color: #fff;
    margin-bottom: 1.3333333333rem !important;
}

.popup-main form {
    display: flex;
    flex-direction: column;
    align-items: center
}

.popup-main form p {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-main__cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 262.83px
}

.form-main__label {
    font-weight: 500;
    font-size: 16px;
    line-height: 112.5%;
    color: #fff;
    align-self: flex-start;
    margin-bottom: .3888888889rem !important;
}

.form-main__input {
    width: 100%;
    height: 60.95px;
    background: #fff;
    box-shadow: inset 0 5px 4px rgba(0, 0, 0, .26);
    border-radius: 10px;
    margin-bottom: .8333333333rem;
    text-align: center
}

.form-main__btn {
    width: 211.28px !important;
    height: 52.24px !important;
    background: #ffb801 !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset 0 -5px 15px rgba(200, 120, 0, .63), inset 0 8px 25px 2px rgba(255, 255, 255, .5) !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: center !important;
    color: #fff !important;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: 1200;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .5s ease 0s;
    color: #fff;
    transform: translateY(-1000%);
    overflow-y: auto;
}

.popup__content {
    max-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(54, 54, 54, .6);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .34);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    padding: 30px;
    border-radius: 30px
}

.popup__title {
    font-weight: 800;
    font-size: 25px;
    line-height: 130%;
    margin-bottom: 1.3888888889rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.popup__title span {
    color: #ffb801
}

.popup__form {
    display: flex;
    flex-direction: column;
    align-items: center
}

.popup__politic {
    font-weight: 300;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    padding: 0 30px
}

.popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    z-index: 1321;
    background-color: #ffb801;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer
}

.popup__close img {
    width: .8333333333rem;
    -o-object-fit: contain;
    object-fit: contain
}

.popup.active-pop {
    transform: translateY(0)
}

.popup form p {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-popup__input {
    width: 250px;
    height: 60px;
    /* margin-bottom: 1.1111111111rem; */
    text-align: center;
    border-radius: 10px
}

.form-popup__btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 1.1111111111rem;
    color: #fff;
    width: 211.28px;
    height: 52.24px;
    background: #ffb801;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset 0 -5px 15px rgba(200, 120, 0, .63), inset 0 8px 25px 2px rgba(255, 255, 255, .5);
    border-radius: 10px
}

.catalog {
    position: relative;
    padding: 50px 0
}

.catalog__one {
    position: absolute;
    top: -80px;
    left: 0;
    max-width: 120px;
    z-index: 24
}

.catalog__two {
    position: absolute;
    top: -90px;
    right: 0;
    max-width: 150px;
    z-index: 24
}

.catalog__three {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 120px
}

.catalog__four {
    position: absolute;
    bottom: -10%;
    right: 0;
    z-index: 2;
    width: 150px
}

.catalog__body {
    display: flex;
    flex-direction: column;
    align-items: center
}

.catalog__body:not(:last-child) {
    margin-bottom: 48px
}

.catalog__cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%
}

.card-catalog {
    width: 400px;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, .01);
    border: 1px solid #fff;
    box-shadow: 0 10px 24px rgba(33, 33, 33, .29)
}

.card-catalog__image {
    background-color: #fff;
    max-width: 429px;
    min-height: 250px;
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
    padding: 37px 15px 15px;
    overflow: hidden
}

.card-catalog__image img {
    height: 259px;
    -o-object-fit: cover;
    object-fit: cover
}

.card-catalog .catalog-1 {
    transform: scale(1.1)
}

@media (max-width: 330px) {
    .card-catalog .catalog-1 {
        transform: scale(1)
    }
}

.card-catalog__characteristic {
    background: #f4f5f7;
    padding: .8888888889rem 1.3333333333rem;
    height: 100%;
    display: flex;
    flex-direction: column
}

.card-catalog__title {
    font-weight: 800;
    font-size: 1.0555555556rem;
    line-height: 120%;
    margin-bottom: 8px;
    color: #3d3d3d;
    flex: 1 1 auto
}

.card-catalog__list-title {
    font-weight: 600;
    font-size: .8888888889rem;
    line-height: 150%;
    color: #898989
}

.card-catalog__list {
    font-weight: 600;
    font-size: .8333333333rem;
    line-height: 150%;
    color: #898989;
    margin-bottom: 28px !important;
}

.card-catalog__order {
    display: flex;
    align-items: center
}

.card-catalog__price {
    flex: 1 1 auto;
    font-weight: 800;
    font-size: 20px;
    line-height: 150%;
    color: #3a3a3a
}

.card-catalog__btn {
    width: 177.88px;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: .8888888889rem;
    line-height: 118%;
    color: #fff;
    background: #f59d0e;
    box-shadow: inset 0 -5px 4px rgba(201, 124, 0, .45), inset 0 4px 15px rgba(255, 255, 255, .74);
    border-radius: 50px;
    position: relative;
    z-index: 1
}

.card-catalog__btn::before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    background: #f59d0e;
    filter: blur(14px);
    border-radius: 60px;
    width: 110px;
    height: 35px;
    z-index: -1
}

.advantage__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.advantage__container {
    position: relative;
    z-index: 1
}

.advantage ._container {
    padding: 0 5px
}

.advantage__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff
}

.advantage__title {
    margin-bottom: 86px;
    margin-top: 42px
}

.advantage__content {
    position: relative;
    z-index: 2;
    padding: 86px 0
}

.advantage__cards {
    background: #fff;
    box-shadow: 0 15px 45px rgba(255, 255, 255, .75);
    padding: 25px;
    border-radius: 74px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2
}

.card-advantage {
    position: relative
}

.card-advantage__one {
    position: absolute;
    top: 16.5032679739%;
    left: 0;
    max-width: 100%;
    z-index: -1
}

.card-advantage__two {
    position: absolute;
    top: 9.6405228758%;
    right: 6.5950920245%;
    max-width: 100%;
    z-index: -1
}

.card-advantage__item {
    flex: 0 0 33%;
    padding: 10px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.card-advantage__image {
    margin-bottom: 25px
}

.card-advantage__image img {
    width: 90px;
    height: 90px
}

.card-advantage__title {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    color: #3d3d3d
}

.card-advantage__text {
    font-weight: 300;
    font-size: 1rem;
    line-height: 140%;
    text-align: center;
    color: #000
}

.request {
    padding: 67px 0
}

.request form {
    position: relative;
    z-index: 1;
    display: flex !important;
}

.request form .wpcf7-response-output {
    position: absolute;
    top: 0%;
    right: -40px;
    width: 200px;
    font-size: 12px;
    color: #fff;
    background: #ffb900;
}

.request form p {
    display: flex;
}

@media (max-width: 768px) {
    .request form p {
        flex-direction: column;
    }
}

.request__container {
    display: flex;
    justify-content: center
}

.request__body {
    background: #fcf8f3;
    border: 1px solid #f59d0e;
    box-shadow: 0 11px 25px rgba(0, 0, 0, .19);
    border-radius: 20px;
    padding: 56px 53px;
    position: relative;
    z-index: 1;
    max-width: 1100px
}

.request__bg {
    position: absolute;
    max-width: 500px;
    top: 10px;
    right: -65px;
    z-index: -1
}

.request__title {
    font-weight: 800;
    font-size: 1.6666666667rem;
    color: #f59d0e;
    max-width: 50.0766871166%;
    margin-bottom: 19px
}

.request__subtitle {
    font-size: .8888888889rem !important;
    line-height: 122%;
    color: #3d3d3d;
    margin-bottom: 26px !important;
}

.request__form {
    position: relative;
    z-index: 1;
}

.request__persolnal {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: rgba(26, 26, 26, .56);
    max-width: 57.5153374233%
}

.request form {
    margin-bottom: 31px !important;
}

.request form input {
    background: #fff;
    border: 2px solid #3d3d3d;
    border-radius: 40px;
    width: 250px;
    min-height: 59px;
    padding: 5px 40px;
    font-size: .8888888889rem;
    line-height: 109%;
    color: #a7a7a7;
    margin-right: 31px;
    outline: none;
}

@media (max-width: 768px) {
    .request form input {
        margin-right: 0px;
    }
}

.request form input::-moz-placeholder {
    font-size: .8888888889rem;
    line-height: 109%;
    color: #a7a7a7;
}

.request form input::placeholder {
    font-size: .8888888889rem;
    line-height: 109%;
    color: #a7a7a7
}

.form__btn {
    padding: 0 33px;
    height: 59px;
    font-weight: 600;
    font-size: 1rem !important;
    line-height: 30px;
    text-align: center;
    color: #fff !important;
    background: #fcbe1e !important;
    border: 3px solid #fff !important;
    box-shadow: inset 0 -8px 5px rgba(255, 255, 255, .3), inset 0 8px 5px rgba(255, 255, 255, .5);
    border-radius: 30px;
    outline: none;
}

.about {
    padding-bottom: 20px;
}

.about__body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.about__row {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 40px;
    flex-wrap: wrap;
    position: relative;
    padding: 0 40px
}

.about__row:last-child {
    margin-top: 80px !important;
}

@media (max-width: 768px) {
    .about__row:last-child {
        margin-top: 20px !important;
    }
}

.about__col {
    flex: 0 0 42%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.about__col img {
    width: 100%
}

.about__title {
    font-weight: 800;
    font-size: 1.4444444444rem;
    line-height: 140%;
    color: #3a3a3a;
    margin-bottom: 27px
}

.about__text {
    font-weight: 500;
    font-size: 1rem;
    line-height: 140%;
    color: #3a3a3a
}

.about__text:not(:last-child) {
    margin-bottom: 20px !important;
}

.about__bg-one {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.about__bg-two {
    position: absolute;
    top: 62.588792423%;
    left: 50%;
    transform: translateX(-50%)
}

.questions {
    position: relative;
    display: flex;
    justify-content: center;
    background: #ffeed9;
    padding: 52px 0;
    margin: 50px 0
}

.questions__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffeed9
}

.questions__title {
    font-weight: 800;
    font-size: 35px;
    line-height: 140%;
    text-align: center;
    color: #3a3a3a
}

.questions__btn {
    max-width: 410px;
    min-height: 82px;
    font-size: 20px;
    line-height: 100%;
    padding: 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    cursor: pointer;
    color: #fff !important;
    background: rgba(255, 184, 1, .68);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset 0 -5px 15px rgba(200, 120, 0, .63), inset 0 8px 25px 2px rgba(255, 255, 255, .5);
    border-radius: 10px;
    position: relative;
    z-index: 3 !important;
    margin-top: 36px
}

.questions__img-1 {
    position: absolute;
    top: 13.5714285714%;
    left: 0;
    max-width: 100%
}

.questions__img-2 {
    position: absolute;
    top: 13.5714285714%;
    right: 0;
    max-width: 100%
}

.contact {
    padding: 40px 0px;
    position: relative
}

.contact_-body {
    display: flex;
    flex-direction: column;
    align-items: center
}

.contact__subtitle {
    font-weight: 400;
    font-size: 30px;
    color: #3a3a3a;
    margin: 7px 0 33px !important;
}

.contact__map {
    width: 100%;
    /* width: 968px; */
    height: 350px;
    border-radius: 69px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .7)
}

.map-widget-layout-view__maps-links {
    display: none !important;
}

.button._view_air._size_small {
    display: none !important;
}

.layout-control-group,
._side_left {
    display: none !important;
}

.contact__one {
    position: absolute;
    top: -90px;
    right: 0;
    z-index: -1
}

.contact__two {
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: -1;
    max-width: 100%
}

[class*=copyrights-pane] {
    display: none !important
}

.block {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.block__title {
    display: flex;
    width: 100%;
    padding: 21px 0;
    font-weight: 400;
    font-size: 25px;
    line-height: 140%;
    color: #3a3a3a;
    background-color: transparent
}

.block__item {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #3d3d3d
}

.block__text {
    display: flex;
    width: 100%;
    padding: 10px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #3a3a3a;
    background-color: transparent
}

.menu-block {
    position: fixed;
    bottom: 10%;
    right: 50px;
    z-index: 912;
    display: flex;
    justify-content: center;
    align-items: center
}

.menu-block__content {
    position: relative
}

.menu-block__btn {
    width: 60px;
    height: 60px;
    background-color: #ffbb0b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff !important;
    font-weight: 200;
    z-index: 3;
    position: relative
}

.menu-block__icon {
    z-index: 1
}

.menu-block__icon a {
    width: 40px;
    height: 40px;
    background-color: #ffbb0b;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    cursor: pointer;
    font-size: 18px;
    transition: .5s ease
}

.active-menu-block .menu-block__btn {
    z-index: 4
}

.active-menu-block .menu-block__icon a:nth-child(1) {
    transform: translate(-180%, 0);
    background-color: #25a1de;
}

.active-menu-block .menu-block__icon a:nth-child(2) {
    transform: translate(-100%, -130%);
    background-color: #7b529c;
}

.active-menu-block .menu-block__icon a:nth-child(3) {
    transform: translate(-140%, 140%);
    background-color: #46e362;
}

@media (min-width:429px) {
    .slider__btn {
        display: none
    }
}

@media (max-width:1348px) {
    ._title {
        font-size: calc(30px + 10 * ((100vw - 320px)/ 1028));
    }

    ._sub-title {
        font-size: calc(13px + 15 * ((100vw - 320px)/ 1028));
    }

    ._description {
        font-size: calc(11px + 11 * ((100vw - 320px)/ 1028));
    }

    .slider__subtitle {
        font-size: calc(12px + 10 * ((100vw - 320px)/ 1028));
    }

    .slider__subtitle {
        max-width: calc(310px + 334 * ((100vw - 320px)/ 1028));
    }

    .slides__title {
        font-size: calc(17px + 27 * ((100vw - 320px)/ 1028));
    }
}

@media (max-width:920px) {
    .slider__container {
        flex-direction: column
    }

    .slider__form {
        display: none
    }

    .slider__subtitle {
        max-width: 100%;
        text-align: center;
        font-weight: 900
    }

    .slides__title {
        max-width: 100%;
        text-align: center
    }
}

@media (max-width:768px) {
    .header {
        background-color: transparent;
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0);
        position: relative;
        padding: 0 10px
    }

    .header__contact {
        display: none
    }

    .header__btn {
        display: none
    }

    .menu {
        position: fixed;
        top: 83px;
        display: none;
        flex-direction: column;
        align-items: center;
        width: 100%
    }

    .menu__item {
        padding: 5px
    }

    .menu__item:not(:last-child) {
        margin-right: 19px
    }

    .menu__link {
        font-size: 15px;
        line-height: 140%;
        color: #3a3a3a
    }

    .burger {
        display: block
    }

    .pc {
        display: none
    }

    .mb {
        display: block
    }

    .catalog__one {
        width: 70px;
        top: -80px
    }

    .catalog__two {
        width: 80px
    }

    .catalog__body {
        position: relative;
        z-index: 50
    }
}

@media (max-width:429px) {
    ._title {
        font-size: 1.3333333333rem
    }

    .header__container {
        position: absolute
    }

    .header__logo img {
        width: 80px;
        height: 48px
    }

    .footer__container {
        flex-direction: column
    }

    .footer__location {
        margin-right: 0;
        text-align: center
    }

    .footer__logo {
        display: block;
        margin-bottom: 1.5rem;
        order: 0;
        width: 100px;
    }

    .footer__logo img {
        max-width: 100%;
    }


    .footer__address {
        order: 2;
        margin-left: 5px
    }

    .footer__call {
        margin: 20px 0;
        align-items: center;
        order: 3
    }

    .footer__social {
        margin-left: 0;
        order: 1;
        margin-top: 27px;
        margin-bottom: 15px
    }

    .cnt {
        flex-direction: column;
        align-items: center
    }

    .polictics {
        margin-left: 0;
        color: #fff;
        order: 4;
        padding: 0
    }

    .delivery__title {
        margin-bottom: 44px
    }

    .accordion {
        padding: 0 0
    }

    .accordion-button {
        font-size: 1.1111111111rem;
        line-height: 120%;
        padding: 5px 0
    }

    .accordion-body {
        font-size: .7222222222rem
    }

    .accordion-button::after {
        width: 40px;
        height: 40px
    }

    .cloud {
        bottom: 0;
        height: 355px
    }

    .carousel::after {
        background: url(../img/cloud-mb-1.svg) center no-repeat;
        background-size: cover;
        width: 100%;
        height: 300px;
        left: 0;
        top: 10%
    }

    .carousel::before {
        display: none
    }

    .slider__content {
        position: relative
    }

    .slider__body {
        transform: translateY(-90px);
        margin-top: -70px
    }

    .carousel-item::after {
        background: url(../img/cloud-mb-1.svg) center no-repeat;
        background-size: cover;
        width: 100%;
        height: 300px;
        left: 0;
        top: 10%
    }

    .carousel-item::before {
        display: none
    }

    .carousel-item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .carousel-item {
        height: 70vh
    }

    .slides__title {
        font-size: 1.1111111111rem;
        max-width: 100%;
        margin-left: -10px
    }

    .catalog__three {
        display: none
    }

    .catalog__four {
        bottom: -5%;
        transform: rotate(-20deg);
        right: -10%
    }

    .catalog__cards {
        gap: 0
    }

    .card-catalog {
        max-width: 100%
    }

    .card-catalog:not(:last-child) {
        margin-bottom: 1.6666666667rem
    }

    .card-catalog__image {
        padding: 15px 15px
    }

    .card-catalog__image img {
        height: 210px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .card-catalog__characteristic {
        padding: .3333333333rem .6666666667rem
    }

    .card-catalog__title {
        font-size: .8888888889rem
    }

    .card-catalog__list-title {
        font-size: .7777777778rem
    }

    .card-catalog__list {
        font-size: .7777777778rem
    }

    .card-catalog__price {
        font-size: .8333333333rem
    }

    .card-catalog__btn {
        font-size: .7777777778rem;
        width: 150.88px;
        min-height: 40px
    }

    .advantage__bg {
        display: none
    }

    .advantage__title {
        margin-bottom: 0;
        margin-top: 0
    }

    .advantage__content {
        padding: 75px 0
    }

    .advantage__cards {
        background-color: transparent;
        padding: 0
    }

    .card-advantage__one {
        left: -60%;
        top: 9.8039215686%
    }

    .card-advantage__two {
        top: 50% !important;
        right: -45%
    }

    .card-advantage__item {
        flex: 1 1 50%;
        padding: 10px 5px
    }

    .card-advantage__item:last-child {
        max-width: 230px
    }

    .card-advantage__title {
        font-size: .7222222222rem
    }

    .card-advantage__text {
        font-size: .6666666667rem
    }

    .request {
        padding: 15px 0
    }

    .request__body {
        padding: 26px 23px 10px;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .request__bg {
        position: relative;
        max-width: 100%;
        top: -3%;
        right: 10%;
        transform: scale(1.2)
    }

    .request__title {
        max-width: 100%;
        text-align: center;
        line-height: 33px;
        font-size: 1.3333333333rem
    }

    .request__subtitle {
        max-width: 348px;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
    }

    .request__persolnal {
        max-width: 100%;
        text-align: center;
        font-size: .6111111111rem
    }

    .form input {
        width: 100%;
        margin-bottom: 20px
    }

    .form {
        display: flex;
        flex-direction: column
    }

    .about {
        padding: 40px 0
    }

    .about__row {
        gap: 35px;
        margin-top: 15px;
        flex-direction: column;
        padding: 0 0
    }

    .about__row .three {
        order: 1
    }

    .about__row .four {
        order: 0
    }

    .about__row .one {
        margin-top: 1.1111111111rem
    }

    .about__col img {
        width: 100%
    }

    .about__col:last-child {
        max-width: 100%
    }

    .about__title {
        font-size: 1rem;
        text-align: center
    }

    .about__text {
        font-size: .7222222222rem;
        text-align: center;
    }

    .about__text:not(:last-child) {
        margin-bottom: 10px !important;
    }

    .questions {
        background: 0 0;
        padding: 0 0;
        margin: 0 0
    }

    .questions__container {
        max-width: 90%;
        padding: 29px 37px;
        border-radius: 26px
    }

    .questions__title {
        font-size: 1rem
    }

    .questions__btn {
        width: 230px;
        min-height: 38.6px;
        font-size: .5555555556rem;
        padding: 10px;
        margin-top: 2.2222222222em
    }

    .questions__img-1 {
        width: 100px;
        top: 40%
    }

    .questions__img-2 {
        width: 100px;
        top: 50%;
        transform: rotate(-10deg);
        right: -10px
    }

    .contact__subtitle {
        font-size: .9444444444rem;
        text-align: center;
        max-width: 290px
    }

    .contact__map {
        width: 400px;
        height: 250px
    }

    .contact__one {
        display: none
    }

    .contact__two {
        display: none
    }

    .menu-block {
        right: 10px
    }
}

@media (max-width: 375px) {
    .slider__body {
        transform: translateY(-90px);
        margin-top: 0px;
    }

    .questions__img-1 {
        width: 100px;
        top: 60%
    }

    .questions__img-2 {
        width: 100px;
        top: 70%;
        transform: rotate(-10deg);
        right: -10px
    }
}

@media (max-width:425px) {
    .footer {
        color: #fff;
        padding: 20px 0
    }

    .slider__container {
        padding: 0 22px
    }

    .card-advantage__image img {
        width: 80px;
        height: 80px
    }

    .about__col:first-child {
        max-width: 100%
    }

    .about__col {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

@media (max-width:405px) {
    .contact__map {
        width: 350px
    }
}

@media (max-width:360px) {
    .contact__map {
        width: 300px
    }
}

@media screen {
    ._title::before {
        width: 90%
    }
}

.accordion-button::after {
    background-image: url(../img/plus.png) !important;
}

@media (max-height: 400px) {
    .carousel-item::after {
        left: 0%;
        top: 0;
    }

    .header {
        position: absolute !important;
    }

    .main {
        overflow: visible;
    }

    .slider__content {
        margin-top: 0px;
        top: 50%;
    }

    .catalog__one {
        top: 0%;
    }

    .catalog__two {
        top: 0%;
    }

    .cloud {
        bottom: -3%;
        height: 35px;
        display: none;
    }

    .card-advantage__item {
        flex: 1 1 50%;
        padding: 10px 5px
    }

    .card-advantage__item:last-child {
        max-width: 230px
    }

    .card-advantage__text {
        font-size: .6666666667rem
    }

    .request__body {
        padding: 26px 23px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .request__bg {
        display: none;
    }

    .request__title {
        max-width: 100%;
    }

    .request form {
        margin-bottom: 0px !important;
    }

    .about__col {
        flex: 0 0 100%;
    }

    .about__row {
        gap: 30px;
    }

    .accordion {
        padding: 0px 30px;
    }

    .questions__img-1 {
        width: 100px;
        top: 60%
    }

    .questions__img-2 {
        width: 100px;
        top: 80%
    }

    .about__title {
        font-size: 1rem;
        text-align: center
    }

    .contact__subtitle {
        font-size: .9444444444rem;
        text-align: center;
        max-width: 290px
    }

    .footer__container {
        flex-direction: column
    }

    .footer__location {
        margin-right: 0;
        text-align: center
    }

    .footer__logo {
        display: block;
        margin-bottom: 1.5rem;
        order: 0;
        width: 100px;
    }

    .footer__logo img {
        max-width: 100%;
    }


    .footer__address {
        order: 2;
        margin-left: 5px
    }

    .footer__call {
        margin: 20px 0;
        align-items: center;
        order: 3
    }

    .footer__social {
        margin-left: 0;
        order: 1;
        margin-top: 27px;
        margin-bottom: 15px
    }

    .header__logo {
        display: none;
    }

    .menu-block {
        right: 10px
    }

    ._title {
        font-size: 1.3333333333rem;
        margin-bottom: 40px;
    }

    .accordion {
        padding: 0 0
    }

    .accordion-button {
        font-size: 1.1111111111rem;
        line-height: 120%;
        padding: 5px 0
    }

    .accordion-body {
        font-size: .7222222222rem
    }

    .accordion-button::after {
        width: 40px;
        height: 40px
    }

    .questions__title {
        font-size: 1rem
    }

    .questions__btn {
        width: 230px;
        min-height: 38.6px;
        font-size: .5555555556rem;
        padding: 10px;
        margin-top: 2.2222222222em
    }

    .contact__map {
        width: 400px;
        height: 250px
    }

    .header {
        background-color: transparent;
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0);
        position: relative;
        padding: 0 10px
    }

    .header__contact {
        display: none
    }

    .header__btn {
        display: none
    }
}

.politics_container {
    padding-top: 100px;
}

@media (max-width: 429px) {
    .politics_container {
        padding-top: 100px;
    }

    .politics_container p {
        font-size: 14px;
    }
}

.politiks-link {
    opacity: .29;
    color: #ffffff;
    font-size: 10px;
}

.politiks-link:hover {
    color: #ffffff;
}