

/* Start:/local/templates/drink/components/bitrix/news.list/spb_page/style.css?175820497512229*/
.about-page-wrapper.wrapper-inner {
	max-width: 100% !important;
}
.full-img-block img {
	width: 100%;
	height: auto;
}
.img-border img {
	border-radius: 10px;
}
.block-border {
	border-radius: 10px;
}
.text-standart h2 {
	padding-bottom: 1em;
}
.text-dirtsmoke {
	font-size: 14px;
	margin-bottom: 1em;
}
blockquote {
	font-style: italic;
}
.ul-styled ul {
    margin-left: 35px;
}
.ul-styled li {
	padding-bottom: 0.5em;
}
.ul-styled ul li:before {
    margin-left: -35px;
    content: '';
    display: block;
    background: #939393 url('/local/templates/drink/images/icons/check.svg') center center no-repeat;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 3px;
}
.header {
	max-width: 100vw;
	overflow: hidden;
}
.owl-item {
	height: 650px;
}
.owl-item .slide {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.grid-spb-list {
    display: grid;
    grid-template-columns: calc(33% - 12px) calc(33% - 12px) calc(33% - 12px);
    gap: 24px;
	margin-top: 4px;
}
.grid-spb-list .grid-spb-big-item {
	grid-column: 1 / 3;
}
.grid-spb-item {
	border-radius: 16px;
	padding: 40px;
	position: relative;
	background-color: #212121;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	display: flex;
    flex-direction: column;
    justify-content: end;
}
.grid-spb-list>.grid-spb-item:nth-child(2) {
    word-break: break-word;
}
.grid-spb-list>.grid-spb-item:first-child, 
.grid-spb-list>.grid-spb-item:nth-child(2) {
	height: 560px;
}
.grid-spb-list>.grid-spb-item:nth-child(n+3) {
	height: 320px;
}
.grid-spb-video {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 16px;
	overflow: hidden;
}
.grid-spb-video video {
    height: auto;
    width: 100%;
    border-radius: 16px;
}
.spb-item-overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg,rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 1) 100%);
	border-radius: 16px;
}
.spb-title-one {
	position: relative;
	z-index: 3;
}
.spb-title-one h1 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 32px;
}
.spb-title-one .uk-h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 16px;
}
.flex-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.item-icon {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-bottom: 8px;
}
.item-icon>div {
	display: inline-block;
	max-width: calc(100% - 40px);
	font-size: 18px;
}
.spb-title-one>.btn-rnd {
	margin-top: 16px;
}
.btn-rnd {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 14px 24px;
	border-radius: 12px;
	color: #ffffff !important;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
}
.btn-main-rnd {
	background: var(--main_color);
}
.btn-grey-rnd {
	background: #ffffff33;
}
.text-standart p {
	margin-bottom: 24px;
}
.spb-two-block .flex-btn, .spb-seven-block .btn-rnd {
	margin-top: 40px;
}
h2.text-center, .spb-ten-title {
	margin-bottom: 64px;
}
.spb-three-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
	max-width: 100vw;
	width: 100%;
    overflow-x: scroll;
	padding-bottom: 8px;
}
.spb-ten-list {
	max-width: 100vw;
	width: 100%;
    overflow-x: scroll;
	padding-bottom: 8px;
}
.spb-three-list::-webkit-scrollbar, .spb-ten-list::-webkit-scrollbar {
	height: 4px;
}
.spb-three-list::-webkit-scrollbar-track, .spb-ten-list::-webkit-scrollbar-track {
	background: transparent;
}
.spb-three-list::-webkit-scrollbar-thumb, .spb-ten-list::-webkit-scrollbar-thumb {
	background-color: var(--darkblack);
	border-radius: 20px;
}
.spb-three-list::-webkit-scrollbar-button, .spb-ten-list::-webkit-scrollbar-button {
	width: 0;
	background: transparent;
}
.spb-three-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 180px;
}
.spb-three-img {
	height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spb-three-img img {
	height: auto;
	width: auto;
	max-height: 90%;
	max-width: 90%;
}
.spb-three-name {
	color: #ffffff;
	text-align: center;
	transition: .2s ease;
}
.recomment-products .product-card>.bg-black>div {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.recomment-products .product_item_name_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}
.spb-five-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
.spb-five-item {
	padding: 40px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
    align-items: flex-start;
	gap: 24px;
	background: linear-gradient(325deg,rgba(40, 39, 39, 0) 60%, rgba(40, 39, 39, 1) 100%);
}
.spb-five-item svg {
	height: 64px;
	width: auto;
}
.spb-five-text {
	font-size: 20px;
	line-height: 1.6;
}
.spb-nine-block {
	padding: 64px;
	border-radius: 16px;
	background: var(--darkblack);
}
.spb-nine-block>h2 {
	margin-bottom: 40px;
}
.spb-nine-item {
    display: flex;
    gap: 24px;
    margin-bottom: 16px;
}
.spb-nine-item .text-standart {
	max-width: calc(100% - 72px);
}
.spb-nine-btn {
	margin-left: 72px;
}
.spb-nine-num {
	aspect-ratio: 1 / 1;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background: #333333;
	font-size: 36px;
}
.spb-ten-title {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: center;
}
.spb-ten-soon {
	background: #8C0014;
	border-radius: 24px;
	padding: 12px;
	text-transform: uppercase;
	font-size: 12px;
}
.spb-ten-list {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, 1fr);
}
.spb-ten-img {
	width: 100%;
	height: 350px;
	border-radius: 16px;
	background-color: #212121;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.btn-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: fit-content;
}
.btn-icon div {
	display: inline-block;
}
.spb-flexblock-img {
	border-radius: 16px;
	background: var(--darkblack);
	display: flex;
	align-items: center;
}
.spb-flexblock-img>div {
	width: 50%;
}
.spb-flex-back {
	height: 650px;
	background-color: #212121;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 16px 0 0 16px;
}
.spb-mobile-recive .spb-flex-back {
	border-radius: 0 16px 16px 0;
}
.spb-flexblock-img .text-standart {
	padding: 64px;
}
.text-standart p {
	font-size: 18px;
}
.spb-form {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: none;
}
.form-overlay {
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #000000;
	opacity: 0.7;
}
.form-flex {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
    height: 100%;
}
.form-body {
	background: #191919;
	border: 1px solid #4B4B4B;
	width: 600px;
	border-radius: 16px;
	padding: 40px 32px;
	position: relative;
    z-index: 1002;
}
.btn-rnd-full {
	width: 100%;
}
.close-feed-btn {
	position: absolute;
	top: 24px;
	right: 24px;
}
.feedback-title {
	margin-bottom: 1em;
	font-size: 32px;
	font-weight: 600;
}
.feedback-form input {
	border: none;
}
.feedback-form .input-group {
	margin-bottom: 24px;
}
.feedback-form input[type=text], .feedback-form input[type=email] {
	background: #272727;
	border-radius: 8px;
	color: #ffffff;
	padding: 16px;
	width: 100%;
	border: none;
	margin-bottom: 4px;
}
.feedback-policy {
	color: #656565;
	margin-top: 24px;
	font-size: 14px;
	line-height: 1.2;
}
.feedback-policy a {
	color: #656565 !important;
	text-decoration: underline;
	transition: .2s ease;
}
.close-feed-btn {
	cursor: pointer;
}
.close-feed-btn path {
	transition: .2s ease;
}
.input-error, .has-server-error input {
    outline: #FF0024 solid 1px !important;
}
.error-message {
    color: red;
    font-size: 13px;
    margin-top: 6px;
    display: block;
}
body.openmodal {
	overflow: hidden !important;
	padding-right: 7px;
	background: #050505;
}
.feedback-result {
	margin-bottom: 32px;
	font-size: 32px;
	font-weight: 600;
	color: #ffffff;
}
.feedback-smtxt {
	margin-bottom: 32px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}




@media(hover:hover) {
	.btns-round a.btn-main-rnd:hover, .btns-round a.btn-main-rnd:active {
		background: #bd7b4a;
		color: #ffffff !important;
	}
	.btns-round a.btn-grey-rnd:hover, .btns-round a.btn-grey-rnd:active {
		background: #ffffff40;
		color: #ffffff !important;
	}
	.spb-three-item:hover .spb-three-name {
		color: var(--main_color);
	}
	.close-feed-btn:hover path {
		stroke: #888888;
	}
	.feedback-policy a:hover {
		text-decoration: none;
	}
}
@media(hover:none) {
	.btns-round a.btn-main-rnd:active {
		background: #bd7b4a;
		color: #ffffff !important;
	}
	.btns-round a.btn-grey-rnd:active {
		background: #ffffff40;
		color: #ffffff !important;
	}
	.spb-three-item:active .spb-three-name {
		color: var(--main_color);
	}
	.feedback-policy a:active {
		text-decoration: none;
	}
}
@media(max-width: 1024px) {
	.grid-spb-item, .spb-five-item {
		padding: 24px;
	}
	.spb-five-text {
    	font-size: 16px;
	}
}
@media(max-width: 800px) {
	.grid-spb-list {
    	grid-template-columns: 1fr;
	}
	.grid-spb-list>.grid-spb-item:first-child, .grid-spb-list>.grid-spb-item:nth-child(2) {
    	height: 450px;
	}
	.grid-spb-list>.grid-spb-item:nth-child(n+3) {
    	height: 280px;
	}
	.grid-spb-list .grid-spb-big-item {
		grid-column: auto;
	}
	.spb-flexblock-img {
		flex-direction: column;
	}
	.spb-flexblock-img>div {
		width: 100%;
	}
	.spb-flex-back {
		height: 360px;
		border-radius: 16px 16px 0 0;
	}
	.spb-mobile-recive .spb-flex-back {
		border-radius: 16px 16px 0 0;
	}
	.spb-flexblock-img .text-standart, .spb-nine-block {
		padding: 40px;
	}
	.spb-ten-img {
    	width: 340px;
    	height: 300px;
	}
	.spb-five-list {
		grid-template-columns: 1fr 1fr;
	}
	.spb-flexblock-img.spb-mobile-recive {
		flex-direction: column-reverse;
	}
	.form-body {
		width: 100%;
		padding: 20px;
	}
	.close-feed-btn {
		top: 20px;
		right: 20px;
	}
	.feedback-form .input-group {
    	margin-bottom: 16px;
	}
	.feedback-policy, .feedback-result {
    	margin-top: 16px;
	}
	.feedback-result {
		font-size: 18px;
	}
	.feedback-title {
    	margin-bottom: 32px;
    	font-size: 24px;
	}
	.feedback-policy {
		font-size: 12px;
		text-align: center;
	}
	.feedback-result {
		font-size: 24px;
	}
	.feedback-smtxt {
		margin-bottom: 24px;
		font-size: 16px;
	}
}
@media(max-width: 600px) {
	.wrapper-inner.about-page-wrapper {
		padding: 0 !important;
	}
	.about-page-wrapper .flex-column>.mx-3 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.owl-item {
		height: 270px;
	}
	.spb-page>.wrapper-inner>.mx-3 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.spb-page>.wrapper-inner {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
    .grid-spb-item, .spb-five-item {
        padding: 20px;
    }
	.spb-title-one h1 {
    	font-size: 30px !important;
	}
	.btn-rnd {
		width: 100%;
	}
    .grid-spb-list>.grid-spb-item:first-child, .grid-spb-list>.grid-spb-item:nth-child(2) {
        height: 400px;
    }
    .grid-spb-list>.grid-spb-item:nth-child(n+3) {
        height: 280px;
    }
    .spb-flex-back {
        height: 220px;
	}
    .spb-flexblock-img .text-standart, .spb-nine-block {
        padding: 20px;
    }
	.text-standart p {
    	font-size: 16px;
	}
	.text-standart p {
		margin-bottom: 20px;
	}
	.spb-five-item svg {
		height: 40px;
	}
	.spb-five-list {
		grid-template-columns: 1fr;
	}
	.spb-five-item {
    	gap: 20px;
	}
	.spb-nine-num {
		width: 32px;
		height: 32px;
		font-size: 22px;
	}
	.spb-nine-item .text-standart {
		max-width: calc(100% - 56px);
	}
	.spb-nine-btn {
		margin-left: 56px;
	}
	.spb-ten-title {
		flex-direction: column;
		gap: 8px;
        align-items: flex-start;
	}
	.spb-ten-soon {
		padding: 4px 10px;
	}
    .spb-page h2 {
        font-size: 28px !important;
		font-weight: 500;
	}
    .spb-ten-img {
        width: 85vw;
	}
}



/* End */


/* Start:/local/templates/drink/components/bitrix/catalog.section/product_list_new/style.css?1747313537915*/
.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #474747;
}


.product__list .product-card {
	padding: 10px;
}
.product__list .product-card .product-item-container {
	padding: 0;
	width: 100%;
	max-width: 100%;
}



@media screen and (max-width: 1024px){

	.product__list .product-card {
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
}

@media screen and (max-width: 767.98px){

	.product__list.row {
		margin-left: -5px;
		margin-right: -5px;
		margin-top: 15px;
	}

	.product__list .product-card {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 5px;
	}
	.product__list .favour-del:hover span {display: none;}
	.product__list .product-item-label-ring.product-item-label-right {
		left: 0;}
}

@media screen and (max-width: 575.98px) {

	.product__list .product-card {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* End */


/* Start:/local/templates/drink/components/bitrix/catalog/main_new/bitrix/catalog.element/bootstrap_v4/style.css?178039257574778*/
.product-item-detail-slider-right, .product-item-detail-slider-left {font-family: 'FontAwesome' !important;}
.product-item-detail-slider-right *, .product-item-detail-slider-left * {font-family: 'FontAwesome' !important;}


/*region Sidebar */

.product-item-detail-pay-block {
	position: relative;
	margin-bottom: 15px;
	padding: 15px 15px 0;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background-color: #fff;
}
.bx-retina .product-item-detail-pay-block { border-width: .5px; }
/*endregion*/

/*region Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -15px 1px -14px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
	border-radius:1px;
}

.product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

/*endregion*/

/*region Price */
.product-detail-price-item {
	/*display: inline-block;*/
	/*vertical-align: middle;*/
}
.product-item-detail-price-current span {
	white-space: nowrap;
	font-weight: 400;
	text-align: center;
	font-size: 25px!important;
	line-height: 1;
	color: var(--main_font_color);
	transition: font-size 200ms ease;
}
.product-item-detail-price-current i.fa {
	font-size: 23px;
	line-height: 1;
	font-weight: 400;
}
.product-item-detail-price-current span.quantity-measure {
	font-size: 16px;
}
.catalog-set-constructor-product-item-container .product_item_title {
	margin-bottom: 20px;
}
.catalog-set-constructor-product-item-container .product_item_title .name {
	height: auto;
	min-height: 30px;
}
.product-item-detail-price-old {
	display: flex;
	justify-content: flex-start;
	/*margin-left: 7px;*/
}
.product-item-detail-price-old span {
	color: #979797;
	white-space: nowrap;
	position: relative;
	font-size: 16px;
}
.product-item-detail-price-old span:before {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	background-color: rgba(143, 143, 143, .7);
	bottom: 0;
	top: 0;
	left: -2px;
	right: -2px;
	margin: auto;
}

.product-item-detail-economy-price{
	color: var(--main_font_color);
	text-align: center;
	/*white-space: nowrap;*/
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}

/*endregion*/

.product-item-detail-info-container-title {
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container  {
	display: inline-block;
	box-sizing: border-box;
	max-width: 100%;
	vertical-align: middle;
}
.product-detail-sku-container .product-item-scu-item-color-container,
.product-detail-sku-container .product-item-scu-item-text-container {
	padding: 5px 9px;
	padding-left: 0;
}

.product-item-scu-item-text-container { min-width: 48px; }

.product-item-scu-item-color-container {
	max-width: 60px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.bx-no-touch .product-item-scu-item-text-block { transition: border 300ms ease; }

.bx-retina .product-item-scu-item-text-block { border-width: 1px; }

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { border-color: var(--main_color); }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { border-width: 1px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { border-width: 1px; }

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	overflow: hidden;
	border-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75);
	background-size: 10px;
	content: "";
}

.product-item-selected-scu-container { word-spacing: 1px }

.product-item-selected-scu {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	min-width: 22px;
	height: 22px;
	border: 1px solid #c0cfda;
	border-color: var(--theme-color-primary);
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 13px;
}

.bx-retina .product-item-selected-scu { border-width: .5px; }

.product-item-selected-scu-color {
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

/*endregion*/

/*region Amount*/
.product_card_detail .product-item-amount {
	padding: 0;
	text-align: center;
}

.product-detail-byu-container .product-item-amount-field-container {
	padding-right: 0;
	margin-bottom: 0px;
}

.product-detail-byu-container .product-item-amount-field-btn-plus,
.product-detail-byu-container .product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 36px;
	background-color: #fff;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
	border-radius: 0px;
}
.product-detail-byu-container .product-item-amount-field-btn-plus{
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
.product-detail-byu-container .product-item-amount-field-btn-minus{
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
.product-detail-byu-container .bx-retina .product-item-amount-field-btn-plus,
.product-detail-byu-container .bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-detail-byu-container .product-item-amount-field-btn-plus:hover,
.product-detail-byu-container .product-item-amount-field-btn-minus:hover { background: #fff; }

.product-detail-byu-container .product-item-amount-field-btn-plus:after,
.product-detail-byu-container .product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-detail-byu-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-detail-byu-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .5 !important;
	cursor: default;
}

.product-detail-byu-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-detail-byu-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover { background-color: #fff; }

.product-detail-byu-container .product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease;
}

.product-detail-byu-container .product-item-amount-field-btn-plus:after {
	background: url(/local/templates/drink/components/bitrix/catalog/main_new/bitrix/catalog.element/bootstrap_v4/images/plus1.svg) no-repeat center;
	background-size: 10px;
}

.product-detail-byu-container .product-item-amount-field-btn-minus:after {
	background: url(/local/templates/drink/components/bitrix/catalog/main_new/bitrix/catalog.element/bootstrap_v4/images/minus1.svg) no-repeat center;
	background-size: 10px;
}

.product-detail-byu-container .product-item-amount-field-btn-plus:hover:after,
.product-detail-byu-container .product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-detail-byu-container .product-item-amount-field {
	display: inline-block;
	padding: 0px;
	max-width: 40px;
	width: auto;
	height: 36px;
	border: 0;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	line-height: 15px;
	transition: border 300ms ease;
}
.product-detail-byu-container .product-item-amount-field-container .count_input {
	display: flex;
	align-items: center;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	border-left: 0px;
	border-right: 0px;
	height: 36px;
	margin: 0px;
	border-radius: 0px;
	background-color: #fff;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus {
	outline: none !important;
	border-color: var(--main_color);
	border-color: var(--theme-color-primary);
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.product-item-amount-description-container {
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #7DC054;
	font-weight: normal;
	font-size: 13px;
}
.product-item-quantity.empty {
	color: #8c8c8c;
	display: none;
}

/*endregion*/
.product_rating span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: var(--mian_font_color);
}
.product_rating .count_title {
	margin-right: 0px;
}
.product_rating .count_rating {
	margin-left: 3px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #696969;
	font-size: 12px;
}
.product_rating .fa-star {
	margin-left: 5px;
	color: #c5c5c5;
	font-size: 14px;
}
.product_rating .fa-star.active, .product_rating .fa-star.active-star {
	color: var(--main_color);
}

/*region Buy button*/
.btn.product-item-detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 150px;
	padding-top: 9px;
	padding-bottom: 9px;
}

.btn-not-avaliable .disabled {
	color: #636363;
	font-size: 14px;
	max-width: inherit;
	font-weight: bold;
	padding: 0;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button { margin: 0; }

.btn.product-item-detail-buy-button span {
	/*position: absolute;*/
	/*top: 50%;*/
	/*right: 0;*/
	/*left: 0;*/
	/*display: inline-block;*/
	/*min-height: 16px;*/
	/*max-width: 100%;*/
	/*white-space: normal;*/
	/*line-height: 16px;*/
	/*transform: translateY(-50%);*/
}

/*endregion*/

/*region Slider */
.product-item-detail-slider-container {
	position: relative;
	max-width: 100%;
	background: transparent;
	transition: background 800ms ease;
	z-index:90;
}

.product-item-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 56.25%;
	height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square { padding-top: 480px; }

.product-item-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* background-color: #fff; */
}

.product-item-detail-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
	z-index: 10;
	opacity: 1;
}

.product-item-detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	outline: none;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
	background-color: var(--main_color);
	background-color: var(--theme-color-primary)
}

/*endregion*/

/*region Slider Controls*/
.product-item-detail-slider-controls-block {
	padding: 10px 0;
	text-align: center;
}

.product-item-detail-slider-controls-image:hover,
.product-item-detail-slider-controls-image.active { outline-color: var(--theme-color-primary); }

.bx-no-retina .product-item-detail-slider-controls-image.active { outline-width: 2px; }

.bx-retina .product-item-detail-slider-controls-image { outline-width: .5px; }

.bx-retina .product-item-detail-slider-controls-image.active { outline-width: 1px; }

.product-item-detail-slider-left,
.product-item-detail-slider-right {
	position: absolute;
	top: 50%;
	bottom: 0;
	z-index: 111;
	display: block;
	height: 27px;
	width: 27px;
	background-size: 6px;
	opacity: .57;
	cursor: pointer;
	transition: all 300ms ease;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	transform: translate(-50%, 0%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover{
	color: var(--main_color_hover);
}
.product-item-detail-slider-left:active,
.product-item-detail-slider-right:active{
	color: var(--main_color_active);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}


.product-item-detail-slider-left {
	left: 30px;
}

.product-item-detail-slider-right {
	right: 15px;
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
	background-color: rgba(255, 255, 255, .4);
	opacity: .8;
}

.product-item-detail-slider-close { display: none; }

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .27;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover { opacity: 1; }

.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 105px; }

/*endregion*/

/*region magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image { z-index: 100; }

/*.product-item-detail-slider-container.magnified .product-item-detail-slider-image img { outline-color: #ddd; }*/

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right { z-index: 50; }

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring { opacity: 0; }

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 105px; }

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
	padding-top: 0;
	height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: calc(100% - 150px);
	transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-moz-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-ms-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-o-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
	display: block;
	margin-bottom: 20px;
}

.product-fix-right .product-item-detail-price {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media(max-width:900px){
	.product-fix-right .product-item-detail-price {
	    flex-direction: row-reverse;
		flex-wrap: wrap;
        gap: 0 12px;
        justify-content: flex-end;
	}
	.product-fix-right .prop_old-price {
		font-size: 14px;
	}
}

/*endregion*/
/*region  Slider Mobile*/
@media (max-width: 767px) {
	.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 0; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-block {
		padding-top: 0;
		height: calc(100vh - 111px);
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image { width: 90%; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
		max-width: 100%;
		max-height: calc(100vh - 115px);
		width: auto;
		cursor: default;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: auto;
		max-height: 111px;
		border-top: 1px solid #d3d3d3;
		border-left: none;
		white-space: nowrap;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
		display: inline-block;
		margin-bottom: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-close {
		right: 10px;
		z-index: 200;
	}

	.product-item-detail-slider-left,
	.product-item-detail-slider-right { max-width: 75px; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 0; }

}

/*endregion*/

/*region Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 190;
	opacity: 1;
	transition: opacity 450ms ease;
}

/* .product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
} */

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring { display: none; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

.product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-detail-info-top .product-item-label-ring {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 20px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-detail-info-top .product-item-label-ring.product-item-label-top { top: 20px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-detail-info-top .product-item-label-ring.product-item-label-left { left: 15px; }

.product-item-label-left > div { text-align: left; }

.product-detail-info-top .product-item-label-ring.product-item-label-bottom { bottom: 132px; }

.product-item-label-middle {
	top: 50%;
	transform: translateY(-50%);
}

.product-detail-info-top .product-item-label-ring.product-item-label-right { right: 0px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle { transform: translateY(-50%) translateX(-50%); }

/*endregion*/

/*region  Tabs */
.product-item-detail-tabs {
	margin-top: 15px;
}
.product-item-detail-tabs-list.nav-tabs {
	justify-content: center;
	align-items: center;
	border: none;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
	text-decoration: none;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after { height: 3px; }

.product-item-detail-tab-link:active:after { height: 6px; }

.product-item-detail-tab-content { padding: 25px 0 40px; }
.tab-content-row.row{
	background-color: #fff;
	padding: 30px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	margin-left: 0px;
	margin-right: 0px;
}
/*region Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 310;
	box-sizing: border-box;
	height: 85px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active { top: 85px; }

.bx-touch .product-item-detail-short-card-fixed { display: none !important; }

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
	display: flex;
	width:100%;
	align-items: center;
}

.product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	max-width:80px;
	vertical-align: middle;
	text-align: center;
}

.product-item-detail-short-card-image img {
	max-width: none;
	height: 65px;
}

.product-item-detail-short-title-container {
	max-width: 650px;
	flex:1;
}

.product-item-detail-short-title-text {
	display: block;
	color: var(--main_font_color);
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*endregion*/

/*region Properties */
.product-item-detail-tab-content { display: none; }

.product-item-detail-tab-content.active { display: block; }

.product-item-detail-tab-content h3 {
	display: none;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
}

.product-item-detail-properties {
	margin: 0;
	list-style: none;
	display: block;
}

.product-item-detail-properties-item {
	padding: 3px 0;
	display: flex;
	align-items: stretch;
}

.product-item-detail-properties-item.brand .product-item-detail-properties-value a,
.product-detail-description-link {
	color: var(--main_link_color);
	border-bottom: 1px solid;
}
.product-item-detail-properties-item.brand .product-item-detail-properties-value a:hover,
.product-detail-description-link:hover {
	border-bottom-color: transparent;
}

.product-item-detail-properties-dots{
	border-bottom:1px dotted #a5a5a5;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.product-item-detail-properties-name {
	font-weight: 500;
}
.product-detail-description-title {
	margin-right: 25px;
}
.sku-line-block-color, .sku-line-block-size {
	padding: 15px 0;
}
.sku-line-block-color .product-item-scu-item-color-container, .sku-line-block-size .product-item-scu-item-text-container {
	padding: 0;
	margin-left: 5px;
}
.sku-line-block-color .product-item-scu-item-color-container:first-child, .sku-line-block-size .product-item-scu-item-text-container:first-child {
	margin-left: 0;
}
.sku-line-block-color .product-item-scu-item-color-container {
	height: 40px;
	max-width: 40px;
	width: 40px;
}
.sku-line-block-size .product-item-scu-item-text-container {
	/*width: 60px;*/
}
.product_card_detail .product-item-scu-item-list {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.sku-line-block-color .product-item-scu-item-color-block {
	padding-top: calc(100% - 2px);
}
.sku-line-block-color .product-item-scu-item-color {
	-webkit-background-size: cover;
	background-size: cover;
}
.sku-line-block-size .product-item-scu-item-text-block {
	padding: 6px 8px;
}
.sku-line-block-size .product-item-scu-item-text {
	line-height: normal;
	font-size: 12px;
}
.sku-line-block-color .product-item-scu-item-color-block, .sku-line-block-size .product-item-scu-item-text-block {
	outline: none !important;
	border: 1px solid #e8e8e8;
}
.product-item-scu-item-text-block:hover, .product-item-scu-item-color-block:hover {
	border-color: #a8a8a8;
}

/*endregion*/

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }

.fancybox-stage {
	width: 100%;
	min-width: 320px;
	max-width: 1024px;
	height: 90%;
	margin: auto;
	text-align: center;
	transition: .2s ease-in-out;
}

.product-detail-sku-container .sku-line-block {
	/*display: flex;*/
	/*align-items: center;*/
}
.product-detail-sku-container {
	padding-top: 15px;
	padding-bottom: 15px;
}
.product-detail-sku-container .product-item-scu-container-title {
	margin-right: 5px;
}
.byu-container-row {
	padding-top: 10px;
}

.composite_name, .nutrition-title, .nutrition_value, .product-item-scu-container-title {font-weight: 400;color: var(--main_font_color);}
.product-detail-composite_article .composite_name,
.product-detail-composite_article .composite_value{
	color: #535353;
	font-size: 14px;
	line-height: 13px;
}
.nutrition-title {
	margin-bottom: 15px;
}
.product-detail-composite-container, .product-detail-nutrition-container,
.product_card_detail .product-item-scu-container-title {
    font-size: 14px;
}
.nutrition-item {
    border-radius: 3px;
    border: solid 2px #d3e8bb;
	text-align: center;
	min-width: 90px;
}
.nutrition_percent {
	background-color: #d3e8bb;
	padding: 3px 0;
}

.nutrition_name {
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
}

.nutrition_value {
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
}

.product-detail-byu-container {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.product_card__title h1 {
	/* font-size: 26px; */
	line-height: 1.3;
	color: var(--main_font_color);
	margin-bottom: 18px;
}

.product_card__title .name {
	color: var(--main_font_color);
	opacity: .5;
	font-size: 14px;
	margin-top: 5px;
}

.product_card__title .product_card__brand {
	font-size: 24px;
	font-weight: 500;
}

.product-detail-sales-slider .slider_wrapper h2,
.product-detail-viewed-slider .slider_wrapper h2 {
	font-size: 24px;
	font-weight: 500;
}
.product_card_detail .catalog__content .product-detail-slider .product_card-flags {
	right: -15px;
}
@media (max-width: 900px){
	.product-detail-sales-slider .slider_wrapper h2,
	.product-detail-viewed-slider .slider_wrapper h2{
		font-size: 18px;
	}
}
/* tabs */

.product-item-detail-tabs .sub-title-tab {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	color: var(--main_font_color);
}
.product-item-detail-tabs .properties-tab {
	border-bottom: solid 1px #e4e4e4;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.product-item-detail-tabs .content-tab {
	/* font-size: 14px; */
	font-size: 1rem;
}
.product-item-detail-tabs-list .product-item-detail-tab-link {
	font-size: 20px;
	font-weight: 500;
	border: 0;
}

.product-item-detail-tabs-list .product-item-detail-tab-link {
	font-size: 20px;
	font-weight: 500;
	border: 0;
}

.product-item-detail-tabs-list .product-item-detail-tab-link span {
	border-bottom: 3px solid transparent;
	padding: 0 5px 3px;
	transition: .2s ease-in-out;
}

.product-item-detail-tabs-list .product-item-detail-tab-link:hover {
	background-color: transparent;
}

.product-item-detail-tabs-list .product-item-detail-tab-link {
	border: 0 !important;
	padding: 5px;
}

.product-item-detail-tabs-list .product-item-detail-tab-link:hover span {
	/*border-bottom-color: #a9de6d;*/
}
.product-item-detail-tabs-list .product-item-detail-tab-link.active span {
	border-bottom-color: var(--main_color);
}
.product-item-detail-properties-item .properties-item {
	width: 100%;
	align-items: flex-start;
}
.product-item-detail-properties-item .product-item-detail-properties-value a {
	color: var(--main_link_color);
	border-bottom: 1px dashed;
}

.product-item-detail-properties-item .product-item-detail-properties-value a:hover {
	border-bottom-color: transparent;
	color: var(--main_color_hover);
}

.product-detail-sales-slider  .owl-carousel .owl-stage-outer {
	padding-bottom: 85px;
}
.product-detail-sales-slider .product_item__price .price {
	/*font-size: 18px;*/
	/*display: inline-block;*/
	/*margin-right: 5px;*/
}

.product-detail-sales-slider .product_item__price .price .fa {
	/*font-size: 16px;*/
}

.product-detail-sales-slider .product_item__price .price-unit {
	/*display: inline;*/
	/*color: #232323;*/
	/*font-size: 14px;*/
	/*font-weight: bold;*/
}
.product-detail-sales-slider .product_item__price .old_price {
	/*position: static;*/
	/*display: inline-block;*/
}

/* region new style product-card-detail --------------------------------------------------------------------------*/

.sku-line-block-color, .sku-line-block-size, .product-detail-descriptions {
	margin: 20px 0;
	padding: 0;
	line-height: 1.5;
}

.product_card_detail .product-item-scu-container-title, .product-detail-description-title {
	color: var(--main_font_color);
}

.product-detail-descriptions .tab-content {
	line-height: 1.86;
}

.product-detail-info-top .btn-not-avaliable .disabled {
	font-size: 18px;
}
.product-detail-info-top .btn-not-avaliable {
	background: none;
	padding: 0;
}

.product-item-detail-slider-block {
	height: 480px;
	padding-top: 0;
	width: 100%;
	/* background: #fff; */
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.product-item-detail-slider-container {
	display: flex;
	justify-content: space-between;
}

.product-item-detail-slider-controls-block {
	width: 85px;
	height: 466px;
	padding: 28px 0;
	margin-top: -28px;
	position: relative;
}

.product-item-detail-slider-controls-block .swiper-container {
	height: 100%;
}

.product-item-detail-slider-controls-block .swiper-wrapper {
	flex-direction: column;
}

.product-item-detail-gallery .swiper-arrow {
	font-size: 0;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	font-family: FontAwesome;
	transition: .3s ease-in-out;
	opacity: 0;
}

.product-item-detail-gallery .is-slider .swiper-arrow {
	opacity: .5;
}

.product-item-detail-gallery .is-slider .swiper-arrow.swiper-button-disabled, .product-item-detail-gallery .is-slider .swiper-arrow.swiper-button-disabled:hover {
	opacity: .2;
	cursor: default;
}

.product-item-detail-gallery .is-slider .swiper-arrow:hover {
	opacity: 1;
}

.product-item-detail-gallery .swiper-next {
	bottom: 0;
}

.product-item-detail-gallery .swiper-prev {
	top: 0;
}

.product-item-detail-gallery .swiper-arrow:before {
	display: block;
	font-size: 25px;
}

.product-item-detail-gallery .swiper-next:before {
	content: '\f107';
}

.product-item-detail-gallery .swiper-prev:before {
	content: '\f106';
}

.product-item-detail-gallery {}

.product-item-detail-content {}

.product-item-detail-slider-controls-image.swiper-slide, .product-fast-item-detail-slider-controls-image.swiper-slide {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 94.5px;
	margin-bottom: 10px;
	box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
	border: solid 1px #e2e2e2;
	outline: none !important;
	transition: .2s ease-in-out;
	background-color: #fff;
	cursor: pointer;
	text-align: center;
}

.product-item-detail-slider-controls-image img, .product-fast-item-detail-slider-controls-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 105px;
	max-height: 70px;
	width: auto;
	height: auto;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left, .product-item-detail-slider-right {
	opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-left, .product-item-detail-slider-container.popup .product-item-detail-slider-right {
	display: block;
}

.product-item-detail-slider-left:hover, .product-item-detail-slider-right:hover {
	opacity: 1;
}

.product-item-detail-slider-controls-image:hover, .product-fast-item-detail-slider-controls:hover {
	border-color: #a8a8a8;
}

.product-item-detail-slider-controls-image.active, .product-fast-item-detail-slider-controls-image.active {
	border-color: rgba(35, 34, 34, .4);
}

.product-item-scu-item-text {
	text-transform: none;
}

.product-item-detail-gallery .product_card-flags {
	/* right: 0px; */
	top: 75px;
}

.product-item-detail-gallery .product_card-flags .flag-item.stock {
	font-size: 14px;
}

.product-detail-pay-block {
	display: flex;
	align-items: center;
}

.price__block {
	margin-right: 50px;
}

.product_add-favour {
	margin-left: 25px;
}

.product-detail-pay-item .product-detail-buy-button {
	display: block;
	width: 170px;
	padding: 11px 0;
	text-align: center;
}

.nav-tabs, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
	padding: 0;
}

.product-detail-descriptions .tab-content {
	font-size: 14px;
	padding: 15px 0;
}

.product-detail-descriptions .nav-tabs > li > a {
	margin: 0;
	line-height: normal;
	border: none;
	border-radius: 0;
	padding: 0;
	background-color: transparent !important;
	display: inline-block;
	color: var(--main_link_color);
	border-bottom: 1px solid;
	margin-right: 15px;
	font-weight: bold;
}
.product-detail-descriptions .nav-tabs > li:hover > a {
	border-bottom-color: transparent;
}

.nav-tabs > li.active > a {
	color: #232222;
	border-bottom-color: transparent;
	/*font-size: 18px;*/
}

.catalog-set-constructor-wrapper {
	padding: 50px 0;
}
.to_favorites:active,
.to_favorites:focus,
.to_favorites:hover,
.to_favorites.active{
	border: none!important;
}
.product_add-favour.to_favorites .fa {
	width: 100%;
	height: 100%;
	font-size: 18px;
	padding: 8px 0;
	text-align: center;
	color: var(--main_color);
}
.product_add-favour.to_favorites .fa:before {
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

.product_add-favour.to_favorites.active .fa:before, .product_add-favour.to_favorites:hover .fa:before {
	content: "\f004";
}

/* endregion -------------------------------------------------------------------------- */

@media screen and (max-width: 1300px) {
	.nutrition-col {
		padding-left: 10px !important;
	}

	#catalog__content .nutrition-col:first-child {
		padding-left: 15px !important;
	}
}

@media screen and (max-width: 1140px) {
	#catalog__content .nutrition-col:first-child {
		padding-left: 10px !important;
	}

}

@media screen and (max-width: 1024px) {
	.product-item-label-ring.product-item-label-small.product-item-label-bottom.product-item-label-right{
		right: 10px!important;
		bottom: 10px!important;
	}
	.special_offer .fast_view.btn-primary {
		/*width: auto;*/
	}
	.product-item-detail-gallery .swiper-arrow {
		bottom: 0;
		top: 0;
		transform: rotate(-90deg);
	}
	.product-item-detail-gallery .swiper-arrow.swiper-prev {
		left: 0;
		right: auto;
	}
	.product-item-detail-gallery .swiper-arrow.swiper-next {
		right: 0;
		left: auto;
	}

	/* region detail page */
	.product-item-detail-slider-controls-block .swiper-wrapper {
		flex-direction: row;
	}
	.product-item-detail-slider-controls-block {
		width: 100%;
		height: 80px;
		padding: 0 28px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.product-item-detail-slider-controls-image.swiper-slide, .product-fast-item-detail-slider-controls-image.swiper-slide {
		width: 165.5px;
		height: 80px;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.product-item-detail-slider-controls-block.active .product-item-detail-slider-controls-image-wrapper {border-color: rgba(35, 34, 34, .4);}

	.popup-window-titlebar-close-icon {
		background-color: transparent;
		right: 0;
		top: 0;
	}

	.popup-window-titlebar-close-icon:before, .popup-window-titlebar-close-icon:after {
		background-color: #aaa;
	}

	.product_card_detail .product-detail-info-top {
		display: flex;
	}
	.product-item-detail-slider-container {
		flex-wrap: wrap;
	}
	/*.product_card_detail .product-item-detail-main-info, .product_card_detail .product-item-detail-gallery {*/
	/*	padding-left: 10px;*/
	/*	padding-right: 10px;*/
	/*	flex: 0 0 50%;*/
	/*	max-width: 50%;*/
	/*	margin: auto;*/
	/*}*/

	.product-item-detail-slider-block {
		width: 100%;
		height: 350px;
		margin-bottom: 15px;
		order: -1;
	}

	.product-item-detail-slider-controls-image img {
		max-width: 75px;
		max-height: 70px;
	}

	.product_card__title h1 {
		margin-top: 15px;
	}

	.product_card_detail .product-detail-pay-block .to_favorites {
		display: none;
	}

	.product_card_detail .to_favorites.mobile-fav {
		position: absolute;
		z-index: 100;
		left: 10px;
		bottom: 10px;
		display: none!important;
	}

	.product_add-favour.active {
		border: 2px solid var(--main_color);
	}

	.product-detail-pay-block {
		flex-direction: column;
		text-align: center;
	}

	.product-detail-pay-item.product-detail-pay-item {
		width: 100%;
	}

	.price__block {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.product-item-detail-price-current {
		font-size: 25px !important;
	}

	.product-item-detail-price-old span {
		font-size: 18px;
	}

	.product-detail-pay-item .product-detail-buy-button {
		width: 200px;
		margin: auto;
	}
	/*endregion detail page*/

	.product_card_detail .product-item-detail-gallery {margin-top: 30px;padding-left: 0px;padding-right: 0px;}
	.product_card_detail .product_card__title {
		border-bottom: 1px solid #e9e9e9;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.product_card_detail .product-detail-byu-container {margin-top: 5px;}

	.product-item-detail-tabs-list .product-item-detail-tab-link {
		font-size: 18px;
	}

}

@media screen and (max-width: 991.98px) {

	.properties-item .product-item-detail-properties-name {
		max-width: 70%;}
	.properties-item .product-item-detail-properties-value {
		opacity: .7;}
	.product-item-detail-properties-item .properties-item {
		justify-content: space-between;
		align-items: flex-end;
	}
}

@media screen and (max-width: 767.98px) {

	.product-item-detail-slider-controls-block {
		max-width: 575px;
		margin-left: auto;
		margin-right: auto;
	}

}

@media screen and (max-width: 575.98px) {
	#catalog__content .nutrition-col {
		padding-left: 5px !important;
	}
	.product-detail-sku-container .product-item-scu-container-title {
		margin: 15px 0 5px;}
	.product-detail-price-item {
		display: block;
		margin-left: 0;
	}
	.btn.product-item-detail-buy-button {
		width: 120px;}

	.product-item-detail-slider-controls-image.swiper-slide, .product-fast-item-detail-slider-controls-image.swiper-slide {
		width: 108px;
	}
	.product-item-detail-slider-controls-block {
		max-width: 400px;
	}
}
@media screen and (max-width: 400px) {

	.product-item-detail-slider-controls-image.swiper-slide, .product-fast-item-detail-slider-controls-image.swiper-slide {
		width: 81.3px;
	}
	.product-item-detail-slider-controls-block {
		max-width: 320px;
	}

	.product_card_detail h2, .product_card__title h1, h2 {
		font-size: 18px;
	}
	#catalog__content .nutrition-item {
		min-width: 70px;
		font-size: 12px;
	}

	.product-item-detail-slider-image img {
		max-width: 85%;
		max-height: 85%;
	}

}
.product-item-detail-slider-image {
    display: none;
}
.product-item-detail-slider-image.active {
   display: block;
}

.product-item-container.hover .product-item{
	z-index: 9999;
	overflow: hidden;
}

.product-item-detail-slider-controls-block{
	display: none!important;
}






.product-detail-composite-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}
.product-detail-composite_icons{
	position: relative;
	display: flex;
	align-items: center;
}
.product-detail-composite_icons .composite_icons{
	cursor: pointer;
}
.product-detail-composite_icons .composite_icons.favour.active .normal{
	opacity: 0;
}
.product-detail-composite_icons .composite_icons .normal:hover{
	fill: var(--main_color);
}
.product-detail-composite_icons .composite_icons.compare.active .normal{
	fill: var(--main_color);
	opacity: 1;
}
.product-detail-composite_icons .composite_icons.favour:hover .heart.active{
	opacity: 0;
}
.product-detail-composite_icons .composite_icons.favour:hover .normal{
	fill: var(--main_color);
}
.product-detail-composite_icons .composite_icons.favour.active .heart.active{
	opacity: 1;
}
.product-detail-composite_icons .composite_icons.favour .heart.active{
	opacity: 0;
}
.product-detail-composite_icons .composite_icons .normal{
	position: relative;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .2s ease;
}
.product-detail-composite_icons .composite_icons .heart.active{
	position: absolute;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .2s ease;
}
.product-detail-composite_icons .composite_icons{
	margin-left: 0px;
}

.product-detail-description-container{
	margin-top: 38px;
}
.description_row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.description_block{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.description_block:last-child{
	align-items: center;
}
.description_block .description_block_icon{
	margin-right: 10px;
}
.description_block:not(:last-child){
	margin-right: 30px;
}
@media (max-width: 900px){
	.description_block{
		margin-bottom: 15px;
	}
}
.description_block .description_block_text{
	display: flex;
	align-items: center;
}
.description_block_text{
	line-height: 1;
}
.description_block_text a{
	color: var(--main_font_color);
	font-size: 14px;
	border-bottom: 1px dashed var(--main_font_color);
	padding-bottom: 2px;
	line-height: 1;
}
.description_block_text span{
	color: var(--main_font_color);
	font-size: 14px;
}
.description_block_text a:hover{
	border-bottom-color: transparent;
	color: var(--main_color_hover);
}
.description_block:last-child .description_block_text a{
	line-height: 1;
}
.description_block:last-child .description_block_text{
	max-width: 208px;
}
.description_block:last-child .description_block_text span{
	line-height: 19px;
}
.block_rating_drink {
	margin-bottom: 40%;
}
@media (min-width: 1024px){
	.block_rating_drink {
		margin-top: 0px;
	}
}
.block_rating_drink .block_rating{
	margin-bottom: 10px;
}
.block_rating_drink .block_rating .rating{
	display: flex;
	align-items: center;
}
.block_rating_drink .block_rating .rating li + li{
	margin-left: 16px;
}
.block_rating_drink .block_rating .rating li.active .circle svg{
	fill: var(--main_color);
}
.block_rating_drink .block_rating .rating li.noraml .circle svg{
	fill: #C4C4C4;
}
.block_rating_drink .block_rating .rating li.position span{
	text-transform: uppercase;
	font-size: 12px;
	color: var(--main_font_color);
	font-weight: 500;
}
.block_drink_description_item{
	display: flex;
	align-items: center;
}
.block_drink_description_item:not(:last-child){
	margin-bottom: 60px;
}
.description_item_content{
	display: flex;
	flex-direction: column;
}
.description_item_content .temperature{
	font-size: 24px;
	line-height: 34px;
	color: var(--main_font_color);
}
@media (max-width: 900px){
	.block_drink_description_item{
		margin-bottom: 60px;
	}
}
.block_drink_description_item{
	display: flex;
	align-items: flex-start;
}
.description_item_content{
	display: flex;
	flex-direction: column;
}
.description_item_content .title{
	font-size: 16px;
	line-height: 22px;
	color: var(--main_font_color);
	margin-bottom: 5px;
	font-weight: 500;
}
.description_item_content ul li{
	font-size: 14px;
	line-height: 14px;
	color: var(--main_font_color);
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
}
.description_item_content ul li:before{
	content: '-';
	top: 1px;
	left: 0;
	position: absolute;
}
.description_item_img{
	margin-right: 15px;
}

.product-item-detail-properties-name{
	position: relative;
	background-color: #fff;
}
/* .product-item-detail-properties-name:after{
	position: absolute;
	width: 100%;
	border-bottom: 1px dashed #b1b1b1;
	bottom: 7px;
	margin-left: 7px;
	content: '';
} */
.product-item-detail-properties-value{
	background-color: #fff;
	padding-left: 4px!important;
}
.properties-item{
	overflow: hidden;
}
.product-detail-info-top{
	margin-bottom: 40px;
}
.main_content{
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
}
.wrapper-inner{
	padding-bottom: 10px;
}
.header-bottom-line.wrapper-inner{
	padding-bottom: 0px;
}
.footer .wrapper-inner{
	padding-bottom: 0px;
}
.header .wrapper-inner{
	padding-bottom: 0px;
}
.product_card-country_origin{
	position: absolute;
	top: 20px;
	z-index: 15;
	left: 20px;
}
.country_origin_img img{
	max-width: 42px;
	max-height: 28px;
}

.product-detail-viewed-slider{
	margin-top: 0px!important;
}

.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{
	border-color: #EFEFEF!important;
}

.product-item-scu-item-text-container.notallowed .product-item-scu-item-text{
	color: #474747;
	opacity: 0.2;
}

.product-fix-block {
	background-color: var(--darkblack);
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    z-index: 1000;
}
.product-fix {
    display: flex;
	justify-content: space-between;
	align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 12px 24px;
}
.product-fix-name {
	width: 60%;
    font-weight: 700;
    font-size: 18px;
}
.product-fix-right {
	width: 40%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 32px;
}
.product-fix-right .product-detail-price-item .ff-MontserratRegular {
	font-weight: 700;
	font-size: 21px;
}

@media screen and (max-width: 1200px) {
    .product-fix .product-item-detail-price {
        padding-bottom: 0;
    }
}
@media (max-width: 900px){
	.block_rating_drink{
		margin-bottom: 60px;
	}
	.block_drink_description_comesto{
		margin-bottom: 60px;
	}
	#breadcrumbs{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	.product-fix-name {
    	width: 100%;
    	font-size: 16px;
    	margin-bottom: 8px;
	}
	.product-fix-right {
		width: 100%;
		justify-content: flex-start;
		gap: 24px;
	}
	.product-fix-right .product-detail-price-item .ff-MontserratRegular {
		font-size: 18px !important;
		font-weight: 400;
	}
}
@media (min-width: 1024px){
	.row.product_card_row{
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media (max-width: 900px){
	.tab-content-row.row{
		padding: 10px 0px;
	}
}

@media (max-width: 600px){
    .product-fix-name {
        font-size: 14px;
		font-weight: 400;
		margin-bottom: 4px;
	}
    .product-fix-right .product-detail-price-item .ff-MontserratRegular {
        font-size: 16px !important;
    }
	.product-fix-right .product-fix-btn a {
		padding: 8px 24px !important;
    	font-size: 12px;
	}
    .product-fix-right {
        justify-content: space-between;
	}
}
.product_card_detail_fast{
	opacity: 1 !important;
}

.fast_elem_wrapper .product-detail-info-top{
	margin-bottom: 0px!important;
}
.link-detail-page-wrp{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.link-detail-page-wrp a{
	color: var(--main_color);
	transition: .3s;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	border-bottom: 1px solid var(--main_color);
}
.link-detail-page-wrp a i{
	margin-left: 5px;
}
.link-detail-page-wrp a:hover{
	color: var(--main_color_active);
	border-bottom: 1px solid transparent;
}
.link-detail-page-wrp a:active,
.link-detail-page-wrp a:focus{
	color: var(--main_color_active);
	border-bottom: 1px solid transparent;
}
@media (max-width: 1365px){
	.product-item-detail-price-current span{
		font-size: 24px!important;
	}
	.product-item-detail-price-current i.fa{
		font-size: 20px;
	}
}
@media (max-width: 1024px){
	/* .basket_icon .img_basket, .btn.product-item-detail-buy-button .img_basket{
		display: none;
	} */
	.special_offer .basket_icon .img_basket,
	.special_offer .btn.product-item-detail-buy-button .img_basket{
		display: block!important;
	}
}

.product-detail-slider.product-detail-viewed-slider{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
@media (min-width: 1024px){
	.product-detail-slider.product-detail-sales-slider{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.product-item-detail-info-container{
	display: inline-block;
	margin-left: 10px;
}




.text-twelve {
	font-size: 12px;
	line-height: 1.3;
}
.text-fourteen {
	font-size: 14px;
	line-height: 1.4;
}
.text-sixteen {
	font-size: 16px;
	line-height: 1.5;
}
.text-eighteen {
	font-size: 18px;
	line-height: 1.3;
}
.text-twenty {
	font-size: 20px;
	line-height: 1.4;
}
.text-twfour {
	font-size: 24px;
	line-height: 1.3;
}
.text-thtwo {
	font-size: 32px;
	line-height: 1.2;
}
.fw-600 {
	font-weight: 600;
}
.mb-16 {
	margin-bottom: 16px;
}
.mb-24 {
	margin-bottom: 24px;
}
.mt-32 {
	margin-top: 32px;
}
.mb-32 {
	margin-bottom: 32px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-64 {
	margin-bottom: 64px;
}
.mb-96 {
	margin-bottom: 96px;
}


.pr-detail-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.pr-detail-tag-item {
	border: 1px solid transparent;
	border-radius: 45px;
	display: flex;
	gap: 4px;
	justify-content: center;
	align-items: center;
	padding: 6px 12px;
	line-height: 1.3;
}
.pr-detail-tag-item::before {
	width: 16px;
	height: 16px;
}
.pr-detail-tag-item.in-stock::before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9983_733)'%3E%3Cpath d='M8.00001 14.6668C11.6819 14.6668 14.6667 11.6821 14.6667 8.00016C14.6667 4.31826 11.6819 1.3335 8.00001 1.3335C4.31811 1.3335 1.33334 4.31826 1.33334 8.00016C1.33334 11.6821 4.31811 14.6668 8.00001 14.6668Z' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M5.66669 8.3335L7.00002 9.66683L10.3334 6.3335' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9983_733'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.pr-detail-tag-item.in-wait::before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9983_1996)'%3E%3Cpath d='M8.00004 14.6666C11.6819 14.6666 14.6667 11.6818 14.6667 7.99992C14.6667 4.31802 11.6819 1.33325 8.00004 1.33325C4.31814 1.33325 1.33337 4.31802 1.33337 7.99992C1.33337 11.6818 4.31814 14.6666 8.00004 14.6666Z' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M8 5.33325V7.99992L9.66667 9.66659' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9983_1996'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.pr-detail-tag-item.in-stock, 
.pr-detail-tag-item.in-wait, 
.pr-detail-tag-item.is-remove {
	border-color: rgb(255 255 255 / 20%);
	background-color: #202020;
}
.pr-detail-tag-item.is-new::before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99999 14.0001C10.9453 14.0001 13.3333 11.7628 13.3333 9.00278C13.3333 6.50878 11.9767 4.55878 11.0413 3.62944C10.868 3.45744 10.5787 3.53344 10.4813 3.75544C9.98266 4.88211 8.94532 6.50411 7.61932 6.50411C6.79799 6.61411 5.54466 5.91211 6.55666 2.43278C6.64799 2.11944 6.31332 1.86744 6.05732 2.07678C4.60332 3.27011 2.66666 5.67411 2.66666 9.00278C2.66666 11.7628 5.05466 14.0001 7.99999 14.0001Z' fill='white'/%3E%3Cpath d='M7.99999 14.0001C10.9453 14.0001 13.3333 11.7628 13.3333 9.00278C13.3333 6.50878 11.9767 4.55878 11.0413 3.62944C10.868 3.45744 10.5787 3.53344 10.4813 3.75544C9.98266 4.88211 8.94532 6.50411 7.61932 6.50411C6.79799 6.61411 5.54466 5.91211 6.55666 2.43278C6.64799 2.11944 6.31332 1.86744 6.05732 2.07678C4.60332 3.27011 2.66666 5.67411 2.66666 9.00278C2.66666 11.7628 5.05466 14.0001 7.99999 14.0001Z' fill='white'/%3E%3C/svg%3E%0A");
}
.pr-detail-tag-item.is-new {
	background-color: #4B4B4B;
}
.pr-detail-tag-item.is-hit {
	background-color: #8C0014;
}
.pr-detail-tag-item.is-sale {
	background-color: #CB8551;
}
.pr-detail-top {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
}
.pr-detail-action {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: end;
	align-items: center;
}
.pr-det-in-kp, 
.pr-det-in-fav {
	display: none;
    color: var(--darkgold);
}
.pr-detail-action .to_favorites.active>.pr-det-in-fav, 
.detail-compare-rmc .detail-compare-check-rmc:checked ~ .pr-det-in-kp {
    display: block;
}
.pr-detail-action .to_favorites.active>.pr-det-no-fav,
.detail-compare-rmc .detail-compare-check-rmc:checked ~ .pr-det-no-kp {
    display: none;
}
.pr-detail-main-content {
	display: flex;
	gap: 24px;
}
.pr-detail-main-images {
	width: calc(68% - 12px);
}
.pr-detail-main-blocks {
	width: calc(32% - 12px);
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.pr-detail-main-blocks>.pr-detail-main-info {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.pr-detail-info-top {
	display: flex;
	gap: 8px;
    justify-content: space-between;
	align-items: center;
}
.pr-detail-count {
	border: 1px solid rgb(255 255 255 / 20%);
	border-radius: 12px;
	padding: 8px 16px;
	background: #202020;
}
.pr-detail-main-price {
	display: flex;
	flex-direction: column;
	gap: 16px;
	border-radius: 24px;
	padding: 24px;
	background: #222222;
}
.pr-detail-prices {
	display: flex;
	gap: 16px;
	align-items: baseline;
}
.pr-detail-old-price {
	position: relative;
}
.pr-detail-old-price::before {
	content: url("data:image/svg+xml,%3Csvg width='83' height='12' viewBox='0 0 83 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.01025 10.1689L81.0083 0.989676' stroke='%238C0014' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.btn-round {
    padding: 16px 24px;
    border-radius: 16px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
    color: #ffffff !important;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
}
.btn-round-main {
	background: #CB8551;
}
.btn-round-main-border {
	border: 2px solid #CB8551;
}
.btn-round-grey {
	background: #ffffff33;
}
.btn-round-main.add_to_cart {
	border: 2px solid #CB8551;
}
.pr-detail-link-dush {
	display: flex;
	gap: 12px;
	align-items: center;
	color: #ffffff;
	padding: 8px 0;
	transition: .2s ease;
}
.pr-detail-link-dush>span {
	text-decoration: underline dotted;
}
.pr-detail-char-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.pr-detail-char-item {
    display: flex;
    gap: 12px;
    align-items: center;
}
.pr-detail-prev-text {
	color: #CB8551;
	text-decoration: underline dotted;
	margin-top: 4px;
	transition: .2s ease;
}
.pr-detail-main-docs, 
.pr-detail-main-services {
	border: 1px solid #444444;
	border-radius: 16px;
	padding: 32px 24px;
	display: flex;
    flex-direction: column;
    gap: 24px;
}
a.pr-detail-doc {
    background: #222222;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
	color: #ffffff !important;
	transition: .2s ease;
}
.pr-detail-doc-name {
	display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: calc(100% - 56px);
}
.pr-detail-doc-title {
	text-decoration: underline dotted;
}
.pr-detail-serv-item {
    background: #222222;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #ffffff !important;
    transition: .2s ease;
}
.pr-detail-serv-name {
    display: flex;
    align-items: center;
    gap: 16px;
}
.pr-detail-serv-name>span, 
.pr-detail-serv-pay-under {
	text-decoration: underline dotted;
}
.pr-detail-serv-pay {
    background: #222222;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    gap: 16px;
    color: #ffffff !important;
    transition: .2s ease;
}
.pr-detail-serv-pay>.pr-detail-serv-pay-name {
	width: calc(100% - 56px);
	display: flex;
    flex-direction: column;
    gap: 8px;
}
.btn-round-white-border {
	border: 2px solid #ffffff;
}
.pr-detail-serv-pay-name .btn-round-white-border {
	padding: 12px 24px;
	width: fit-content;
	background: transparent;
}
.pr-detail-serv-pay-info {
	display: flex;
    flex-direction: column;
    gap: 8px;
}
.p-gallery {
	display: flex;
	gap: 24px;
}
.p-gallery__left {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.p-gallery__nav {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-height: 570px;
	overflow-y: hidden;
}
.p-gallery__thumb {
	border: 2px solid transparent;
	border-radius: 8px;
	padding: 0;
	background: #191919;
	cursor: pointer;
	width: 85px;
	height: 85px;
	flex: 0 0 auto;
	transition: opacity .15s ease, border-color .15s ease;
}
.p-gallery__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}
.p-gallery__thumb:hover {
	opacity: 1;
}
.p-gallery__thumb.is-active {
	opacity: 1;
	border-color: #CB8551;
}
.p-gallery__main {
	border-radius: 16px;
	background: #191919;
	overflow: auto;
    aspect-ratio: 7 / 6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-gallery__big {
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
	display: block;
}
.p-gallery__arrow {
	background: #222222;
	padding: 8px 16px;
	border-radius: 8px;
	cursor: pointer;
	line-height: 1;
	user-select: none;
	width: 100%;
}
.p-gallery__arrow:active {
	transform: translateY(1px);
}
.p-gallery__dots {
	/*display: flex;*/
	display: none;
	gap: 8px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 8px 0;
}
.p-gallery__dot {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #8D969F;
	cursor: pointer;
	padding: 0;
	opacity: .3;
}
.p-gallery__dot.is-active {
	opacity: 1;
}
.p-gallery__right {
    width: calc(100% - 100px);
}
.p-gallery__nav .p-gallery__thumb>video {
	height: 100%;
}
.p-gallery__main .p-gallery__video {
	width: 100%;
}
.p-gallery__nav .p-gallery__thumb {
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.pr-detail-tabs {
    background: #191919;
    display: flex;
    gap: 12px;
	border-bottom: #3F3F3F;
}
.pr-detail-tab-name {
	padding: 24px;
	cursor: pointer;
	color: var(--darkestgray);
	transition: .2s ease;
}
.pr-detail-tab-name.active {
	color: var(--darkgold);
}
.offer-full-tab {
	display: none;
}
.offer-full-tab.active {
	display: block;
}
.pr-detail-share {
	display: flex;
	align-items: center;
	gap: 8px;
	transition: .2s ease;
	cursor: pointer;
	color: var(--darkestgray);
}
.pr-detail-share svg path {
	transition: .2s ease;
}
.link-copied {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .3s ease, transform .3s ease;
    pointer-events: none;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #ffffff;
	padding: 16px;
	border-radius: 16px;
	background-color: #4E4E4E;
	position: fixed;
	z-index: 999;
	bottom: 40px;
	left: calc(50% - 100px);
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
}
.link-copied.active {
    opacity: 1;
    transform: translateY(0);
}
.product_detail_block .bx-section-desc.bx-blue {
	display: none !important;
}
.pr-detail-elements-block .offer_wrapper {
	padding-top: 0;
	padding-bottom: 0;
}
.pr-detail-sameless h2 {
	display: none !important;
}
.pr-detail-sameless .owl-carousel .owl-nav button {
    width: 48px !important;
    height: 48px !important;
	opacity: 1;
}
.pr-detail-sameless .owl-carousel .owl-nav button.owl-prev {
    left: -0px !important;
    margin-top: -24px !important;
}
.pr-detail-sameless .owl-carousel .owl-nav button.owl-next {
    right: -0px !important;
    margin-top: -24px !important;
}
.pr-detail-sameless .owl-carousel .owl-nav .owl-prev span, 
.pr-detail-sameless .owl-carousel .owl-nav .owl-next span {
	opacity: 1;
}
.pr-detail-sameless .owl-carousel .owl-nav button span {
    border-radius: 12px !important;
    padding: 0 !important;
    background-color: #222222CC !important;
}
.pr-detail-sameless .owl-carousel .owl-nav .owl-prev span:before, 
.pr-detail-sameless .owl-carousel .owl-nav button.owl-prev.disabled:hover span:before, 
.pr-detail-sameless .owl-carousel .owl-nav button.owl-prev:hover span:before {
    color: #ffffff;
}
.fast_elem_wrapper .product-item-detail-properties-name, 
.fast_elem_wrapper .product-item-detail-properties-value {
	background: transparent;
}
.product_card_fast .fast_wrapper {
    align-items: flex-start !important;
}
.addcart-content {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}
.addcart-product {
	display: flex;
	align-items: center;
	gap: 16px;
	width: calc(65% - 20px);
}
.addcart-product-img {
	background: #222222;
	border-radius: 16px;
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 128px;
	height: 128px;
}
.addcart-product-name-price {
	width: calc(100% - 144px);
}
.addcart-btns {
    width: calc(35% - 20px);
}
#addcart-form .form-body {
    width: 800px;
    max-height: 90vh;
    overflow-y: scroll;
}
#addcart-form .offer_wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.related-modal .product__list {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 8px;
}
.related-modal .slider_wrapper {
	margin-right: -8px;
	margin-left: -8px;
}
.related-modal .product_item_name_box {
	padding: 24px;
}
.related-modal .offer_wrapper .product-card .products-item-image::before {
	display: none;
}
.related-modal .offer_wrapper .products-item-image {
	background: none;
}
.header {
    overflow: visible !important;
}
.related-modal .add_to_cart.btn-round-main {
	width: fit-content;
}
#appAddOffer .modal-content {
	background: #191919;
}
#appAddOffer .title.text-black {
	color: #ffffff;
}
.pr-detail-tablet, .pr-detail-fix-buy {
	display: none;
}
.policy-checkbox span {
    flex-wrap: wrap;
}
#appAddOffer, .modal-backdrop {
	display: none !important;
}
.pr-detail-showroom>a {
	border-radius: 16px;
	border: 1px solid #444444;
	background-image: url('/local/templates/drink/components/bitrix/catalog/main_new/bitrix/catalog.element/bootstrap_v4/images/in-showroom.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
    background-size: contain;
    display: block;
    color: #ffffff;
	transition: .2s ease;
}
.pr-detail-showroom-text {
	padding: 16px;
}
.pr-detail-showroom-link {
	color: #CB8551;
	border-bottom: 1px dotted #CB8551;
	display: inline-block;
	transition: .2s ease;
}
.p-gallery__thumb-video{
	position:relative;
	width:100%;
	height:100%;
}
.p-gallery__thumb-video video {
	width:100%;
	height:100%;
	object-fit:cover;
}
.p-gallery__video {
	width:100%;
	height:auto;
	max-height:520px;
	object-fit:contain;
}
.p-gallery__big {
  cursor: zoom-in;
}

.p-gallery__video,
.p-gallery__big {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  display: block;
}

.p-gallery__thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* fullscreen */
.p-gallery-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}

.p-gallery-fullscreen.is-open {
  display: flex;
  flex-direction: column;
}

.p-gallery-fullscreen-open {
  overflow: hidden;
}

.p-gallery-fullscreen__main {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px;
}

.p-gallery-fullscreen__img,
.p-gallery-fullscreen__video {
  max-width: 100%;
  max-height: calc(100vh - 160px);
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.p-gallery-fullscreen__close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  width: 56px;
  height: 56px;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  color: #fff;
  border-radius: 50%;
  line-height: 0;
  cursor: pointer;
}

.p-gallery-fullscreen__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px)
  color: #fff;
  line-height: 0;
  cursor: pointer;
  transform: translateY(-50%);
}

.p-gallery-fullscreen__arrow--prev {
  left: 24px;
}

.p-gallery-fullscreen__arrow--next {
  right: 24px;
}

.p-gallery-fullscreen__thumbs {
  display: none !important;
  opacity: 0;
}

.p-gallery__main {
  opacity: 1;
  transition: opacity .25s ease;
}

.p-gallery__main.is-fading {
  opacity: 0;
}

.p-gallery-fullscreen__main {
  pointer-events: none;
}

.p-gallery-fullscreen__main img,
.p-gallery-fullscreen__main video,
.p-gallery-fullscreen__close,
.p-gallery-fullscreen__arrow,
.p-gallery-fullscreen__thumbs {
  pointer-events: auto;
}

/* mobile */
@media (max-width: 1023px) {
  .p-gallery-fullscreen__main {
    padding: 48px 16px;
  }

  .p-gallery-fullscreen__arrow {
    display: none;
  }

  .p-gallery-fullscreen__img,
  .p-gallery-fullscreen__video {
    max-height: calc(100vh - 96px);
  }

  .p-gallery-fullscreen__thumbs {
    justify-content: flex-start;
  }
}
.product-split-widget-block {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.ya-payment-widget {
    line-height: 0;
	width: 100%;
}
.ya-payment-widget>.ya-pay-widget {
	border: 1px solid #444444 !important;
    border-radius: 16px !important;
}

@media(hover:hover) {
	.btn-round-main:hover, 
	.btn-round-main:active {
		color: #ffffff;
		background: #bd7b4a;
	}
	.btn-round-main.add_to_cart:hover, 
	.btn-round-main.add_to_cart:active {
		border-color: #bd7b4a;
		color: #ffffff !important;
	}
	.btn-round-grey:hover, 
	.btn-round-grey:active {
		color: #ffffff;
		background: #ffffff40;
	}
	.btn-round-main-border:hover,
	.btn-round-main-border:active {
		border-color: #bd7b4a;
	}
	.btn-round-white-border:hover,
	.btn-round-white-border:active {
		border-color: var(--darkestgray);
		color: var(--darkestgray) !important;
	}
	.pr-detail-tab-name:not(.active):hover, 
	.pr-detail-tab-name:not(.active):active {
		color: #ffffff;
	}
	.pr-detail-share:hover, 
	.pr-detail-share:active {
		color: #ffffff;
	}
	.pr-detail-share:hover svg path, 
	.pr-detail-share:active svg path {
		stroke: #ffffff;
	}
	.addcart-btns>a.btn-round-main:hover, 
	.addcart-btns>a.btn-round-main:active {
		color: #ffffff !important;
	}
	.pr-detail-showroom>a:not(.btn):hover, 
	.pr-detail-showroom>a:not(.btn):active {
		color: #ffffff !important;
	}
	.pr-detail-showroom>a:hover .pr-detail-showroom-link, 
	.pr-detail-showroom>a:active .pr-detail-showroom-link {
		border-color: transparent;
	}
}
@media(hover:none) {
	.btn-round-main:active {
		color: #ffffff;
		background: #bd7b4a;
	}
	.btn-round-main.add_to_cart:active {
		border-color: #bd7b4a;
	}
	.btn-round-grey:active {
		color: #ffffff;
		background: #ffffff40;
	}
	.btn-round-main-border:active {
		border-color: #bd7b4a;
	}
	.btn-round-white-border:active {
		border-color: var(--darkestgray);
		color: var(--darkestgray) !important;
	}
	.pr-detail-tab-name:not(.active):active {
		color: #ffffff;
	}
	.pr-detail-share:active {
		color: #ffffff;
	}
	.pr-detail-share:active svg path {
		stroke: #ffffff;
	}
	.addcart-btns>a.btn-round-main:active {
		color: #ffffff !important;
	}
	.pr-detail-showroom>a:not(.btn):active {
		color: #ffffff !important;
	}
	.pr-detail-showroom>a:active .pr-detail-showroom-link {
		border-color: transparent;
	}
}
@media screen and (max-width: 1200px) {
    .pr-detail-elements .slider_wrapper .owl-loaded .owl-item, 
	.pr-detail-sameless .slider_wrapper .owl-loaded .owl-item {
        max-width: none;
    }
}
@media screen and (max-width: 1140px) {
    .pr-detail-elements .product_item_buy_box>.row {
        margin-left: 0;
        margin-right: 0;
    }
    .pr-detail-elements .product_item_buy_box {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 1024px) {
    .new_product_card_detail .slider.mb-96 {
        margin-bottom: 96px;
    }
}
@media screen and (max-width: 1023px) {
	.pr-detail-main-content {
	    flex-wrap: wrap;
		margin-top: 48px;
	}
	.pr-detail-main-images, .pr-detail-main-blocks, .p-gallery__right {
		width: 100%;
	}
	.p-gallery__left, .pr-detail-desktop {
		display: none;
	}
	.p-gallery__dots {
		display: flex;
		margin-top: 16px;
	}
	.p-gallery__main {
    	overflow: inherit;
    	aspect-ratio: auto;
    	height: 540px;
	}
	.p-gallery__big {
    	max-height: 100%;
	}
	.pr-detail-tablet {
		display: block;
	}
	.p-gallery.mb-40 {
		margin-bottom: 8px;
	}
	.pr-detail-elements .owl-nav {
		display: none;
	}
	.pr-detail-elements .owl-carousel .owl-dots, 
	.pr-detail-sameless .owl-carousel .owl-dots {
    	justify-content: center !important;
		margin-top: 32px !important;
		gap: 8px;
	}
	.pr-detail-elements .owl-carousel .owl-dots .owl-dot span, 
	.pr-detail-sameless .owl-carousel .owl-dots .owl-dot span {
		border: none;
		background: #8D969F;
		opacity: .3;
		margin: 0;
	}
	.pr-detail-elements .owl-carousel .owl-dots .owl-dot.active span, 
	.pr-detail-sameless .owl-carousel .owl-dots .owl-dot.active span {
		border: none;
		background-color: #8D969F;
		opacity: 1;
	}
	.pr-detail-serv-pay>.pr-detail-serv-pay-name {
		flex-direction: row;
		justify-content: space-between;
	}
	.pr-detail-sameless .owl-nav {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.pr-detail-action {
		justify-content: flex-start;
	}
	.addcart-content {
		flex-wrap: wrap;
	}
	.addcart-product, .addcart-btns {
		width: 100%;
	}
	#addcart-form .form-body {
    	width: 100%;
    	max-height: 100vh;
	}
}
@media screen and (max-width: 600px) {
	.pr-detail-title>.text-twfour {
		font-size: 20px !important;
	}
    .pr-detail-main-content {
        margin-top: 20px;
    }
	.new_product_card_detail .text-fourteen {
		font-size: 12px;
	}
	.new_product_card_detail .text-sixteen {
		font-size: 14px;
	}
	.new_product_card_detail .text-eighteen {
		font-size: 16px;
	}
	.new_product_card_detail .text-thtwo {
    	font-size: 24px;
	}
	.new_product_card_detail .text-twfour {
		font-size: 20px;
	}
	.new_product_card_detail .pr-detail-main-price>.text-thtwo {
    	font-size: 24px !important;
	}
	.new_product_card_detail .product_detail_block>.container {
		padding: 0 !important;
	}
	.breadcrumb_detail-pr {
		padding: 20px 0 16px 0;
	}
    .pr-detail-action {
        justify-content: space-between;
        width: 100%;
    }
    .p-gallery__main {
        aspect-ratio: 1 / 1;
        height: auto;
    }
	.pr-detail-main-price, .pr-detail-main-docs, .pr-detail-main-services {
		padding: 20px;
	}
	.add_to_cart.text-eighteen,
	.link_to_card_dn.text-eighteen {
		font-size: 14px;
	}
	.add_to_cart.text-eighteen>svg, 
	.link_to_card_dn.text-eighteen>svg {
		width: 20px;
		height: 20px;
	}
	.pr-detail-serv-pay-name .btn-round-white-border {
		font-size: 16px;
	}
	.pr-detail-serv-pay>.pr-detail-serv-pay-name {
		flex-wrap: wrap;
	}
	.pr-detail-tab-name {
    	padding: 16px;
		font-size: 18px;
	}
	.pr-detail-tabs.mb-16 {
		margin-bottom: 0;
	}
	.mb-96 {
		margin-bottom: 64px;
	}
    .new_product_card_detail .main-slider .product-card {
        max-width: none;
    }
    .pr-detail-elements .slider_wrapper {
        padding-top: 0;
    }
	.pr-detail-elements .product-item-label-top {
		top: 16px;
	}
	.pr-detail-action {
		gap: 4px 16px;
	}
	.pr-detail-tabs {
    	flex-wrap: wrap;
    	gap: 0px 12px;
	}
	.addcart-product-img {
		border-radius: 8px;
		padding: 8px;
		width: 64px;
		height: 64px;
	}
	.addcart-product-name-price {
		width: calc(100% - 80px);
	}
	.pr-detail-sameless .owl-carousel .owl-dots {
		display: none;
	}
	.pr-detail-fix-buy {
		opacity: 1;
		position: fixed;
		z-index: 10;
		bottom: 90px;
		left: 24px;
		right: 24px;
		width: calc(100% - 48px);
		display: none;
		align-items: center;
		justify-content: space-between;
		padding: 12px 20px;
		border-radius: 16px;
		background: #CB8551;
		transition: .2s ease;
	}
	.pr-detail-fix-buy.is-visible {
		display: flex;
	}
	.pr-detail-fix-btn {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.pr-detail-fix-btn.text-sixteen {
		line-height: 24px;
	}
}

/* End */


/* Start:/local/templates/drink/components/bitrix/breadcrumb/main_product/style.css?1772378269463*/
.breadcrumb_detail-pr {
	display: flex;
	overflow-x: auto;
	align-items: center;
	gap: 4px;
	padding: 24px 0 16px 0;
}
.breadcrumb_detail-pr::-webkit-scrollbar {
	height: 0;
}
.breadcrumb_detail-pr::-webkit-scrollbar-track {
	background: transparent;
}
.breadcrumb_detail-pr::-webkit-scrollbar-thumb {
	background: transparent;
}
.breadcrumb-pr-item.text-fourteen {
    flex: 0 0 auto;
    white-space: nowrap;
}
.breadcrumb_detail-pr svg {
    flex: 0 0 auto;
}

/* End */


/* Start:/local/templates/drink/components/bitrix/catalog.item/product_card_new/style.css?177231050361627*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.slider_wrapper .product-item-container, .product__list .product-item-container {
	padding: 5px;
	position: relative;
}

.product_item-link {
	display: block;
	color: var(--main_font_color);
	text-align: center;
}

.product_item_img {
	position: relative;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.product-item {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
border-radius: 2px;
	background: #fff;
	padding: 15px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
	box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
	position: relative;
}

.product_item_title .name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 18px 0;
	overflow: hidden;
	height: 51px;
	background-color: #fff;
	z-index: 10;
	position: relative;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 1024px){
	.product_item_title .name {
		text-align: center;
	}
}
.product_item_buy_box {
	/*padding-top: 25px;*/
}

.product_item__price {
	position: relative;
	text-align: center;
}
.product_item__price .price-unit {
	font-size: 11px;
	color: var(--main_font_color);
	font-weight: normal;
}
.favour__list .price-unit{
	font-size: 11px;
	color: var(--main_font_color);
	font-weight: normal;
}
.product_item__price .price {
	font-size: 20px;
	font-weight: normal;
	color: var(--main_font_color);
}
.product_item__price .old_price span i{
	margin-left: 3px;
}
.product_item__price .price span i{
	margin-left: 3px;
}

.product_item__price .old_price {
	font-size: 14px;
	color: #8f8f8f;
	text-align: left;
	line-height: 13px;
	position: relative;
    width: auto;
}

.old_price span {
	position: relative;
	display: inline-block;
	padding: 0 2px;
	font-weight: 500;
}

.old_price span:before, .bx_item_price .old:before {
	content: '';
	display: block;
	position: absolute;
	width: 110%;
	height: 1px;
	border-top: solid 1px rgba(143, 143, 143, .9);
	top: 0;
	bottom: 0;
	left: -2px;
	margin: auto;
}

.favour__list {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 30px;
}

.slider .product-item-container {
	width: 100%;
	max-width: 100%;
}

.bx-touch .product-item-container {
	height: auto;
}

.main-slider .product_item {
	width: 100%;
	max-width: 100%;
}
.main-slider .product_item {
	padding: 15px;
	overflow: hidden;
}

.basket-item-list .close-btn {
	width: 11px;
	height: 11px;
	right: 10px;
	top: 10px;
}
.basket-item-list .product_item_name_box {
	font-size: 12px;
	height: auto;
	padding: 0;
	padding-bottom: 5px;
}
.basket-item-list .product_item__price .old_price {
	position: relative;
	bottom: auto;
	font-size: 11px;
}

.basket-item-list .product_item__price .price {
	font-size: 12px;
}

.basket-item-list .close-btn:before, .basket-item-list .close-btn:after {
	width: 100%;
	top: 5px;
	left: 0;
}

.catalog__list-wrapper .product_item_img:hover {
	-webkit-box-shadow: 0 0 10px rgba(53, 53, 53, 0.15);
	box-shadow: 0 0 10px rgba(53, 53, 53, 0.15);
	z-index: 150;
}

.product_item_wrapper_img {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 250px;
	line-height: 250px;
	text-align: center;
}

.product_item_img:hover .product-item-image-wrapper {
	opacity: .3;
}

.product_item_wrapper_img .product_item_img-bg {
	width: auto;
	height: auto;
	max-width: 95%;
	max-height: 206px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.to_favorites {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
	cursor: pointer;
}

.product-item-container .product_item .to_favorites {
	width: 19px;
	height: 19px;
	position: absolute;
	top: -1px;
	right: -2px;
	z-index: 11;
	border: none;
}

.product-item-container .product_item .to_compare{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: 25px;
	z-index: 11;
	border: none;
}
.product_item__icons{
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	transition: .3s;
}
.product-item-container.hover .product_item__icons{
	opacity: 1;
}
.product-item-container:hover .product_item__icons{
	opacity: 1;
}
.to_compare{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
	cursor: pointer;
}

.product_item__price .product-item-info-container {
	position: absolute;
	bottom: 10px;
	right: 5px;
	z-index: 100;
	cursor: pointer;
	margin-bottom: 0;
}

.product_item__ico {
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.product_item__ico a {
	display: block;
}

.favour__list .product_item__price .favour-in {
	display: none;
}

.fast_view.btn-primary {
	z-index: -1;
	opacity: 0;
	position: absolute;
	width: 170px;
	height: 46px;
	left: 0;
	right: 0;
	top: 45px;
	bottom: 0;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
	font-size: 14px;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	color: var(--main_font_color)!important;
}
.fast_view.btn-primary:hover{
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	background-color: #fff!important;
	color: var(--main_font_color)!important;
}
.fast_view.btn-primary:active,
.fast_view.btn-primary:focus{
	background-color: #fff!important;
	color: var(--main_font_color)!important;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.bx-no-touch .product-item-container.hover .product-item,
.bx-no-touch .product-item-container:hover .product-item {
	position: relative;
	right: auto;
	left: auto;
	width: auto;
	border-color: transparent;
	-webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
}
.bx-no-touch .product-item-container.hover .product-item{
	left: auto;
	right: auto;
}
.bx-no-touch .product__list .product-card .product-item-container.hover .product-item,
.bx-no-touch .product__list .product-card .product-item-container:hover .product-item {
	right: auto;
	left: auto;
}

.bx-touch .product-item {
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden, .bx-touch .product-item-info-container.product-item-touch-hidden {
	-webkit-transition: height .3s ease-out, opacity 1s;
	-o-transition: height .3s ease-out, opacity 1s;
	transition: height .3s ease-out, opacity 1s;
	height: 0;
	background-color: #fff;
	position: relative;
	z-index: -5;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container:hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	height: 43px;
	z-index: 1;
	opacity: 1;
}
.bx-touch .product-item-info-container.product-item-hidden {
	height: auto;}


.product_item .product_item_img:hover .fast_view {
	opacity: 1;
	z-index: 150;
}

.bx-no-touch .product-detail-sales-slider .product-detail-sales-slider .product-item-container.hover .product-item,
.bx-no-touch .product-detail-sales-slider .product-detail-sales-slider .product-item-container:hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border-color: transparent;
	-webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, .19);
	box-shadow: 0 7px 10px 0 rgba(0, 0, 0, .19);
}

.product-detail-sales-slider .bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}


/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 25px;
	padding-top: 180px;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.product-detail-sales-slider .product-detail-sales-slider .product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product__list .product-card .product-item-container .product-item-image-wrapper {
	padding-top: 200px;
}
.product__list .product-card .product-item-container .product-item-image-slider-slide-container,
.product__list .product-card .product-item-container .product-item-image-original,
.product__list .product-card .product-item-container .product-item-image-alternative {
	max-height: 220px;
}

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 200px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: opacity 300ms linear;
	-o-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 9; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}
.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-height: 200px;
	-webkit-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}

.product-item-image-slider-slide-container img, .product-item-image-alternative img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	background-color: var(--main_color);
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	top: 100%;
	left: 0;
	z-index: 15;
	display: block;
	padding: 0;
	text-align: center;
	-webkit-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}

.product-detail-sales-slider .product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	margin: 0 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid var(--main_color);
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover { background-color: var(--main_color); }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #C53E3E;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

.product_item .product_card-flags {
	z-index: 10;
}
.product__list .product_item .product-item-label-right { right: -14px; }
.product__list .product-item-label-ring.product-item-label-right {right: -14px;}
/* .product__list .product_item .product-item-label-top { top: 40px; } */
.product-detail-slider .product_item .product-item-label-right { right: -14px; }


/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0%;
	font-weight: 500;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 49px;
	height: 26px;
	font-size: 12px;
	line-height: 41px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}


/* .product-item-label-top { top: 40px; } */

.product-item-label-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

/* .product-item-label-left { left: -20px; } */
.product-item-label-ring.product-item-label-left { left: -15px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: 10px; }

.product-item-label-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* .product-item-label-right { right: -15px; } */
.product-item-label-right { right: 0; }
.product-item-label-ring.product-item-label-right { right: -15px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin: 0;
	padding: 0;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}

.bx-touch .product-item-title,
.product-detail-sales-slider .product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	-webkit-transition: 250ms linear all;
	-o-transition: 250ms linear all;
	transition: 250ms linear all;
}

.product-item-line-card .product-item-title {
	white-space: normal;
	text-align: left;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

@media (max-width: 1199px) {
	.product-item-big-card .product-item-title a { font-size: 18px; }
}

@media (max-width: 991px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

@media (max-width: 767px) {
	.product-item-big-card .product-item-title a { font-size: 14px; }
}

@media (max-width: 575px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

/*Price*/
.product-item-price-container {
	text-align: center;
	line-height: 1;
}

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }


.product-item-info-container-title { font-size: 12px; }

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-detail-sales-slider .product-item-info-container.product-item-hidden,
.bx-no-touch .product-detail-sales-slider .product-item-container.hover .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
	top: 0;
	z-index: 1;
}

/*Amount*/
.product-item-amount {
	text-align: center;
}

.product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 28px;
	height: 36px;
	border-radius: 0px;
	background-color: #fff;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background 300ms ease, opacity 300ms ease;
	-o-transition: background 300ms ease, opacity 300ms ease;
	transition: background 300ms ease, opacity 300ms ease;
}
.product-item-amount-field-btn-plus{
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #808080;
}
.product-item-amount-field-btn-minus{
	border-left: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #808080;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #fff; }

.product-item-amount-field-btn-plus:active,
.product-item-amount-field-btn-minus:active { background: #fff; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	-webkit-transition: opacity 300ms ease, background 300ms ease;
	-o-transition: opacity 300ms ease, background 300ms ease;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #fff;
}

.product-item-amount-field-btn-plus:after {
	content: '\f067';
	font-size: 12px;
	font-family: FontAwesome;
	color: var(--main_font_color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*background: url(/local/templates/drink/components/bitrix/catalog.item/product_card_new/images/plus.svg) no-repeat center;*/
	/*background-size: 10px;*/
}

.product-item-amount-field-btn-minus:after {
	content: '\f068';
	font-size: 12px;
	font-family: FontAwesome;
	color: var(--main_font_color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*background: url(/local/templates/drink/components/bitrix/catalog.item/product_card_new/images/plus.svg) no-repeat center;*/
	/*background-size: 10px;*/
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field-container .count_input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0px;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	border-left: 0px;
	border-right: 0px;
	height: 36px;
	margin: 0px;
}
.product-item-amount-field {
	display: inline-block;
	padding: 0 5px;
	width: auto;
	max-width: 34px;
	min-width: 34px;
	height: 100%;
	border: 0;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	-webkit-transition: border 300ms ease;
	-o-transition: border 300ms ease;
	transition: border 300ms ease;
}

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	display: block;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity { font-size: 12px; }

/*region Properties */
.product-item-properties {
	display: block;
	margin: 0;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
	font-size: 12px;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 12px;
}

/*endregion*/

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	-webkit-box-shadow: inset 0 1px 1px 0 #eee;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-detail-sales-slider .product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product_item_sku {
	/*margin-top: -10px;*/
	position: absolute;
	width: 100%;
	bottom: 0;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	z-index: 0;
}
.bx-no-touch .product-item-container.hover .product_item_sku,
.bx-no-touch .product-item-container:hover .product_item_sku,
.bx-touch .product-item-info-container.product-item-hidden .product_item_sku {
	z-index: 1;
}
.bx-touch .product-item-info-container.product-item-hidden .product_item_sku {
	position: relative;
}
.product-item-line-card .product-item-scu-container { text-align: left; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-block-title { font-size: 12px; }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	padding-left: 0;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { -webkit-transition: outline 200ms ease; -o-transition: outline 200ms ease; transition: outline 200ms ease; }



.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }


.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 2px 5px;
	border: 1px solid #d9d9d9;
	cursor: pointer;
	border-radius: 3px;
}

.bx-no-touch .product-item-scu-item-text-block { -webkit-transition: outline 300ms ease; -o-transition: outline 300ms ease; transition: outline 300ms ease; }


.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { border-width: 1px; }


.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 13px;
	position: relative;
	top: 1px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after{
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75);
	background-size: 10px;
	content: "";
}
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after{
	position: absolute;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75);
	background-size: 10px;
	content: "";
}

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { border-color: var(--main_color); }

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}



.wrapper-select-block {
	/* размер и позиционирование */
	position: relative;
	width: 100%;
	padding: 5px 10px;
	/*Общие стили */
	background: #fff;
	border: 1px solid #d2d2d2;
	color: #000;
	outline: none;
	cursor: pointer;
	/* Настройки шрифтов */
	border-radius: 3px;
	font-size: 14px;
}
.wrapper-select-block:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -6px;
	border-width: 6px 0 6px 6px;
	border-style: solid;
	border-color: transparent #555;
}
.product-item-scu-list .select-val {
	display: none;}
.product-item-scu-list.wrapper-select-block .select-val {
	display: block;
	font-size: 12px;
}
.wrapper-select-block .select-block {
	/* размер и позиция */
	position: absolute;
	top: 100%;
	/*border: 1px solid #81bc3d;*/
	border-top: 0;
	border-radius:  0 0 3px 3px;
	padding: 0;
	left: -1px; /* Size */
	right: -1px; /* Size */

	/* Стили */
	background: #fff;
	font-weight: normal;
	opacity: 0;
	pointer-events: none;
	max-height: 84px;
	display: block;
	/*height: 0;*/
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.wrapper-select-block .select-block li {
	display: block;
	padding: 0;
}
.wrapper-select-block .select-block li .product-item-scu-item {
	display: block;
	padding: 9px 10px;
	border: 0;
	border-radius: 0;
}
.wrapper-select-block .select-block li.selected .product-item-scu-item {
	background-color: rgba(185, 69, 96, .3);
}
.wrapper-select-block .select-block li .select-item {
	text-align: left;
	font-size: 12px;
}

/* Состояние при наведении курсора */
.wrapper-select-block .select-block li:hover .product-item-scu-item {
	background: #f3f8f8;
}
/* активное состояние */
.wrapper-select-block.active .select-block {
	opacity: 1;
	/*height: 84px;*/
	pointer-events: auto;
}

.wrapper-select-block.active:after {
	border-color: #555 transparent;
	border-width: 6px 6px 0 6px;
	margin-top: -3px;
}

.wrapper-select-block.active {
	/*border-color: #81bc3d;*/
	border-radius: 3px 3px 0 0;
}




/*Buttons*/
.product-item-button-container { text-align: right; }

.product-item-button-container .btn.btn-link{
	color: #d3d3d3;
	cursor: default;
}
.product-item-button-container .btn.btn-link:hover{
	text-decoration: none;
}
.btn.product-item-detail-buy-button, .product_item__cart .basket_icon {
	padding: 7px 20px;
	font-weight: normal;
	font-size: 14px;
	max-height: 36px;
	min-height: 36px;
	border: 1px solid #808080;
	background-color: #fff;
	color: var(--main_font_color);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn.product-item-detail-buy-button, .product_item__cart .basket_icon:hover{
	color: #fff;
	border: 1px solid transparent;
	background-color: var(--main_color);
}
.btn.product-item-detail-buy-button, .product_item__cart .basket_icon:active{
	background-color: var(--main_color_active);
	color: #fff;
	border: 1px solid transparent;
}
.btn.product-item-detail-buy-button, .product_item__cart .basket_icon:focus{
	background-color: var(--main_color_active);
	color: #fff;
	border: 1px solid transparent;
}

.btn.offers-item-link {
	font-weight: normal;
	font-size: 14px;
}
.btn.offers-item-link .fa {
	margin-left: 5px;
	font-size: 14px;
	font-weight: normal;
}
.basket_icon span {
	display: inline-block;
	vertical-align: middle;
}

/* quantity buttons */
.mini-quantity-btn-slider .product-item-amount-field-container {
	position: relative;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.mini-quantity-btn-slider .product-item-amount-field-btn-plus, .mini-quantity-btn-slider .product-item-amount-field-btn-minus {
	min-width: 30px;
	height: 36px;
	right: 0;
}
.mini-quantity-btn-slider .product-item-amount-field-btn-minus {
	border-radius: 0;
	bottom: 0;
}
.mini-quantity-btn-slider .product-item-amount-field-btn-plus {
	border-radius: 0;
	top: 0;
}
.mini-quantity-btn-slider .product-item-amount-field-btn-plus:after, .mini-quantity-btn-slider .product-item-amount-field-btn-minus:after {
	line-height: 17px;
	font-family: FontAwesome;
	background: none;
}
.mini-quantity-btn-slider .product-item-amount-field-btn-minus:after {
	content: '\f068';
}
.mini-quantity-btn-slider .product-item-amount-field-btn-plus:after {
	content: '\f067';
}
.mini-quantity-btn-slider .product-item-amount-field-container .count_input {
	margin: 0;
	height: 36px;
	border-radius: 0;
}

.product_card_detail .special_offer .product-item-image-wrapper {
	padding-top: 180px;
}

.product_card_detail .special_offer .product_item_title .name {
	font-size: 14px;
}
.product_card_detail .special_offer .price-block-col, .product_card_detail .special_offer .btn-block-col {
	/*flex: 0 0 100%;*/
	/*max-width: 100%;*/
	/*padding-left: 15px !important;*/
}
.product_card_detail .special_offer .product-item-button-container .basket_icon, .product_card_detail .special_offer .product-item-quantity-block .product-item-amount {
	/*width: 100%;*/
	/*margin-top: 10px;*/
}
.product_card_detail .special_offer .product-item-quantity-block .product-item-amount-field-container {
	/*justify-content: center;*/
}
.product_card_detail .product_item__cart .basket_icon {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1023px){
	.product_card_detail .product_item__cart .basket_icon .img_basket{
		display: none;
	}
}
.product_item__cart .offers-item-link {
	border: 1px solid var(--main_link_color);
	background-color: #fff;
	color: var(--main_link_color);
	max-height: 36px;
	min-height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_item__cart .offers-item-link:hover{
	background-color: var(--main_color);
	color: #fff;
	border: 1px solid transparent;
}
.product_item__cart .offers-item-link:active,
.product_item__cart .offers-item-link:focus{
	background-color: var(--main_color_active);
	color: #fff;
	border: 1px solid transparent;
}
.product_item__cart .offers-item-link span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.product_item__cart .offers-item-link .fa-angle-right {
	width: 18px;
	line-height: 1;
	font-size: 14px;
	position: relative;
	top: -1px;
}
.mini-quantity-btn-slider .product_item__cart .basket_icon span,
.mini-quantity-btn-slider .product_item__cart .offers-item-link span {
	/*display: none;*/
}
.mini-quantity-btn-slider .product_item__cart .basket_icon .img_basket,
.mini-quantity-btn-slider .product_item__cart .offers-item-link .fa {
	display: block;
	margin-top: 0;
	margin-right: 5px;
}
.mini-quantity-btn-slider .product_item__cart .offers-item-link,
.mini-quantity-btn-slider .product_item__cart .basket_icon.btn-not-avaliable {
	padding-left: 9px;
	padding-right: 9px;
}
.product_item__cart .basket_icon.btn-not-avaliable .img_basket {
	background: none;
	font-size: 16px;
	line-height: 18px;
}

@media (min-width: 1024px){
	.product_item__cart .basket_icon.btn-not-avaliable .img_basket{
		background: none;
	  font-size: 16px;
	  line-height: 1;
	  margin-right: 5px;
	  position: relative;
	  top: -1px;
	}
	.basket_icon span{
		line-height: 1;
	}
}


/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	-webkit-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-detail-sales-slider .product-item-container.hover .product-item-more,
.product-detail-sales-slider .product-item-container:hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }

.offer_wrapper .product-card .products-item-image::before {
	display: none;
}
.products-item-before {
	width: 100%;
    height: 100%;
    display: block;
    background: #101010;
    background: linear-gradient(0deg, rgba(16, 16, 16, 1) 0%, rgba(25, 25, 25, 0.69) 47%, rgba(25, 25, 25, 0.1) 100%);
    z-index: 6;
    position: absolute;
    border-radius: 6px;
    opacity: 0;
    transition: .2s;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.add-flex-prices {
    display: flex;
    align-items: baseline;
    gap: 4px;
    flex-wrap: wrap;
}
.list-item-wait {
	color: var(--opacitygray);
	margin-bottom: 6px;
}
.list-item-quntity {
	color: var(--main_color);
	margin-bottom: 6px;
}


@media screen and (max-width: 1024px) {
	.product-item-amount-field-btn-minus{
		border-right: 0px;
	}
	.product-item-amount-field-container .count_input{
		border-left: 0px;
	}
	.product-item-amount-field-btn-plus{
		border-left: 0px;
	}
	.product-item-container .product_item .article{
		position: absolute;
		top: 10px;
	}
	.product-item-amount-field-btn-plus{
		border-bottom: 1px solid #808080;
	}
	.slider .owl-stage-outer {
		padding-bottom: 10px;
	}
	.slider {
		margin-bottom: 0;
	}
	.fast_view {display: none !important;}
	.product_item_img:hover .product-item-image-wrapper {
		opacity: 1;}

	.product_item_sku {
		margin-top: 0;}
	/*}*/

	/*@media (max-width: 767.98px) {*/
	.slider-viewed .product_item__cart .basket_icon .img_basket,
	.catalog-products-viewed-container .product_item__cart .basket_icon span {
		display: inline-block;
	}

	.slider .product-item-container, .slider-viewed .product-item-container {
		/*min-width: 310px;*/
		/*max-width: 310px;*/
		padding-left: 5px;
		padding-right: 5px;
	}

	.product_item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.product_item_img, .product_item_name_box {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		/* max-width: 55%; */
		max-width: 100%;
	}

	.product_item_img {
		padding: 10px 0;
		/* max-width: 45%; */
		max-width: 100%;
	}

	.product-item-label-right {
		right: auto;
		left: -16px;
	}

	.product__list .product-item-label-ring.product-item-label-right{
		left: 0px;
		right: auto;
		bottom: 0;
	}
	.product_card-flags.product-item-label-small.product-item-label-top.product-item-label-right{
		left: -8px;
		right: auto;
		top: 40px;
	}
	.product-item-label-ring.product-item-label-small.product-item-label-bottom.product-item-label-right{
		right: 0px;
		left: auto;
		bottom: 2px;
		height: 25px;
	}
	.product-item-container .product_item .to_favorites {
		top: auto;
		width: 30px;
		height: 30px;
		bottom: 0px;
		left: 0;
		right: 0px;
		top: 0px;
		position: relative;
		margin-left: 0px;
	}

	.product-item-image-wrapper {
		margin-bottom: 0;
		padding-top: 150px !important;
	}

	.product-item-image-original, .product-item-image-alternative {
		width: 95%;
		height: 95%;
		margin-top: 25px;
	}

	.product-item-image-slider-control-container {
		display: none;
	}

	.product_item_title .name, .product_card_detail .special_offer .product_item_title .name {
		white-space: normal;
		margin: 0 0 5px;
		padding: 0;
		padding-left: 5px;
		max-height: 42px;
		height: 27px;
		font-size: 12px;
		line-height: 1.2;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.product_item_sku {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
	}

	.product_item__price .price-unit {
		display: inline;
		margin-left: 3px;
	}

	.product_item__price .old_price, .product_item_name_box {
		position: relative;
	}

	.product_item_buy_box .btn-block-col {
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
		padding-left: 5px !important;
		padding-right: 5px;
		margin-bottom: 5px;
	}
	.product_item__cart .basket_icon {
		width: 100%;
	}

	.product_item__cart .basket_icon span {
		font-size: 12px;
	}
	.product_item__cart .basket_icon span:last-child{
		display: none;
	}


	.product_item__cart .basket_icon .img_basket,
	.slider-viewed .product_item__cart .basket_icon .img_basket,
	.mini-quantity-btn-slider .product_item__cart .basket_icon .img_basket, .mini-quantity-btn-slider .product_item__cart .offers-item-link .fa {
		margin-right: 0px;
	}

	.product_item_buy_box {
		/*padding-top: 5px;*/
		padding-left: 5px;
	}

	.product-item-amount-field-container {
		padding-right: 0;
	}

	.product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus {
		position: relative;
		display: inline-block;
		min-width: 32px;
		height: 36px;
		border-radius: 0px;
	}

	.product-item-amount-field-container .count_input {
		margin: 0px;
		border-radius: 0px;
		height: 36px;
	}

	.product-item-amount-field-btn-minus:after {
		/*background: url(/local/templates/drink/components/bitrix/catalog.item/product_card_new/images/minus1.svg) no-repeat center;*/
		/*background-size: 10px;*/
		content: '\f068';
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: var(--main_font_color);
		font-size: 12px;
		line-height: 1;
	}

	.product-item-amount-field-btn-plus:after {
		/*background: url(/local/templates/drink/components/bitrix/catalog.item/product_card_new/images/plus1.svg) no-repeat center;*/
		/*background-size: 10px;*/
		content: '\f067';
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: var(--main_font_color);
		font-size: 12px;
		line-height: 1;
	}

	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 36px;
		height: 36px;
		font-size: 11px;
		line-height: 36px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 36px;
		height: 36px;
		font-size: 11px;
		line-height: 36px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}

	.product-detail-sales-slider .product_item__price .price-unit {
		font-size: 11px;
		font-weight: normal;
		color: #919191;
	}

	.product-detail-sales-slider .product_item__price .price {
		font-size: 16px;
	}
	.product_card_detail .special_offer .product-item-image-wrapper {
		padding-top: 150px;
	}

	.product-detail-sales-slider .product_item__price .old_price {
		display: block;
		text-align: center;
	}

	.product-detail-sales-slider .slider_wrapper h2 {
		max-width: calc(100% - 60px);
	}
}

@media (max-width: 575.98px) {

	.product_item__price .price {
		font-size: 15px;
	}

	.product_item__price .old_price {
		font-size: 11px;
	}

	.product_item__price .to_favorites {
		bottom: 0;
		right: 0;
	}

	.product_item_wrapper_img {
		height: 200px;
		line-height: 200px;
	}

	.product_item_wrapper_img .product_item_img-bg {
		max-height: 156px;
	}
	.product_item_img .product_card-flags {
    	left: 0;
	}

}

.product_item_buy_box .product-item-quantity-block{
	margin-right: 12px;
}
.product_item_buy_box{
	position: relative;
}

.product-item-container .product_item__cart{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 15px;
	position: absolute;
	left: 0px;
	visibility: hidden;
	width: 100%;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	top: 0px;
	-webkit-transform: translateY(24px);
	-ms-transform: translateY(24px);
	transform: translateY(24px);
	opacity: 0;
}
.product-item-container.hover .product_item__cart{
	position: relative;
	top: 0;
	left: 0;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.product-item-container{
	min-height: 480px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.product_item_subtitle{
	margin-top: 15px;
	padding: 0 30px;
	height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background-color: #fff;
}
.product_item_subtitle p{
	font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #696969;
	margin: 0px;
	text-align: center;
}
.flex-item-flag {
	gap: 4px;
}
@media (max-width: 1024px){
	.product_item_subtitle p{
		text-align: center;
	}
	.product_item_subtitle{
		padding-right: 0px;
		padding-left: 5px;
	}
}
@media (max-width: 900px){
	.product_item_subtitle{
		padding-left: 5px;
	}
	.product_item_subtitle p{
		text-align: center;
	}
}
.fa-star {
	margin-left: 5px;
	color: #c5c5c5;
	font-size: 14px;
}
.fa.fa-star.active {
	color: var(--main_color);
}
.product-item-container .product_item .article{
	position: relative;
	font-size: 12px;
	line-height: 1;
	color: #808080;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	top: 0px;
}
.product-item-container .product_item .article .article_count{
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	left: -58px;
	position: relative;
	top: 0px;
	line-height: 1;
}
.product-item-container.hover .product_item .article .article_count{
	position: relative;
	left: 0px;
	top: 0px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.product-item-container .product_item .article .article_title{
	position: relative;
	left: -100px;
	visibility: hidden;
	top: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.product-item-container.hover .product_item .article .article_title{
	visibility: visible;
	left: 0;
	position: relative;
	top: 0;
}

.product-item-container:hover .product_item .article .article_title{
	visibility: visible;
	left: 0;
	position: relative;
	top: 0;
}
.product-item-container:hover .product_item .article .article_count{
	position: relative;
	left: 0px;
	top: 0px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
@media (max-width: 1024px) {
	.product-item-container .product_item .article {
		position: absolute;
		top: 10px;
		z-index: 11;
	}
	.product_item_name_box .product_item_title{
		/* text-align: center; */
		text-align: start;
	}
	.product-item-container .product_item .article .article_title{
		left: 0;
		visibility:  visible;
	}
	.product-item-container .product_item .article .article_count{
		left: 0;
	}
	.product-item-container .product_item__cart{
		left: 0;
		position: relative;
		visibility: visible;
		opacity: 1;
		padding-top: 0px;
		top: -15px;
	}
	.recipes_block_wrapper{
		margin-bottom: 15px;
	}
	.basket_icon .img_basket,
	.btn.product-item-detail-buy-button .img_basket{
		width: 18px;
		height: 18px;
		position: relative;
		background-image: url(/local/templates/drink/components/bitrix/catalog.item/product_card_new/images/icons/basket_icon_w.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}
@media (max-width: 900px){
	.product-item-container .product_item__cart{
		top: 0;
	}
}
.product-item-container .product-item{
	overflow: hidden;
	min-height: 427px;
}
.product-item-container.hover .product-item{
	z-index: 15;
	overflow: hidden;
}

@media (max-width: 1024px){
	.bx-touch .product-item-container{
		min-height: 100%;
		height: 100%;
	}
	.product-item-container .product-item{
		min-height: 100%;
	}
	.product_item__icons{
		position: absolute;
		right: auto;
		top: auto;
		bottom: 0;
		left: 0;
		z-index: 100;
		padding: 0px 6px;
		display: flex;
	  justify-content: center;
	  align-items: center;
	  background: #fff;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
		border-radius: 14px;
	}
	.product-item-container .product_item .to_compare{
		width: 30px;
		height: 30px;
		position: relative;
		top: 0px;
		left: 0px;
		right: 0px;
		z-index: 11;
		border: none;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.product-item-image-slider-slide-container img,
	.product-item-image-alternative img{
		max-height: 80%;
	}
	.product_item__price .price{
		text-align: center;
	}
}
@media (max-width: 767px){
	.product-item-amount-field-btn-minus{
		border-right: 0px;
	}
}
@media (max-width: 900px){
	.product-item-amount-field-btn-minus{
		border-right: 0px;
	}
	.product-item-image-slider-slide-container{
		width: 95%;
		height: 95%;
		top: 15px;
	}
	.basket_icon .img_basket,
	.btn.product-item-detail-buy-button .img_basket {
		width: 18px;
		height: 18px;
		position: relative;
		background-image: url('/local/templates/drink/components/bitrix/catalog.item/product_card_new/images/icons/basket_icon_w.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.product_card_detail .product_item__cart .basket_icon .img_basket{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 1024px) and (max-width: 1365px){
	.product-item-amount-field-btn-minus{
		border-right: 0px;
	}
	.description_block:not(:last-child){
		margin-right: 15px;
	}
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link{
	color: var(--main_font_color)!important;
	background-color: transparent!important;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item .nav-link{
	color: rgba(71, 71, 71, .5);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item .nav-link:hover{
	color: var(--main_font_color);
}

.main-button-container .btn{
	background-color: var(--main_color)!important;
	color: #fff!important;
	border: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-button-container .btn:hover{
	background-color: var(--main_color_hover)!important;
	color: #fff!important;
	border: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}
.main-button-container .btn:focus,
.main-button-container .btn:active{
	background-color: var(--main_color_active)!important;
	color: #fff!important;
	border: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}
@media (max-width: 900px){
	.sale-products-gift .product_item{
		margin-bottom: 10px;
	}
	.basket_icon:hover .img_basket,
	.btn.product-item-detail-buy-button:hover .img_basket{
		background-image: url(/local/templates/drink/components/bitrix/catalog.item/product_card_new/images/icons/basket_icon_h.svg);
	}
	.basket_icon:active .img_basket,
	.btn.product-item-detail-buy-button:active .img_basket{
		background-image: url(/local/templates/drink/components/bitrix/catalog.item/product_card_new/images/icons/basket_icon_h.svg);
	}
	.basket_icon:focus .img_basket,
	.btn.product-item-detail-buy-button:focus .img_basket{
		background-image: url(/local/templates/drink/components/bitrix/catalog.item/product_card_new/images/icons/basket_icon_h.svg);
	}
	.product_item__ico{
		background-color: transparent;
	}
	.col-md-10.catalog__content.pr-3{
		padding-right: 0px!important;
	}
	.product_card__title .col{
		padding-left: 0px!important;
	}
	.product-detail-byu-container .basket_icon .img_basket,
	.product-detail-byu-container .btn.product-item-detail-buy-button .img_basket{
		display: none;
	}
	.product_item__icons{
		opacity: 1;
	}
}
@media (min-width: 1025px){
	.basket_icon.btn-primary.btn-buy .img_basket{
		display: none;
	}
}
.basket_icon.btn.btn-not-avaliable{
	color: #d3d3d3;
	cursor: default;
	border: 1px solid transparent;
	background-color: transparent
}
.sale-products-gift{
	padding: 0 15px;
}
.sale-products-gift .product-item-container{
	padding-left: 5px;
	padding-right: 5px;
}
@media (max-width: 900px){
	.product_item_name_box .rating_item{
		margin-bottom: 10px;
	}
}
@media (max-width: 1024px){
	.col-md-auto.col-12.price-block-col{
		position: relative;
		top: -5px;
	}
}
.subscribe-block{
	margin: auto;
	width: fit-content;
}
.fast_elem_wrapper .product-detail-info-top .additional-image {
	width: 100%;
}
.text-fourteen {
	font-size: 14px;
	line-height: 1.4;
}
.product_item_img .pr-detail-tags {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 8px;
}
.pr-detail-tag-item {
	border: 1px solid transparent;
	border-radius: 45px;
	display: flex;
	gap: 4px;
	justify-content: center;
	align-items: center;
	padding: 6px 12px;
	line-height: 1.3;
}
.pr-detail-tag-item::before {
	width: 16px;
	height: 16px;
}
.pr-detail-tag-item.in-stock::before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9983_733)'%3E%3Cpath d='M8.00001 14.6668C11.6819 14.6668 14.6667 11.6821 14.6667 8.00016C14.6667 4.31826 11.6819 1.3335 8.00001 1.3335C4.31811 1.3335 1.33334 4.31826 1.33334 8.00016C1.33334 11.6821 4.31811 14.6668 8.00001 14.6668Z' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M5.66669 8.3335L7.00002 9.66683L10.3334 6.3335' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9983_733'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.pr-detail-tag-item.in-wait::before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9983_1996)'%3E%3Cpath d='M8.00004 14.6666C11.6819 14.6666 14.6667 11.6818 14.6667 7.99992C14.6667 4.31802 11.6819 1.33325 8.00004 1.33325C4.31814 1.33325 1.33337 4.31802 1.33337 7.99992C1.33337 11.6818 4.31814 14.6666 8.00004 14.6666Z' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M8 5.33325V7.99992L9.66667 9.66659' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9983_1996'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.pr-detail-tag-item.in-stock, 
.pr-detail-tag-item.in-wait, 
.pr-detail-tag-item.is-remove {
	border-color: rgb(255 255 255 / 20%);
	background-color: #202020;
}
.pr-detail-tag-item.is-new::before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99999 14.0001C10.9453 14.0001 13.3333 11.7628 13.3333 9.00278C13.3333 6.50878 11.9767 4.55878 11.0413 3.62944C10.868 3.45744 10.5787 3.53344 10.4813 3.75544C9.98266 4.88211 8.94532 6.50411 7.61932 6.50411C6.79799 6.61411 5.54466 5.91211 6.55666 2.43278C6.64799 2.11944 6.31332 1.86744 6.05732 2.07678C4.60332 3.27011 2.66666 5.67411 2.66666 9.00278C2.66666 11.7628 5.05466 14.0001 7.99999 14.0001Z' fill='white'/%3E%3Cpath d='M7.99999 14.0001C10.9453 14.0001 13.3333 11.7628 13.3333 9.00278C13.3333 6.50878 11.9767 4.55878 11.0413 3.62944C10.868 3.45744 10.5787 3.53344 10.4813 3.75544C9.98266 4.88211 8.94532 6.50411 7.61932 6.50411C6.79799 6.61411 5.54466 5.91211 6.55666 2.43278C6.64799 2.11944 6.31332 1.86744 6.05732 2.07678C4.60332 3.27011 2.66666 5.67411 2.66666 9.00278C2.66666 11.7628 5.05466 14.0001 7.99999 14.0001Z' fill='white'/%3E%3C/svg%3E%0A");
}
.pr-detail-tag-item.is-new {
	background-color: #4B4B4B;
}
.pr-detail-tag-item.is-hit {
	background-color: #8C0014;
}
.pr-detail-tag-item.is-sale {
	background-color: #CB8551;
}
/* End */
/* /local/templates/drink/components/bitrix/news.list/spb_page/style.css?175820497512229 */
/* /local/templates/drink/components/bitrix/catalog.section/product_list_new/style.css?1747313537915 */
/* /local/templates/drink/components/bitrix/catalog/main_new/bitrix/catalog.element/bootstrap_v4/style.css?178039257574778 */
/* /local/templates/drink/components/bitrix/breadcrumb/main_product/style.css?1772378269463 */
/* /local/templates/drink/components/bitrix/catalog.item/product_card_new/style.css?177231050361627 */
