.container{
    width: 100%;
    max-width: 1580px;
}
.lock{
    overflow: hidden;
}
.footer{
    background: url('../../../../../image/Vector.png'),#14386A;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 40px;
}
.footer__logo{
    max-width: 244px;
    margin: 0 auto;
}
.footer__wrapper{
    display: flex;
    flex-direction: column;
}
.contact__socials{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.contact__socials>li>a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 7px;
    border: 1px solid #8b8787;
    border-radius: 8px;
}
.contact__socials>li>a>img{
    max-height: 16px;
}
.contact__socials-wrap{
    margin: 23px auto;
}
.footer__telephoneslist{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer__telephoneslist>li{
    gap: 10px;
    display: flex;
    justify-content: center;
}
.footer__telephoneslist>li>a{
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #fff;
}
.footer__divider{
    width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 15px;
    background-color: #e8e8e8;
}
.footer__bottom>a{
    font-size: 18px;
    color: #8c8c8c;
}
.footer__bottom>ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
}
.footer__bottom>ul>li>a{
    font-size: 16px;
    color: #fff;
}
.footer__bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}
.html__text{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-top: 200px;
    margin-top: -200px;
}
.html__text--wrapper{
    width: 100%;
    max-width: 1710px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #edeff0;
    padding-left: 89px;
    padding-top: 120px;
    padding-bottom: 85px;
    margin-left: auto;
}

.mobile .html__text--wrapper {
    width: 100%;
    margin: 0;
}


.html__text{
    padding-bottom: 35px;
}
.html__text--image{
    position: relative;
    width: 100%;
    max-width: 495px;
}
.html__text--imagesecond{
    position: relative;
    width: 100%;
    max-width: 450px;
}
.html__text--image img{
    position: absolute;
    bottom: -84px;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.html__text--imagesecond img{
    position: absolute;
    bottom: -85px;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.html__text--title{
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #161c28;
    margin-bottom: 16px;
    max-width: 335px;
}
.html__text--text{
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #757474;
    margin-bottom: 24px;
}
.-content__wrapper{
    max-width: 360px;
    margin-left: 126px;
    margin-right: 5px;
}
.html__text--wrapper{
    display: flex;
}
.html__text--link{
    border-radius: 60px;
    width: 218px;
    height: 44px;
    background: #14386a;
    font-size: 14px;
    line-height: 174%;
    text-transform: capitalize;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.html__text--link:hover{
    color: #fff;
}
.block__title{
    font-weight: 600;
    font-size: 28px;
    line-height: 114%;
    color: #000;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.block__text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: #555;
}
.block__heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 390px;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.lands .block__heading{
    margin: 0;
    padding: 0;
    align-items: flex-start;
}
.reviews .swiper-slide{
    width: calc(100% / 4 - 15px);
    box-shadow: 5px 5px 5px 0 rgba(25, 57, 70, 0.25);
    border-radius: 8px;
    overflow: hidden;
}
.lands__slide{
    position: relative;
}
.lands__slide--body{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.lands .swiper-slide{
    width: 300px;
    /* box-shadow: 5px 5px 5px 0 rgba(25, 57, 70, 0.25); */
    border-radius: 8px;
}
.lands__slide--image{
    border-radius: 8px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.lands__slide--body{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding-left: 25px;
    padding-top: 30px;
}
.swiper-container{
    overflow: hidden;
    padding: 15px;
    margin: -15px;
}
.swiper-wrapper{
    height: auto;
}
.reviews__carousel{
    position: relative;
}
.carousel__navigation{
    width: 65px;
    height: 65px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.reviews__carousel--prev{
    left: -33px;
}
.reviews__carousel--next{
    right: -33px;
}
.lands__carousel--buttons{
    display: flex;
    align-items: center;
    gap: 13px;
}
.lands__carousel--buttons>div{
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lands__carousel--navigation{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 27px;
    margin-right: 175px;
    gap: 60px;
}
.lands__carousel--navigation .lands__carousel--pagination.carousel__pagination{
    width: max-content !important;
    margin: 0 !important;
}
.lands__carousel--pagination.carousel__pagination,
.reviews__carousel--pagination.carousel__pagination{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.reviews{
    margin-top: 90px;
    padding-bottom: 160px;
}
.lands__slide--title{
    font-size: 24px;
    line-height: 120%;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 8px;
}
.lands__slide--places{
    font-size: 14px;
    line-height: 120%;
    color: #e3e3e3;
    margin-bottom: 20px;
}
.lands__slide--link{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 13px;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    height: 34px;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    color: #fff;
    width: max-content;
    margin-top: auto;
    margin-bottom: 44px;
}
.lands__slide--link:hover{
    color: #fff;
}
.lands__slide--body img{
    width: 62px;
    height: 62px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 17px;
    right: 20px;
}
.lands__carousel{
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 1px;
}
.lands__carousel .swiper-container{
    padding: 0;
    margin: 0;
    min-width: 1px;
}
.adv__list--title{
    font-weight: 600;
    font-size: 24px;
    line-height: 117%;
    color: #000;
    margin-bottom: 13px;
}
.adv__list--text{
    font-size: 16px;
    line-height: 150%;
    color: #555;
    margin-bottom: 52px;
}
.adv__list--left{
    max-width: 540px;
}
.adv__list--image{
    position: relative;
}
.adv__list--image>a{
    background: #131928;
    border-radius: 60px;
    padding: 0 32px;
    width: max-content;
    height: 52px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -14px;
}
.adv__list--image>img{
    width: 100%;
    max-width: 490px;
}
.adv__list--right{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    max-width: 824px;
    width: 100%;
    flex-shrink: 0;
}
.adv__list--item{
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.adv__list--item-ico{
    width: 40px;
}
.adv__list--item-text{
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #222;
}
.adv__list--wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}
.adv__list--wrapper{
    padding-bottom: 100px;
    padding-top: 190px;
    background-repeat: no-repeat;
    background-position: top right;
}
.form__module--wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.form__module--wrapper>form{
    width: 100%;
    border-radius: 30px;
    max-width: 660px;
    box-shadow: 0 10px 22px 0 rgba(128, 128, 128, 0.1), 0 41px 41px 0 rgba(128, 128, 128, 0.09), 0 92px 55px 0 rgba(128, 128, 128, 0.05), 0 163px 65px 0 rgba(128, 128, 128, 0.01), 0 255px 71px 0 rgba(128, 128, 128, 0);
    background: #fff;
    overflow: hidden;
    padding: 27px 40px 39px 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.form__module--title{
    font-weight: 600;
    font-size: 32px;
    color: #000;
    margin-bottom: 25px;
}
.main__block{
    position: relative;
}
.form__module--submit{
    background: #034061;
    border-radius: 40px;
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 18px;
    line-height: 133%;
    color: #fff;
    margin-top: 8px;
}
.form__module--row{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}
.form__module--elem{
    margin-bottom: 12px;
}
.form__module--elem label{
    font-size: 14px;
    line-height: 171%;
    color: #555;
    margin-bottom: 2px;
    font-weight: 400;
}
.form__module--elem,
.form__module--elem-wrapper,
.form__module--elem-wrapper input{
    width: 100%;
}
.form__module--elem-wrapper input{
    height: 100%;
    font-size: 16px;
    line-height: 150%;
    color: #1e1e1e;
    padding-left: 40px;
    padding-right: 10px;
    border-radius: 10px;
}
.form__module--elem-wrapper input::placeholder{
    font-size: 16px;
    line-height: 150%;
    color: #1e1e1e;
}
.form__module--elem-wrapper{
    position: relative;
    background-color: #fff;
    height: 50px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    /*overflow: hidden;*/
}
.form__module--elem-wrapper svg{
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.buscontacts{
    background-image: url(../../../../../image/contactsbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 140px;
}
.buscontacts__body{
    background-image: url(../../../../../image/whitebg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 1136px;
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    gap: 75px;
    padding-left: 74px;
}

.mobile .buscontacts__body {
    align-items: start;
}


.buscontacts__col--text{
    font-size: 16px;
    line-height: 140%;
    color: #555;
    max-width: 220px;
}
.buscontacts__col--tel a{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #021c2b;
}
.buscontacts__col--tel a:hover{
    color: #021c2b;
}
.buscontacts__col--address{
    font-size: 16px;
    line-height: 140%;
    color: #555;
    max-width: 250px;
}
.buscontacts__col--social ul{
    display: flex;
    align-items: center;
    gap: 16px;
}
.buscontacts__col--social img{
    width: 56px;
    height: 56px;
}
.buscontacts__body--cols{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    max-width: 910px;
}
.buscontacts__wrapper{
    display: flex;
    /* justify-content: center; */
    position: relative;
    width: 100%;
    padding-left: 138px;
}
.buscontacts__wrapper>img{
    position: absolute;
    bottom: -140px;
    right: 0;
    z-index: 2;
}
.two__columns--wrapper{
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}
.two__columns--wrapper>div{
    width: 50%;
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 16px;
    line-height: 150%;
    color: #555;
}
.two__columns--left{
    border-right: 1px solid #e0e0e0;
    padding-right: 75px;
    padding-left: 100px;
}
.two__columns--right{
    padding-left: 75px;
    padding-right: 100px;
}
.two__columns{
    margin-bottom: 100px;
    margin-top: 60px;
}
.three__columns--wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.three__columns--item{
    max-width: 390px;
    border-top: 1px solid #e0e0e0;
    padding-top: 40px;
}
.three__columns--item-title{
    font-size: 16px;
    line-height: 140%;
    color: #838383;
    margin-bottom: 24px;
}
.three__columns--item--text{
    font-size: 16px;
    line-height: 140%;
    text-align: justify;
    color: #1e1e1e;
}
.three__columns{
    padding-top: 80px;
    padding-bottom: 120px;
    border-bottom: 1px solid #e0e0e0;
}
.routes__left{
    width: 100%;
    max-width: 985px;
    position: relative;
}
.routes__left--title{
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    color: #000;
    padding-right: 88px;
    padding-top: 15px;
    z-index: 2;
}
.routes__list--col{
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-shrink: 0;
}
.routes__list{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
}
.routes__list--item a{
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
.routes__wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.routes{
    padding-top: 40px;
    padding-bottom: 60px;
}
.html__heading--wrapper{
    position: relative;
}
.html__heading--body{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.html__heading-text{
    width: 100%;
    max-width: 330px;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    margin-left: auto;
    margin-top: 60px;
    margin-right: 54px;
}
.html__heading--title{
    max-width: 770px;
    margin-top: auto;
    margin-left: 34px;
    margin-bottom: 38px;
}
.html__heading--title h1{
    margin: 0;
    font-weight: 400;
    font-size: 60px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #000;
}
.html__heading--title h1 span{
    font-weight: 500;
    color: #1992d3;
}
.html__heading{
    padding-top: 60px;
}
#information-route{
    padding-top: 90px;
}
.html_service--wrapper{
    background-color: #f8f8f8;
    border-radius: 50px;
    padding: 85px 115px 100px 100px;
    box-shadow: 0 10px 22px 0 rgba(128, 128, 128, 0.1), 0 41px 41px 0 rgba(128, 128, 128, 0.09), 0 92px 55px 0 rgba(128, 128, 128, 0.05), 0 163px 65px 0 rgba(128, 128, 128, 0.01), 0 255px 71px 0 rgba(128, 128, 128, 0);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    display: flex;
    align-items: center;
}
.html_service--image{
    position: relative;
    width: 100%;
    max-width: 677px;
}
.html_service--image>img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.html_service--text{
    width: 100%;
    max-width: 510px;
}
.html_service--title{
    font-weight: 600;
    font-size: 28px;
    line-height: 114%;
    color: #000;
    margin-bottom: 12px;
    max-width: 420px;
}
.html_service--textt{
    font-size: 14px;
    line-height: 130%;
    color: #555;
    margin-bottom: 40px;
}
.html_service--text>a{
    background: #131928;
    border-radius: 60px;
    padding: 0 32px;
    height: 50px;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}
.html_service--text>a:hover{
    color: #fff;
}
.html_service{
    padding-top: 140px;
    padding-bottom: 110px;
}
.info__image{
    position: relative;
    /* padding-top: 130px; */
}
.info__image img{
    margin: 0 auto;
}
.info__image--wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.info__image--wrapper>.container{
    padding-left: 85px;
    max-width: 100%;
}
.info__image--socials{
    position: relative;
}
.btn-language svg path{
    stroke: white;
}
.btn-language{
    color: #fff;
}
.module__socials{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    width: max-content;
    position: absolute;
    left: 0;
    top: 160px;
}
.module__socials>li>a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.form__module{
    position: absolute;
    left: 7.55%;
    bottom: 65px;
    z-index: 2;
    width: 100%;
    max-width: 660px;
}
.form__module>.container{
    padding: 0;
}
.one_banner{
    position: relative;
}
.one_banner .hero__image--wrapper{
    position: absolute;
    top: 0;
    right: 20px;
}
.one_banner .hero__image--wrapper .module__socials{
    flex-direction: column;
    top: 130px;
}
#information-about-us .reviews{
    padding-bottom: 0;
}
#information-about-us .two__columns{
    margin-top: 40px;
}
.hero__image--wrapper .container{
    max-width: 100%;
    padding: 0 85px;
}
.lands{
    background: #f7f8f8;
    padding-top: 70px;
    padding-bottom: 34px;
}
.lands>.container{
    display: flex;
    align-items: center;
    padding-right: 0;
    padding-left: 160px;
    gap: 177px;
    max-width: 100%;
}
.lands>.container::after,
.lands>.container::before{
    display: none;
}
.block__logo{
    max-width: 182px;
    margin-left: 48px;
    padding-bottom: 49px;
}
.information-information-4 .info__image--socials .module__socials{
    left: 5%;
    top: 150px;
}
@media (max-width: 1900px) {
    .form__module--wrapper>form{
        padding: 24px 25px;
    }
    .form__module{
        bottom: 44px;
    }
    .form__module--title{
        font-size: 20px;
        margin-bottom: 8px;
    }
    .form__module--elem-wrapper{
        height: 40px;
    }
    .form__module--submit{
        height: 45px;
    }
}
@media (max-width: 1679px) {
    header>.container{
        padding: 0 40px;
    }
    .form__module--elem{
        margin-bottom: 9px;
    }
    .lands>.container{
        padding-left: 15px;
        gap: 50px;
    }
    .-content__wrapper{
        margin-left: 50px;
    }
    .html__text--wrapper{
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
}
    .buscontacts__wrapper>img{
        right: -100px;
    }
    .footer{
        background-size: cover;
    }
    .lands__carousel--prev, .reviews__carousel--prev{
        left: 10px;
    }
    .lands__carousel--next, .reviews__carousel--next{
        right: 10px;
    }
}
@media (max-width: 1440px) {
    .buscontacts__wrapper{
        padding-left: 0;
    }
    .routes__left--title{
        padding-right: 60px;
    }
    .html__heading--title{
        max-width: 700px;
    }
    .html__heading--title h1{
        font-size: 55px;
    }
    .form__module{
        bottom: 20px;
    }
    .form__module--submit{
        margin-top: 0;
    }
}
@media (max-width: 1439px) {
    .html__text--image,
    .html__text--imagesecond{
        max-width: 400px;
    }
    .hero__image--wrapper>.container,
    .info__image--wrapper>.container{
        padding-left: 10px;
    }
    .one_banner .hero__image--wrapper .module__socials{
        top: 100px;
    }
    .module__socials{
        gap: 10px;
    }
    .module__socials>li>a{
        width: 40px;
        height: 40px;
    }
    .form__module{
        margin-top: -55px;
    }

}
@media (max-width: 1365px) {

    .lands>.container{
        flex-direction: column;
    }
    .lands__carousel--navigation{
        margin-right: 0;
        justify-content: center;
    }
    .routes__left--title{
        padding-right: 20px;
    }
    .html__heading--title h1{
        font-size: 50px;
    }
    .buscontacts__wrapper{
        justify-content: flex-start;
        margin-top: 50px;
    }
    .buscontacts__body{
        margin-left: 0;
    }
    .form__module{
        margin-top: -50px;
    }
    .buscontacts__wrapper>img{
        right: -150px;
    }
}
@media (max-width: 1279px) {
    .form__module--title{
        font-size: 18px;
    }
    .buscontacts__wrapper>img{
        display: none;
    }
    .form__module--elem-wrapper{
        height: 37px;
    }
    .form__module--submit{
        height: 37px;
    }
    .form__module--wrapper>form{
        padding: 18px 25px;
    }
    .form__module{
        margin-top: -43px;
    }
    .module__socials>li>a{
        width: 30px;
        height: 30px;
    }
    .adv__list--wrapper{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .adv__list--image>img{
        display: none;
    }
    .adv__list--image>a{
        position: unset;
    }
    .adv__list--wrapper{
        padding-top: 20px;
    }
    .adv__list--title{
        text-align: center;
    }
    .adv__list--text{
        margin-bottom: 25px;
        text-align: center;
    }
    .adv__list--image>a{
        margin: 0 auto;
    }
    .routes__wrapper{
        align-items: flex-start;
    }
    .routes__left--title{
        padding-top: 10px;
        font-size: 20px;
    }
    .html__heading-text{
        margin-top: 20px;
    }
    .html__heading--title h1{
        font-size: 40px;
    }
    .html__heading--title{
        max-width: 490px;
        margin-bottom: 25px;
    }
    .buscontacts__body{
        padding: 0 24px;
    }
    .header__center{
        min-width: 700px;
    }
    .header__menu>ul>li>a{
        padding: 10px 20px;
        font-size: 14px;
    }
    .two__columns--wrapper>div{
        padding-top: 0;
        padding-bottom: 0;
    }
    .two__columns--right,
    .two__columns--left{
        padding-left: 25px;
        padding-right: 25px;
    }
    .two__columns--wrapper{
        border: none;
    }
    .html__text--image{
        max-width: 280px;
    }
    .html__text--imagesecond{
        max-width: 250px;
    }
    .html__text--image img{
        bottom: -50px;
    }
    .html__text--wrapper{
        padding: 50px;
    }
    .html__text--imagesecond img{
        bottom: -50px;
    }
}
@media (max-width: 1180px) {
    .information-information-4 .info__image--socials .module__socials{
        display: none;
    }
    .form__module{
        left: calc(50% - 330px);
        bottom: -100px;
    }
    .one_banner{
        margin-bottom: 110px;
    }
    .lands__slide--image img{
        width: 100%;
        object-fit: cover;
    }
    .reviews .swiper-slide{
        width: calc(100% / 3 - 13.333px);
    }
    .html_service{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .html_service--wrapper{
        padding: 50px 25px;
        flex-direction: column;
    }
    .html_service--image>img{
        position: unset;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        max-width: 350px;
        margin-top: -80px;
        margin-left: auto;
        margin-right: auto;
    }
    .html_service--title{
        max-width: 100%;
    }
    .html_service--text{
        max-width: 100%;
    }
}
@media (max-width: 1023px) {
    .html__text--image img{
        position: unset;
        max-width: 280px;
        margin: 0 auto;
    }
    .html__text--image{
        display: none;
    }
    .mobile .html__text--wrapper{
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        background-color: transparent;
    }
    .-content__wrapper{
        margin-left: 0;
        max-width: 100%;
    }
    .html__text{
        margin-top: 0;
        padding-top: 137px;
    }
    .html__text--imagesecond{
        max-width: 100%;
    }
    .html__text--imagesecond img{
        bottom: -100px;
        left: unset;
        right: 0;
        max-width: 250px;
    }
    .html__text{
        padding-bottom: 100px;
    }
    .html__text--content{
        display: flex;
        align-items: center;
    }
    .html__text--wrapper{
        padding: 0 50px;
    }
    .adv__list--wrapper{
        background-size: contain;
    }
    .form__module--wrapper>form{
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
}
    .form__module{
        margin-top: -40px;
    }
    .hero__image--wrapper{
        display: none;
    }
    .html_service--textt{
        margin-bottom: 25px;
    }
    .html_service--text>a{
        margin: 0 auto;
    }
    .two__columns--wrapper>div{
        width: 100%;
        font-size: 14px;
    }
    .info__image .info__image--wrapper{
        display: none;
    }
    /* .info__image{
        padding-top: 100px;
    } */
    .two__columns--wrapper{
        flex-direction: column;
    }
    .adv__list--text{
        font-size: 14px;
    }
    .html__heading .container{
        padding: 0;
    }
    .html__heading--body{
        padding-left: 10px;
        padding-right: 10px;
    }
    .html__heading--wrapper img{
        width: 100%;
        max-height: 600px;
        object-fit: cover;
        object-position: top right;
    }
    .html__heading-text{
        margin-top: 80px;
        margin-left: 0;
        font-size: 14px;
    }
    .html__heading--body{
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
    .html__heading--title{
        margin-top: 15px;
        max-width: 70%;
        margin-left: 0;
    }
    .html__heading--title h1{
        font-size: 55px;
    }
    .buscontacts__body{
        background-image: url(../../../../../image/whitebgmob.png);
        border-bottom-left-radius:20px;
        width: calc(100% + 10px);
        margin-right: -10px;
        justify-content: flex-start;
        gap: 40px;
        padding-top: 50px;
        height: auto;
        padding-bottom: 25px;
    }
    .buscontacts__body--cols{
        flex-direction: column;
        gap: 20px;
    }
    .buscontacts__col--social img{
        width: 40px;
        height: 40px;
    }
    .buscontacts{
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .buscontacts__wrapper>img{
        display: block;
        max-height: 300px;
        bottom: 0;
        right: -50px;
    }
    .footer__bottom{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        padding-bottom: 120px;
    }
    .footer__divider{
        display: none;
    }
    .footer__bottom>ul{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 35px;
    }
    .footer{
        background-image: url(../../../../../image/Vectormob.png);
    }
    .buscontacts__col--address,
    .buscontacts__col--text{
        max-width: 170px;
    }
    .routes__wrapper{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .routes__left--title{
        left: 0;
        padding-left: 10px;
        font-size: 38px;
    }
    .lands .swiper-slide{
        width: 300px;
    }
    .lands__carousel--buttons{
        display: none;
    }
    .lands__carousel--pagination.carousel__pagination, .reviews__carousel--pagination.carousel__pagination{
        margin-top: 20px;
    }
    .reviews{
        margin-top: 50px;
        padding-bottom: 0;
    }
}
@media (max-width: 980px) {
    .three__columns--wrapper{
        flex-direction: column;
        gap: 40px;
    }
    .three__columns--item{
        max-width: 100%;
    }
    .three__columns{
        padding-top: 40px;
        padding-bottom: 40px;
        border: none;
    }
    .carousel__navigation{
        display: none;
    }
}
@media (max-width: 767px) {
    .form__module{
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        z-index: 2;
        margin-top: -90px;
    }
    .form__module--title{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .form__module--elem-wrapper{
        height: 50px;
    }
    .form__module--elem{
        margin-bottom: 0;
    }
    .form__module--row{
        margin-bottom: 16px;
    }
    .form__module--button{
        margin-top: 20px;
    }
    .form__module--submit{
        height: 50px;
    }
    .form__module>.container{
        padding: 0 10px;
    }
    .one_banner{
        margin-bottom: 0;
    }
    .lands{
        background-color: #fff;
    }
    .block__logo{
        max-width: 157px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 34px;
    }
    .block__title{
        text-align: center;
    }
    .block__text{
        text-align: center;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .lands{
        padding-top: 0;
    }
    .html__text{
        margin-top: 0;
        padding-top: 137px;
    }
    .form__module--wrapper>form{
        padding: 24px 15px;
    }
    .form__module--row {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px;
    }
    .adv__list--wrapper{
        padding-top: 78px;
    }
    #information-about-us .reviews{
        margin-top: 0;
    }
    .html__heading--title h1{
        font-size: 28px;
    }
    .routes__left--title{
        font-size: 24px;
        padding-top: 5px;
    }
    .routes__list--item a{
        font-size: 16px;
    }
    .routes__list--col{
        width: calc(50% - 10px);
    }
    .adv__list--right{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .adv__list--item-text{
        font-size: 14px;
    }
    .adv__list--item{
        height: 180px;
    }
    .adv__list--wrapper{
        padding-bottom: 130px;
        background-position: center;
        background-size: 100% 100%;
    }
    .reviews .swiper-slide{
        width: calc(100% / 2 - 10px);
    }
    .html__text--image{
        display: none;
    }
    .html__text--imagesecond img{
        width: 282px;
        right: -95px;
    }
}
@media (max-width: 680px) {
    header>.container{
        padding: 0 10px;
    }
    .-content__wrapper{
        padding-top: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 220px;
    }
    .html__text--title{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .html__text--text{
        font-size: 12px;
        margin-bottom: 20px;
    }
}
@media (max-width: 570px) {
    .reviews .swiper-slide{
        width: 100%;
    }
}
@media (max-width: 374px) {
    .routes__left--title{
        font-size: 18px;
    }
    .routes__list{
        flex-direction: column;

    }
    .routes__list--col{
        width: 100%;
    }
}