

/* Start:/local/components/dev/page/templates/index/style.css?1756886686970*/
.swiper-slide video {
    object-fit: cover;
    object-position: 100% 100%;

    width: 100%;
}
.swiper-slide{
    font-size: 0px;
}
.swiper-slide-mobile{
    display: none;
}
.catalog__page_h1,
.i-franch__title{
    text-align: center;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    font-family: "Cormorant SC";
    margin-bottom: 40px;
}
.i-franch__title-desc{
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 34px;
    font-size: 24px;
    text-align: center;
    font-family: "Montserrat", sans-serif;

}
@media screen and (max-width: 767px){
    .swiper-slide video{
        /*height: 85vh;*/
        min-height: 750px;
    }
    .swiper-slide video {
        object-position: 50% 50%;
    }
    .swiper-slide-pc{
        display: none;
    }
    .swiper-slide-mobile{
        display: block;

    }
    .intro__bg.--left img{
        object-position: -75% 50%;
    }
}
/* End */


/* Start:/local/components/dev/header/templates/.default/style.css?173202719095*/
.header__bar a{
    color: #fff;
}
.header__bar a:hover{
    text-decoration: underline;
}
/* End */


/* Start:/local/components/dev/buy/templates/buy/style.css?17421368334874*/
.page-buy .branches__map-wrap {
    width: 100%;
}
.page-buy .branches {
    min-height: 570px;
}
.page-buy .h1{
    margin-top: 30px;
}
.page-buy .h1{
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 70px;
}
.h1-sub{
    text-align: center;
    display: block;
    font-size: 30px;
}
.page-buy-country{
    margin: 40px auto;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.page-buy-country li{
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    background-color: #CFCED0;
    border-radius: 5px;
    padding: 8px 11px;
    margin: 10px;
    cursor: pointer;
    border: solid 1px #CFCED0;
}
.page-buy-country li.active{
    background-color: #e0dfdb;
    border: solid 1px #000000;
}
.page-buy-footer{
    margin-top: 80px;
    margin-bottom: 80px;
}
.page-buy-footer .h1-sub{
    margin-bottom: 40px;
}
.page-buy-footer .row-footer{
    display: flex;
    font-size: 16px;
    justify-content: center;
}
.page-buy-footer .row-item{
    text-align: center;
    margin: 10px 30px;
}
.page-buy-footer .row-footer a{
    display: inline-block;
}
.page-buy-footer .row-footer .footer-item{
    background-color: #CFCED0;
    border-radius: 5px;
    padding: 8px 11px;
    margin: 10px 0px;
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .page-buy .branches{
        min-height: auto;
    }
}
@media screen and (max-width: 767px) {
    .page-buy-footer .row-footer{
        flex-wrap: wrap;
    }
    .page-buy-footer .row-item{
        flex: 0 0 50%;
        margin: 10px 0px;
    }
    .page-buy .h1{
        font-size: 50px;
        margin-bottom: 20px;
    }
    .h1-sub{
        font-size: 30px;
    }
    .page-buy-country li{
        font-size: 14px;
    }
    .page-buy-footer{
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
.branches__wrap{
    z-index: 1;
    position: absolute;
    top: 20px;
    left: 0px;
}
.branches_city{
    font-weight: 500;
    font-size: 24px;
    color: #A69E97;
    margin-bottom: 10px;
}

.branches__wrap{
    background-color: #E0DFDB;
    width: 240px;
    border-radius: 8px;
    padding: 15px ;
    padding-bottom: 5px;
}
.branches__item{
    color: #240E00;
    margin-top: 8px;
}
.branches__item .branches__value{

    margin-right: 10px;
}
.branches__mall-desc p a {
    color: #240E00;
}
.branches__name,
.branches__count{
    font-size: 16px;
}
.branches__inner{
    scrollbar-width: thin;
    scrollbar-color: #A69E97B2 #A69E9742;
    height: 420px;
}
.branches__mall-inner {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
}
.branches__mall-name {
    margin-bottom: 0px;
    font-weight: bold;
    margin-bottom: 10px;
}
.branches__location{
    display: none;
}
.branches__mall.--col .branches__mall-img{
    width: 210px;
    height: 100%;
}
.branches__wrap-root{
    position: relative;
    margin: 0 auto;
    width: 1060px;
}
.branches__mall-desc p{
    display: flex;
    align-items: center !important;
    font-size: 14px;
}
.branches__mall-desc p svg{
    display: inline-block;
    margin-right: 10px;
    width: 20px;
}
.branches__count{
    display: none;
}
@media screen and (max-width: 1080px) {
    .branches__wrap{
      left: 20px;
    }
}
@media screen and (max-width: 580px) {
    .branches__wrap-root{
        width: auto;
    }
    .branches__wrap{
        left: 20px;
        width: calc(100% - 40px);
        top: 350px;
    }
    .branches__inner {
        height: 160px;
    }
    .branches__mall.--col .branches__mall-name, .branches__mall.--col .branches__mall-desc {
        width: 100%;
        padding-left: 220px;
    }
    .branches__mall-inner {
        width: calc(100% - 131px);
        padding-left: 15px;
    }
    .branches__country{
        width: 100%!important;
    }
    .branches__list.--current{
        display: flex;
        flex-wrap: wrap;
    }
    .branches__list .branches__item-city{
        width: 33.3%;
        align-self: center !important;
        margin-bottom: 0px;
    }
    .branches__list .branches__item-city.--current{
        width: 100%;
    }
    .branches_city{
        margin-bottom: 0px!important;
        text-align: center;
    }
    .branches__return.--show {
        position: absolute;
        top: 15px;
    }
    .branches__wrap{
        padding-bottom: 15px;
    }
    .branches__map{
        height: 600px;
    }
    .page-buy .branches{
        height: 600px;
    }
    .branches__item {
        margin-bottom: 0px;
    }
    .page-buy-country{
        text-align: left;
    }
    .page-buy-country li {
        width: 27%;
        text-align: center;
    }
}

/* End */


/* Start:/local/components/dev/page/templates/footer/style.css?1739890742701*/
@media screen and (max-width: 767px) {
    .footer__wrap.row{
        display: block;
    }
    .footer__info{
        width: 100%;
    }
    .footer__nav{
        margin-bottom: 0px;
    }
    .footer__cont-socials .socials__item svg{
        width:unset;
    }

    .footer__nav ul {
        display: block;
    }
    .footer__nav-ul li{
        margin-top: 30px;
    }
    .link-market{
        display: block;margin-top: 30px;
    }
    .footer__cont-title,
    .footer__info-title{
        font-weight: bold;
    }
}
.footer__icon-store {
    margin-top: 20px;
}
@media screen and (min-width: 992px) {
    .footer__icon-store {
        margin-top: 55px;
    }
}
/* End */
/* /local/components/dev/page/templates/index/style.css?1756886686970 */
/* /local/components/dev/header/templates/.default/style.css?173202719095 */
/* /local/components/dev/buy/templates/buy/style.css?17421368334874 */
/* /local/components/dev/page/templates/footer/style.css?1739890742701 */
