

/* Start:/local/templates/landing/components/bitrix/news.list/slider/style.css?17556110301720*/
.slider-images{
	background: var(--background-color);
	padding: 16px 0;
}

@media (min-width: 576px) {
	.slider-images{
		padding: 8px 0;
	}
}

.slider-images .owl-carousel .owl-stage-outer {
	overflow: visible;
}
@media (min-width: 576px) {
	.slider-images .owl-carousel .owl-stage-outer {
		overflow: hidden;
	}
}

.slider-images .owl-item{
	max-width: 200px;
}

@media (min-width: 576px) {
	.slider-images .owl-item {
		max-width: auto;
	}
}

.slider-images a{
	border-radius: 4px;
	overflow: hidden;
}

.slider-images a img{
    max-width: 100%;
}

.slider-images .owl-dots{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin: 8px 0;
}

@media(min-width: 576px){
	.slider-images .owl-dots button.owl-dot{
		width: 8px;
		height: 8px;
		background-color: var(--signature-color);
		border-radius: 50%;
	}

	.slider-images .owl-dots button.owl-dot.active{
		background-color: var(--primary-color);
		border-color: var(--primary-color);
	}
}

.slider-item.swiper-slide a {
	padding: 0 8px;
}

.slider-item.swiper-slide a img {
	display: block;
	width: 100%;
}

.slider-item.swiper-slide {
	min-width: 200px !important;
}

@media (max-width: 576px) {
	.slider-item.swiper-slide {
		width: 50vw !important;
	}

	.slider-images.swiper {
		margin: 0 -16px;
	}
}

@media (min-width: 576px) and (max-width: 1400px) {
	.slider-item.swiper-slide {
		width: 25vw !important;
	}
}

@media (min-width: 1400px) and (max-width: 2540px) {
	.slider-item.swiper-slide {
		width: 14.2vw !important;
	}
}

@media (min-width: 2540px) {
	.slider-item.swiper-slide {
		width: 10vw !important;
	}
}
/* End */


/* Start:/local/templates/landing/components/bitrix/news.list/kavist-schedule/style.css?17556110307791*/
.kavist-schedule{
    margin-top: 16px;
}

.degustation-list {
    width: 100%;
}

.degustation-list-header div > div {
    width: 100%;
    padding: 6px 11px;
}

.degustation-list-header{
    height: 31px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    background: #a6b7d0;
    border-bottom: 1px #8ea0bb solid;
    border-radius: 4px 4px 0 0;
}

.degustation-list-header > div.price-deg div {
    cursor: pointer;
}

.degustation-list-header > div.price-deg .arrow {
    display: inline-block;
    width: 5px;
    height: 7px;
    background: url("/local/templates/landing/components/bitrix/news.list/kavist-schedule/images/arrow_down.svg");
    margin-left: 10px;
}

.degustation-list-header > div.price-deg.DESC .arrow {
    transform: rotate(180deg);
}

@media(min-width: 768px){
    .degustation-list-body{
        border-radius: 0 0 4px 4px;
        overflow: hidden;
    }
}

.degustation-list-body > a{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 2px;
}

@media(min-width: 768px){
    .degustation-list-body > a{
        border-radius: 0;
        margin-bottom: 0;
    }
}

.degustation-list-body .degustation-item{
    background: #ffffff;
    border-bottom: 1px #f1f3f7 solid;
    padding: 15px;
    transition:all .3s ease;
}

@media(min-width: 768px){
    .degustation-list-body .degustation-item{
        padding: 15px 0;
    }
}

.degustation-list-body .degustation-item > div{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: var(--text-color);
}

.degustation-item:hover {
    background: #f8f9fb;
    cursor: pointer;
}

.degustation-item > div > div > div{
    width: 100%;
}

@media(min-width: 768px){
    .degustation-item > div > div > div{
        padding: 6px 11px;
    }
}

@media(min-width: 768px){
    .degustation-list-header .subject,
    .degustation-item .subject {
        width: 35%;
    }

    .degustation-list-header .leading,
    .degustation-item .leading {
        width: 18%;
    }

    .degustation-list-header .address,
    .degustation-item .address {
        width: 18%;
    }

    .degustation-list-header .price-deg,
    .degustation-item .price-deg {
        font-weight: bold;
        width: 11%;
    }

    .degustation-list-header .actions,
    .degustation-item .actions {
        width: 18%;
    }
}

.degustation-item .namedegustation {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: var(--heading-color);
    margin-bottom: 4px;
}

@media(min-width: 768px){
    .degustation-item .namedegustation {
        position: relative;
        font-size: 15px;
        padding: 0 0 0 16px;
    }

    .degustation-item .namedegustation:before {
        content: "";
        width: 4px;
        height: 4px;
        display: block;
        background: url(/local/templates/landing/components/bitrix/news.list/kavist-schedule/images/dot.png) 0 0 no-repeat;
        vertical-align: top;
        top: 8px;
        left: 0;
        position: absolute;
    }

    .degustation-item .datedegustation {
        padding: 0 0 0 16px;
    }
}

.stickers .training, 
.stickers .exclusive, 
.stickers .online, 
.stickers .game {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 2px;
    background: #a82450;
    letter-spacing: 1px;
    padding: 3px 5px 2px 6px;
    margin-bottom: 4px;
}

.degustation-list-body .leading{
    padding: 12px 0;
}

.degustation-list-body .leading img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    overflow: hidden;
}

.degustation-list-body .leading > div span:first-child{
    display: inline-block;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 4px;
}

@media(min-width: 768px){
    .degustation-list-body .leading > div span:first-child{
        font-weight: 400;
        color: var(--text-color);
    }
}

.degustation-item .actions > div{
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
}

.degustation-item .actions div.but {
    width: 100%;
    max-width: 123px;
    text-align: center;
    padding: 9px 10px;
}

.degustation-item:hover .but.but-degust{
    background: #921c40;
    color: #ffffff;
    border-color: transparent;
    transition: all .3s ease;
}

.but.but-degust {
    border: 1px solid #dadfe6;
    color: #8b97a9;
}

.but.but-degust:hover{
    background: #761734;
    color: #ffffff;
    border-color: transparent;
}

.degustation-list-body .price-deg {
    font-weight: bold;
    color: var(--heading-color);
}

.noavailable{
    margin-top: 12px;
}

@media(min-width: 768px){
    .noavailable{
        padding: 0 0 0 27px;
    }
}

.no-avail-stick {
    display: inline-block;
    width: max-content;
    height: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    background-color: var(--secondary-color);
    border-radius: 4px;
    padding: 4px 8px;
    margin-bottom: 4px;
}

@media(min-width: 768px){
    .no-avail-stick {
        display: inline-flex; 
        align-items: center;
        width: 144px;
        height: 27px;
        font-weight: bold;
        background: url(/local/templates/landing/components/bitrix/news.list/kavist-schedule/images/no_avail_stick.png) 0 0 no-repeat;
        cursor: default;
        padding: 0 12px;
    }
}

.button-deg-request {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: var(--heading-color);
    text-decoration: underline;
}

@media(min-width: 768px){
    .button-deg-request {
        display: inline-block;
        font-weight: bold;
        border-bottom: 1px #921c40 dotted;
        color: #921c40;
        text-decoration: none;
        margin-left: 13px;
    }
}


.degustation-subscribe{
    text-align: center;
    margin: 16px 0;
}

@media(min-width: 768px){
    .degustation-subscribe{
        background: #fff;
        padding: 15px;
    }
}

.degustation-subscribe-link{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--heading-color);
    border-bottom: 1px solid var(--heading-color);
    cursor: pointer;
}

@media(min-width: 768px){
    .degustation-subscribe-link {
        font-size: 14px;
    }
}

.degustation-subscribe-link:hover{
    color: #A3254C;
    border-bottom: 1px solid #A3254C;
}

@media(min-width: 768px){
    .degustation-subscribe-link:before{
        content:"";
        position:absolute;
        left:-20px;
        top: 0;
        width: 16px;
        height: 15px;
        background: url(/local/templates/landing/components/bitrix/news.list/kavist-schedule/../../../../assets/images/rupor.png) 0 0 no-repeat;
    }
}

.kavist-schedule .note{
    background-color: var(--border-color);
    border-radius: 4px;
    padding: 16px;
}

@media(min-width: 768px) {
    .kavist-schedule .note{
        background-color: transparent;
    }
}

.kavist-schedule .note > span{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; 
    color: var(--heading-color);
    text-align: center;
}

@media(min-width: 768px) {
    .kavist-schedule .note > span{
        color: #505d72;
        font-size: 22px;
        line-height: 22px; 
        font-weight: bold;
        color: var(--text-color);
    }
}

.kavist-schedule .note i{
    display: inline-block;
    width: 54px;
    height: 54px;
    background:url(/local/templates/landing/components/bitrix/news.list/kavist-schedule/../../../../assets/images/noexchange.png) 0 0 no-repeat;
    margin-bottom: 10px;
}

@media(min-width: 768px) {
    .kavist-schedule .note i{
        margin-right: 20px;
    }
}
/* End */


/* Start:/local/templates/landing/components/bitrix/news.list/kavist-gallery_new/style.css?17556110302464*/
.kavist-gallery .owl-carousel .owl-stage-outer {
    overflow: visible;
}
@media (min-width: 576px) {
    .kavist-gallery .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }
}

.kavist-gallery .owl-item{
    min-width: 200px;
    max-width: 200px;
}

@media (min-width: 576px) {
    .kavist-gallery .owl-item {
        min-width: auto;
        max-width: none;
    }
}

.kavist-gallery .wrap{
    position: relative;
    height: 132px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .kavist-gallery .wrap{
        height: 194px;
    }
}

.kavist-gallery .wrap img{
    height: 100%;
    object-fit: cover;
}

.kavist-gallery li {
    list-style: none;
}

.kavist-gallery a {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

@media(min-width: 768px) {
    .kavist-gallery a {
        border-radius: 0;
    }
}

@media(min-width: 576px) {
    .kavist-gallery a:before {
        content: "";
        position: absolute;
        right: 13px;
        top: 13px;
        width: 25px;
        height: 21px;
        background: url(/local/templates/landing/components/bitrix/news.list/kavist-gallery_new/images/icon.png) no-repeat;
        z-index: 1;
    }
}

.kavist-gallery a span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.4);
}

.kavist-gallery a:hover span {
    display: block;
}

.kavist-gallery .zoom {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;  
    margin-left: -30px;
    margin-top: -30px;
    background: url(/local/templates/landing/components/bitrix/news.list/kavist-gallery_new/images/lupa.png) center no-repeat;
}

.kavist-gallery .name {
    font-size: 15px;
    line-height: 1.1em;
    font-weight: bold;
    color: #273647;
    text-align: center;
    margin: 10px 0 0;
}

.kavist-gallery .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
}

.kavist-gallery .owl-dots .owl-dot{
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 9px;
    height: 9px;
    border: 2.3px solid #8090a3;
    border-radius: 50%;
}

.kavist-gallery .owl-dots .owl-dot.active {
    background: #8090a3;
    cursor: default;
}

.kavist-gallery .owl-carousel .owl-nav button.owl-prev,
.kavist-gallery .owl-carousel .owl-nav button.owl-next{
    margin-top: -40px;
}
/* End */


/* Start:/local/templates/landing/components/bitrix/news.list/kavist-slider/style.css?17556110301535*/
.slider-kavist .kavist{
	list-style: none;
	padding: 0;
	margin: 0;
}

.slider-kavist .kavist .image {
	position: relative;
    max-width: 186px;
    padding: 0 5px;
    margin: 0 0 4px;
}

@media(min-width: 576px){
    .slider-kavist .kavist .image {
        padding: 0;
        margin: 0 0 28px;
    }
}

.slider-kavist .kavist .image > div {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

.slider-kavist .kavist .image > div img {
    vertical-align: top;
}

@media(min-width: 1200px){
    .slider-kavist .kavist .image:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -7px;
        width: 138px;
        height: 30px;
        background: url(/local/templates/landing/components/bitrix/news.list/kavist-slider/images/kavist-img.png) 0px 0px no-repeat;
        margin-left: -69px;
    }
}


.slider-kavist .kavist .name {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: var(--heading-color);
    text-align: center;
}

@media(min-width: 576px){
    .slider-kavist .kavist .name {
        font-size: 15px;
        line-height: 20px;
        padding: 0 15px;
    }
}

.slider-kavist .kavist .name a{
    color: var(--heading-color);
}

@media(min-width: 576px) {
    .slider-kavist .owl-carousel .owl-dots {
        margin-top: 45px;
    }
    .slider-kavist .owl-carousel .owl-nav button.owl-prev,
    .slider-kavist .owl-carousel .owl-nav button.owl-next{
        margin-top: -55px;
    }
}
/* End */


/* Start:/local/templates/landing/components/bitrix/news.list/kavist-feedback/style.css?17556110303765*/
@media(min-width: 768px) {
    .kavist-feedback-wrap {
        margin-bottom: 39px;
    }
}

.kavist-feedback-wrap .kovichk {
    display: inline-block;
    width: 25px;
    height: 24px;
    background: url(/local/templates/landing/components/bitrix/news.list/kavist-feedback/images/kovichk.png) center no-repeat;
    background-size: contain;
    margin-right: 8px;
}

@media(min-width: 768px) {
    .kavist-feedback-wrap .kovichk {
        position: absolute;
        top: -20px;
        left: calc(50% - 35px);
        display: block;
        width: 70px;
        height: 40px;
        background: var(--background-color) url(/local/templates/landing/components/bitrix/news.list/kavist-feedback/images/kovichk.png) center no-repeat;
        z-index: 3;
    }
}

@media(min-width: 768px) {
    .kavist-feedback {
        padding: 0 41px;
        margin-left: -41px;
        margin-right: -41px;
    }
    .kavist-feedback > div{
        border: 3px solid transparent;
        border-image: linear-gradient(to bottom,
            var(--secondary-color) 0%,
            var(--secondary-color) 35%,
            var(--primary-color) 35%,
            var(--primary-color) 100%);
        border-image-slice: 1;
    }
    .kavist-feedback .kavist-feedback-inner{
        position: relative;
        padding: 43px 0 10px;
    }
    .kavist-feedback-inner .corner{
        position: absolute;
        width: 20px;
        height: 20px;
        background: #eff2f6;
    }
    .kavist-feedback-inner .corner.top{
        top: -3px;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-color: var(--secondary-color);
    }
    .kavist-feedback-inner .corner.left{
        left: -3px;
        border-right-width: 3px;
        border-right-style: solid;
    }
    .kavist-feedback-inner .corner.bottom{
        bottom: -3px;
        border-top-width: 3px;
        border-top-style: solid;
        border-color: var(--primary-color);
    }
    .kavist-feedback-inner .corner.right{
        right: -3px;
        border-left-width: 3px;
        border-left-style: solid;
    }
    .kavist-feedback-inner .corner.top.left{
        border-radius: 0 0 100%;
    }
    .kavist-feedback-inner .corner.top.right{
        border-radius: 0 0 0 100%;
    }
    .kavist-feedback-inner .corner.bottom.left{
        border-radius: 0 100% 0 0;
    }
    .kavist-feedback-inner .corner.bottom.right{
        border-radius: 100% 0 0 0;
    }
}

.kavist-feedback .owl-item{
    background-color: #fff;
    border-radius: 4px;
    box-sizing: content-box;

}

.kavist-feedback .owl-item li{
    padding: 16px;
}

@media(min-width: 768px) {
    .kavist-feedback .owl-item{
        background-color: transparent;
    }
    .kavist-feedback .owl-item li{
        padding: 0;
    }
}

.kavist-feedback-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kavist-feedback-wrap ul li {
    position: relative;
    list-style: none;
    padding: 0;
	margin: 0;
}

.kavist-feedback-wrap .list-header {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--heading-color);
    margin: 0 0 12px;
}

@media(min-width: 768px){
    .kavist-feedback-wrap .list-header {
        font-size: 13px;
        line-height: 21px;
        text-align: center;
        margin: 0 0 20px;
    }
}

.kavist-feedback-wrap .list-header .name {
    font-size: 15px;
}

.kavist-feedback-wrap .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--heading-color);
    text-align: left;
}

@media(min-width: 768px){
    .kavist-feedback-wrap .text {
        font-size: 15px;
        line-height: 24px;
        color: var(--text-color);
        text-align: center;
        padding: 0 50px;
    }
}

/* End */
/* /local/templates/landing/components/bitrix/news.list/slider/style.css?17556110301720 */
/* /local/templates/landing/components/bitrix/news.list/kavist-schedule/style.css?17556110307791 */
/* /local/templates/landing/components/bitrix/news.list/kavist-gallery_new/style.css?17556110302464 */
/* /local/templates/landing/components/bitrix/news.list/kavist-slider/style.css?17556110301535 */
/* /local/templates/landing/components/bitrix/news.list/kavist-feedback/style.css?17556110303765 */
