

/* Start:/local/templates/promolink/fonts/mplus/stylesheet.css?1752066877782*/
@font-face {
    font-family: 'Mplus 1p';
    src: url('/local/templates/promolink/fonts/mplus/Mplus1p-Regular.woff2') format('woff2'),
        url('/local/templates/promolink/fonts/mplus/Mplus1p-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mplus 1p';
    src: url('/local/templates/promolink/fonts/mplus/Mplus1p-Black.woff2') format('woff2'),
        url('/local/templates/promolink/fonts/mplus/Mplus1p-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Mplus 1p';
    src: url('/local/templates/promolink/fonts/mplus/Mplus1p-Light.woff2') format('woff2'),
        url('/local/templates/promolink/fonts/mplus/Mplus1p-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Mplus 1p';
    src: url('/local/templates/promolink/fonts/mplus/Mplus1p-Bold.woff2') format('woff2'),
        url('/local/templates/promolink/fonts/mplus/Mplus1p-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


/* End */


/* Start:/local/templates/promolink/main.css?175206687779521*/
/*@import "/fonts/mplus/stylesheet.css";*/
@keyframes push_basket {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}


html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    font-family: 'Mplus 1p', sans-serif;
}
#global100 {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.content {
    max-width: 1100px;
    margin: 0 auto;
}
img {
    max-width: 100%;
    border: none;
}
input, select, textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
    font-family: 'Gotham Pro', sans-serif;
}
.content {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
@media only screen and (min-width : 1200px) {
    .content {
        max-width: 1200px;
    }
}
@media only screen and (min-width : 1000px) {
    #global100 {
        min-width: 1000px;
    }
}
@media only screen and (min-width : 1800px) {
    .content {
        max-width: 1540px;
    }
    .content.right-side {
        max-width: calc(1540px + ((100% - 1540px) / 2));
        margin: 0 0 0 auto;
    }
}
.input-wrapper-required
{
    position: relative;
}
.required-star {
    position: absolute;
    left: -14px;
    top: -2px;
    transform: translateY(0);
    color: red;
}

.menu_trigger {
    display: none;
}

.kbzhu-wrapper,
a {
    transition: opacity .3s;
}
a:hover {
    opacity: .6;
}
header {
    background:#CCAA81;
}
header .content {
    min-height: 140px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;    
    /*transition: min-height .3s;*/
}
header .content a {
    color: #fff;
}
header .social {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;    
}
header .social a {
    display: block;
    width: 1em;
    height: 1em;
    background: no-repeat center center / contain;
}
header .social a:nth-child(2) {
    margin: 0 15px;
}
header .social a.fb {
    background-image: url(/local/templates/promolink/style/ico-fb.svg);
}
header .social a.vk {
    background-image: url(/local/templates/promolink/style/ico-vk.svg);
}
header .social a.inst {
    background-image: url(/local/templates/promolink/style/ico-inst.svg);
}
header nav a {
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    font-size: 0.9em;
}
header a {
    text-decoration: none;
}
header .basket,
header .phone {
    font-size: 1.05em;
    text-decoration: none;
    position: relative;
    padding-left: 34px;
}
header .basket:before,
header .phone:before {
    content:'';
    display: inline-block;
    margin: 0 10px 0 0;
    width: 1em;
    height: 1em;
    position: absolute;
    font-size: 24px;
    background: no-repeat center center / contain;
    left: 0;
    top: 0px;
}
header .basket:before {
    background-image: url(/local/templates/promolink/style/top_basket.svg);
}
header .phone:before {
    background-image: url(/local/templates/promolink/style/top_phone.svg);
}

header > .content {
    z-index: 150;
}
header:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content:'';
    display: block;
    background: rgb(193,150,97);
    background: -moz-linear-gradient(90deg, rgba(193,150,97,1) 0%, rgba(193,150,97,0.7791491596638656) 100%);
    background: -webkit-linear-gradient(90deg, rgba(193,150,97,1) 0%, rgba(193,150,97,0.7791491596638656) 100%);
    background: linear-gradient(90deg, rgba(193,150,97,1) 0%, rgba(193,150,97,0.5791491596638656) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c19661",endColorstr="#c19661",GradientType=1);    
    opacity: 0;
    transition: all .3s;
}
#global100:not(.index) header:before {
    opacity: 1;
}
#global100.sticky header:before {
    opacity: 1;
}
#global100.sticky header .content {
    min-height: 80px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background: transparent;
}
.index_banner .swiper-slide  .banner {
    min-height: 80vh;
    box-sizing: border-box;
    position: relative;
}
.index_banner .swiper-slide > .banner:before {
    position: absolute;
    content:'';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    display: block;
    background: linear-gradient(180deg, rgba(193, 150, 97, 0.8) 0%, rgba(96, 96, 96, 0) 100%);
}
.index_banner .swiper-slide > .banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}
.index_banner .swiper-slide > .banner .content {
    position: relative;
    padding-top: 40px;
    z-index: 90;
    color: #fff;
    height: calc(80vh - 140px);
    text-shadow: 0px 1px 1px rgba(0,0,0,0.2);    
}
.index_banner .swiper-slide > .banner.left_center .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;    
}
.index_banner .swiper-slide > .banner.center_center .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;   
}
.index_banner .swiper-slide > .banner.right_center .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;   
}

.index_banner .swiper-slide > .banner .content .alt {
    font-size: 1.2em;
}
.index_banner .swiper-slide > .banner .content .big {
    font-size: 3em;
    font-weight: 900;
    margin-bottom: 20px;
    padding-right: 50%;
}
.index_banner .swiper-slide > .banner.center_center .content .big {
    text-align: center;
    padding: 0 25%;
}
.index_banner .swiper-slide > .banner.right_center .content .big {
    text-align: right;
    padding: 0 0 0 50%;
}
.index_address_container {
    margin-top: -135px;
    position: relative;
    z-index: 100;      
    margin-bottom: 50px;
}
.main.index_address_container {
    margin-top: 0;
}
.index_address_container .wrap {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 711px;    
}
.index_address_container .wrap input {
    width: 100%;
    max-width: 711px;        
    height: 78px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    font-size: 1.1em;
    border: none;
    padding: 0 70px;
    background: #fff url(/local/templates/promolink/style/pin.svg) no-repeat 20px center / 42px;
    outline: none;
}
.index_address_container .wrap .check_address {
    background: url(/local/templates/promolink/style/right-arr.svg) no-repeat center center;    
    position: absolute;
    width: 42px;
    height: 42px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    transition: all .3s;
    border-radius: 10px;
}
.index_address_container .wrap .check_address:hover {
    cursor: pointer;
    background-color: #eee;
}
#global100 > .screen {
    padding: 85px 0;
    position: relative;
}
#global100 > .screen.gray {
    background: #F4F4F4;
}
#global100 > .screen.content > h2,
#global100 > .screen .content > .top > h2,
#global100 > .screen .content > h2 {
    color: #A73324;
    font-size: 1.8em;
    font-weight: 900;
}
#global100 > .screen.content > .top,
#global100 > .screen .content > .top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#global100 > .screen.content > .top input[name=rest_search]::placeholder,
#global100 > .screen .content > .top input[name=rest_search]::placeholder {
    color: #A73324;
}
#global100 > .screen.content > .top input[name=rest_search],
#global100 > .screen .content > .top input[name=rest_search] {
    background: none;
    border: none;
    border-bottom: 1px solid #A73324;
    padding: 0 30px 0 7px;
    line-height: 25px;
    font-size: .8em;
    background: url(/local/templates/promolink/style/search.svg) no-repeat right 7px center / 15px;
    outline: none;
}
.rest_cards {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;   
}
.rest_cards > .block {
    /*max-width: 24%;
    flex: 0 0 24%;
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;   
    margin: 0 1.33% 1.33% 0;*/
    max-width: 32%;
    flex: 0 0 32%;
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;   
    margin: 0 2% 2% 0;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: all .5s;
    box-shadow: 0px 0px 0 rgba(0,0,0,0.15);

}
.rest_cards > .block:nth-child(3n+3) {
    margin-right: 0;
}
.rest_cards > .block.inactive {
    filter:grayscale(1);
    pointer-events: none;
}
.rest_cards > .block:not(.inactive):hover {
    box-shadow: 0px 5px 35px rgba(0,0,0,0.15);
    cursor: pointer;
    opacity: .7;
}/*
.rest_cards > .block:nth-child(4n+4) {
    margin-right: 0;
}*/
.rest_cards > .block .image {
    height: 130px;
    height: 200px;
    position: relative;
}
.rest_cards > .block .image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rest_cards > .block .image .logo {
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    width: 92px;
    height: 92px;
    margin: auto;
    background: rgba(255,255,255,.85);
    border-radius: 10px;
}
.rest_cards > .block .image .logo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}
.rest_cards > .block .alt {
    padding: 10px 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;    
}
.rest_cards > .block .alt .name a {
    color: #A73324;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
}
.rest_cards > .block .alt .star {
    margin-top: 4px;
}
.rest_cards > .block .alt .star,
.rest_cards > .block .alt .timer {
    font-size: .8em;
    padding-left: 40px;
    line-height: 24px;
    position: relative;
    display: inline-block;
    text-align: right;
    white-space: nowrap;
}
.rest_cards > .block .alt .star:before,
.rest_cards > .block .alt .timer:before {
    content:'';
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 32px;
    background: no-repeat left center / 28px;
    position: absolute;
    left: 0;
    top: -4px;
    bottom: 0;
}
.rest_cards > .block .alt .star:before {
    background-image: url(/local/templates/promolink/style/star.svg);
}
.rest_cards > .block .alt .timer:before {
    background-image: url(/local/templates/promolink/style/timer.svg);
}
.rest_cards > .block .right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;    
}
.stock_banner .stock_block {
    display: block;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    transition: all .3s;
}
.stock_banner .stock_block:before {
   content:'';
   display: block;
   position: relative;
   width: 100%;
   padding-top: 60.86%;
   height: 0;   
}
.stock_banner .stock_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.stock_banner .swiper-container {
    margin: 0 29px;
    box-sizing: border-box;
}
.stock_banner  .swiper-button-prev {
    left: 0;
}
.stock_banner .swiper-button-next {
    right: 0;
}
.stock_banner .arrow {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1em;
    height: 1em;
    font-size: 20px;
    background: url('/local/templates/promolink/style/right-arr.svg') no-repeat center center / contain;
    outline: none;
}
.stock_banner .arrow.swiper-button-prev {
    transform: rotate(180deg);
}
.stock_banner .swiper-button-next:after, 
.stock_banner .swiper-button-prev:after {
    display: none;
}
.stock_banner {
    position: relative;
}
.two_column {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;    
}
.two_column > * {
    max-width: 50%;
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;    
}/*
.two_column > .right {
    position: relative;
    top: -80px;
}
.two_column > .right .banner {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw / 2);
}

.two_column > .right .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/
.screen.with_two_column > .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.screen.with_two_column > .banner {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    display: block;
    z-index: 100;
}
.screen.with_two_column > .banner:before {
   content:'';
   display: block;
   position: relative;
   width: 100%;
   padding-top: 59.6%;
   height: 0;   
}
.screen.with_two_column {
    box-sizing: border-box;
    min-height: calc(((100vw / 2) / 100) * 59);
}
.wrap-delivery-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;    
}
.wrap-delivery-info > .block {
    max-width: 45%;
    flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;   
    margin: 0 10% 5% 0; 
    min-height: 55px;
    box-sizing: border-box;
    position: relative;



    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;    
}
.wrap-delivery-info > .block.ico {
    padding-left: 105px;
    font-size: 1.2em;
}
.wrap-delivery-info > .block.ico:nth-child(4) {
    display: none;
}
.wrap-delivery-info > .block.ico:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1em;
    height: 1em;
    background: no-repeat center center / contain;
    content:'';
    font-size: 55px;
    display: block;
}
.wrap-delivery-info > .block.ico:nth-child(1):before {
    background-image: url('/local/templates/promolink/style/calendar.svg');
}
.wrap-delivery-info > .block.ico:nth-child(2):before {
    background-image: url('/local/templates/promolink/style/time.svg');
}
.wrap-delivery-info > .block.ico:nth-child(3):before {
    background-image: url('/local/templates/promolink/style/delivery-free.svg');
}
.wrap-delivery-info > .block.ico:nth-child(4):before {
    background-image: url('/local/templates/promolink/style/delivery-300.svg');
}

.wrap-delivery-info > .block:nth-child(2n+2) {
    margin-right: 0;
}
.with_two_column h3 {
    color: #A73324;
    font-size: 1.8em;
    font-weight: 900;
    text-align: center;
}
a.button,
.button {
    background: #A73324;
    padding: 15px 38px 18px 38px;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    font-size: 1.2em;
    line-height: .8em;
    text-decoration: none;
    border-radius: 15px;
}
.button-yellow {
    background: #C19661;
    padding: 15px 38px 18px 38px;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    font-size: 1.2em;
    line-height: .8em;
    text-decoration: none;
    border-radius: 15px;
}
.index_categring_career .two_column > * {
    max-width: 48%;
    flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%; 
    margin: 0 4% 0 0;
    border-radius: 15px;
    padding: 80px;
    box-sizing: border-box;
    color: #fff;    
    position: relative;
    overflow: hidden;
}
.index_categring_career .two_column > * > * {
    position: relative;
    z-index: 20;
}
.index_categring_career .two_column > *:before {
    content:'';
    background: rgba(71, 49, 45, 0.6);    
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: 10;
}

.index_categring_career .two_column > .left {
    background: url(/local/templates/promolink/style/catering-bg.jpg) no-repeat center center / cover;
}
.index_categring_career .two_column > .right {
    background: url(/local/templates/promolink/style/career-bg.jpg) no-repeat center center / cover;
}

.index_categring_career .two_column > *:nth-child(2n+2) {
    margin-right: 0;
}
.index_categring_career .two_column b {
    font-size: 1.8em;
    font-weight: 900;
}
.index_categring_career .two_column p {
    padding-right: 50%;
    line-height: 1.6em;
    font-size: 1.1em;
    margin: 30px 0 60px 0;
}
.content.border_radius {
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 40px;
}
.content.border_radius > h2 {
    margin-top: 0;
    padding-top: 0;
}
.feedback_wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;    
}
.feedback_wrap > .block {
    max-width: 24%;
    flex: 0 0 24%;
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;  
    margin: 0 1.33% 1.33% 0;   
}
.feedback_wrap > .block:nth-child(4n+4) {
    margin-right: 0;
}
.feedback_wrap > .block .top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;  
    font-size: .88em;  
}
.feedback_wrap > .block .top .star:before {
    content:'';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background: url('/local/templates/promolink/style/star.svg') no-repeat center center / contain;
}
.feedback_wrap > .block .top b {
    margin: 0 10px;
}
.feedback_wrap > .block .top span {
    color: #767676;
}
.feedback_wrap + .right {
    text-align: right;
}
.feedback_wrap + .right a {
    color: #767676;
    font-size: .88em;
    padding-top: 1em;
}
.about.screen .left {
    position: relative;
    margin: -85px auto;
}
.about.screen .right {
    box-sizing: border-box;
    padding: 0 40px;
}
.about.screen .right h2 {
    color: #A73324;
    font-size: 1.8em;
    font-weight: 900;    
    margin-top: 0;
}
.about.screen .right p {
    line-height: 1.6em;
    font-size: 1.05em;
    font-weight: 400;
}
.screen.with_two_column > .banner.left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    display: block;
    z-index: 100;
}
.screen.with_two_column > .banner:before {
   content:'';
   display: block;
   position: relative;
   width: 100%;
   padding-top: 59.6%;
   height: 0;   
}
footer {
    background: #C19661 url('/local/templates/promolink/style/footer-top.svg') repeat-x top center;
    padding: 40px 0 0 0;
}
.four_columns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;    
}
.four_columns .column:nth-child(2) a {
    color: #fff;
    text-decoration: none;
}
.four_columns .column:nth-child(2) a:after {
    content:'';
    display: block;
    clear: both;
    height: 7px;
}
.four_columns .column label {
    color: #fff;
    padding-bottom: 1em;
}
.four_columns .column .big {
    font-size: 1.6em;
    color: #fff;
    font-weight: bold;
}
.four_columns .column .phone {
    font-size: 1.6em;
    color: #fff;
    font-weight: bold;  
    margin: 10px 0;  
}
.four_columns .column .phone:before {
    content:'';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 16px;
    background: url('/local/templates/promolink/style/footer_phone.svg') no-repeat center center / contain;
    position: relative;
    top: 6px;
}
footer .social {
    padding-top: 5px;
    font-size: 20px;    
}
footer .social a {
    display: inline-block;
    margin-right: 10px;
    width: 1em;
    height: 1em;
    background: no-repeat center center / contain;
}
footer .social a:nth-child(2) {
    margin: 0 15px;
}
footer .social a:nth-child(3) {
    margin: 0 5px;
}
footer .social a:nth-child(4) {
    margin: 0 12px;
}
footer .social a.fb {
    background-image: url(/local/templates/promolink/style/ico-fb.svg);
}
footer .social a.vk {
    background-image: url(/local/templates/promolink/style/ico-vk.svg);
}
footer .social a.rutube {
    background-image: url(/local/templates/promolink/style/ico-rutube.svg);
}
footer .social a.dzen{
    background-image: url(/local/templates/promolink/style/ico-dzen.svg);
}

.social a.odn {
    background-image: url(/local/templates/promolink/style/ico-odn.svg);
}
footer .social a.inst {
    background-image: url(/local/templates/promolink/style/ico-inst.svg);
}
footer input[type=text] {
    display: block;
    width: 100%;
    background: #fff;
    border: none;
    line-height: 30px;
    font-size: 1.1em;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 20px 0;
}
footer .button {
    text-align: center;
}
footer .bottom {
    margin-top: 30px;
    background: #C38539;
    color: rgba(255,255,255,.7);
}
footer .bottom > .two_column {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;    
    min-height: 80px;

}
footer .bottom > .two_column > * {
    max-width: 100%;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;  
}
footer .bottom {
    background: #C38539;
}
footer .bottom > .two_column .two_column label {
    margin-bottom: 5px;
    display: block;
}
footer .bottom > .two_column .two_column > * {
    padding: 0 20px;
    box-sizing: border-box;
}
#global100.sticky header,
#global100:not(.index) header {
    background-image: url('/local/templates/promolink/style/main_bg.jpg');
    /*background-size: cover;
    background-position: center center;*/
    background-position: top center;
}
#global100:not(.index):before {
    display: block;
    height: 140px;
    content:'';
    /*background: #A4702B;*/
}
#global100.sticky.category:not(.index):before {
    height: 200px;
}
#global100.sticky .cat-nav {
    position: fixed; 
    top: 80px;
    left: 0;
    right: 0;
}

.screen.product_page {
    background: url(/local/templates/promolink/style/product_page_bg.png) repeat-y top center,
                url(/local/templates/promolink/style/product_page_bg.png) repeat-y top center / 100% 100%
    ;    
}
#global100 > .screen.product_page {
    padding: 0;
}
.screen.product_page > .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;  
    margin-top: -140px;
}
.screen.product_page > .content > * {
    padding: 190px 0 80px;
}
.screen.product_page > .content > .left {
    width: 25.6%;
    flex: 0 0 25.6%;
    -webkit-flex: 0 0 25.6%;
    -ms-flex: 0 0 25.6%;  
    min-width: 300px;
    max-width: 420px;
    background: red;
    background: #fff;
    padding-right: 20px;
}
.screen.product_page > .content > .right {
    width: 100%;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto; 
}
.rest_info h1 {
    color:#A73324;
    font-size: 1.7em;
    margin-top: 0;
}
.rest_info .work_hours b {
    font-weight: 900;
    margin: 5px 0;
    font-size: 1.45em;
    color: #460D19;
}
.rest_info .work_hours p {
    margin-bottom: 0;
}
.rest_info > *,
.rest_info > .theiaStickySidebar > * {
    margin-bottom: 20px;
}
.rest_info .locations,
.rest_info .phone {
    padding-left: 32px;
    color: #460D19;
    position: relative;
}
.rest_info .phone {
    font-weight: 600;
    font-size: 1.45em;
}
.rest_info .locations:before,
.rest_info .phone:before {
    content:'';
    display: block;
    clear: both;
    width: 1em;
    height: 1em;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat left center / contain;
}
.rest_info .phone:before {
    background-image:url(/local/templates/promolink/style/pp-phone.svg);
    font-size: 23px;
    bottom: 0;
    margin: auto;
}
.rest_info .locations:before {
    background-image:url(/local/templates/promolink/style/pp-location.svg);
}
.rest_info .locations .string {
    margin-bottom: 10px;
}
.rest_info .alt {
    margin: 40px 0;
}
.rest_info .alt p {
    display: block;
}
.rest_info h2 {
    color:#A73324;
}
.rest_info .carousel_container {
    position: relative;
    max-width: 300px;
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    max-width: 100%;
}
.rest_info .carousel_container .swiper-slide > a {
    display: block;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.rest_info .carousel_container .swiper-slide > a:before {
   content:'';
   display: block;
   position: relative;
   width: 100%;
   padding-top: 61.48%;
   height: 0;       
}
.rest_info .carousel_container .swiper-slide > a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.rest_info .carousel_container  .swiper-button-prev {
    left: 0;
}
.rest_info .carousel_container .swiper-button-next {
    right: 0;
}
.rest_info .carousel_container .arrow {
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;   
    outline: none;
    width: 26px;
    border-radius: 0 15px 15px 0;
    background: transparent;
    transition: background .3s;
}
.rest_info .carousel_container .arrow:hover {
    background: #A73324;     
}
.rest_info .carousel_container .arrow:before {
    content:'';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1em;
    height: 1em;
    font-size: 10px;
    background: url('/local/templates/promolink/style/right-arr.svg') no-repeat center center / contain;
}
.rest_info .carousel_container .arrow:hover:before {
  filter: grayscale(1) 
            invert(1) 
          saturate(1)
          ;
}
.rest_info .carousel_container .arrow.swiper-button-prev {
    transform: rotate(180deg);
}
.rest_info .carousel_container .swiper-button-next:after, 
.rest_info .carousel_container .swiper-button-prev:after {
    display: none;
}

.rest_info .events,
.rest_info .photogallery,
.rest_info .stock {
    margin-bottom: 40px;
}
.screen.product_page .content > .right {
    padding-left: 90px;
    box-sizing: border-box;
}
.item_wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;    
}
.item_wrap > h2 {
    max-width: 100%;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;   
    margin: 50px 0 16px 0;
    color:#A73324;    
    font-weight: 900;
    font-size: 2em;
}
.item_wrap > h2:first-child {
    /*margin-top: 0;*/
}
.item_wrap .item {
    min-width: 300px;
    max-width: 32%;
    flex: 0 0 32%;
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;   
    margin: 0 2% 2% 0;  
    background: #fff;
    border-radius: 15px;
    overflow: hidden; 
}
.item_wrap .item:hover {
    box-shadow: 0px 1px 30px rgba(167, 51, 36,.2);
}
.item_wrap .item .image {
    position: relative;
    display: block;
    transition: all .5s;
}
.item_wrap .item .image:hover {
    opacity: 1;
}
.item_wrap .item .image:before {
   content:'';
   display: block;
   position: relative;
   width: 100%;
   padding-top: 79%;
   height: 0;      
}
.item_wrap .item .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item_wrap .item .image.stub img {
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    object-fit: none;
}

.item_wrap .item:not(.inbasket) > .alt,
.item_wrap .item:not(.inbasket) .image {
    transform: translate(0, 0);
}
.item_wrap .item:not(.inbasket):hover > .alt,
.item_wrap .item:not(.inbasket):hover .image {
    transform: translate(0, -62px);
}
.item_wrap .item > .alt {
    transition: all .5s;
    padding: 15px;
}
.item_wrap .item > .alt b.name {
    color: #A73324;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 1em;
    display: block;
}
.item_wrap .item > .alt .bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;    
}
.item_wrap .item > .alt .bottom .alt {
    flex: 1 1 auto;
    -webkit-flex: 0 1 1 auto;
    -ms-flex: 0  1 1 auto;    
    font-size: .88em; 
}
.item_wrap .item > .alt .bottom .right {
    max-width: 100px;
    flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;  
    text-align: right; 
    position: relative;
}

.item_wrap .item > .alt .bottom .right .out,
.item_wrap .item > .alt .bottom .right .price {
    color: #A73324;
    margin-bottom: 5px;
    position: relative;
}
.item_wrap .item > .alt .bottom .right .price {
    font-size: 1.5em;
    font-weight: bold;
}
.item_wrap .item > .alt .bottom .right .out:before  {
    content:'';
    display: inline-block;
    position: relative;
    margin-right: 5px;
    background: url('/local/templates/promolink/style/weight.svg') no-repeat center center / contain;
    width: 1em;
    height: 1em;
    font-size: 17px;
    top:2px;
}
.item_wrap .item > .alt .bottom .right .trigger {
    background: #A73324 url(/local/templates/promolink/style/cart.svg) no-repeat 15px center / 20px;
    line-height: 34px;
    color: #fff;
    border-radius: 15px 0 0 15px;
    padding-left: 50px;
    font-size: 16px;
    position: absolute;
    right: -15px;
    white-space: nowrap;
    padding-right: 10px;
    transform: translate(150px, 0);
    transition: all .5s;
    cursor: pointer;
    display: block;
}
.item_wrap .item:hover > .alt .bottom .right .trigger {
    transform: translate(0px, 0);
}
.item_wrap .item > .alt .bottom .right .trg_cont {
    background: #A73324;
    line-height: 34px;
    color: #fff;
    border-radius: 15px 0 0 15px;
    /*padding-left: 50px;*/
    font-size: 16px;
    position: relative;
    right: -15px;
    white-space: nowrap;
    padding-right: 10px;
    /*transform: translate(150px, 0);
    transition: all .5s;*/
    cursor: pointer;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    user-select: none;
}
.item_wrap .item > .alt .bottom .right .trg_cont input[type=text] {
    background: transparent;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 30px;
    border: none;
}
.item_wrap .item > .alt .bottom .right .trg_cont .minus,
.item_wrap .item > .alt .bottom .right .trg_cont .plus {
    min-width: 1em;
    text-align: center;
    transition: opacity .3s;
}
.item_wrap .item > .alt .bottom .right .trg_cont .minus:hover,
.item_wrap .item > .alt .bottom .right .trg_cont .plus:hover {
    opacity: .5;
}

.item_wrap .item:nth-of-type(3n+3) {
    margin-right: 0;
}
footer .bottom > .two_column .two_column > .left img {
    margin: 7px 0 0 0;
}
#event_modal {
    width: 500px;
}/*
#global100 .index_banner + .screen {
    padding-top: 150px;
}
#global100 .index_banner + .screen > .content {
    position; 
}*/
.error_modal {
    max-width: 450px;
}
.suggestions-promo {
    display: none !important;
}
#delivery_impossible h2,
#address_empty h2 {
    color: #A73324;
    font-weight: 900;
    font-size: 2em;
}
#delivery_impossible,
#address_empty {
    display: none;
}
.item_wrap.inactive .item > .alt .bottom .right .trg_cont,
.item_wrap.inactive .item > .alt .bottom .right .add2basket.trigger {
    filter: grayscale(1);
    /*pointer-events: none;*/
}
.basket.screen.content {
    max-width: 1000px;
}
#global100 .btn-primary {
    background: #A73324;
    border-color: #A73324;
}
#global100 .basket-checkout-block-total-description {
    display: none !important;
}
#global100:after {
    content:'';
    display: block;
    height: 377px;
}
footer {
    margin-top: -377px;
}
#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8) url('/local/templates/promolink/style/loading.svg') no-repeat center center/ 150px 150px;
    z-index: 99999;
}
.menu_trigger {
    display: none;
}
#global100 > .screen.content > .top input[name=rest_search], #global100 > .screen .content > .top input[name=rest_search] {
    display: none;
}
header .content a {
    color: #fff;
    max-width: 240px;
}   
footer .four_columns > .column:first-of-type img {
    max-width: 250px;
}
.rest_info .button.more {
    display: none;
}
header .content a.basket.push {
    animation: push_basket .5s 2; 
}
#global100 > .screen.main > h1:first-child {
    margin-top: 0;
    padding-top: 0;
}
.lk-container * {
	box-sizing: border-box;
}
.lk-columns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #F4F4F4;
    margin-left: 88px;
}
.lk-columns .main-column {
	max-width: 58%;
	-webkit-flex: 0 1 58%;
    -ms-flex: 0 1 58%;
    flex: 0 1 58%;
    padding: 70px 130px;
	position: relative;
}
.lk-columns .right-column {
	max-width: 42%;
	-webkit-flex: 0 1 42%;
    -ms-flex: 0 1 42%;
    flex: 0 1 42%;
}
.lk-columns .right-column > .block {
    background-color: #fff;
    position: relative;
    padding: 70px 50px;
	margin-top: 70px;
}
.lk-columns .right-column > .block .content-wrap {
	width: 430px;
}
span.desc-on-left-side {
    position: absolute;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 800;
    font-size: 64px;
    left: -304px;
    top: 252px;
    color: #F4F4F4;
}
span.desc-on-left-side.underground {
    left: -240px;
}
span.desc-on-left-side.white {
    color: #fff;
}
.orders .block {
	padding: 25px 60px 25px 30px;
    position: relative;
	background-color: #fff;
}
.orders .block .status {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    position: absolute;
    color: #fff;
    text-align: center;
    height: auto;
    width: 30px;
}
.orders .block .status.red {
	background: #A73324;
}
.orders .block .status.green {
	background: #007D47;
}
.orders .block .status span {
	display: block;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    left: -10em;
    right: -10.5em;
    top: -10em;
    bottom: -10em;
    margin: auto;
    width: 200px;
    height: 1em;
}
.orders .block .top-line {
	position: relative;
	padding-right: 80px;
	margin-bottom: 10px;
}
.orders .block .top-line .main {
	font-weight: 800;
	font-size: 18px;
	color: #47312D;
	margin-right: 12px;
}
.orders .block .top-line .time {
	font-size: 18px;
	color: #47312D;
}
.orders .block .top-line .rest-icon {
	width: 67px;
	height: 32px;
	position: absolute;
	right: 0;
	top: -5px;
}
.orders .block .top-line .rest-icon img {
	max-width: 100%;
	max-height: 100%;
}
.orders .block .order-lines .string {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	margin-top: 20px;
}
.orders .block .order-lines .string:first-child {
	margin-top: 0;
}
.orders .block .order-lines .string .name {
	-webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
	font-size: 18px;
	color: #47312D;
}
.orders .block .order-lines .string:last-child .name {
	font-weight: 800;
	font-size: 18px;
}
.orders .block .order-lines .string .delimiter {
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	border-bottom: 1px dashed #3C3C3C;
    margin-top: 20px;
}
.orders .block .order-lines .string .price {
	font-weight: 500;
	font-size: 18px;
	color: #47312D;
}
.orders .block .order-lines .string .price:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 11px;
	background: url('/local/templates/promolink/style/rouble_icon.svg') no-repeat center;
	background-size: contain;
	margin-left: 2px;
    margin-bottom: -1px;
}
.orders .block-wrap {
	margin-top: 40px;
}
.orders .block-wrap:first-child {
	margin-top: 0;
}
.orders .block-wrap .buttons-wrap {
	text-align: right;
    margin-top: 19px;
}
.lk-columns .right-column > .block:first-child {
    margin-top: 0;
}
.lk-columns .right-column > .block.user-info-container {
    text-align: right;
}
.lk-columns .right-column > .block .string .name {
    font-size: 14px;
    line-height: 21px;
    color: #3C3C3C;
}
.lk-columns .right-column > .block .string .value {
	font-size: 18px;
	color: #A73324;
}
.lk-columns .right-column > .block .string .value.user-name {
	font-weight: 800;
	font-size: 36px;
	color: #A73324;
}
.lk-columns .right-column > .block .string .value.phone,
.lk-columns .right-column > .block .string .value.mail {
	font-weight: 800;
}
.lk-columns .right-column > .block .string {
	margin-top: 20px;
}
.lk-columns .right-column > .block .string:nth-of-type(1) {
	margin-top: 0;
}
.lk-columns .right-column > .block .string .value .bonus-active-until > span,
.lk-columns .right-column > .block .string .value .bonus-count > span {
	font-weight: 800;
	border-bottom: 2px dashed #A73324;
}
.lk-columns .right-column > .block .buttons-wrap {
	margin-top: 140px;
	text-align: right;
}
.edit-button {
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	color: #A73324;
	border-bottom: 2px dashed #A73324;
	cursor: pointer;
	transition: all .3s;
    text-decoration: none;
}
.edit-button:hover {
	border-color: transparent;
}
.addresses .block {
    padding: 30px 50px;
    border-radius: 15px;
    border: 1px solid #F4F4F4;
    box-sizing: border-box;
    position: relative;
    font-size: 24px;
    color: #3C3C3C;
}
.addresses .block.choosen {
    background: #A73324;
    color: #fff;
}
.addresses .block .delete-button,
.addresses .block .choose-button {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 13px;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	transition: all .3s;
}
.addresses .block .delete-button {
	background-image: url('/local/templates/promolink/style/lk_icon_close.svg');
	right: 10px;
}
.addresses .block .delete-button:hover {
	background-image: url('/local/templates/promolink/style/lk_icon_close_r.svg');
}
.addresses .block.choosen .delete-button {
	background-image: url('/local/templates/promolink/style/lk_icon_close_w.svg');
}
.addresses .block .choose-button {
	background-image: url('/local/templates/promolink/style/lk_icon_check.svg');
	left: 10px;
}
.addresses .block .choose-button:hover {
	background-image: url('/local/templates/promolink/style/lk_icon_check_r.svg');
}
.addresses .block.choosen .choose-button {
	background-image: url('/local/templates/promolink/style/lk_icon_check_w.svg');
}
.lk-container .m_title {
    font-weight: 800;
    font-size: 24px;
    color: #A73324;
    margin-bottom: 30px;
}
span.desc-on-left-side.like-address {
    left: -147px;
    top: 110px;
}
.two-columns-right-side {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.two-columns-right-side .main {
    max-width: 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}
.two-columns-right-side .right.limited {
    max-width: 38%;
    -webkit-flex: 0 1 38%;
    -ms-flex: 0 1 38%;
    flex: 0 1 38%;
}
.two-columns-right-side {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.two-columns-right-side .main {
    max-width: 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
	padding-right: 90px;
	padding-left: 70px;
}
.two-columns-right-side .right:not(.limited) {
    max-width: auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.two-columns-right-side .right.limited {
    max-width: 38%;
    -webkit-flex: 0 1 38%;
    -ms-flex: 0 1 38%;
    flex: 0 1 38%;
}
.two-columns-right-side .right .limited {
	max-width: 624px;
}
.two-columns-right-side .right .limited + .desc-photo {
	margin-top: -6px;
}
.gray-bg {
	background-color: #F4F4F4;
}
.two-columns-right-side > * {
    padding-top: 50px;
    padding-bottom: 50px;
}
h1.red-type {
	font-weight: 800;
	font-size: 36px;
	color: #A73324;
}
.buttons-wrap.right {
	text-align: right;
}
.main-text ul {
	padding: 0;
}
.main-text ul li {
    list-style-type: none; /* Прячем исходные маркеры */
}
.main-text ul li:before {
    content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #A73324;
	margin-bottom: 3px;
    margin-right: 15px;
	border-radius: 100px;
}
.main-text {
	font-size: 18px;
}
.bold-red {
	font-weight: 600;
	color: #A73324;
}
.main-text h2 {
	font-weight: 800;
	font-size: 18px;
	color: #A73324;
	text-transform: uppercase;
}
.desc-photo {
    position: relative;
}
.desc-photo span {
    display: block;
    margin-left: 20px;
    color: #F4F4F4;
    background: #A73324;
    padding: 16px 30px;
    font-size: 18px;
    position: relative;
    z-index: 2;
}
.desc-photo:after,
.desc-photo:before {
    content: '';
    position: absolute;
    background: #C19661;
    height: 36px;
}
.desc-photo:before {
    width: 100px;
    left: -20px;
    bottom: -15px;
}
.desc-photo:after {
    right: 0;
    width: 217px;
    top: -20px;
}
.stocks {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.stocks .block {
    display: block;
	max-width: 23.5%;
	-webkit-flex: 0 1 23.5%;
    -ms-flex: 0 1 23.5%;
    flex: 0 1 23.5%;
	margin-right: 2%;
	margin-top: 2%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    transition: all .3s;
	cursor: pointer;
}
.stocks .block:nth-of-type(1),
.stocks .block:nth-of-type(2),
.stocks .block:nth-of-type(3),
.stocks .block:nth-of-type(4) {
	margin-top: 0
}
.stocks .block:nth-of-type(4n) {
	margin-right: 0;
}
/*.stocks .block:before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    padding-top: 60.86%;
    height: 0;
}*/
.stocks .block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.content.right-side .content {
    margin-left: 0;
}
.our-projects {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.our-projects .block {
	max-width: 27%;
	-webkit-flex: 0 1 27%;
    -ms-flex: 0 1 27%;
    flex: 0 1 27%;
	margin-top: 2%;
	margin-right: 9.5%;
}
.our-projects .block:nth-of-type(1),
.our-projects .block:nth-of-type(2),
.our-projects .block:nth-of-type(3) {
	margin-top: 0;
}
.our-projects .block:nth-of-type(3n) {
	margin-right: 0;
}
.our-projects .block .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.our-projects .block .name {
	position: relative;
	margin-left: -10px;
    margin-right: -10px;
    padding-top: 5px;
    padding: 0 50px;
}
.our-projects .block .name:before,
.our-projects .block .name:after {
	content: '';
	position: absolute;
	height: 45px;
	background-color: #C19661;
}
.our-projects .block:nth-of-type(2n) .name:before,
.our-projects .block:nth-of-type(2n) .name:after {
	background-color: #A73324;
}
.our-projects .block .name span {
	display: block;
    color: #F4F4F4;
    background-color: #A73324;
    padding: 5px 15px;
    font-size: 24px;
    position: relative;
    z-index: 2;
	text-align: center;
}
.our-projects .block:nth-of-type(2n) .name span {
	background-color: #C19661;
}
.our-projects .block .photo {
    position: relative;
    width: 100%;
    padding-top: 60%;
}
.our-projects .block .name:after {
    top: -10px;
    right: -10px;
    width: 88px;
}
.our-projects .block .name:before {
    width: 50px;
    bottom: -10px;
    left: -10px;
}
.reservation-block {
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 80px;
	background: url('/local/templates/promolink/style/reservation_bg.png') no-repeat center;
	background-size: cover;
	color: #fff;
}
.reservation-block .m_title {
	color: #fff;
}
.reservation-block > * {
    max-width: 615px;
}
.reservation-block .form-wrap .string.in-line .input-wrap,
.reservation-block .form-wrap .string:not(.in-line) {
	margin-bottom: 25px;
}
.reservation-block .form-wrap .string.two-in-line {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.reservation-block .form-wrap .string.two-in-line .input-wrap {
	max-width: 48%;
	-webkit-flex: 0 1 48%;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
}
.our-ability,
.reservation-block .form-wrap .string.in-line {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.reservation-block .form-wrap .string.in-line > * {
	display: block;
	margin-right: 30px;
}
.input-wrap input[type="text"] {
	width: 100%;
	height: 48px;
	background: #FFFFFF;
	border: 1px solid rgba(71, 49, 45, 0.4);
	box-sizing: border-box;
	border-radius: 15px;
	outline: none;
	padding: 0 20px;
}
.reservation-block .form-wrap .string .with-desc {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.reservation-block .form-wrap .string .with-desc > * {
	-webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.reservation-block .form-wrap .string .with-desc .desc {
	line-height: 48px;
	margin-right: 20px;
}
.reservation-block .buttons-wrap {
	text-align: right;
}
.reservation-block .input-wrap input[name="date"] {
    width: 120px;
}
.reservation-block .input-wrap input[name="time"] {
    width: 90px;
}
.photo-our-guests .swiper-slide,
.photo-our-guests {
	height: 510px;
}
.photo-our-guests .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photo-our-guests {
    position: relative;
}
.photo-our-guests .swiper-button-next,
.photo-our-guests .swiper-button-prev {
	width: 14px;
	height: 24px;
}
.photo-our-guests .swiper-button-next {
	right: -25px;
	background: url('/local/templates/promolink/style/catering_arrow_r.svg') no-repeat center;
}
.photo-our-guests .swiper-button-prev {
	left: -25px;
	background: url('/local/templates/promolink/style/catering_arrow_l.svg') no-repeat center;
}
.our-ability .block {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

	max-width: 46%;
	-webkit-flex: 0 1 46%;
    -ms-flex: 0 1 46%;
    flex: 0 1 46%;
	margin-right: 8%;
	position: relative;
	padding-left: 40px;
	margin-top: 40px;
}
.our-ability .block:nth-of-type(1),
.our-ability .block:nth-of-type(2) {
	margin-top: 0;
}
.our-ability .block:nth-of-type(2n) {
	margin-right: 0;
}
.our-ability .block:before {
	content: '';
	width: 4px;
	height: 100px;
	background: #A73324;
	position: absolute;
	top: 0;
	left: 0;
}
.our-ability .block .name {
	font-weight: 800;
	font-size: 24px;
	color: #A73324;
	margin-bottom: 10px;
}
.our-ability .block .desc {
	font-size: 14px;
	line-height: 21px;
}
.our-ability .block .info {
	max-width: 62%;
	-webkit-flex: 0 1 62%;
    -ms-flex: 0 1 62%;
    flex: 0 1 62%;
	padding-right: 20px;
}
.our-ability .block .photo {
	position: relative;
	top: 0;
	right: 0;
	width: 38%;
}
.our-ability .block .photo:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}
.our-ability .block .photo img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
h2.with-pad {
	font-weight: 800;
	font-size: 36px;
	color: #A73324;
	padding-left: 90px;
}
.flow-screen-wrap > * {
	padding-top: 40px;
	padding-bottom: 40px;
}
.lk-edit-area .form-group {
    margin-top: 20px;
}
.lk-edit-area .form-group:first-child {
    margin-top: 0;
}
.lk-edit-area .form-group .main-profile-form-label {
    font-size: 18px;
    line-height: 27px;
    color: #47312D;
}
.lk-edit-area .form-group input[type="text"],
.lk-edit-area .form-group input[type="password"] {
    width: 500px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid rgba(71, 49, 45, 0.4);
    box-sizing: border-box;
    border-radius: 15px;
    padding: 0 10px;
    outline: none;
}
.lk-edit {
    padding: 30px;
    background-color: #F4F4F4;
}
.buttons-wrap.lk-edit {
    margin-top: 15px;
}
.buttons-wrap.lk-edit > * {
    margin-top: 15px;
    margin-right: 15px;
}
.orderForm .paymentType label {
    margin-bottom: 10px;
}



.cat-nav {
	height: 60px;
	background-color: #A4702B;
	position: relative;
	z-index: 101;
}
.cat-nav .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	padding-left: 25.6%;
	box-sizing: border-box;
}
.cat-nav .tree-wrap {
	display: table;
	min-height: 60px;
	position: relative;
}
.cat-nav .tree-wrap:hover .with-children {
	display: block;
}
.cat-nav .tree-wrap .parent {
	display: table-cell;
	vertical-align: middle;
}
.cat-nav .content > a,
.cat-nav .tree-wrap .parent {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	text-decoration: none;
}
.cat-nav .tree-wrap .with-children {
	display: none;
    min-width: 300px;
    position: absolute;
    top: 60px;
    left: -101px;
    right: 0;
    margin: auto;
    z-index: 5;
    z-index: 999999;
    padding: 0;
    margin: 0;
    box-shadow: 0px 34px 21px 0px rgba(160, 160, 160, 0.5);
    max-height: 512px;
    overflow: auto;
}
.cat-nav .tree-wrap .with-children li {
	background-color: #fff;
	margin: 0;
	padding: 15px;
	list-style-type: none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-align: left;
}
.cat-nav .tree-wrap .with-children li div {
	cursor: pointer;
	transition: all .3s;
}
.cat-nav .tree-wrap .with-children li div:hover {
	opacity: .6;
}
.cat-nav .tree-wrap .with-children li:first-child {
	border-top: 3px solid #A73324;
}
.cat-nav .tree-wrap .with-children li:last-child {
	border-color: transparent;
}
.cat-nav .tree-wrap:last-child .with-children {
	right: -1px;
	left: auto;
}
.cat-nav .tree-wrap .with-children a {
	display: inline-block;
	font-size: .9em;
	color: #979797;
	color: #000;
}
.item_wrap > h3 {
    max-width: 100%;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    margin: 20px 0 16px 30px;
    color: #A73324;
    font-weight: 900;
    font-size: 1.6em;
}
.index_address_container #custom_suggest  {
    background: #fff;
    top: 62px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    padding: 10px;
    position: absolute;
    right: 0;
    left: 0;
}
.index_address_container #custom_suggest  .suggest_trig {
    padding: 10px 0;
    font-size: 1.2em;
}
.index_address_container #custom_suggest  .suggest_trig:hover {
    text-decoration: underline;
    cursor:pointer;
}

form.modifier_place input {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;  
    display: inline-block;
}
form.modifier_place .block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;    
}
form.modifier_place .string {
    margin: 0 0 5px 0;    
}
#modifiers_modal a.button {
    margin-top: 13px;
}

form.modifier_place label {
    transition: all .3s;
    cursor: pointer;
}
form.modifier_place label:hover {
    /*opacity: .6;*/
    color: #A73324;
}
/*.basket-item-property .basket-item-property-name,
.basket-item-property .basket-item-property-value {
    display: none;
}
.basket-item-property .basket-item-property-name:nth-of-type(1),
.basket-item-property .basket-item-property-value:nth-of-type(1) {
    display: block;
}*/

.index_banner .swiper-slide .banner {
    cursor: pointer;
}
.cat-nav a {
    cursor: pointer;
}
.stocks .block:after,
.stock_banner .swiper-container .block:after {
    content:'';
    display: block;
    position: relative;
    width: 100%;
    padding-top: 65%;
    height: 0;
    z-index: 10;
    background: rgba(0,0,0,0.4);
}
.stocks .block,
.stock_banner .swiper-container .block  {
    position: relative;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}
.stocks .block img,
.stock_banner .swiper-container .block img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
} 
.stocks .block span,
.stock_banner .swiper-container .block span {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    right: 15px;
    z-index: 30;
    font-weight: bold;
    font-size: 1.4em;
}




.header_w_logo h2,
.header_w_logo h1 {
    margin-top: 0;
    margin-right: 1em;
    color: #A73324;
    font-size: 2.3em;
    font-weight: 800;    
}
.header_w_logo h2 {
    margin-top: 1em;
}
.header_w_logo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;    
}
.two_columns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;    
}
.two_columns.career1 .left {
    max-width: 51%;
    flex: 0 0 51%;
    -webkit-flex: 0 0 51%;
    -ms-flex: 0 0 51%;
    margin-right: 6%;
}
.two_columns.career1 > .right {
    max-width: 43%;
    flex: 0 0 43%;
    -webkit-flex: 0 0 43%;
    -ms-flex: 0 0 43%;
    background: url(/bitrix/templates/promolink/style/career-form-bg.jpg) no-repeat top center / cover;

}
.main_text {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.5em;
}
.career-grid-group,
.career-ico-group {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;    
}
.career-ico-group .block {
    max-width: 50%;
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;   
    text-align: center; 
    margin-bottom: 40px;
}
.career-ico-group .block .ico {
    width: 1em;
    height: 1em;
    margin: 0 auto 12px auto;
    font-size: 72px;
    background: no-repeat center center / contain;
}
.career-ico-group .block:nth-child(1) .ico {
    background-image: url('/bitrix/templates/promolink/style/career-employees.svg');
}
.career-ico-group .block:nth-child(2) .ico {
    background-image: url('/bitrix/templates/promolink/style/career-restaurant.svg');
}
.career-ico-group .block:nth-child(3) .ico {
    background-image: url('/bitrix/templates/promolink/style/career-conveyor.svg');
}
.career-ico-group .block:nth-child(4) .ico {
    background-image: url('/bitrix/templates/promolink/style/career-truck.svg');
}
.career1 h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 27px;
    color: #A73324;    
}
#anket_career {
    box-sizing: border-box;    
    margin: 34px 30px;
    padding: 39px 21px;
    background: rgba(215, 202, 184, 0.5);
}
#anket_career h3 {
    margin-top: 0;
    font-size: 24px;
    line-height: 36px;
    color: #A73324;    
    font-weight: 900;
}
#anket_career select,
#anket_career input {
    background: #FFFFFF;
    border: 1px solid rgba(71, 49, 45, 0.4);
    box-sizing: border-box;
    border-radius: 15px;
    height: 48px;
    width: 100%;
    display: block;
    box-sizing: border-box;;
    padding: 0 21px; 
    outline: none;   
}
#anket_career .left,
#anket_career .right {
    max-width: 48%;
    flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;   
}
#anket_career .left {
    margin-right: 6%;
}
#anket_career .two_columns input {
    margin-bottom: 6%;
}
#anket_career .string {
    margin-bottom: 6%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;    
}
#anket_career .string label {
    max-width: auto;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;  
    margin-right: 1em; 
    font-weight: 600;
    font-size: 18px;
    color: #A73324;    
}
#anket_career .string input,
#anket_career .string select {
    max-width: auto;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;  
}
#anket_career .string:last-child {
    margin-bottom: 0;
}
#anket_career .user_policy {
    font-size: 0.8em;    
    padding-right: 30%;
    margin: 15px 0;
}
#anket_career .user_policy a {
    color: #A73324;
}
#anket_career a {
    cursor: pointer;
}
.career-grid-group .block:before {
    content:'•';
    position: absolute;
    left: 0;
    top: 0;
    color: #A73324;
    font-weight: bold;
} 
.career-grid-group .block {
    padding-left: 30px;
    max-width: 50%;
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;   
    position: relative;
    margin-bottom: 40px;
    box-sizing: border-box;
} 
.two_columns.vacancy {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;    
}
.two_columns.vacancy .right {
    max-width: 62%;
    flex: 0 0 62%;
    -webkit-flex: 0 0 62%;
    -ms-flex: 0 0 62%;   
    box-sizing: border-box;
    background: #EFE9E6;
    border-radius: 15px;
    padding: 42px 52px;
    font-size: 18px;
}
.two_columns.vacancy .right h4 {
    font-weight: 800;
    font-size: 1.7rem;
    color: #A73324;   
    font-weight: 900;
    margin-top: 0;
    color: #A73324;
}
.two_columns.vacancy .right .string b {
    color: #A73324;
}
.two_columns.vacancy .right .button {
    margin-top: 30px;
    cursor: pointer;
}
.two_columns.vacancy .right .string {
    margin-top: 33px;
}
.two_columns.vacancy .left ul {
    padding: 0;
}
.two_columns.vacancy .left li:hover {
    color: #A73324;
}
.two_columns.vacancy .left li {
    list-style-type: none;
    line-height: 1em;
    margin: 15px 0;
    cursor: pointer;
}
.two_columns.vacancy .left li.active {
    font-size: 1.2em;
    color: #A73324;
    font-weight: 900;
}
.two_columns.vacancy .left li.active:before {
    content:'';
    display: block;
    float: left;
    height: .5em;
    border-bottom: 1px solid #A73324;
    width: 35px;
    margin-right: 1em;

}
.two_columns.vacancy .left {
    max-width: 38%;
    flex: 0 0 38%;
    -webkit-flex: 0 0 38%;
    -ms-flex: 0 0 38%;   
    box-sizing: border-box;
    padding-right: 2em;   
    font-size: 18px;
    line-height: 39px;
    color: #3C3C3C;
    margin: 15px 0;
}
.career_up_container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;    
}
.career_up_container > * {
    max-width: 30%;
}
.career-story-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;      
}
.career-story-container .block {
    max-width: 28%;
    flex: 0 0 28%;
    -webkit-flex: 0 0 28%;
    -ms-flex: 0 0 28%;       
}
.career-story-container .block .photo:before {
    content:'';
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    height: 0;
}
.career-story-container .block .photo {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}
.career-story-container .block img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.career_up_container + .header_w_logo {
    margin-top: 50px;
}
.career-story-container .block .person {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;    
    margin: 20px 0;
}
.career-story-container .person .pos {
    color: #A73324;
}
.career-story-container .person .name {
    font-size: 18px;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;      
}
.career-story-container .person .separator {
    width: 35px;
    height: 0px;
    border-top: 1px solid #A73324;
    margin: 0 .5em;
}
.two_columns.vacancy.vacancy_list .right .cont {
    display: none;
}


#global_enter_code_from_sms_window input:focus::-webkit-input-placeholder {
    color: gray;
}
#global_enter_code_from_sms_window input:focus::-moz-placeholder {
    color: gray;
}
#global_enter_code_from_sms_window input:focus:-moz-placeholder {
    color: gray;
}
#global_enter_code_from_sms_window input:focus:-ms-input-placeholder {
    color: gray;
}
#global_enter_code_from_sms_window .input-wrapper input:focus {
    border: 1px solid #cccccc;
}
#global_enter_code_from_sms_window .input-wrapper input {
    width: 100%;
    height: 48px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition: all 0.1s ease-in-out;
    border: 1px solid #e7e8ea;
    padding-left: 8px;
    color: #000;
}
#global_enter_code_from_sms_window .content-wrapper .m-title {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    color: #333;
}
#global_enter_code_from_sms_window #global_count_sym_to_send {
    margin-top: 8px;
}
#global_enter_code_from_sms_window .content-wrapper .form-wrapper > *:not(:last-child) {
    margin-bottom: 15px;
}
#global_enter_code_from_sms_window .string.wraped .input-wrapper {
    position: relative;
}
#global_enter_code_from_sms_window .string.wraped .input-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba( 0,0,0,.2 );
    z-index: 2;
}
#global_enter_code_from_sms_window .form-wrapper .string.hidden {
    display: none;
}
#global_enter_code_from_sms_window .form-wrapper .string .name {
    margin-bottom: 0;
    padding-bottom: .2rem;
    font-size: 1rem;
    line-height: 1.4rem;
}
.pl-close-button {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: .3s;
}
.pl-close-button:hover {
    opacity: .6;
}
.red-color {
    color: #cc0000;
}

.modifier-quantity-wrapper {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    width: 50px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
}
.modifier-quantity-wrapper input {
    width: 60%;
    max-width: 60%;
    -webkit-flex: 0 1 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    border: none;
    outline: none;
    text-align: center;
}
.modifier-quantity-wrapper .buttons-wrapper {
    width: 40%;
    max-width: 40%;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
}
.modifier-quantity-wrapper .buttons-wrapper > * {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: .8em;
}
.modifier-quantity-wrapper .buttons-wrapper > *:hover {
    opacity: .6;
}

.kbzhu-wrapper {
    margin-top: 5px;
    color: #c4c4c4;
    opacity: 0;
    visibility: hidden;
}
.item_wrap .item:hover .kbzhu-wrapper {
    visibility: visible;
    opacity: 1;
}

.lazy-load {
    background: #C19661 url('/local/templates/promolink/style/full_logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.lazy-load.white {
    background: url('/local/templates/promolink/style/product_stub.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.product-item-container._disabled .min-basket-price {
    position: absolute;
    top: 40%;
    left: -5%;
    right: 0;
    width: 110%;
    background: #C19661;
    color: #fff;
    margin: auto;
    z-index: 15;
    padding: 5px;
    text-align: center;
}

.product-item-container._disabled .product-item-image-original,
.product-item-container._disabled .product-item-label-ring,
.product-item-container._disabled .product-item-label-left {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* End */


/* Start:/local/templates/promolink/mobile.css?175206687713802*/
@media only screen and (max-width: 1800px) {
	.screen.product_page > .content > .right {
		padding-left: 20px;
	}
	.screen.product_page > .content > .left {
	    width: 24.2%;
	    flex: 0 0 24.2%;
	    -webkit-flex: 0 0 24.2%;
	    -ms-flex: 0 0 24.2%;
	    min-width: 240px;	
	}	
	.screen.product_page > .content > * {
	    padding: 170px 0 80px;
	}	
	.item_wrap .item {
		min-width: 0;
	}

}
@media only screen and (max-width: 1300px) {
	header .social {
		display: none;
	}
	div {

	}
	header .basket, 
	header .phone {
		font-size: .9em;
	}
	header nav a {
		margin: 0 5px;
	}
	#global100 > .screen.with_two_column.delivery_banner {
		padding: 0;
	}

}
@media only screen and (min-width : 1000px) and (max-width: 1199px) {
	body {
		min-width: 1000px;
	}
    .career-story-container .block .person > * {
        max-width: 100%;
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;  
    }
    .career-story-container .block .person {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;              
    }
    .career-story-container .person .separator {
        display: none;
    }
    #global100 > .screen.content.main {
        padding-left: 1em;
        padding-right: 1em;
        box-sizing: border-box;
    }
	
}
@media only screen and (min-width : 700px) and (max-width: 999px) {
	body {
		min-width: 1000px;
	}
}
@media only screen and (max-width : 699px) {
	.cat-nav {
		/*display: none;*/
		height: 50px;
	}
	.cat-nav .content {
		padding-left: 1em;
		height: 50px;
	}
	.cat-nav .content > *:not(.tree-wrap) {
		display: none;
	}
	.cat-nav .tree-wrap {
		display: table;
		width: 100%;
		min-height: 50px;
		position: relative;
	}
	.cat-nav .tree-wrap .parent {
		text-align: center;
	}
	.cat-nav .tree-wrap .with-children {
		width: 100%;
		left: 0;
	}
	.cat-nav .tree-wrap:hover .with-children {
		display: none;
	}
	#bx-panel {
		display: none !important;
	}
	.content {
		padding-left: 1em;
		padding-right: 1em;
	}
	header .content {
		min-height: 80px;
		box-sizing: border-box;
		padding: 0 1em;
	}
    .menu_trigger {
        position: relative;
        width: 1.2em;
        height: 1em;
        /*top: 0;
        bottom: 0;
        margin: auto;*/
        display: block;
        font-size: 24px;
        z-index: 200;
    }   
    .menu_trigger:before, .menu_trigger:after, .menu_trigger span {
        content:'';
        display: block;
        width: 100%;
        height: 4px;
        background: #fff;
        position: absolute;
        transition: all .3s;
    }  
    .menu_trigger:before {
        top: 0;
    }
    .menu_trigger:after {
        bottom: 0;     
        z-index: 100;
    }
    .menu_trigger span {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    header .content a.basket {
    	font-size: 0;
    }
    header .basket {
    	top: -16px;    	
    }
    header .basket:before {
    	font-size: 32px;
    }
    body.show_menu .menu_trigger:before {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);    
        top: 0.42em;  
    }
    body.show_menu .menu_trigger:after {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);  
        bottom: 0.42em;   
    }   
    body.show_menu .menu_trigger span {
        background: transparent;
    }   
    body.show_menu {
    	max-height: 100vh;
    	overflow: hidden;
    }
	header nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		flex: none;
		background: rgba(0,0,0,0.8);
		color: #fff;
		z-index: 200;
		box-sizing: border-box;
		padding: 115px 25px 25px 25px;

	}
	header nav a {
		display: block;
		font-size: 1.4em;
		margin: 10px 0;
	}
	header .phone {
		font-size: 1.4em;
		padding-left: 46px;
		position: fixed;
		top: 23px;
		left: 25px;		
		color: #fff;
		z-index: 200;		
	}
	header .login {
		left: 165px;
		position: fixed;
		top: 85px;
		left: 25px;		
		color: #fff;
		z-index: 200;
		font-size: 1.4em;
	}

	
	header .phone:before {
		font-size: 34px;
		margin: 0 15px 0 0 ;
	}
	header .login,
	header .phone,
	header nav {
		transition: transform .3s;
		transform: translate(0, -100vh);
	}
	body.show_menu header .login,
	body.show_menu header .phone,
	body.show_menu header nav {
		transform: translate(0, 0);
	}

	header .login.register {
		left: 100px;
	}
	.index_banner .swiper-slide > .banner .content .big {
		font-size: 2em;
	}
	.index_banner .swiper-slide .banner {
		min-height: 430px;
	}
	.index_banner .swiper-slide > .banner .content {
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 100px;
		box-sizing: border-box;
		height: auto;
	}
	.index_banner .swiper-slide > .banner .content {
		/*height: auto;*/
	}
	.index_banner .swiper-slide > .banner .content {
    	text-shadow: 0px 1px 3px rgba(0,0,0,0.6);		
	}
	#global100 > .screen {
		padding: 1.5em 0;
	} 
	.index_address_container {
		margin: -48px 0 50px 0;
	}
	.index_address_container .wrap input {
		font-size: 1em;
	}
	#global100 > .screen.content > .top input[name=rest_search], #global100 > .screen .content > .top input[name=rest_search] {
		display: none;
	}
	.rest_cards > .block {
	    max-width: 100%;
	    flex: 0 0 100%;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    margin: 0 0% 1em 0%;
	}
	#global100 > .screen.content > h2, #global100 > .screen .content > .top > h2, #global100 > .screen .content > h2 {
		text-align: center;
		box-sizing: border-box;
		padding: 0 1em;
	}
	.two_column > * {
	    max-width: 100%;
	    flex: 0 0 100%;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;		
	}
	.two_column {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;		
	}
	.screen.with_two_column > .banner img {
		display: block;
		position: static;
		left: auto;
		right: auto;
		bottom: auto;
		top: auto;
		width: 100%;
		max-width: 100%;
	}
	.screen.with_two_column > .banner {
		position: relative;
		display: block;
		width: 100%;
		left: auto;
		right: auto;
		bottom: auto;
		top: auto;
	}
	.screen.with_two_column > .banner:before {
		display: none;
	}

	#global100 > .screen.with_two_column.delivery_banner .left {
	    padding: 1.5em 1em;
	    box-sizing: border-box;
	}
	.wrap-delivery-info > .block {
	    max-width: 100%;
	    flex: 0 0 100%;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    margin: 0 0% 5% 0;
	}
	.with_two_column h3 {
		margin-bottom: 1em;
	}
	.wrap-delivery-info > .block:nth-child(5) {
		display: none;
	}
	.index_categring_career .two_column {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;				
	}
	.index_categring_career .two_column > * {
	    max-width: 100%;
	    flex: 0 0 100%;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    margin: 0 0% 1em 0;
	}
	.index_categring_career .two_column p {
		padding-right: 0;
	}
	.index_categring_career .two_column > * {
		padding: 30px;
	}
	.feedback_wrap > .block {
	    max-width: 100%;
	    flex: 0 0 100%;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    margin: 0 0% 2% 0;
	    display: none;
	} 
	.feedback_wrap .block:nth-of-type(1),
	.feedback_wrap .block:nth-of-type(2),
	.feedback_wrap .block:nth-of-type(3) {
		display: block;
	}
	.about.screen .right {
		display: none;
	}
	.four_columns {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;		
	}
	.four_columns > .column {
	    max-width: 100%;
	    flex: 0 0 100%;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    text-align: center;		
	}
	footer .two_column .two_column {
		display: none;
	}
	footer .bottom > .two_column {
		min-height: 50px;
	}
	.screen.product_page .content {
		-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;		
	}
	.screen.product_page .content > .left,
	.screen.product_page .content > .right {
	    max-width: 100%;
	    flex: 0 0 100%;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;		
	    padding-right: 0;
	    padding-left: 0;
	}
	.screen.product_page {
		background: #fff;
	}
	.screen.product_page .content > .left {
		padding-top: 1.5em;
		padding-bottom: 0;
	}
	.screen.product_page .content > .right {
		padding-top: 0;
		padding-bottom: 1.5em;
	}
	
	.rest_info .button.callback,
	.rest_info .work_hours,
	.rest_info .phone,
	.rest_info .locations,
	.rest_info .alt,
	.rest_info .photogallery,
	.rest_info .events {
		display: none;
	}
	.rest_info .button.more {
	    display: block;
	    text-align: center;
	}	
	.rest_info h1 {
		text-align: center;
	}
	.rest_info .logotype {
		display: block;
		margin: 0 auto 1em auto;
	}
	.item_wrap .item {
	    min-width: 300px;
	    max-width: 100%;
	    flex: 0 0 100%;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    margin: 0 0% 1em 0;
	    background: #fff;
	    border-radius: 15px;
	    overflow: hidden;
	    min-width: 0;
	    box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
	}
	.item_wrap .item .image {
		pointer-events: none;
	}
	#global100 .basket-item-block-image {
		display: none;
	}
	#global100 h2.basket-item-info-name {
		text-align:center;
		padding-top: 2em;
	}
	.orderForm .form > * {
	    max-width: 100%;
	    flex: 0 0 100%;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;		
	}
	.orderForm .deliveryType label {
		margin-bottom: 10px;
	}
	.orderForm .total_container, .orderForm .total_container.fixed {
		max-width: 100%;
		margin-left: 0;
	}
	#global100:not(.index):before {
		height: 80px;
	}
	.screen.product_page .content {
		margin-top: 0;
	}
	#global100 > .screen.main {
		padding-left:1em;
		padding-right:1em;
		box-sizing: border-box;
	}
	.two-columns-right-side {
		display: block;
	}
	.two-columns-right-side .main {
		width: 100%;
		max-width: 100%;
		padding: 10px 20px;
	}
	.two-columns-right-side > .right:not(.have-to-show) {
		display: none;
	}
	span.desc-on-left-side {
		display: none;
	}
	.lk-columns {
		/*display: block;*/
		margin-left: 0;
		background-color: #fff;
	}
	.lk-columns .right-column,
	.lk-columns .main-column {
		width: 100%;
		max-width: 100%;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		padding: 0;
	}
	.lk-columns .right-column {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.lk-columns .main-column {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		padding-bottom: 20px;
	}
	.lk-columns .right-column > .block .content-wrap {
		width: 100%;
	}
	.lk-columns .right-column > .block {
		margin-top: 0;
		padding: 20px 0;
	}
	.lk-columns .right-column > .block .buttons-wrap {
		margin-top: 20px;
	}
	.orders .block {
		padding: 10px 40px 10px 0px;
	}
	.orders .block .order-lines .string {
		display: block;
	}
	.orders .block .order-lines .string .delimiter {
		display: none;
	}
	.orders .block .order-lines .string .name {
		font-weight: 600;
	}
	.orders .block .order-lines .string .price {
		text-align: right;
	}
	.reservation-block {
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
	}
	.two-columns-right-side.gray-bg {
		background-color: #fff;
	}
	.two-columns-right-side .main {
		padding: 10px 0;
	}
	h2.with-pad {
		font-size: 30px;
		padding-left: 0;
	}
	.our-ability .block:nth-of-type(2),
	.our-ability .block:nth-of-type(2n),
	.our-ability .block {
		display: block;
		padding-left: 0;
		margin-right: 2%;
		max-width: 49%;
		-webkit-flex: 0 1 49%;
		-ms-flex: 0 1 49%;
		flex: 0 1 49%;
		max-width: 100%;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		margin-top: 20px;
		margin-right: 0;
	}
	.our-ability .block .info {
		max-width: 100%;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.our-ability .block .photo {
		width: 100%;
	}
	.our-ability .block:before {
		display: none;
	}
	.content > .content {
		padding: 0;
	}
	.our-projects .block:nth-of-type(2),
	.our-projects .block:nth-of-type(3),
	.our-projects .block {
		max-width: 100%;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		margin-top: 35px;
		margin-right: 0;
	}
	.our-projects .block:nth-of-type(1) {
		margin-top: 0;
	}
	.our-projects .block .name {
		margin-right: 10px;
		margin-left: 10px;
	}
	.photo-our-guests .swiper-button-next {
		right: -5px;
	}
	.photo-our-guests .swiper-button-prev {
		left: -5px;
	}
	.two-columns-right-side > * {
		padding-top: 0;
	}

	.stocks .block {
	    display: block;
	    max-width: 100%;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    margin-bottom: 1em;
	}
    .career-story-container .block {
        margin-bottom: 35px;
    }
    .career_up_container,
    .career-story-container .block .person,
    .career-story-container,
    .two_columns.vacancy,
    #anket_career .string,
    .two_columns,
    .header_w_logo {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;        
    }

    .career_up_container > * {
        margin-bottom: 15px;
    }
    .career_up_container > *,
    .career-story-container .block,
    .two_columns.vacancy .left,
    .two_columns.vacancy .right,
    #anket_career .left, #anket_career .right,
    .two_columns.career1 .left,
    .two_columns.career1 .right,
    .two_columns > * {
        max-width: 100%;
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;      
    }
    #anket_career {
        margin: 0; 
    }
    #anket_career .user_policy {
        padding-right: 0;
    }
    .header_w_logo h2 {
        margin-right: 0;
    }
    .header_w_logo h2, .header_w_logo h1 {
        font-size: 1.8em;
    }
    .two_columns.vacancy .right {
        padding: 1em;
    }

}
/* End */


/* Start:/local/templates/promolink/plugins/swiper/swiper.min.css?175206687719800*/
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/local/templates/promolink/plugins/fancybox_3/jquery.fancybox.min.css?175206687712795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/promolink/plugins/datepicker/datepicker.min.css?17520668777713*/
.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex;padding:4px;border-top:1px solid #efefef}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}
/* End */


/* Start:/local/templates/promolink/plugins/unimodal/unimodal.css?17520668772223*/
.unimodal {
    max-width: 460px;
    padding: 60px;
}
.unimodal .m_title {
    font-weight: 600;
    font-size: .9em;
}
.unimodal textarea {
    width: 100%;
    height: 90px;
    border: 1px solid rgba(0,0,0,0.2);
    margin: 0 auto 20px auto;
    box-sizing: border-box;
    padding: 5px;
}
.unimodal input[type="text"] {
    display: block;
    margin: 0 auto 20px auto;
    padding: 0px;
    border: none;
    width: 100%;
    height: 46px;
    padding-left: 5px;
    border: 1px solid rgb(0 0 0 / 16%);
    box-sizing: border-box;
    outline: none;
    box-shadow: inset 0 2px 8px rgb(0 0 0 / 8%);
    font-size:  1.05em;
}
.unimodal input[type=radio] {
    -webkit-appearance: radio;
}
.unimodal select {
    display: block;
    margin: 0 auto 20px auto;
    padding: 0px;
    border: none;
    width: 100%;
    height: 46px;
    padding-left: 5px;
    border: 1px solid rgb(0 0 0 / 16%);
    box-sizing: border-box;
    outline: none;
    box-shadow: inset 0 2px 8px rgb(0 0 0 / 8%);
    font-size:  1.05em;
}
.unimodal .radio-wrap {
    /* border: 1px solid rgba(0,0,0,0.2); */
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    margin: 0 auto 20px auto;
}
.unimodal .send_button {
/*    display: block;
    padding: 0px;
    border: none;
    background: rgba(0, 163, 204, 0.75);
    width: 70%;
    height: 52px;
    color: #FFF;
    margin: 0 auto;
    border-radius: 4px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;*/
    width:  100%;
    text-align:  center;

}
.unimodal textarea.it_is_required,
.unimodal .radio-wrap.it_is_required {
    background-color: rgba(255,150,150, .2);
}
.unimodal .radio-wrap p {
    margin: 0 0 5px 0;
}
.unimodal .user_policy {
    padding: 1em 0 0 0;
    font-size: 0.8em;
    text-align: center;
}
.unimodal .cb-box-header {
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 10px;
}
.unimodal .cb-box-alt {
    color: #8A8A8A;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 1.2em;    
}
.datepicker.zindex9999 {
    z-index: 99999;
}
/* End */


/* Start:/local/templates/promolink/template_styles.css?17520668772763*/
.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f9a91d;
	--theme-color-second: #faba4a;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #f9a91d;
	--theme-b-link-hover: #faba4a;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #f9a91d;
	--theme-b-bd-primary: #f9a91d;
	--theme-b-sd-primary: rgba(249, 169, 29, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #faba4a;
	--theme-b-bd-primary-hover: #daa53e;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #faba4a;
	--theme-b-bd-primary-active: #daa53e;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #daa53e;
	--theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #e22b2b;
	--theme-color-primary: #e22b2b;
	--theme-color-second: #e95c5c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #e22b2b;
	--theme-b-link-hover: #e95c5c;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #e22b2b;
	--theme-b-bd-primary: #e22b2b;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #e95c5c;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #e95c5c;
	--theme-b-bd-primary-active: #d05454;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
	--primary: #63aa28;
	--theme-color-primary: #63aa28;
	--theme-color-second: #5b9f0b;
	--theme-color-light: #a8d95b;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #63aa28;
	--theme-b-bd-primary: #63aa28;
	--theme-b-sd-primary: rgba(99, 170, 40, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5b9f0b;
	--theme-b-bd-primary-hover: #56940b;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5b9f0b;
	--theme-b-bd-primary-active: #56940b;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}
/* End */


/* Start:/local/templates/promolink/reg.css?17520668773083*/
#fancyboxRegisterForm .button,
#fancyboxResetPassForm .button,
#fancyboxAuthForm  .button {
    margin-left: auto;
    right: auto;
    cursor: pointer;
}


#fancyboxRegisterForm {
    max-width: 450px;
    background: linear-gradient(90deg, rgba(193,150,97,1) 0%, rgba(193,150,97,0.5791491596638656) 100%),
    #A4702B url(/local/templates/promolink/style/reg_bg.jpg) no-repeat center center / cover;
    color:  #fff;
    border-radius: 13px;
}
#fancyboxResetPassForm,
#fancyboxAuthForm {
    color:  #fff;
    background: #A4702B;
    border-radius: 13px;
    padding-bottom: 110px;
    background: linear-gradient(90deg, rgba(193,150,97,1) 0%, rgba(193,150,97,0.5791491596638656) 100%),
    #A4702B url(/local/templates/promolink/style/reg_bg.jpg) no-repeat center center / cover;
}
#fancyboxResetPassForm h3,
#fancyboxAuthForm h3,
#fancyboxRegisterForm h3 {
    font-size:  2em;
    text-align: center;
    font-family: 'Intro', sans-serif;
    font-weight: normal;
}
#fancyboxResetPassForm input,
#fancyboxAuthForm input,
#fancyboxRegisterForm input {
    width: 100%;
    height:  50px;
    color:  #000;
    position: relative;
    box-sizing: border-box;
    padding-right: 40px;
    border-radius: 13px;
    border:  none;
    outline:  none;
    padding:  0 40px 0 20px;
}
#fancyboxResetPassForm input.verified,
#fancyboxAuthForm input.verified,
#fancyboxRegisterForm input.verified {
    background: #fff url(/local/templates/promolink/style/verified.svg) no-repeat right 17px center / 20px auto
}
#fancyboxResetPassForm label,
#fancyboxAuthForm label,
#fancyboxRegisterForm label {
    font-weight: 300;
    font-size: 1.2em;    
}
#fancyboxRegisterForm .privacy-text {
    color:  #fff;
    font-size:  12px;
    line-height: normal;
    /*padding-right: 50%;*/
}
#fancyboxRegisterForm .privacy-text a {
    color:  #fff;
}
#fancyboxAuthForm .new_button,
#fancyboxRegisterForm .new_button {
    margin: 0 0 20px 0;
    font-size: 1.28em;
}
#fancyboxAuthForm a {
    cursor: pointer;
    color: #fff;
}
#verify_code_repeat {
    color: #fff;
}
#fancyboxResetPassForm .page-input-wrapper,
#fancyboxAuthForm .page-input-wrapper,
#fancyboxRegisterForm .page-input-wrapper {
    margin-bottom: 10px;
    position: relative;
}

#fancyboxRegisterForm .disabled-input {
  background-color: #f2f2f2 !important;
  border: 1px solid #ccc;
  color: #777;
  cursor: not-allowed;
}

#fancyboxResetPassForm .eye,
#fancyboxAuthForm .eye,
#fancyboxRegisterForm .eye {
    width: 1em;
    height: 1em;
    display: block;
    position: absolute;
    font-size:  25px;
    background: #fff url(/local/templates/promolink/style/eye.svg) no-repeat center center / contain;
    z-index: 10;
    right:  15px;
    top:  0;
    bottom:  0;
    margin:  auto;
    cursor: pointer;
}
#fancyboxResetPassForm .eye:hover,
#fancyboxAuthForm .eye:hover,
#fancyboxRegisterForm .eye:hover {
    opacity: .5;
    transition: all .2s;
}
@media only screen and (max-width: 699px) {
    #fancyboxResetPassForm h3,
    #fancyboxAuthForm h3,
    #fancyboxRegisterForm h3 {
        font-size:  1.7em;
    }
    #fancyboxResetPassForm,
    #fancyboxAuthForm,
    #fancyboxRegisterForm {
        padding:  20px;
    }
}
/* End */
/* /local/templates/promolink/fonts/mplus/stylesheet.css?1752066877782 */
/* /local/templates/promolink/main.css?175206687779521 */
/* /local/templates/promolink/mobile.css?175206687713802 */
/* /local/templates/promolink/plugins/swiper/swiper.min.css?175206687719800 */
/* /local/templates/promolink/plugins/fancybox_3/jquery.fancybox.min.css?175206687712795 */
/* /local/templates/promolink/plugins/datepicker/datepicker.min.css?17520668777713 */
/* /local/templates/promolink/plugins/unimodal/unimodal.css?17520668772223 */
/* /local/templates/promolink/template_styles.css?17520668772763 */
/* /local/templates/promolink/reg.css?17520668773083 */
