
.main-page__container {
    padding: 0 60px;
}

.map-our-shop {
    display: flex;
    width: 100%;
    align-items: stretch;
}
.map-our-shop .map-our-shop__box {
    width: 50%;
    background: #FAFAFA;
    height: auto;
    padding: 8.5% 20px 0 8.8%;
}
.map-our-shop__title {
    font-weight: 400;
    font-size: 36px;
    line-height: 49px;
    text-transform: uppercase;
    margin: 0 0 44px;
    color: #000;
}
.map-our-shop__box-info {
    display: flex;
    align-items: flex-start;
    margin: 0 0 40px;
}
.map-our-shop__box-info:last-child {
    margin: 0;
}
.map-our-shop__box-info:last-child img.map-our-shop__icon {
    margin: 0px 3px 0px 0px;
}
img.map-our-shop__icon {
    height: 26px;
    width: auto;
    display: block;
    margin: 0 8px 0 0;
}
.map-our-shop__box-info .map-our-shop__descr {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000;
}
.map-our-shop__box-info .map-our-shop__descr .map-our-shop__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-decoration: underline;
    text-transform: none;
    display: block;
    margin: 9px 0 0;
    color: #000;
}
.map-our-shop__box-info a.map-our-shop__descr:hover {
    text-decoration: underline;
}


.map-our-shop .map-our-shop__box-img {
    width: 50%;
}
img.map-our-shop__img {
    width: 100%;
}

.col-12.instashop {
    padding: 186px 0 100px;
}
.instashop .instashop__box {
    display: flex;
    align-items: flex-end;
    width: 56vw;
    padding: 0 0 0 60px;
    justify-content: space-between;
}
.instashop__box-info {
    text-align: left;
}
.instashop__box .instashop__link {
    width: 220px;
    height: 50px;
    margin: 0;
    font-size: 14px;
    text-transform: none;
    font-family: Roboto;
    font-weight: 400;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
}
.instashop__box .instashop__link:hover {
    background: #000;
    color: #fff;
}
.instashop ~ .instashop__link.instashop__link-mobail {
    display: none;
}
.instashop__box-info .instashop__title {
    margin: 0 0 15px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 43px;
    line-height: 50px;
}
.instashop__icon {
    width: 24px;
    height: auto;
    margin-left: 21px;
}
.instashop__box-info .instashop__info {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    margin: 0;
    max-width: 100%;
}
.instashop__box-info .instashop__info a {
    font-weight: 700;
    color: #617BFF;
    margin-left: 5px;
}
.instashop .gallery {
    margin-top: 40px;
}

.main-our-design {
    display: flex;
    width: 100%;
    align-items: stretch;
    overflow: hidden;
}
.main-our-design.main-page__container {
    padding-bottom: 6%;
    padding-top: 100px;
}
.main-our-design__video, .main-our-design__box {
    width: 50%;
}
.main-our-design__box {
    background: #FAFAFA;
    padding: 4.4% 0 0 6.5%;
    position: relative;
}
.main-our-design__img {
    display: block;
    position: absolute;
    bottom: -18%;
    left: 0;
    width: 107%;
}
.main-our-design__title {
    font-family: Roboto;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 28px;
    text-transform: uppercase;
}
.main-our-design__descr {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 35px;
    max-width: 415px;
}
.main-page__link {
    width: 262px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    border: 1px solid #000;
    color: #000;
    transition: all .3s;
    white-space: nowrap;
}
.main-page__link::after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(../svg/icons/next-arrow-5.svg) center center / 9px no-repeat;
    margin-left: 8px;
    transition: all .3s;
}
.main-page__link:hover {
    background: #000;
    color: #fff;
}
.main-page__link:hover::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(216deg) brightness(100%) contrast(101%);
}


.main-everest-ban {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 0px 20px;
    margin: 0;
}
.main-everest-ban__wrap, .main-everest-ban__img {
    width: 50%;
}
.main-everest-ban__wrap > .main-everest-ban__img {
    width: 100%;
}
.main-everest-ban__wrap {
    position: relative;
}
.main-everest-ban__descr {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-everest-ban__descr h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 20px;
}
.main-everest-ban__name {
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 9px;
    white-space: nowrap;
}
.main-everest-ban__descr p {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #fff;
    max-width: 383px;
}
.main-everest-ban__descr .main-page__link {
    width: 237px;
}
.main-page__link.main-page__link_white {
    border-color: #fff;
    background: #fff;
}
.main-page__link.main-page__link_white:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0);
}






.main-promo-ban {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.main-promo-ban__wrap {
    width: 50%;
    position: relative;
}
.main-promo-ban__wrap .main-promo-ban__img {
    width: 100%;
}
.main-promo-ban__box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.main-promo-ban__descr {
    color: #fff;
}
.main-promo-ban__descr h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0 0 10px;
    position: relative;
    width: fit-content;
}
.main-promo-ban__descr h3 img {
    position: absolute;
    width: 9px;
    top: -4px;
    right: -10px;
}
.main-promo-ban__descr p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.main-promo-ban .main-page__link {
    width: auto;
    padding: 0 15px;
    min-width: 193px;
    margin: 0;
}



.main-our-design__title {
    display: none;
}
.main-our-design__title.main-our-design__title_desk {
    display: block;
}
.main-page_mob {
    display: none;
}



@media (max-width: 1800px) {
    .main-our-design__title.main-our-design__title_desk {
        display: none;
    }
    .main-our-design__title {
        display: block;
    }
    .main-our-design__title {
        font-size: 32px;
        margin: 0 0 17px;
    }
    .main-our-design__descr {
        margin: 0 0 28px;
        max-width: 420px;
    }
}

@media (max-width: 1700px) {
    .instashop .instashop__box {
        padding: 0 40px;
        width: 100%;
    }
}

@media (max-width: 1600px) {
    .main-page__container {
        padding: 0 40px;
    }

    .col-12.instashop {
        padding: 100px 0 100px;
    }

    .map-our-shop.main-page__container {
        padding: 0;
    }
    .map-our-shop .map-our-shop__box {
        width: 50%;
        background: #FAFAFA;
        height: auto;
        padding: 7% 20px 0 8.6%;
    }
    .map-our-shop__title {
        font-size: 32px;
        margin: 0 0 43px;
    }
    
    
    .main-everest-ban__descr h3 {
        font-size: 32px;
        line-height: 25px;
    }
    .main-everest-ban__name {
        font-size: 20px;
    }
    .main-everest-ban__descr p {
        font-size: 15px;
        max-width: 345px;
    }
    
    
    .main-promo-ban {
        gap: 16px;
    }
    .main-promo-ban__box {
        padding: 29px 38px;
    }
    .main-promo-ban__descr h3 {
        font-weight: 400;
        font-size: 30px;
        line-height: 33px;
        margin: 0 0 7px;
    }
    .main-promo-ban__descr p {
        font-size: 15px;
    }
    



}





@media (max-width: 1340px) {
    .map-our-shop .map-our-shop__box {
        padding: 6% 20px 0 5%;
    }
    .map-our-shop__title {
        font-size: 30px;
        margin: 0 0 20px;
    }
    .map-our-shop__box-info {
        margin: 0 0 25px;
    }
    .map-our-shop__box-info .map-our-shop__descr {
        font-size: 18px;
    }
    .map-our-shop__box-info:nth-child(3) img.map-our-shop__icon {
        height: 22px;
    }
    
    
    
    .main-our-design__img {
        bottom: -19%;
        width: 106%;
    }
    .main-our-design__box {
        padding: 4% 0 0 6%;
    }
    .main-our-design__title {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 4px;
    }
    .main-our-design__descr {
        margin: 0 0 14px;
        max-width: 405px;
    }

}


@media (max-width: 1200px) {
    .main-promo-ban {
        gap: 20px;
        flex-direction: column;
    }
    .main-promo-ban__wrap {
        width: 100%;
        position: relative;
    }
}




@media (max-width: 1040px) {
    .map-our-shop .map-our-shop__box {
        padding: 3% 20px 0 4%;
    }
}




@media (max-width: 992px) {
    
    .main-page_desk {
        display: none;
    }
    .main-page_mob {
        display: block;
    }
    .main-page__container {
        padding: 0 0px;
    }
    .map-our-shop.main-page__container {
        padding-top: 70px;
    }
    
    
    .map-our-shop {
        flex-direction: column-reverse;
    }
    .map-our-shop__title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 36px;
    }    
    .map-our-shop .map-our-shop__box {
        width: 100%;
        background: #FAFAFA;
        height: auto;
        padding: 34px 15px;
    }
    .map-our-shop .map-our-shop__box-img {
        width: 100%;
    }
    .map-our-shop__box-info {
        margin: 0 0 20px;
    }
    img.map-our-shop__icon {
        height: 22px;
    }
    .map-our-shop__box-info .map-our-shop__descr {
        font-size: 16px;
        max-width: 255px;
    }
     .map-our-shop__box-info:nth-child(3) img.map-our-shop__icon {
        height: 20px;
    }  
    .map-our-shop__box-info:last-child img.map-our-shop__icon {
        height: 26px;
    }
    
    
    .instashop .instashop__info {
        font-size: 14px;
        display: block;
    }
    
    
    .main-our-design.main-page__container {
        padding-bottom: 0px;
        padding-top: 60px;
        flex-direction: column;
    }
    .main-our-design__video, .main-our-design__box {
        width: 100%;
    }
    .main-our-design__box {
        padding: 31.5% 15px 0;
    }
    .main-our-design__img {
        bottom: auto;
        width: 112%;
        top: -19%;
    }
    .main-our-design__title {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 9px;
    }    
    .main-our-design__descr {
        margin: 0 0 35px;
    }
    .main-our-design__box .main-page__link {
        margin: 0 auto 31px;
    }
    .main-page__link {
        margin: 0 auto;
    }
    
    .col-12.instashop {
        padding: 60px 0 0px;
    }
    .instashop .instashop__box {
        padding: 0 15px;
    }
    .instashop .instashop__box-info .instashop__title {
        font-size: 32px;
        line-height: 37px;
        margin: 0 0 13px;
    }
    .instashop .instashop__box-info .instashop__icon {
        margin-bottom: 3px;
        margin-left: 13px;
    }
    .instashop__box-info .instashop__info a {
        margin-left: 3px;
    }
    .instashop__link.instashop__link-mobail {
        width: 220px;
        margin: 10px auto 0px;
        height: 50px;
        text-transform: none;
        font-family: Roboto;
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        align-items: center;
        justify-content: center;
        border: 1px solid #000;
    }
    .instashop__box ~ .regular1.slider.slick-slider {
        margin: 0;
    }
    .instashop__box ~ .regular1.slider.slick-slider .slick-dots {
        bottom: 0;
    }
    .instashop__box ~ .regular1.slider.slick-slider .slick-slide {
        margin-bottom: 17px !important;
        margin: 0;
    }
    
    
    .main-everest-ban__wrap, .main-everest-ban__img {
        width: 100%;
    }
    .main-everest-ban {
        flex-direction: column;
    }
    .main-everest-ban__descr {
        width: 90%;
        top: auto;
        transform: translate(-50%, 0px);
        bottom: 13px;
    }
    .main-everest-ban__descr h3 {
        font-size: 24px;
        line-height: 25px;
        margin: 0 0 7px;
        font-weight: 450;
    }
    .main-everest-ban__descr p {
        font-size: 14px;
        line-height: 22px;
        max-width: 300px;
    }
    .main-everest-ban__name {
        font-size: 16px;
        line-height: 29px;
        margin: 0 0 10px;
    }
    .main-page__link.main-page__link_white {
        background: none;
        border: none;
        width: auto;
        height: auto;
        text-decoration: underline;
    }
    .main-everest-ban__descr .main-page__link {
        color: #fff;
    }
    .main-page__link.main-page__link_white .main-page__link::after {
        margin-left: 10px;
    }
    .main-everest-ban__descr .main-page__link::after {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(216deg) brightness(100%) contrast(101%);
    }
    
    
    
    .main-promo-ban {
        gap: 75px;
    }
    .main-promo-ban__box {
        bottom: -37px;
        padding: 0 15px;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .main-promo-ban__descr h3 {
        font-weight: 400;
        font-size: 25px;
        line-height: 28px;
        text-transform: uppercase;
        margin: 0 0 3px;
        position: relative;
        width: fit-content;
    }
    .main-promo-ban__descr p {
        margin: 0 0 30px;
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
    }
    .main-promo-ban .main-page__link {
        padding: 0px;
        margin: 0 auto;
    }


}


@media (max-width: 767px) {
    .instashop ~ .instashop__link.instashop__link-mobail {
        display: flex;
    }
    .instashop .instashop__info {
        margin: 0 0 13px;
    }

}














