@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1300px) {


}

@media screen and (max-width: 1235px) {


}

@media screen and (max-width: 1140px) {


}

@media screen and (max-width: 1050px) {

}

@media screen and (max-width: 930px) {

}

@media screen and (max-width: 860px) {
    section.esta{
        padding: 2rem 0;
    }
    .esta .banner{
        padding: 2.4rem!important;
        background-size: cover;
    }

    .esta .banner__logo{
        margin-bottom: 6.8rem;
        max-width: 11rem;
    }

    .esta .banner__logo img {
        max-width: 11rem;
    }

    .esta .banner__subtitle {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: .4rem;
    }

    .esta .banner__title {
        font-size: 3rem;
        line-height: 3.6rem;
        margin-bottom: 11rem;
    }

    .esta .banner__btns{
        flex-direction: column;
        gap: .8rem;
    }

    .esta .advantages {
        flex-wrap: wrap;
        gap: 2rem;
    }

    .esta .advantages__number {
        font-size: 2rem;
        line-height: 2.4rem;
        margin-bottom: 0;
    }

    .esta .advantages__data {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    .esta .advantages__text {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .esta .advantages__slash {
        width: 3rem;
        position: absolute;
        top: 0.5rem;
        left: 2rem;
    }

    .esta .advantages__descr {
        margin-left: 4rem;
    }

    .esta .mobile-show{
        display: block!important;
    }

    .esta .desktop-show{
        display: none!important;
    }

    .esta__info {
       flex-direction: column;
        margin-bottom: 2rem;
    }

    .esta .info__content {
        margin-bottom: 2rem;
    }

    .esta .info__wrap{
        display: flex;
        flex-direction: column;
    }

    .esta .info__cta {
        position: static;
        order: 2;
    }

    .esta__info h2 {
        margin-bottom: 0!important;
    }

    .esta .about__photos {
        flex-direction: column;
        gap: .8rem;
        margin-bottom: 2rem;
    }

    .esta .main-overview__content .heading-tertiary {
        margin-bottom: 2.4rem;
    }

    .esta .main-overview__wrap{
        grid-gap: 2.4rem;
    }

    .esta .place__text {
        position: static;
        order: 0;
    }

    .esta .place__text h3 {
        color: #515151;
    }

    .esta .place__text h2 {
        color: #121313;
        margin: 0;
    }

    .esta .place {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .esta .place img{
        order: 1;
    }

    .esta .esta-catalog .esta-catalog__row {
        flex-direction: column;
        gap: 2rem;
        margin-bottom: 2rem;
    }

    .esta .esta-catalog .esta-catalog-tags {
        width: 100%;
        overflow: auto;
    }

    .esta .esta-catalog .esta-catalog__tags {
        width: max-content;
    }

    .esta .esta-catalog #catalog__list{
        overflow: auto;
        width: 100%;
        margin-bottom: 2rem;
    }

    .esta .esta-catalog .catalog__wrap{
        display: flex;
        gap: .8rem;
    }

    .esta .esta-catalog .catalog__item {
        width: 85vw;
        box-shadow: none;
    }

    .esta .esta-catalog .catalog__item.catalog-faq {
        display: none;
    }

    .esta .esta-catalog .catalog__item.catalog-faq-mob {
        display: flex;
        width: 100%;
    }

    .esta .materials {
        display: flex;
        flex-direction: column;
    }

    .esta .materials__right {
        display: contents;
    }

    .esta .materials__left {
        order: 2;
    }

    .esta .materials__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
        margin-bottom: 0;
        order: 1;
    }

    .esta .materials__info {
        order: 3;
    }

    .esta .materials__num {
        width: 2.4rem;
        height: 2.4rem;
        top: 0;
    }

    .esta .premium__row {
        margin-bottom: 2rem;
    }

    .esta .premium__row .about-person {
        display: none;
    }

    .esta .premium__row .about-person {
        display: none;
    }

    .esta .premium__row .about-person .about-person-mob{
        display: block;
    }

    .esta .swiper__bottom .swiper__row {
        display: none;
    }

    .esta .swiper-premium .swiper-slide img {
        max-width: 31rem;
    }

    .esta .swiper-premium {
        margin-bottom: 2rem;
    }

    .esta .exclusive__list{
        grid-template-columns: 100%;
        gap: .8rem;
    }

    .esta .exclusive__item{
        padding: 2rem;
    }

    .esta .exclusive__img {
        width: 6.4rem;
        height: 6.4rem;
    }

    .esta .exclusive__text {
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .esta .nature {
        flex-direction: column-reverse;
        gap: 2.4rem;
    }

    .esta .nature__btn{
        display: block;
    }

    .esta .nature__info {
        padding-right: 0;
        height: 34rem;
        overflow: hidden;
        transition: all .3s ease-in-out;
    }

    .esta .nature__info.active{
        height: 100%;
    }

    .esta .nature__info::-webkit-scrollbar {
       display: none;
    }
}

@media screen and (max-width: 767px) {

}









