

/* Start:/local/templates/winemore/components/bitrix/catalog/catalog_052025/style.css?17580183473227*/
/* SECTION DESCRIPTION BANNER */

nav[aria-label="breadcrumbs"],h1 {
    position: relative;
    z-index: 2
}

.section-description--image-text img {
    float: left;
    padding-right: 25px;
    padding-bottom: 25px;
    max-height: 300px
}

.section-description--image-text.section-description--image-text-top img {
    max-height: 150px;
    max-width: 200px
}

.section-description--image-text p {
    margin-bottom: 18px!important
}

.section-description--banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 3px
}

.section-description--banner {
    position: absolute;
    width: 100%;
    height: 100%
}

.section-description--banner img:not(.bx-lazyload-success) {
    object-fit: contain;
    height: 30%;
    object-position: center;
    transform: translateY(100%);
    opacity: .3
}

.section-description--banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 85%
}

.section-description--text {
    position: relative;
    margin-top: 20px
}

.section-description--text p {
    font-size: 18px;
    line-height: 24px!important;
    margin-bottom: 0!important
}

.section-description--banner-dark .section-description--text,.section-description--banner-dark .section-description--text h1,.section-description--banner-dark .section-description--text h2,.section-description--banner-dark .section-description--text h3,.section-description--banner-dark .section-description--text .h1,.section-description--banner-dark .section-description--text .h2,.section-description--banner-dark .section-description--text .h3 {
    color: #FFF
}

.section-description--banner-content {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    opacity: .9;
    font-weight: 600;
    letter-spacing: 0.01em
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .section-description--text {
        width:100%;
        padding: 25px 35px;
        margin-top: 0
    }

    .section-description--text p {
        font-size: 16px;
        line-height: 22px!important
    }

    .section-description--banner-text {
        display: none
    }

    .section-description--banner img {
        object-position: center
    }

    .section-description--image-text img {
        width: 100%;
        padding-right: 0;
        object-fit: contain;
        object-position: left
    }

    .section-description--banner-content {
        display: none
    }
}

/* SHOP LIST */
.catalog-shop-list--wrapp {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.catalog-shop-list--item {
    padding: 13px 20px;
    border: 1px solid var(--wm-color-bg);
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    color: var(--wm-color-main);
    cursor: pointer;
    background: var(--wm-color-bg);
    transition: background .3s ease-out, color .3s ease-out, border-color .3s ease-out;
}

@media (min-width: 1201px) {
    .catalog-shop-list--item:hover {
        background: var(--wm-color-main);
        border-color: var(--wm-color-main);
        color: var(--wm-color-light);
    }
}
/* End */


/* Start:/local/templates/winemore/components/bitrix/catalog.section.list/selections_052025/style.css?17580183473692*/
.product-selection--wrapper {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.product-selection--title {

}
.product-selection--title h2 {
	display: inline-block;
    border-bottom: 2px solid;
}

.product-selection--wrapper .nav {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
    margin-top: 10px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.product-selection--wrapper .nav::-webkit-scrollbar {
    display: none;
}

.product-selection--wrapper .nav .nav-item {
    cursor: pointer;
    display: block;
    margin: 0 10px;
    text-wrap: nowrap;
    width: auto;
}

.product-selection--wrapper .nav .nav-item .nav-link {
	transition: color .3s ease-out, background .3s ease-out;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    background: rgba(114, 45, 79, 0.15);
    border-radius: 3px;
    padding: 10px 20px;
    display: block;
    color: #722D4F;
}
.product-selection--wrapper .nav .nav-item .nav-link.active,
.product-selection--wrapper .nav .nav-item .nav-link:not(.active):hover {
	background: #722D4F;
    color: #fff;
}

.selection-block {
    /*overflow: hidden;*/
    position: relative;
}

.selection-items {
    transition: margin-top .3s ease-out;
    overflow: hidden;
}
.selection-items.has-nav {
    /*margin-top: 40px;*/
    margin: 0 55px;
}

.selection-item.swiper-slide {
	width: 120px;
}
.selection-item.swiper-slide.selection-item--text {
    width: auto;
}

.selection-item--link {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.selection-item--link.selection-item--link-text {
    padding: 7px 15px 6px;
    border: 1px solid rgba(114, 45, 79, 0.15);
    border-radius: 3px;
    transition: border-color .3s ease-out;
    color: #722D4F;
}
.selection-item--link.selection-item--link-text:hover {
    border-color: #722D4F;
}

.selection-item--image {
    width: 80px;
    height: 80px;
}
.selection-item--image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.selection-item--title {
	margin-top: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    transition: color .3s ease-out;
}
.selection-item--link-text .selection-item--title {
    margin: 0;
}
.selection-item--link:hover .selection-item--title {
    color: #722D4F;
}

.selection-item--descripion {
    text-align: center;
    margin-top: 3px;
}

.selection-item--description-link {
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    opacity: 0.6;
    color: #722D4F;
    transition: opacity .3s ease-out;
}
.selection-item--description-link:hover {
    opacity: .85;
}

.selection-stub--wrapper {
    margin: 15px 0;
    overflow: hidden;
}

.selection-items--navigation {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 3;
    width: 100%;
    transform: translateY(0%);
}

.selection-navigation--button.swiper-button-next, 
.selection-navigation--button.swiper-button-prev {
    top: 0;
    transform: translateY(-50%);
    transition: opacity .3s ease-out 0s;
}
.selection-navigation--button.swiper-button-prev {
    right: unset;
    left: 0;
}
.selection-navigation--button.swiper-button-next {
    right: 0;
}

.selection-navigation--button.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    .selection-item.swiper-slide {
        width: 110px;
    }

    .selection-items.has-nav {
        margin: 0;
    }

    .selection-navigation--button.swiper-button-next, 
    .selection-navigation--button.swiper-button-prev {
        display: none;
    }
}


/* End */


/* Start:/local/templates/winemore/components/bitrix/news.list/tags_052025/style.css?17580183471659*/
.section-categories {
	margin-left: -4px;
    margin-right: -4px;
}

.section-categories__body {
	flex-wrap: wrap;
}

.section-categories__item {
	margin: 4px;
}

.section-categories__category {
	padding: 10px 16px;
    background: rgb(53 53 53 / 5%);
    border-radius: 50px;
    font-size: 14px;
    line-height: 37px;
    cursor: pointer;
    transition: box-shadow .3s ease-out, color .3s ease-out, background .3s ease-out;
}
.section-categories__category:hover {
	box-shadow: 0px 4px 10px 0px rgb(78 78 78 / 20%)
}

.section-categories__item__more .section-categories__category {
    background: #722D4F;
    border: none;
    color: #fff;
    position: relative;
}
.section-categories__item__more .section-categories__category::before {
	content: ' ';
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 3px;
    background: linear-gradient(269.09deg, #923A65 0%, #722D4F 100%);
    opacity: 0;
    transition: opacity .3s ease-out;
}
.section-categories__item__more .section-categories__category:hover::before {
	opacity: 1;
}

.section-categories__item__more .section-categories__category span {
	position: relative;
}

.section-categories.section-categories-bottom {
	padding: 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .section-categories-top .section-categories__body {
        overflow-x: auto;
        flex-wrap: nowrap;
    }
    .section-categories-top .section-categories__body::-webkit-scrollbar {
        height: 10px;
        opacity: 0;
    }

    .section-categories-top .section-categories__item {
        white-space: nowrap;
    }
}
/* End */


/* Start:/local/templates/winemore/components/bitrix/catalog.section/product_tabs_052025/style.css?175801834712268*/
.catalog-similar--products .swiper-slide.h-100 {
	height: auto!important;
}

.catalog-similar--products .shop-card.h-100 {
	height: 95%!important;
}

.catalog-counter--wrapper {
	width: 30%;
    padding: 0 4px;
    position: relative;
}

.catalog-select--block {
    position: relative;
    height: 100%;
    border: 1px solid rgba(114, 45, 79, 0.15);
    border-radius: 4px;

    cursor: pointer;
}
.catalog-select--block.open {
	border-radius: 0 0 4px 4px;
}

.catalog-select--block::after {
	content: url(/local/templates/winemore/components/bitrix/catalog.section/product_tabs_052025/image/angle.svg);
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    transition: transform .3s ease-out;
}
.catalog-select--block.open::after {
    transform: rotate(180deg) translateY(2px);
}

.catalog-select--title {
    height: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    padding: 19px 40px 20px 20px;
    position: relative;
    z-index: 1;
}
.catalog-element--buy .catalog-select--title {
	padding: 19px 40px 20px 25px;
}

.ctalog-select--dropdown {
	position: absolute;
    height: 0;
    visibility: hidden;
    opacity: 0;

    transition: opacity .3s ease-out;

    width: calc(100% + 2px);
    left: -1px;
    background: #fff;
    padding: 10px 10px 10px 15px;
    max-height: 145px;
    overflow-y: auto;
    border: 1px solid rgba(114, 45, 79, 0.15);
    border-bottom-color: #fff;
    border-radius: 4px 4px 0 0;

    z-index: 3;
}
.catalog-select--block.open .ctalog-select--dropdown {
	opacity: 1;
    visibility: visible;
    height: auto;

    transform: translateY(-100%);
    top: 0px;
}

.ctalog-select--dropdown::-webkit-scrollbar {
	width: 4px;
	background-color: #eae0e5;
	border: 1px solid #fff;
	border-radius: 5px;
}
.ctalog-select--dropdown::-webkit-scrollbar-thumb {
	background-color: #722D4F;
	border-radius: 5px;
}

.ctalog-select--dropdown-item {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    padding: 10px;
    border-radius: 4px;
    background: transparent;
    transition: background .3s ease-out, color .3s ease-out;
    cursor: pointer;
}
.ctalog-select--dropdown-item:hover {
	background: #eae0e5;
	color: #722D4F;
}

.catalog-counter--wrapper  {
	width: 30%;
}

.catalog-counter--wrapper .counter-wrapper {
    position: relative;
    height: 100%;
    border: 1px solid rgba(114, 45, 79, 0.15);
    border-radius: 4px;
    display: block;
}

.catalog-counter--wrapper .counter-wrapper input {
    height: 100%;
    padding: 18px 40px 18px 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    display: block;
}

.catalog-counter--wrapper .counter-wrapper .counter-btn {
	position: absolute;
    width: 30px;
    right: 0;
    height: 50%;
    background: #fff;
    border-left: 1px solid rgba(114, 45, 79, 0.15);
    transition: background .3s ease-out;
    top: 0;
}
.catalog-counter--wrapper .counter-wrapper .counter-btn.minus {
    top: 50%;
    border-top: 1px solid rgba(114, 45, 79, 0.15);
}

.catalog-counter--wrapper .counter-wrapper .counter-btn img {
	display: block;
    margin: 0 auto;
}

.catalog-one_click_buy--wrapper {
	flex-grow: 1;
    padding: 0 5px;
}
.catalog-one_click_buy--wrapper .btn {
    max-height: 100%;
    height: 100%;
}

.btn.btn-primary.btn-cart {
    height: 100%;
    display: block;
    max-height: 100%;
    position: relative;
}
.btn-cart span {
	display: block;
	position: relative;
	font-size: 0;
}
.btn-cart.to_cart span::before {
	content: url(/local/templates/winemore/components/bitrix/catalog.section/product_tabs_052025/image/to-cart.svg);
	display: block;
    width: 24px;
    height: 24px;
}
.btn-cart.in_cart span::before {
	content: url(/local/templates/winemore/components/bitrix/catalog.section/product_tabs_052025/image/in-cart.svg);
	display: block;
    width: 24px;
    height: 24px;
}

@media (min-width: 1200px ) {
	.catalog-counter--wrapper .counter-wrapper .counter-btn:hover {
		background: rgba(114, 45, 79, 0.15);;
	}
}

@media (max-width: 767px) {
	[data-entity="catalog-similar"] .shop-card .shop-card__title,
	[data-entity="similar-product-slider"] .shop-card .shop-card__title,
	.product-tabs--content .shop-card .shop-card__title,
	[data-toggle="content_tab"] .shop-card .shop-card__title {
		font-size: 14px;
	    line-height: 120%;
	    margin-bottom: 5px;
	    text-align: left;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__title a,
	[data-entity="similar-product-slider"] .shop-card .shop-card__title a,
	.product-tabs--content .shop-card .shop-card__title a,
	[data-toggle="content_tab"] .shop-card .shop-card__title a {
		padding: 0;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__art-wrapper .shop-card__art,
	[data-entity="similar-product-slider"] .shop-card .shop-card__art-wrapper .shop-card__art,
	.product-tabs--content .shop-card .shop-card__art-wrapper .shop-card__art,
	[data-toggle="content_tab"] .shop-card .shop-card__art-wrapper .shop-card__art {
		font-size: 12px;
    	line-height: 15px;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__code-wrapper,
	[data-entity="similar-product-slider"] .shop-card .shop-card__code-wrapper,
	.product-tabs--content .shop-card .shop-card__code-wrapper,
	[data-toggle="content_tab"] .shop-card .shop-card__code-wrapper {
		top: 52px;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__code,
	[data-entity="similar-product-slider"] .shop-card .shop-card__code,
	.product-tabs--content .shop-card .shop-card__code,
	[data-toggle="content_tab"] .shop-card .shop-card__code {
		padding: 3px 8px;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__code a,
	[data-entity="similar-product-slider"] .shop-card .shop-card__code a,
	.product-tabs--content .shop-card .shop-card__code a,
	[data-toggle="content_tab"] .shop-card .shop-card__code a {
		font-size: 11px;
    	line-height: 14px;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__add-wishlist,
	[data-entity="similar-product-slider"] .shop-card .shop-card__add-wishlist,
	.product-tabs--content .shop-card .shop-card__add-wishlist,
	[data-toggle="content_tab"] .shop-card .shop-card__add-wishlist {
		right: 15px;
    	top: 16px;
    	width: 20px;
    	height: 18px;
    	background-size: 100%;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__title-wrapper,
	[data-entity="similar-product-slider"] .shop-card .shop-card__title-wrapper,
	.product-tabs--content .shop-card .shop-card__title-wrapper,
	[data-toggle="content_tab"] .shop-card .shop-card__title-wrapper {
		margin-bottom: 5px;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__desc,
	[data-entity="similar-product-slider"] .shop-card .shop-card__desc,
	.product-tabs--content .shop-card .shop-card__desc,
	[data-toggle="content_tab"] .shop-card .shop-card__desc {
		text-align: left;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__desc a, 
	[data-entity="catalog-similar"] .shop-card .shop-card__desc span,
	[data-entity="similar-product-slider"] .shop-card .shop-card__desc a, 
	[data-entity="similar-product-slider"] .shop-card .shop-card__desc span,
	.product-tabs--content .shop-card .shop-card__desc a,
	.product-tabs--content .shop-card .shop-card__desc span,
	[data-toggle="content_tab"] .shop-card .shop-card__desc a,
	[data-toggle="content_tab"] .shop-card .shop-card__desc span {
		margin-bottom: 0;
		font-size: 12px;
    	line-height: 15px;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card--available,
	[data-entity="similar-product-slider"] .shop-card .shop-card--available,
	.product-tabs--content .shop-card .shop-card--available,
	[data-toggle="content_tab"] .shop-card .shop-card--available {
		font-size: 12px;
	    line-height: 15px;
	    padding-left: 10px;
	}
	[data-entity="catalog-similar"] .shop-card .shop-card--available::before,
	[data-entity="similar-product-slider"] .shop-card .shop-card--available::before,
	.product-tabs--content .shop-card .shop-card--available::before,
	[data-toggle="content_tab"] .shop-card .shop-card--available::before {
		width: 5px;
    	height: 5px;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__price-wrapper,
	[data-entity="similar-product-slider"] .shop-card .shop-card__price-wrapper,
	.product-tabs--content .shop-card .shop-card__price-wrapper,
	[data-toggle="content_tab"] .shop-card .shop-card__price-wrapper {
		min-height: auto;
		margin-top: 5px;
    	margin-bottom: 7px;
    	flex-basis: 100%;
	}
	[data-entity="catalog-similar"] .shop-card .shop-card__price-wrapper > div,
	[data-entity="similar-product-slider"] .shop-card .shop-card__price-wrapper > div,
	.product-tabs--content .shop-card .shop-card__price-wrapper > div {
		flex-wrap: wrap;
	}

	.catalog-container [data-entity="catalog-similar"] .shop-card .shop-card__price,
	.catalog-container [data-entity="similar-product-slider"] .shop-card .shop-card__price,
	.product-tabs--content .shop-card .shop-card__price,
	[data-toggle="content_tab"] .shop-card .shop-card__price {
		font-size: 24px;
    	line-height: 28px;
	}

	.catalog-container [data-entity="catalog-similar"] .shop-card .shop-card__old-price,
	.catalog-container [data-entity="similar-product-slider"] .shop-card .shop-card__old-price,
	.product-tabs--content .shop-card .shop-card__old-price,
	[data-toggle="content_tab"] .shop-card .shop-card__old-price {
		font-size: 14px;
    	line-height: 18px;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card--bottom,
	[data-entity="similar-product-slider"] .shop-card .shop-card--bottom,
	.product-tabs--content .shop-card .shop-card--bottom,
	[data-toggle="content_tab"] .shop-card .shop-card--bottom {
	    position: relative;
	    bottom: 0;
	    right: 0;
	    width: 100%;
	    flex-wrap: wrap;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__button-wrapper,
	[data-entity="similar-product-slider"] .shop-card .shop-card__button-wrapper,
	.product-tabs--content .shop-card .shop-card__button-wrapper,
	[data-toggle="content_tab"] .shop-card .shop-card__button-wrapper {
		width: 100%;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__button-wrapper .btn,
	[data-entity="similar-product-slider"] .shop-card .shop-card__button-wrapper .btn,
	.product-tabs--content .shop-card .shop-card__button-wrapper .btn,
	[data-toggle="content_tab"] .shop-card .shop-card__button-wrapper .btn {
		background-image: none;
	    /*font-size: 12px;*/
	    /*line-height: 16px;*/
	    height: auto;
	    /*padding: 8px 7px;*/

	    padding: 21px 10px 20px;
	    font-weight: 600;
	    font-size: 14px;
	    line-height: 14px;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__button-wrapper .btn.btn-line,
	[data-entity="catalog-similar"] .shop-card .shop-card__button-wrapper .btn:not(.to_cart),
	[data-entity="similar-product-slider"] .shop-card .shop-card__button-wrapper .btn.btn-line,
	[data-entity="similar-product-slider"] .shop-card .shop-card__button-wrapper .btn:not(.to_cart),
	.product-tabs--content .shop-card .shop-card__button-wrapper .btn.btn-line,
	.product-tabs--content .shop-card .shop-card__button-wrapper .btn:not(.to_cart),
	[data-toggle="content_tab"] .shop-card .shop-card__button-wrapper .btn.btn-line,
	[data-toggle="content_tab"] .shop-card .shop-card__button-wrapper .btn:not(.to_cart) {
		background-image: none;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card__button-wrapper.in_cart + .shop-card__button-wrapper,
	[data-entity="similar-product-slider"] .shop-card .shop-card__button-wrapper.in_cart + .shop-card__button-wrapper,
	.product-tabs--content .shop-card .shop-card__button-wrapper.in_cart + .shop-card__button-wrapper,
	[data-toggle="content_tab"] .shop-card .shop-card__button-wrapper.in_cart + .shop-card__button-wrapper {
		display: none;
	}

	[data-entity="catalog-similar"] .shop-card .shop-card--label-discount,
	[data-entity="similar-product-slider"] .shop-card .shop-card--label-discount,
	.product-tabs--content .shop-card .shop-card--label-discount,
	[data-toggle="content_tab"] .product-tabs--content .shop-card .shop-card--label-discount {
		top: 20%;
		font-size: 10px;
    	line-height: 35px;
    	height: 35px;
    	width: 35px;
	}

	.catalog-one_click_buy--wrapper {
		padding: 0px 5px 0 0;
	}
}

.shop-card__special-rating {
	position: absolute;
    z-index: 3;
    left: 20px;
    margin-top: 10px;
}
.shop-card__thumb-rating + .shop-card__special-rating {
	margin-top: 30px;
}

@media (max-width: 1199px) {
	.shop-card__special-rating {
		left: 0;
	}	
}
/* End */


/* Start:/local/templates/winemore/components/bitrix/news.list/maps_links_052025/style.css?17580183471696*/
.nav.nav-tabs,
.nav.nav-pills {
    margin-left: -10px;
    margin-right: -10px;
}

.nav-tabs .nav-item,
.nav-pills .nav-item {
    padding: 10px;
}

.nav-tabs .nav-item .nav-link {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: rgb(114 45 79 / 50%);
    transition: color .3s ease-out;
    position: relative;
}
.nav-tabs .nav-item .nav-link::after {
    content: ' ';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: transparent;
}
.nav-tabs .nav-item .nav-link:hover {
    color: #722D4F;
}
.nav-tabs .nav-item .nav-link.active {
    color: #722D4F;
}
.nav-tabs .nav-item .nav-link.active::after {
    background: #722D4F;
}

.nav-pills .nav-item .nav-link {
    padding: 14px 20px;
    background: #F8F5F6;
    border-radius: 3px;
    color: #722D4F;
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
    transition: background .3s ease-out, color .3s ease-out;    
    cursor: pointer;
}
.nav-pills .nav-item .nav-link:hover,
.nav-pills .nav-item .nav-link.active {
    background: #722D4F;
    color: #fff;
}

.tab-content {
    margin: 30px 0;
}

.tab-content .tab-pane {
    display: none;
}
.tab-content .tab-pane.active {
    display: block;
}

.tab-content .fade {
    transition: opacity .15s linear;
}
.tab-content .fade:not(.show) {
    opacity: 0;
}

.tab-links--wrapper {
    margin-left: -10px;
    margin-right: -10px;
}

.tab-links--wrapper .btn {
    margin: 0 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

@media (max-width: 991px) {
    .nav-pills .nav-item {
        margin: 8px 0;
    }

    .tab-links--wrapper .btn {
        margin: 8px 10px;
    }
}
/* End */


/* Start:/local/templates/winemore/components/webc/news.detail/section_description_052025/style.css?17580183472369*/
nav[aria-label="breadcrumbs"],
h1 {
	position: relative;
	z-index: 2;
}

.section-description--image-text img {
	float: left;
    padding-right: 25px;
    padding-bottom: 25px;
    max-height: 300px;
}
.section-description--image-text.section-description--image-text-top img {
    max-height: 150px;
    max-width: 200px;
}

.section-description--image-text p {
	margin-bottom: 18px!important;
}

.section-description--banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 3px;
}

.section-description--banner {
    position: absolute;
    width: 100%;
    height: 100%;
}
.section-description--banner img:not(.bx-lazyload-success) {
	object-fit: contain;
    height: 30%;
    object-position: center;
    transform: translateY(100%);
    opacity: .3;
}
.section-description--banner img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 85%;
}

.section-description--text {
	position: relative;
    margin-top: 20px;
}
.section-description--text p {
	font-size: 18px;
    line-height: 24px!important;
    margin-bottom: 0!important;
}
.section-description--banner-dark .section-description--text,
.section-description--banner-dark .section-description--text h1,
.section-description--banner-dark .section-description--text h2,
.section-description--banner-dark .section-description--text h3,
.section-description--banner-dark .section-description--text .h1,
.section-description--banner-dark .section-description--text .h2,
.section-description--banner-dark .section-description--text .h3 {
	color: #FFF;
}

.section-description--banner-content {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    opacity: .9;
    font-weight: 600;
    letter-spacing: 0.01em;
}

@media (max-width: 991px) {
	
}

@media (max-width: 767px) {
	.section-description--text {
	    width: 100%;
    	padding: 25px 35px;
    	margin-top: 0;
	}
	.section-description--text p {
		font-size: 16px;
    	line-height: 22px!important;
	}

	.section-description--banner-text {
		/*top: 0;*/
		display: none;
	}

	.section-description--banner img {
		object-position: center;
	}

    .section-description--image-text img {
        width: 100%;
        padding-right: 0;
        object-fit: contain;
        object-position: left;
    }

    .section-description--banner-content {
        display: none;
    }
}
/* End */
/* /local/templates/winemore/components/bitrix/catalog/catalog_052025/style.css?17580183473227 */
/* /local/templates/winemore/components/bitrix/catalog.section.list/selections_052025/style.css?17580183473692 */
/* /local/templates/winemore/components/bitrix/news.list/tags_052025/style.css?17580183471659 */
/* /local/templates/winemore/components/bitrix/catalog.section/product_tabs_052025/style.css?175801834712268 */
/* /local/templates/winemore/components/bitrix/news.list/maps_links_052025/style.css?17580183471696 */
/* /local/templates/winemore/components/webc/news.detail/section_description_052025/style.css?17580183472369 */
