.newProductPage .breadcrumbs{
	padding-top: 136px !important;
}
.newProductCard{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 18px;
}
.newProductCard .images{
	width: 62.39%;
}
.newProductCard .images .imagesWrapper{
	width: 100%;
	position: relative;
}
.newProductCard .images .imagesWrapper.vertical{
	flex-direction: row-reverse;
	display: flex;
	align-items: flex-start;
	gap: 12px;
}
.newProductCard .images .mainPhoto .product-images-item img{
	/* object-fit: contain; */
	height: 100%;
	width: auto;
	margin: 0 auto;
}
.newProductCard .images .mainPhoto .product-images-item a{
	text-align: center;
}
.newProductCard .images .mainPhoto .product-images-item{
	max-height: 728px;
}
.newProductCard .images .morePhotos{
	opacity: 0;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.newProductCard .images .mainPhoto{
	width: 100%;
	max-height: 728px;
	opacity: 0;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.newProductCard .images .mainPhoto.slick-initialized{
}
.newProductCard .imagesWrapper.vertical .mainPhoto{
	width: calc(100% - 116px);
}
.newProductCard .images.vertical .morePhotos{
	width: 104px;
	margin-top: 0;
}
.newProductCard .productContent{
	width: 33.48%;
}
.newProductCard .productContent .product-header{
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 2.0px;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.header_new{
	z-index: 1000;
}
.newProductCard .mainPhoto .slick-track{
	display: flex !important;
}
.slick-slide{
	height: inherit !important;
}
.newProductCard .morePhotos{
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	align-items: stretch;
}
.newProductCard .morePhotos > div{
	width: 104px;
	height: 104px;
	padding: 4px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid transparent;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.newProductCard .morePhotos > div img{
	display: block;
	border-radius: 4px;
}
.newProductCard .morePhotos > div:hover{
	border-color: #BFC0C7;
}
.newProductCard .morePhotos > div.allImages:hover{
	border-color: transparent;
}
.newProductCard .morePhotos > div.active{
	border-color: #4E76C6;
}

.newProductCard .morePhotos > div:nth-child(n+7):not(.allImages){
	display: none;
}
.newProductCard .morePhotos .allImagesButton{
	background: rgba(15, 27, 44, 0.6);
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.newProductCard .morePhotos .allImagesButton:hover{
	background: rgba(15, 27, 44, 0.8);
}
.newProductCard .morePhotos .allImagesButton::before{
	content: '';
	display: block;
	position: absolute;
	width: 21px;
	height: 21px;
	top: 23px;
	left: 50%;
	margin-left: -10px;
	background: url("../img/svg/image_placeholder_small.svg") no-repeat center;
	background-size: contain;
}
.newProductCard .morePhotos .allImagesButton .text{
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1.0px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	position: absolute;
	width: 100%;
	bottom: 22px;
	text-transform: uppercase;
}
.newProductCard .morePhotos .allImagesButton .text .count{
	opacity: 0.5;
}
.newProductCard .skuControlItemWrapper{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 24px;
}
.newProductCard .skuControlItemWrapper .sciTitle{
	margin-bottom: 12px;
	color: #72716E;
}
.newProductCard .skuControlItemWrapper.static{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.newProductCard .skuControlItemWrapper.static .sciTitle{
	margin-bottom: 0;
	/* width: 39%; */
	width: 32%;
}
.newProductCard .skuControlItemWrapper.static .sciValue{
	/* width: 60%; */
	width: 68%;
	font-weight: 400;
}
.newProductCard .skuControlItemWrapper.static .sciValue a{
	color: #4E76C6;
	text-decoration: none;
	border-bottom: 1px solid #4E76C6;
		-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.newProductCard .skuControlItemWrapper.static .sciValue a:hover{
	color: #0F1B2C;
	border-bottom: 1px solid #0F1B2C;
}
.newProductCard .skuControlItemWrapper .sciControlItems{
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
	position: relative;
}
.newProductCard .skuControlItemWrapper .sciControlItem{
	color: #72716E;
	border-radius: 40px;
	padding: 12px 20px;
	border: 1px solid #ECEAE7;
	background: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.newProductCard .skuControlItemWrapper .sciControlItem:hover{
	border-color: #4E76C6;
}
.newProductCard .skuControlItemWrapper .sciControlItem.disabled{
	cursor: default;
	opacity: 0.4;
}
.newProductCard .skuControlItemWrapper .sciControlItem.selected{
	color: #1E1E1E;
	background: rgba(78, 118, 198, 0.1);
	border-color: #4E76C6;
}
.newProductCard .skuControlItemWrapper .sciControlItem.withImage{
	width: 36px;
	height: 36px;
	border: 1px dashed #ECEAE7;
	border-radius: 8px;
	padding: 4px;
}
.newProductCard .skuControlItemWrapper .sciControlItem.withImage img{
	width: 26px;
	height: 26px;
	border-radius: 5px;
}
.newProductCard .skuControlItemWrapper .sciControlItem.withImage:hover{
	border: 1px solid #4E76C6;
}
.newProductCard .skuControlItemWrapper .sciControlItem.withImage.selected{
	border: 1px solid #4E76C6;
	background: #fff;
}
.newProductCard .skuControlItemWrapper .sciControlItem.withTooltip{
	position: relative;
}
.newProductCard .skuControlItemWrapper .sciControlItem.withTooltip .tooltip{
	width: 100%;
	height: 100%;
	margin: 0;
	top: 0;
	left: 0;
}
.newProductCard .skuControlItemWrapper .sciControlItem.withTooltip .tooltip.top .content{
	margin-bottom: 10px;
}
.newProductCard .skuControlItemWrapper .sciControlItem.withTooltip .tooltip .content{
	padding: 12px;
}
.newProductCard .skuControlItemWrapper .sciControlItem.iWantOwnSize{
	display: flex;
	gap: 8px;
	align-items: center;
	background: #F9F9F9;
	border-color: #F9F9F9;
	color: #4E76C6;
	position: relative;
}
.whatsInside.iWantOwnSize{
	display: flex;
	gap: 8px;
	align-items: center;
	border-bottom: unset;
}
.whatsInside.iWantOwnSize .icon svg,
.newProductCard .skuControlItemWrapper .sciControlItem.iWantOwnSize .icon svg{
	width: 100%;
	height: 100%;
}
.whatsInside.iWantOwnSize .icon,
.newProductCard .skuControlItemWrapper .sciControlItem.iWantOwnSize .icon{
	width: 9px;
	height: 9px;
	margin-top: -4px;
}
.newProductCard .skuControlItemWrapper .sciControlItem.iWantOwnSize .content{
	width: calc(100% - 17px);
	font-weight: 500;
	font-family: "Orchidea", "Arial", sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1.0px;
	border-bottom: 1px dotted #4E76C6;
}
.whatsInside.iWantOwnSize .content{
	width: calc(100% - 17px);
	border-bottom: 1px dotted #4E76C6;
}
.whatsInside.iWantOwnSize:hover .content,
.newProductCard .skuControlItemWrapper .sciControlItem.iWantOwnSize:hover .content{
	border-color: #0F1B2C;
}
.whatsInside.iWantOwnSize:hover,
.newProductCard .skuControlItemWrapper .sciControlItem.iWantOwnSize:hover{
	color: #0F1B2C;
}
.whatsInside.iWantOwnSize:hover svg path,
.newProductCard .skuControlItemWrapper .sciControlItem.iWantOwnSize:hover svg path{
	stroke: #0F1B2C;
}
.whatsInside.iWantOwnSize svg path,
.newProductCard .skuControlItemWrapper .sciControlItem.iWantOwnSize svg path{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.newProductCard .allSpecsLink{
	padding-bottom: 40px;
}
.newProductCard .allSpecsLink a{
	color: #4E76C6;
	border-bottom: 1px dotted #4E76C6;
	padding-bottom: 1px;
	font-weight: 500;
	font-family: "Orchidea", "Arial", sans-serif;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1.0px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.newProductCard .allSpecsLink a:hover{
	color: #1E1E1E;
	border-color: #1E1E1E;
}
.newProductCard .infoBlocksWrapper .infoBlock{
	margin-bottom: 12px;
}
.newProductCard .infoBlocksWrapper .infoBlock:last-of-type{
	margin-bottom: 0;
}
.fixedProductInfo .infoBlock,
.newProductCard .infoBlock{
	background: #F9F9F9;
	padding: 20px;
	width: 100%;
}
.fixedProductInfo .infoBlock{
	background: #fff;
	padding: 2px 16px 24px 16px
}
.newProductCard .infoBlock.active{
	background: #F1F4FA;
}
.newProductCard .infoBlock.ownSize{
	margin-bottom: 24px;
}

.newProductCard .infoBlock.likePopup .closeButton{
	width: 24px;
	height: 24px;
	cursor: pointer;
	border-radius: 24px;
	background: #F5F3F0 url("../img/filters/close.svg") no-repeat center;
	background-size: 8px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: absolute;
	right: 20px;
	top: 20px;
}
.newProductCard .infoBlock.likePopup .closeButton:hover{
	background-color: #ECEAE7;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.newProductCard .infoBlock.likePopup{
	position: absolute;
	-webkit-box-shadow: 0px -10px 128px 0px rgba(0,0,0,0.1); 
	box-shadow: 0px -10px 128px 0px rgba(0,0,0,0.1);
	padding: 30px;
	background: #fff;
	margin-top: 12px;
	left: 0;
	top: 0;
	margin: 55px 0 0 0;
	display: none;
	z-index: 99;
}
.newProductCard .infoBlock.likePopup .infoBlockWrapper .description{
	margin-bottom: 20px;
}
.newProductCard .infoBlock.likePopup .infoBlockWrapper .icon{
	background: #F5F3F0;
}
.fixedProductInfo .infoBlock .infoBlockWrapper,
.newProductCard .infoBlock .infoBlockWrapper{
	display: flex;
	gap: 16px;
}
.fixedProductInfo .infoBlock .infoBlockWrapper .icon,
.newProductCard .infoBlock .infoBlockWrapper .icon{
	width: 30px;
	height: 30px;
	min-width: 30px;
	border-radius: 30px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.newProductCard .infoBlock .infoBlockWrapper .infoTitle{
	font-family: "Orchidea", "Arial", sans-serif;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.1px;
	color: #1E1E1E;
	margin-bottom: 16px;
}
.fixedProductInfo .infoBlock .infoBlockWrapper .description,
.newProductCard .infoBlock .infoBlockWrapper .description{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 24px;
	color: #72716E;
}
.newProductCard .infoBlock .infoBlockWrapper .description{
	margin-bottom: 16px;
}
.fixedProductInfo .infoBlock .infoBlockWrapper .description br{
	display: none;
}
.fixedProductInfo .infoBlock .infoBlockWrapper .description{
	margin-bottom: 0;
}
.fixedProductInfo .infoBlock .infoBlockWrapper .description span,
.newProductCard .infoBlock .infoBlockWrapper .description span{
	color: #1E1E1E;
}
.newProductCard .infoBlock .infoBlockWrapper .link.withControl{
	display: flex;
	justify-content: space-between;
	color: #72716E;
	font-size: 14px;
	line-height: 16px;
	position: relative;
}
.newProductCard .infoBlock .infoBlockWrapper .link.withControl .control{
	display: flex;
	gap: 10px;
	align-items: center;
}
.newProductCard .infoBlock .infoBlockWrapper .linkItem a{
	color: #4E76C6;
	font-weight: 500;
	font-family: "Orchidea", "Arial", sans-serif;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1.0px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.newProductCard .infoBlock .infoBlockWrapper .linkItem a:hover{
	opacity: 0.8;
}
.newProductCard .infoBlock .infoBlockWrapper .linkItem.withIcon a{
	display: flex;
	gap: 8px;
	align-items: center;
}
.newProductCard .infoBlock .infoBlockWrapper .linkItem.withIcon a::before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
}
.newProductCard .infoBlock .infoBlockWrapper .linkItem.withIcon.tg a::before{
	background: url("../img/svg/tg_small.svg") no-repeat center;
	background-size: contain;
}
.priceAndAvailable{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 28px;
}
.priceAndAvailable .product-price-value{
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 1.0px;
}
.availableIndicator{
	padding: 4px 10px;
	border-radius: 20px;
	font-size: 12px;
	line-height: 16px;
	color: #72716E;
	background: rgba(114, 113, 110, 0.05);
	display: flex;
	align-items: center;
	gap: 8px;
	display: none;
}
.availableIndicator::before{
	content: '';
	height: 5px;
	width: 5px;
	border-radius: 5px;
	background: #72716E;
}
.availableIndicator.available{
	background: rgba(0, 128, 1, 0.05);
	display: flex;
}
.availableIndicator.available::before{
	background: #008001;
}
.newProductCard .buttonsWrapper{
	display: flex;
	gap: 9px;
	margin-top: 40px;
	width: 100%;
}
.nButton.small{
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1.2px;
	padding: 18px
}
.nButton.smallest{
	font-size: 10px;
	letter-spacing: 1.0px;
	padding: 13px 20px;
	display: inline-block;
	line-height: 1;
}
.nButton.withIcon{
	display: inline-flex;
	gap: 7px;
	align-items: center;
}
.nButton.withIcon .buttonIcon{
	width: 12px;
	height: 10px;
}
.nButton.withIcon.smallIcon .buttonIcon{
	width: 9px;
	height: 9px;
	margin-top: -1px;
}
.nButton.withIcon .buttonIcon .content{
	width: calc(100% - 19px);
}
.nButton.withIcon.smallIcon .buttonIcon .content{
	width: calc(100% - 16px);
}
.nButton.withIcon .buttonIcon svg{
	width: 100%;
	height: 100%;
}
.nButton.withIcon .buttonIcon svg path{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.nButton.withIcon:hover .buttonIcon svg path{
	stroke: #0F1B2C;
}
.nButton.withIcon.notStroke:hover .buttonIcon svg path{
	stroke: initial;
	fill: #0F1B2C;
}
.newProductCard .buttonsWrapper .nButton{
	width: calc(50% - 4.5px);
}
.newProductCard #yaSplit{
	margin: 20px 0 40px 0;
}
.newProductCard .accordeonsWrapper{
	margin-top: 28px;
}
.newProductCard .accordeonItem{
	border-bottom: 1px solid #ECEAE7;
}
.newProductCard .accordeonItem:last-of-type{
	border: unset;
}
.newProductCard .accordeonItem .aTitle{
	padding: 24px 0;
	font-family: "Orchidea", "Arial", sans-serif;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.newProductCard .accordeonItem .aTitle::after{
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	background: url("../img/svg/small-down.svg") no-repeat center;
	background-size: contain;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.newProductCard .accordeonItem .content{
	display: none;
	font-size: 14px;
	line-height: 16px;
	color: #72716E;
	margin: 4px 0 28px 0;
}
.newProductCard .accordeonItem .content b{
	color: #1E1E1E;
	font-family: "Orchidea", "Arial", sans-serif;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.2px;
	margin: 30px 0 10px 0;
	display: block;
	font-weight: 500;
}
.newProductCard .accordeonItem .content b:first-of-type{
	margin-top: 0;
}
.newProductCard .accordeonItem.active .aTitle::after{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.newProductCard .accordeonItem .aTitle.extendedView::after{
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.newProductCard .accordeonItem.active .content{
	display: block;
	
}
.specsTable .specRow{
	background: #F9F9F9;
	padding: 12px 16px;
	display: flex;
	column-gap: 10px;
}
.specsTable .specRow:nth-of-type(2n){
	background: #fff;
}
.specsTable .specRow .name{
	width: 44%;
}
.specsTable .specRow .name.long{
	width: 100%;
}
.specsTable .specRow .value{
	width: 56%;
	color: #1E1E1E;
}
.allFilters.extendedContent{
	width: 720px;
}
.allFilters.extendedContent .extendedContentItem{
	display: none;
	padding-top: 34px;
}
.allFilters.extendedContent .allFiltersInnerWrapper .aboutSubTitle{
	font-family: "Orchidea", "Arial", sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 32px;
}
.allFilters.extendedContent .allFiltersOuterWrapper{
	max-height: calc(100vh - 48px);
}
.allFilters.extendedContent .allFiltersInnerWrapper{
	border-top: 1px solid #ECEAE7;
	font-family: "Circe", "Arial", sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0;
	color: #1E1E1E;
}
.aboutBig .twoColumns .tcRow{
	display: flex;
	gap: 40px;
	margin-bottom: 48px;
	align-items: center;
}
.aboutBig .twoColumns .tcRow .column{
	width: 300px;
}
.allFilters.extendedContent .twoColumns *{
    letter-spacing: 0;
}
.sciControlItem.ownSizeControl{
	display: none;
}
.newProductCard .skuControlItemWrapper .sciControlItems.disabled .sciControlItem{
	border-color: #ECEAE7;
	color: #ECEAE7;
	cursor: default;
}
.ownSizeCaption{
	font-size: 14px;
	line-height: 16px;
	color: #72716E;
	margin-top: 10px;
	display: none;
}
.ownSizeCaption span{
	color: #1E1E1E;
}
.newProductCard .quickBuyLink{
	display: block;
}
.nQuantity{
	width: calc(50% - 4.5px);
	position: relative;
	display: none;
}
.nQuantity .nQuantityWrapper{
	border-radius: 40px;
	background: rgba(191, 192, 199, 0.1);
	padding: 10px;
	height: 60px;
}
.nQuantity .nQuantityWrapper input[type="text"]{
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #72716E;
	letter-spacing: 1.4px;
}
.nQuantity .inputWrapper{
	height: 100%;
	position: relative;
}
.nQuantity .nNumberInputControl{
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #ECEAE7;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	top: 0;
	text-indent: -99999px;
	cursor: pointer;
}
.nQuantity .nNumberInputControl.minus{
	left: 0;
}
.nQuantity .nNumberInputControl.plus{
	right: 0;
}
.nQuantity .nNumberInputControl:hover{
	border-color: #4E76C6;
}
.nQuantity .nNumberInputControl.plus::before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: url("../img/svg/nplus.svg") no-repeat center;
	background-size: contain;
}
.nQuantity .nNumberInputControl.minus::before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: url("../img/svg/nminus.svg") no-repeat center;
	background-size: contain;
}
.nQuantity .nNumberInputControl.minus.delete::before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url("../img/svg/ntrash.svg") no-repeat center;
	background-size: contain;
}
.newProductCard .addToCartButton{
	max-height: 60px;
}
.addToCartButton .activeLink{
	display: none;
}
.addToCartButton.active{
	padding-top: 11px;
	padding-bottom: 9px;
}
.addToCartButton.active .defaultState{
	display: none;
}
.addToCartButton.active .activeLink{
	display: block;
	text-indent: 0;
	color: #fff;
}
.addToCartButton.active .activeLink span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	font-family: "Circe", "Arial", sans-serif;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0;
}
.newProductCard .notAvailableCaptions{
	width: 100%;
	margin-top: 8px;
}
.newProductCard .notAvailableCaptions .infoBlock{
	margin: 12px 0 0 0;
	display: none;
}
.newProductCard .notAvailableCaptions .infoBlock .infoBlockWrapper .description{
	margin-bottom: 0;
}
.fixedProductInfo{
	position: fixed;
	width: 100%;
	/* height: 72px; */
	background: #fff;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	-webkit-box-shadow: 0px -10px 128px 0px rgba(0,0,0,0.1); 
	box-shadow: 0px -10px 128px 0px rgba(0,0,0,0.1);
	bottom: -50vh;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.fixedProductInfo.active{
	bottom: 0;
}
.fixedProductInfo .imageAndTitle{
	display: flex;
	align-items: center;
	gap: 20px;
}
.newProductPage .fixedProductInfo .product-price_new{
	padding: 10px
}
.fixedProductInfoWrapper{

	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.fixedProductInfoWrapper .fixedProductInfoWrapperWithPadding{
	padding: 13px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fTitleAndControls{
	display: flex;
	align-items: center;
}
.fixedProductInfo .specItem img{
	border-radius: 5px;
	width: 28px;
	height: 28px;
	display: block;
}
.fixedProductInfoWrapper .img{
	width: 45px;
	height: 45px;
}
.fixedProductInfo .fTitle{
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	color: #1E1E1E;
	letter-spacing: 0.1px;
	margin-right: 8px;
}
.fixedProductInfo .fSelectedSpecs{
	display: flex;
	gap: 18px;
	font-size: 12px;
	line-height: 16px;
	margin-right: 24px;
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
}
.fixedProductInfo .fSelectedSpecs .specItemTitle{
	font-family: "Circe", "Arial", sans-serif;
	font-weight: 300;
}
.fixedProductInfo .fSelectedSpecs .specItemTitle span{
	margin-left: 4px;
	color: #72716E;
}
.fixedProductInfo .product-price-value{
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.1px;
}
.fixedProductInfo .buttonsWrapper{
	margin-left: 16px;
	display: flex;
	gap: 16px;
	align-items: center;
}
.fixedProductInfo .nButton.small{
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 1px;
	padding: 16px 40px;
}
.fixedProductInfo .nButton.small.active{
	padding: 10px 31px;
}
.fixedProductInfo .addToCartButton.active .activeLink span{
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0;
	margin-top: 2px;
}
.fixedProductInfo .nQuantity{
	width: 96px;
}
.fixedProductInfo .nQuantity .nQuantityWrapper{
	height: 33px;
	padding: 0;
	border-radius: unset;
	background: unset;
}
.fixedProductInfo .nQuantity .nNumberInputControl{
	width: 32px;
	height: 32px;
}
.fixedProductInfo .nQuantity .nNumberInputControl.minus::before,
.fixedProductInfo .nQuantity .nNumberInputControl.plus::before{
	width: 8px;
	height: 8px;
}
.fixedProductInfo .nQuantity .nNumberInputControl.minus.delete::before{
	width: 12px;
	height: 12px;
}
.fixedProductInfo .nQuantity .nQuantityWrapper input[type="text"]{
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1.2px;
}
.cartNotification{
	position: fixed;
	top: 72px;
	right: -500px;
	max-width: 100%;
	width: 388px;
	z-index: 999;
	background: rgba(15, 27, 44, 0.9);
	color: #fff;
	backdrop-filter: blur(4px);
	padding: 20px;
	font-size: 14px;
	line-height: 16px;
}
.cartNotificationWrapper{
	display: flex;
	gap: 20px;
}
.cartNotificationWrapper .img{
	width: 80px;
	height: 80px;
}
.cartNotificationWrapper .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.notificationTitleAndIcon{
	display: flex;
	align-items: center;
	gap: 8px;
}
.notificationTitleAndIcon svg{
	width: 12px;
	height: 12px;
}
.notificationTitle{
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.1px;
	margin: 16px 0 14px 0;
	max-height: 42px;
	overflow: hidden;
	max-width: 213px;
}
.cartNotification .specs{
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center;
}
.cartNotification .specs img{
	width: 16px;
	height: 16px;
	border-radius: 3px;
}
.cartNotification .closeButton{
	width: 24px;
	height: 24px;
	cursor: pointer;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.1) url("../img/filters/close_white.svg") no-repeat center;
	background-size: 8px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: absolute;
	right: 20px;
	top: 20px;
}
.cartNotification .closeButton:hover{
	background-color: rgba(255, 255, 255, 0.2);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.complectWithThisProduct{
	/* margin-top: 73px; */
}
.complectWithThisProductWrapper{
	background: #F9F9F9;
	padding: 30px 20px 20px 20px;
}
.cpTitleWrapper{
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpTitleWrapper .cpTitle{
	text-transform: uppercase;
	font-family: "Orchidea", "Arial", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 2.0px;
}
.cpTitleWrapper .complectTitle{
	display: flex;
	align-items: center;
	gap: 20px;
}
.cpTitleWrapper .complectTitle .img{
	width: 53px;
	height: 53px;
	border-radius: 3px;
	overflow: hidden;
}
.cpTitleWrapper .complectTitle .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cpTitleWrapper .complectTitle .text{
	font-family: "Orchidea", "Arial", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.1px;
	color: rgba(30, 30, 30, 0.5);
	max-width: 321px;
	text-align: right;
}
.complectWithThisProductInnerWrapper{
	margin-top: 12px;
	border-radius: 5px;
	background: rgba(78, 118, 198, 0.05);
	padding: 20px;
}
.complectWithThisProductInnerWrapper .products{
	display: flex;
	align-items: stretch;
	gap: 5px;
}
.complectWithThisProductInnerWrapper .products .productItem{
	width: 25%;
	min-height: 380px;
	background: #fff;
	padding: 16px;
	position: relative;
}
.complectWithThisProductInnerWrapper .products .productItem img{
	display: block;
	width: 105px;
	border-radius: 5px;
	border: 1px solid #ECEAE7;
	margin-bottom: 20px;
}
.complectWithThisProductInnerWrapper .products .productItem a{
	font-family: "Orchidea", "Arial", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.1px;
	color: #1E1E1E;
	text-decoration: none;
}
.complectWithThisProductInnerWrapper .products .productItem a:hover{
	text-decoration: underline;
}
.complectWithThisProductInnerWrapper .products .productItem .sciControlItems{
	margin-top: 12px;
}
.complectWithThisProductInnerWrapper .products .productItem .staticControlItem{
	font-size: 12px;
	line-height: 16px;
	margin-top: 8px;
}
.complectWithThisProductInnerWrapper .sciControlItems{
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
}
.complectWithThisProductInnerWrapper .sciControlItem{
	font-size: 12px;
	line-height: 16px;
	color: #72716E;
	border-radius: 40px;
	padding: 6px 10px;
	border: 1px solid #ECEAE7;
	background: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.complectWithThisProductInnerWrapper .sciControlItem:hover{
	border-color: #4E76C6;
}
.complectWithThisProductInnerWrapper .sciControlItem.disabled{
	cursor: default;
	opacity: 0.4;
}
.complectWithThisProductInnerWrapper .sciControlItem.selected{
	color: #1E1E1E;
	background: rgba(78, 118, 198, 0.1);
	border-color: #4E76C6;
}
.smallQuantity{
	width: 96px;
}
.smallQuantity .smallQuantityWrapper{
	height: 32px;
}
.smallQuantity .smallQuantityWrapper input[type="text"]{
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 22px;
	color: #72716E;
	letter-spacing: 1.4px;
}
.smallQuantity .inputWrapper{
	height: 100%;
	position: relative;
}
.smallQuantity .sNumberInputControl{
	width: 32px;
	height: 32px;
	border-radius: 32px;
	border: 1px solid #ECEAE7;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	top: 0;
	text-indent: -99999px;
	cursor: pointer;
}
.smallQuantity .sNumberInputControl.minus{
	left: 0;
}
.smallQuantity .sNumberInputControl.plus{
	right: 0;
}
.smallQuantity .sNumberInputControl:hover{
	border-color: #4E76C6;
}
.smallQuantity .sNumberInputControl.plus::before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: url("../img/svg/nplus.svg") no-repeat center;
	background-size: contain;
}
.smallQuantity .sNumberInputControl.minus::before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: url("../img/svg/nminus.svg") no-repeat center;
	background-size: contain;
}
.smallQuantity .sNumberInputControl.minus.delete::before{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: url("../img/svg/ntrash.svg") no-repeat center;
	background-size: contain;
}
.complectWithThisProductInnerWrapper .products .productItem .smallQuantity{
	position: absolute;
	left: 16px;
	bottom: 16px;
}
.complectWithThisProduct .totalPriceAndButtons .totalPrice{
	margin-right: 20px;
}
.complectWithThisProduct .totalPriceAndButtons .smallQuantity.allProductComplect{
	margin-right: 8px;
	display: none;
}
.complectWithThisProduct .totalPriceAndButtons .totalPrice span{
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
}
.complectWithThisProduct .totalPriceAndButtons .totalPrice{
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 2.0px;
}
.complectWithThisProduct .totalPriceAndButtons{
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
	align-items: center;
	position: relative;
}
.addProductComplectToCart{
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1.2px;
	max-height: 60px;
}
.addProductComplectToCart .activeLink{
	display: none;
}
.addProductComplectToCart.active{
	padding-top: 11px;
	padding-bottom: 9px;
	padding-left: 40px;
	padding-right: 40px;
}
.addProductComplectToCart.active .defaultState{
	display: none;
}
.addProductComplectToCart.active .activeLink{
	display: block;
	text-indent: 0;
	color: #fff;
}
.addProductComplectToCart.active .activeLink span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	font-family: "Circe", "Arial", sans-serif;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0;
}
.totalPriceAndButtons .smallQuantity{
	width: 150px;
	position: relative;
	/* display: none; */
}
.totalPriceAndButtons .smallQuantity .smallQuantityWrapper{
	border-radius: 40px;
	background: rgba(191, 192, 199, 0.1);
	padding: 10px;
	height: 60px;
}
.totalPriceAndButtons .smallQuantity .smallQuantityWrapper input[type="text"]{
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #72716E;
	letter-spacing: 1.4px;
}
.totalPriceAndButtons .smallQuantity .inputWrapper{
	height: 100%;
	position: relative;
}
.totalPriceAndButtons .smallQuantity .sNumberInputControl{
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #ECEAE7;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	top: 0;
	text-indent: -99999px;
	cursor: pointer;
}
.totalPriceAndButtons .smallQuantity .sNumberInputControl.minus{
	left: 0;
}
.totalPriceAndButtons .smallQuantity .sNumberInputControl.plus{
	right: 0;
}
.totalPriceAndButtons .smallQuantity .sNumberInputControl:hover{
	border-color: #4E76C6;
}
.totalPriceAndButtons .smallQuantity .sNumberInputControl.plus::before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: url("../img/svg/nplus.svg") no-repeat center;
	background-size: contain;
}
.totalPriceAndButtons .smallQuantity .sNumberInputControl.minus::before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: url("../img/svg/nminus.svg") no-repeat center;
	background-size: contain;
}
.totalPriceAndButtons .smallQuantity .sNumberInputControl.minus.delete::before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url("../img/svg/ntrash.svg") no-repeat center;
	background-size: contain;
}
.totalPriceAndButtons .infoBlock{
	position: absolute;
	left: 0;
	width: auto;
	margin-top: 14px;
}
.totalPriceAndButtons .infoBlock .infoBlockWrapper{
	display: flex;
	gap: 16px;
}
.totalPriceAndButtons .infoBlock .infoBlockWrapper .icon{
	width: 30px;
	height: 30px;
	min-width: 30px;
	border-radius: 30px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.totalPriceAndButtons .infoBlock .infoBlockWrapper .infoTitle{
	font-family: "Orchidea", "Arial", sans-serif;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.1px;
	color: #1E1E1E;
	margin-bottom: 16px;
}
.totalPriceAndButtons .infoBlock .infoBlockWrapper .description{
	font-size: 14px;
	line-height: 16px;
	color: #72716E;
}
.totalPriceAndButtons .infoBlock .infoBlockWrapper .description span{
	color: #1E1E1E;
}
.complectVariations{
	margin: 0 0 40px 0;
}
.cvTitle{
	font-size: 14px;
	line-height: 16px;
	color: #72716E;
	margin-bottom: 12px;
}
.newProductCard .complectVariationsWrapper{
	background: #F9F9F9;
}
.newProductCard .complectVariationsWrapper .cartItems{
	gap: 0;
}
.newProductCard .complectVariationsWrapper .cartItems .cartItem{
	padding: 20px;
	width: 100%;
}
.newProductCard .complectVariationsWrapper .cartItems .cartItem:last-of-type{
	border: unset;
}
.newProductCard .complectVariationsWrapper .cartItem .img{
	width: 105px;
	height: 105px;
	margin-right: 15px;
	border: 1px solid #ECEAE7;
	border-radius: 5px;
	overflow: hidden;
}
.newProductCard .complectVariationsWrapper .cartItem .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newProductCard .complectVariations .cartItemInfo .cartItemTitle{
	margin-bottom: 0;
}
.newProductCard .complectVariations .cartItemInfo .cartItemTitle a{
	font-family: "Orchidea", "Arial", sans-serif;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.1px;
	color: #1E1E1E;
}
.newProductCard .complectVariations .cartItemInfo .params .paramsItem{
	font-family: "Circe", "Arial", sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0;
	color: #72716E;
	border: 1px solid #ECEAE7;
	height: auto;
	padding: 6px 10px;
	margin: 0;
	text-transform: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.newProductCard .complectVariations .cartItemInfo .params .paramsItem:hover{
	border-color: #4E76C6;
}
.newProductCard .complectVariations .cartItemInfo .params .paramsItem.selected{
	background: rgba(78, 118, 198, 0.1);
	border-color: #4E76C6;
	color: #1E1E1E;
}
.newProductCard .complectVariations .cartItemInfo .params{
	margin: 12px 0 0 0;
	gap: 4px;
}
.complectWithThisProductInnerWrapper .products .productItem.disabled a,
.newProductCard .complectVariationsWrapper .cartItem.disabled .cartItemInfo .cartItemTitle a{
	/* color: #BFC0C7; */
}
.complectWithThisProductInnerWrapper .products .productItem.disabled .params,
.complectWithThisProductInnerWrapper .products .productItem.disabled .quantity,
.complectWithThisProductInnerWrapper .products .productItem.disabled .price,
.newProductCard .complectVariationsWrapper .cartItem.disabled .cartItemInfo .params,
.newProductCard .complectVariationsWrapper .cartItem.disabled .cartItemInfo .quantity,
.newProductCard .complectVariationsWrapper .cartItem.disabled .cartItemInfo .price{
	display: none;
}
body .nButton.complectAddButton{
	position: absolute;
	bottom: 0;
	display: none;
}
.cartItem.disabled .complectAddButton,
.productItem.disabled .complectAddButton{
	display: inline-flex;
}
.complectWithThisProductInnerWrapper .productItem.disabled .sciControlItem,
.newProductCard .complectVariationsWrapper .cartItem.disabled .cartItemInfo .params .paramsItem{
	color: #BFC0C7;
}
.complectWithThisProductInnerWrapper .productItem.disabled .sciControlItem.selected,
.newProductCard .complectVariationsWrapper .cartItem.disabled .cartItemInfo .params .paramsItem.selected{
	color: #72716E;
	border-color: #BFC0C7;
	background: unset;
}
.newProductCard .complectVariationsWrapper .quantity{
	width: 96px;
	position: relative;
	margin-top: 16px;
}
.newProductCard .complectVariationsWrapper .quantity .quantityWrapper{
	border-radius: 0px;
	background: unset;
	padding: 0;
	height: 32px;
}
.newProductCard .complectVariationsWrapper .quantity .quantityWrapper input[type="text"]{
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 22px;
	color: #72716E;
	letter-spacing: 1.2px;
	background: unset;
}
.newProductCard .complectVariationsWrapper .quantity .inputWrapper{
	height: 100%;
	position: relative;
	width: 100%;
}
.newProductCard .complectVariationsWrapper .quantity .numberInputControl{
	width: 32px;
	height: 32px;
	border-radius: 33px;
	border: 1px solid #ECEAE7;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	top: 0;
	text-indent: -99999px;
	cursor: pointer;
	padding: 0;
}
.newProductCard .complectVariationsWrapper .quantity .numberInputControl.minus{
	left: 0;
}
.newProductCard .complectVariationsWrapper .quantity .numberInputControl.plus{
	right: 0;
}
.newProductCard .complectVariationsWrapper .quantity .numberInputControl:hover{
	border-color: #4E76C6;
}
.newProductCard .complectVariationsWrapper .quantity .numberInputControl.plus::before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: url("../img/svg/nplus.svg") no-repeat center;
	background-size: contain;
}
.newProductCard .complectVariationsWrapper .quantity .numberInputControl.minus::before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: url("../img/svg/nminus.svg") no-repeat center;
	background-size: contain;
}
.newProductCard .complectVariationsWrapper .quantity .numberInputControl.minus.delete::before{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: url("../img/svg/ntrash.svg") no-repeat center;
	background-size: contain;
}
.newProductCard .complectVariationsWrapper .cartItemInfo .price{
	display: none;
}
.addProductComplectToCart.disabled,
.addProductComplectToCart.disabled:hover{
	border-color: #ECEAE7;
	background: #ECEAE7;
	color: #72716E;
	cursor: default;
}
.productContentBlock{
	margin-top: 60px;
}
.tac{
	text-align: center;
}
.productContentBlock .title{
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	color: #1E1E1E;
	letter-spacing: 2.0px;
	text-transform: uppercase;
	padding: 40px 0 29px 0;
	margin: 0;
}
.coloredContentBlock{
	background: #F9F9F9;
}
.mb5{
	margin-bottom: 5px;
}
.twoColumnsContent{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.twoColumnsContent .column{
	width: calc(50% - 2.5px);
}
.packageInfo .img img{
	display: block;
}
.packageInfo .packageContent{
	padding: 40px 78px 44px 78px;
}
.packageInfo .packageContent .subtitle{
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: #1E1E1E;
	letter-spacing: 0.1px;
	margin-bottom: 8px;
}
.packageInfo .packageContent .caption{
	font-size: 14px;
	line-height: 16px;
	color: #72716E;
}
.productContentBlock .description{
	margin-top: 27px;
	font-size: 18px;
	line-height: 24px;
}
.packageInfo .packageContent .price{
	margin-top: 16px;
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	color: #4E76C6;
	letter-spacing: 0.1px;
}
.packageInfo .packageContent .price span{
	font-weight: 300;
	font-family: "Circe", "Arial", sans-serif;
}
.qualityInfo .content{
	padding: 0 40px 40px 40px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.individualInfo .contentWrapper{
	padding: 48px 0;
	max-width: 682px;
	margin: 0 auto;
}
.individualInfo .subtitle{
	opacity: 0.5;
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
}
.individualInfo .title{
	padding: 16px 0 0 0;
}
.individualInfo .description{
	margin-bottom: 40px;
}
.individualInfo .nButton{
	padding: 19px 44px;
	line-height: 20px;
	letter-spacing: 1.4px;
}
.thisItemCollectionBlock{
	margin-top: 100px;
	background-size: cover;
	background-position: top right;
	width: 100%;
}
.thisItemCollectionBlock .bgMobile{
	display: none;
}
.thisItemCollectionBlockWrapper{
	padding: 40px;
	max-width: 50%;
}
.thisItemCollectionBlock .subtitle{
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: #fff;
	opacity: 0.5;
	letter-spacing: 0.1px;
	margin-bottom: 16px;
}
.thisItemCollectionBlock .ticTitle{
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	color: #fff;
	letter-spacing: 2.0px;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.thisItemCollectionBlock .ticDescription{
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}
.thisItemCollectionBlock .ticButtonsWrapper{
	margin-top: 94px;
	display: flex;
	align-items: center;
	gap: 40px;
}
.thisItemCollectionBlock .ticButtonsWrapper a{
	display: inline-block;
	letter-spacing: 1.4px;
}
.thisItemCollectionBlock .ticButtonsWrapper a:hover{
	color: #fff;
}
.thisItemCollectionBlock .ticButtonsWrapper .nButton{
	padding-left: 79px;
	padding-right: 79px;
}
.thisItemCollectionBlock .ticButtonsWrapper .taleLink{
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	gap: 8px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.thisItemCollectionBlock .ticButtonsWrapper .taleLink::before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url("../img/svg/tale.svg") no-repeat center;
	background-size: contain;
}
.thisItemCollectionBlock .ticButtonsWrapper .taleLink:hover{
	opacity: 0.8;
}
.thisItemCollectionBlock.constructorLink{
	background-image: url("../img/constructor.jpg");
}
.thisItemCollectionBlock.constructorLink .subtitle{
	color: #1E1E1E;
	opacity: 1;
}
.thisItemCollectionBlock.constructorLink .ticButtonsWrapper{
	margin-top: 40px;
}
.thisItemCollectionBlock.constructorLink .ticDescription{
	color: #1E1E1E;
	font-size: 14px;
	line-height: 16px;
}
.lociItems{
	display: none;
}
.lociItems.active{
	display: block;
}
.likeOtherColorsItems{
	margin-top: 100px;
	position: relative;
}
.lociTitle{
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 2.0px;
	color: #72716E;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.lociTitle.active{
	color: #1E1E1E;
}
.lociTitles{
	display: flex;
}
.lociTitles .lociTitle{
	cursor: pointer;
	padding: 20px 30px 0 30px;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
}
.lociTitles .lociTitle.active{
	border-right: 1px solid #ECEAE7;
	border-left: 1px solid #ECEAE7;
	border-top: 1px solid #ECEAE7;
}
.otherProductsSlider .product{
	margin: 0 13px;
}
.otherProductsSlider .slick-list{
	margin: 0 -13px;
}
.otherProductsSlider .slick-arrow{
	width: 50px;
	height: 50px;
	position: absolute;
	text-indent: -9999px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #ECEAE7;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 200px;
	z-index: 9;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.otherProductsSlider .slick-arrow:hover{
	background: #ECEAE7;
}
.otherProductsSlider .slick-arrow::before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-size: contain;
	background-position: center;
}
.otherProductsSlider .slick-arrow.slick-prev{
	left: -25px;
}
.otherProductsSlider .slick-arrow.slick-next{
	right: -25px;
}
.otherProductsSlider .slick-arrow.slick-prev::before{
	background-image: url("../img/svg/small-left_.svg");
}
.otherProductsSlider .slick-arrow.slick-next::before{
	background-image: url("../img/svg/small-right_.svg");
}
.likeOtherColorsItems .seeAllLink{
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1.4px;
	color: #4E76C6;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 18px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.likeOtherColorsItems .seeAllLink:hover{
	opacity: 0.8;
}
.reviewsOnProductPage .reviews-section__slider-one{
	max-width: 320px;
}
.reviews-section.reviewsOnProductPage .review-item__media-slider{
	height: 400px;
}
.reviewsOnProductPage .reviews-section__info{
	margin-top: 18px;
}
.reviewsOnProductPage .reviews-section__text{
	margin-bottom: 18px;
}
.reviewsOnProductPage .review-item__photo{
	margin-right: 14px;
}
.reviewsOnProductPage .reviews-section__info .review-item__name{
	letter-spacing: 1.4px;
}
.reviewsOnProductPage .reviews-section__title{
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 2.0px;
	color: #1E1E1E;
}
.reviewsOnProductPage .reviews-section__link{
	letter-spacing: 1.4px;
	color: #4E76C6;
	margin-right: 30px;
}
.reviewsOnProductPage .reviews-section__link:last-child{
	margin-right: 0;
}
.reviewsOnProductPage .reviews-section__link::after{
	display: none;
}
.reviewsOnProductPage .reviews-section__top-line{
	margin-bottom: 40px;
}
.reviewsOnProductPage.reviews-section{
	padding-top: 32px;
	margin-bottom: 100px;
}
.newProductCard .product-header.adaptive{
	display: none;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 2.0px;
	text-transform: uppercase;
	margin-bottom: 24px;
	font-weight: 500;
	font-family: "Orchidea", "Arial", sans-serif;
}
.fixedProductInfoWrapper.mobile{
	display: none;
}
.smallCollectionInfo{
	position: absolute;
	-webkit-box-shadow: 0px -10px 128px 0px rgba(0,0,0,0.1); 
	box-shadow: 0px -10px 128px 0px rgba(0,0,0,0.1);
	padding: 30px;
	background: #fff;
	margin-top: 8px;
	left: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
	z-index: -1;
}
.smallCollectionInfoWrapper{
	display: flex;
	gap: 26px;
}
.smallCollectionInfoWrapper .img{
	width: 80px;
	height: 80px;
}
.smallCollectionInfoWrapper .img img{
	max-width: 100%;
}
.smallCollectionInfo .description{
	font-size: 14px;
	line-height: 16px;
	color: #72716E;
	margin-bottom: 20px;
	font-weight: 300;
}
.smallCollectionInfo .descriptionAndButton{
	width: calc(100% - 106px);
}
.smallCollectionInfo .descriptionTitle{
	font-weight: 500;
	font-family: "Orchidea", "Arial", sans-serif;
	color: #1E1E1E;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.1px;
	margin-bottom: 16px;
}
.skuControlItemWrapper.static.noAdd .sciValue:hover .smallCollectionInfo{
	z-index: 99;
	opacity: 1;
}
.choosePackage{
	position: relative;
}
.choosePackage .chpTitle{
	font-size: 14px;
	line-height: 16px;
	color: #72716E;
	margin-bottom: 12px;
}
.choosePackage .cpItem{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 19px;
	background: #fff;
	border-bottom: 1px solid #ECEAE7;
	cursor: pointer;
}
.choosePackage .cpItem.cpSelectedItem{
	padding: 20px 24px;
	background: #F9F9F9;
	border: unset;
}
.choosePackage .cpItem:last-of-type{
	border: unset;
}
.choosePackage .cpItem .checkboxAndTitle{
	display: flex;
	align-items: center;
}
.choosePackage .cpItem .priceAndImage{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.cpOptionsWrapper{
	-webkit-box-shadow: 0px -10px 128px 0px rgba(0,0,0,0.1); 
	box-shadow: 0px -10px 128px 0px rgba(0,0,0,0.1);
	display: none;
	position: absolute;
	width: 100%;
	z-index: 99;
}
.choosePackage .cpItem .customCheckbox{
	margin-right: 17px;
}
.choosePackage .cpItem .optionPrice{
	font-weight: 500;
	font-family: "Orchidea", "Arial", sans-serif;
	color: #72716E;
	font-size: 14px;
	letter-spacing: 0.1px;
}
.choosePackage .cpItem .optionImage img{
	display: block;
}
.choosePackage .cpItem .optionImage{
	margin-left: 20px;
	border-radius: 4px;
	border: 1px solid #ECEAE7;
	overflow: hidden;
	width: 60px;
	height: 60px;
}
.cpDropdownIndicator{
	margin-left: 20px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	border: 1px solid #ECEAE7;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.choosePackage.active .cpDropdownIndicator{
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.choosePackage .cpItem:hover .cpDropdownIndicator{
	border-color: #4E76C6;
}

.choosePackage .cpItem .optionTitle{
	font-weight: 500;
	font-family: "Orchidea", "Arial", sans-serif;
	color: #1E1E1E;
	font-size: 14px;
	letter-spacing: 0.1px;
	max-width: 110px;
}
.priceAndAvailable{
	flex-wrap: wrap;
}
.priceAndAvailable .chpTitle{
	width: 100%;
	margin-bottom: 12px;
}
.newProductPage .product-price_new{
	padding: 18px;
	background: rgba(189, 172, 154, 0.2);
	color: #BDAC9A;
}
.cvTitleAndWhatsInside{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 18px;
	margin-bottom: 12px;
}
.cvTitleAndWhatsInside .cvTitle{
	margin-bottom: 0;
}
.whatsInside{
	color: #4E76C6;
	border-bottom: 1px dotted #4E76C6;
	padding-bottom: 1px;
	font-weight: 500;
	font-family: "Orchidea", "Arial", sans-serif;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1.0px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.whatsInside:hover{
	color: #0F1B2C;
	border-color: #0F1B2C;
}
.typicalComplects{
	padding: 20px;
	background: #F9F9F9;
	display: flex;
	gap: 17px;
	margin-bottom: 40px;
}
.typicalComplects .typicalSize{
	cursor: pointer;
}
.typicalComplects .typicalSize .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.typicalComplects .typicalSize .image{
	width: 105px;
	height: 105px;
	margin: 8px 0 14px 0;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #ECEAE7;
}
.typicalComplects .typicalSize .tvTitle{
	font-weight: 500;
	font-family: "Orchidea", "Arial", sans-serif;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.1px;
	color: #1E1E1E;
	margin-bottom: 12px;
}
.newPrice{
	padding: 10px;
	background: rgba(189, 172, 154, 0.2);
	color: #BDAC9A;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.1px;
	display: inline-block;
}
.newPrice span{
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
}
.customCheckboxes.likeSquares .customCheckbox{
	border-radius: 5px;
}
.newComplectVariationsWrapper{
	display: none;
	position: relative;
}
.newProductCard .newComplectVariationsWrapper .infoBlock.likePopup{
	margin-top: 30px;
}
.newComplectVariationsWrapper.active{
	display: block;
}
.whatsInsideContentWrapper{
	margin: 30px 0 20px 0;
}
.whatsInsideContentItem{
	margin-bottom: 20px;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	align-items: center;
}
.whatsInsideContentItem:last-of-type{
	margin-bottom: 0;
}
.whatsInsideContentItem img{
	max-width: 100%;
}
.whatsInsideContentItem .column1{
	width: 230px;
}
.whatsInsideContentItem .column2{
	width: calc(100% - 270px);
}
.whatsInsideContentItem .whatsInsideContentItemTitle{
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.3px;
	margin-bottom: 13px;
}
.whatsInsideContentItem .likeTable{
	display: flex;
	flex-wrap: wrap;
	row-gap: 8px;
	position: relative;
}
.whatsInsideContentItem .likeTable .row .tColumn2{
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
	font-size: 10px;
	line-height: 130%;
	letter-spacing: 0.8px;
}
.whatsInsideContentItem .likeTable .row .tColumn3{
	color: #72716E;
}
.whatsInsideContentItem .likeTable .row{
	width: 100%;
	background: #F9F9F9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 10px;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0;
	margin: 0;
}
.whatsInsideContentItem .likeTable .row .column{
	letter-spacing: 0;
}
.whatsInsideContentItem .likeTable .row:nth-of-type(2n){
	background: #fff;
}
.whatsInsideContentItem .likeTable .row .tColumn2{
	width: 50px;
}
.whatsInsideContentItem .likeTable .row .tColumn1{
	width: 100px;
}

.allFilters.extendedContent.whatsInsideContent{
	width: 613px;
}
.fTitleAndPrice .product-price_new{
	display: inline-flex;
}
.getComplectWithThisProduct{
	margin-top: 100px;
}
.getComplectWithThisProductHead{
	background: #F9F9F9;
	text-align: center;
	padding: 40px 28px 32px 28px;
	margin-bottom: 28px;
}
.getComplectWithThisProductHead .gcTitleItem{
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #72716E;
}
.getComplectWithThisProductHead .gcTitle{
	text-transform: uppercase;
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 2.0px;
	margin-bottom: 10px;
}
.complectCard{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 18px;
}
.complectCard .productContent{
	width: 33.48%;
}
.complectCard .image{
	width: 62.39%;
}
.thisProductBadge{
	position: absolute;
	padding: 4px 6px;
	border-radius: 4px;
	background: rgba(78, 118, 198, 0.2);
	color: #4E76C6;
	font-size: 12px;
	line-height: 16px;
	right: 0;
	bottom: 0;
}
.newProductCard{
	position: relative;
}
.newProductCard .imagesWrapper.is-fixed {
  position: fixed;
  z-index: 9;
}

.newProductCard .imagesWrapper.is-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
#yaSplit2 .ya-pay-widget{
	margin-bottom: 0 !important;
	display: block !important;
}
.fixedProductInfoWrapper.complectWithThisProduct{
	display: none;
}
.fixedProductInfoWrapper{
	overflow: hidden;
}
.fixedProductInfoWrapper.noPadding{
	/* padding: 0; */
}


@media screen and (min-width: 992px){
	.fixedProductInfo.buttonHidden .buttonsWrapper{
		display: none;
	}
	.fixedProductInfo.buttonHidden .fixedProductInfoWrapper.complectWithThisProduct .buttonsWrapper{
		display: flex;
	}
	.fixedProductInfoWrapper.complectWithThisProduct.buttonHidden .buttonsWrapper{
		display: none;
	}
}
@media screen and (max-width: 1700px){
	.b24-widget-button-position-bottom-right {
    right: 16px !important;
    bottom: 116px !important;
	}
}
@media screen and (max-width: 1460px){
	.otherProductsSlider .slick-arrow{
		top: 160px;
	}
	.fixedProductInfoWrapper{
		max-width: 1162px;
	}
}
@media screen and (max-width: 1210px){
	.newProductCard{
		gap: 24px;
	}
	.complectWithThisProduct{
		/* margin-top: 12px; */
	}
	.newProductCard .productContent,
	.newProductCard .images{
		width: 100%;
	}
	.newProductCard .product-header.adaptive{
		display: block;
	}
	.productContent .product-header{
		display: none;
	}
	.fixedProductInfoWrapper {
		max-width: 932px;
	}
	.infoBlocksWrapper{
		width: 100%;
	}
	.qualityInfo img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.thisItemCollectionBlockWrapper{
		max-width: 100%;
	}
	.thisItemCollectionBlock{
		background-position: top left;
	}
	.lociTitle{
		font-size: 16px;
		letter-spacing: 1.6px;
	}
	.otherProductsSlider .slick-arrow {
		top: 122px;
	}
	.complectWithThisProductInnerWrapper .products .productItem{
		min-width: 220px;
	}
	.complectWithThisProductInnerWrapper .products{
		overflow-x: auto;
		max-width: 100%;
	}
	.products.customScrollbar{
		padding-bottom: 10px !important
	}
}
@media screen and (max-width: 991px){
	
	.fixedProductInfo .addToCartButton.active{
		display: none;
	}
	.fixedProductInfo .fSelectedSpecs{
		display: none;
	}
	.fixedProductInfoWrapper {
		max-width: 722px;
	}
	.fixedProductInfoWrapper .img{
		display: none;
	}
	.otherProductsSlider .slick-arrow {
		top: 143px;
	}
	.fTitleAndControls{
		width: 100%;
    justify-content: flex-end;
	}
}
@media screen and (max-width: 768px){

	.constructorLink.thisItemCollectionBlock br{
		display: none;
	}
	.constructorLink.thisItemCollectionBlock .ticButtonsWrapper{
		margin: 78px 0 0 0 !important;
	}
	.constructorLink.thisItemCollectionBlock .ticButtonsWrapper .nButton{
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		text-align: center;
	}
	.whatsInsideContentItem .whatsInsideContentItemTitle{
		font-size: 14px;
		line-height: 100%;
		letter-spacing: 0.1px;
	}
	.whatsInsideContentItem{
		margin-bottom: 40px;
	}
	.whatsInsideContentItem:last-of-type {
    margin-bottom: 0;
	}
	.newComplectVariations{
		max-width: 430px;
	}
	.complectVariations{
		padding: 0;
	}
	.typicalComplects .typicalSize .image{
		width: 88px;
		height: 88px;
	}
	.whatsInsideContentItem .column1{
		width: 170px;
	}
	.whatsInsideContentItem .column2{
		width: calc(100% - 182px);
	}
	.whatsInsideContentItem{
		gap: 12px;
	}
	.allFilters.extendedContent.whatsInsideContent{
		width: 100vw;
	}
	.newProductCard .morePhotos > div:nth-child(n+5):not(.allImages){
		display: none;
	}
	.newProductCard .morePhotos > div{
		padding: 3px;
		width: 76px;
		height: 76px;
	}
	.newProductCard .morePhotos .allImagesButton::before{
		width: 16px;
		height: 16px;
		top: 12px;
	}
	.newProductCard .morePhotos .allImagesButton .text{
		bottom: 13px;
	}
	.newProductCard .images.vertical{
		flex-direction: column;
	}
	.newProductCard .images.vertical .morePhotos{
		width: auto;
	}
	.newProductCard .images.vertical .mainPhoto{
		width: 100%;
	}
	.newProductPage .breadcrumbs{
		padding-top: 72px !important
	}
	.newProductPage .newBreadcrumbs .breadcrumbs-item a{
		justify-content: start;
	}
	.newProductCard{
		margin-top: 0;
	}
	.newProductCard .product-header.adaptive{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: 1.1px;
		margin-bottom: 0;
	}
	/* .newProductCard .mainPhoto .slick-list {
		overflow: visible !important;
		padding-right: 40px;
	} */

  .newProductCard .mainPhoto .slick-slide {
		margin-right: 5px;
	}
	.newProductCard .mainPhoto.slick-initialized.slick-slider::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 9;
		position: absolute;
		left: -100%;
	}
	.newProductCard {
		gap: 28px;
	}
	.newProductCard .skuControlItemWrapper.static .sciTitle{
		width: 32%;
	}
	.newProductCard .skuControlItemWrapper.static .sciValue{
		width: 67%;
	}
	.linkItem .canBeHidden{
		display: none;
	}
	.newProductCard .allSpecsLink{
		display: none;
	}
	.infoBlock .content{
		width: 100%;
	}
	.productContent .priceAndAvailable{
		/* border-top: 1px solid #ECEAE7; */
	}
	.productContent .buttonsWrapper .nQuantity,
	.productContent .buttonsWrapper .addToCartButton.ld-over-inverse{
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
	.newProductCard .buttonsWrapper .nButton{
		width: 100%;
	}
	.specsTable .specRow .name{
		width: 35%;
	}
	.specsTable .specRow .value{
		width: 64%;
	}
	.fixedProductInfoWrapper.desktop{
		display: none;
	}
	.allFilters.extendedContent .allFiltersWrapper{
		padding-top: 0;
	}
	.allFilters.extendedContent .fTitle{
		margin-top: 26px;
	}
	.allFilters.extendedContent{
		width: 100%;
	}
	.allFilters.extendedContent .allFiltersOuterWrapper{
		max-height: 100vh;
	}
	.aboutBig .twoColumns .tcRow .column{
		width: 100%;
	}
	.aboutBig .twoColumns .tcRow{
		flex-wrap: wrap;
		gap: 30px;
		margin-bottom: 40px;
	}
	.allFilters.extendedContent .twoColumns img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.aboutBig .twoColumns .tcRow:nth-of-type(2n) {
		flex-direction: column-reverse;
	}
	.productContentBlock{
		margin-top: 40px;
	}
	.productContentBlock .title{
		font-size: 14px;
		line-height: 140%;
		padding: 24px 0 20px 0;
	}
	.packageInfo .mb5{
		margin-bottom: 0;
	}
	.packageInfo .twoColumnsContent{
		flex-wrap: wrap;
	}
	.packageInfo .twoColumnsContent .column{
		width: 100%;
	}
	.packageInfo .packageContent{
		padding: 28px 21px 94px 21px;
		height: 100%;
	}
	.productContentBlock .description{
		font-size: 14px;
		line-height: 16px;
		margin-top: 24px;
	}
	.packageInfo .packageContent .price{
		margin-top: 12px;
		font-family: 'Circe', Arial;
		font-size: 14px;
		line-height: 16px;
		font-weight: 300;
	}
	.twoColumnsContent .slick-arrow{
		width: 50px;
		height: 50px;
		position: absolute;
		text-indent: -9999px;
		border-radius: 50px;
		background: transparent;
		border: 1px solid #ECEAE7;
		display: flex;
		align-items: center;
		justify-content: center;
		bottom: 20px;
		z-index: 9;
		left: 50%;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.twoColumnsContent .slick-arrow:hover{
		background: #ECEAE7;
	}
	.twoColumnsContent .slick-arrow::before{
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		background-size: contain;
		background-position: center;
	}
	.twoColumnsContent .slick-arrow.slick-prev{
		margin-left: -55px;
	}
	.twoColumnsContent .slick-arrow.slick-next{
		margin-right: -55px;
	}
	.twoColumnsContent .slick-arrow.slick-prev::before{
		background-image: url("../img/svg/small-left_.svg");
	}
	.twoColumnsContent .slick-arrow.slick-next::before{
		background-image: url("../img/svg/small-right_.svg");
	}
	.twoColumnsContent .slick-arrow .progress-ring {
		position: absolute;
		top: -2px;
		left: -2px;
		width: 52px;
		height: 52px;
		transform: rotate(-90deg);
		pointer-events: none;
	}

	.twoColumnsContent .slick-arrow .progress-ring__fill {
		fill: none;
		stroke: #4E76C6;
		stroke-width: 1;
		stroke-dasharray: 150.8;
		stroke-dashoffset: 150.8;
	}

	.twoColumnsContent .slick-arrow.is-filling .progress-ring__fill {
		transition: stroke-dashoffset 5s linear;
		stroke-dashoffset: 0;
	}
	
	.productContentBlock.individualInfo,
	.productContentBlock.qualityInfo{
		margin-top: 16px;
	}
	.productContentBlock.qualityInfo{
		text-align: center;
	}
	.productContentBlock.qualityInfo .description{
		margin-top: 0;
	}
	.qualityInfo .twoColumnsContent .column{
		width: 100%;
	}
	.qualityInfo .twoColumnsContent img{
		height: 120px;
	}
	.individualInfo .subtitle{
		font-size: 14px;
	}
	.individualInfo .title{
		font-size: 14px;
		padding: 0;
		margin: 12px 0 20px 0;
	}
	.individualInfo .description{
		margin: 0 0 28px 0;
	}
	.individualInfo .contentWrapper{
		padding: 28px 20px;
	}
	.thisItemCollectionBlock{
		margin-top: 40px;
		position: relative;
	}
	.thisItemCollectionBlock .bgMobile{
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.thisItemCollectionBlockWrapper{
		position: relative;
		z-index: 2;
		padding: 24px 20px 26px 20px;
	}
	.thisItemCollectionBlock .subtitle{
		font-size: 14px;
		line-height: 16px;
		padding: 0 4px;
		margin-bottom: 12px;
	}
	.thisItemCollectionBlock .ticTitle{
		font-size: 14px;
		line-height: 140%;
		letter-spacing: 1.4px;
		margin-bottom: 16px;
		padding: 0 4px;
	}
	.thisItemCollectionBlock .ticDescription{
		font-size: 14px;
		line-height: 18px;
	}
	.thisItemCollectionBlock .ticButtonsWrapper{
		margin-top: 210px;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}
	.thisItemCollectionBlock .ticButtonsWrapper a{
		width: 100%;
	}
	.thisItemCollectionBlock .ticButtonsWrapper .taleLink{
		justify-content: center;
	}
	.likeOtherColorsItems{
		margin-top: 40px;
	}
	.lociTitle{
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 1.4px;
		margin-bottom: 20px;
	}
	.lociTitles .lociTitle{
		padding: 20px 20px 0 20px;
	}
	.otherProductsSlider .product{
		margin: 0 10px;
	}
	.otherProductsSlider .slick-list{
		margin: 0 -10px;
	}
	.otherProductsSlider .hoverImageItem{
		display: none !important;
	}
	.otherProductsSlider .hoverImageItem.active{
		display: block !important
	}
	.constructorLink .thisItemCollectionBlockWrapper{
		padding: 24px 24px 26px 24px;
	}
	.thisItemCollectionBlock.constructorLink .subtitle{
		font-size: 16px;
		line-height: 100%;
		padding: 0;
		margin-bottom: 16px;
	}
	.thisItemCollectionBlock.constructorLink .ticButtonsWrapper{
		margin-bottom: 78px;
	}
	.thisItemCollectionBlock.constructorLink{
		background-image: url("../img/constructor_mobile.jpg");
		background-position: center;
	}
	.reviewsOnProductPage.reviews-section{
		/* padding-top: 0; */
	}
	.reviewsOnProductPage .reviews-section__links {
		padding-left: 0;
		position: absolute;
		bottom: 60px;
		flex-wrap: wrap;
		gap: 12px;
	}
	.reviewsOnProductPage .reviews-section__links *{
		display: block;
		width: 100%;
	}
	.reviewsOnProductPage .reviews-section__top-line{
		margin-bottom: 20px;
	}
	.reviewsOnProductPage.reviews-section{
		margin-bottom: 0;
		padding-bottom: 116px;
		position: relative;
	}
	.complectWithThisProductWrapper{
		padding: 24px 16px
	}
	.complectWithThisProductInnerWrapper{
		padding: 0;
		background: transparent;
	}
	.cpTitleWrapper{
		padding: 0;
		text-align: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.cpTitle{
		width: 100%;
		margin-bottom: 12px;
		font-size: 14px;
		line-height: 140%;
		letter-spacing: 1.4px;
	}
	.complectTitle{
		justify-content: center;
		text-align: center;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.complectTitle .text{
		width: 100%;
		gap: 12px;
	}
	.complectWithThisProductInnerWrapper .products .productItem{
		height: 310px;
		min-height: unset;
	}
	.complectWithThisProduct .totalPriceAndButtons{
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.complectWithThisProduct .totalPriceAndButtons .totalPrice{
		width: 100%;
		margin: 0 0 16px 0;
		font-size: 24px;
		letter-spacing: 2.4px;
	}
	.complectWithThisProduct .totalPriceAndButtons{
		margin-top: 24px;
	}
	.complectWithThisProductInnerWrapper .products .productItem {
		min-width: 181px;
		width: 181px;
	}
	.complectWithThisProductInnerWrapper .sciControlItems.withAllSizes .sciControlItem{
		order: 2;
	}
	.complectWithThisProductInnerWrapper .sciControlItems.withAllSizes .sciControlItem.selected{
		order: 1;
	}
	.sciControlItems.sizes-list{
		display: flex;
		gap: 4px;
		flex-wrap: wrap;
	}
	.sciControlItems.sizes-list .sciControlItem{
		font-size: 12px;
		line-height: 16px;
		color: #72716E;
		border-radius: 40px;
		padding: 6px 10px;
		border: 1px solid #ECEAE7;
		background: #fff;
		cursor: pointer;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.sciControlItems.sizes-list .sciControlItem:hover{
		border-color: #4E76C6;
	}
	.sciControlItems.sizes-list .sciControlItem.disabled{
		cursor: default;
		opacity: 0.4;
	}
	.sciControlItems.sizes-list .sciControlItem.selected{
		color: #1E1E1E;
		background: rgba(78, 118, 198, 0.1);
		border-color: #4E76C6;
	}
	.all-sizes-fancybox .fancybox__backdrop{
		background: rgba(78, 118, 198, 0.7);
	}
	.custom-all-sizes-modal{
		width: 303px;
	}
	.all-sizes-fancybox .fancybox__content{
		padding: 20px;
	}
	.all-sizes-fancybox .modal-close-custom{
		width: 32px;
    height: 32px;
    border-radius: 32px;
    position: absolute;
    top: 16px;
    right: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
		text-indent: -9999px;
	}
	.all-sizes-fancybox .modal-close-custom::after{
		content: '';
		display: block;
		width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 24px;
    background: #F5F3F0 url("../img/filters/close.svg") no-repeat center;
    background-size: 8px;
	}
	.all-sizes-fancybox .modal-title{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: 1.4px;
		padding-bottom: 20px;
		margin-bottom: 24px;
		border-bottom: 1px solid #ECEAE7;
		padding-top: 0;
	}
	.all-sizes-fancybox .modal-actions{
		margin-top: 30px;
		display: flex;
		gap: 8px;
	}
	.sciControlItem.allSizes{
		color: #4E76C6;
	}
	.fixedProductInfo{
		bottom: 0;
		top: unset;
		border: unset;
		background: transparent;
		padding-top: 0;
		height: auto;
		z-index: 10151;
	}
	.fixedProductInfo::before{
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 39px;
		background: #FFF;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
		top: -39px;
		left: 0;
	}
	.fixedProductInfoWrapper{
		display: block;
		position: relative;
		padding-bottom: 0;
	}
	.fixedProductInfoWrapper{
		
		background: #fff;
		/* padding: 7px 15px 15px 15px; */
		align-items: flex-end;
	}
	.fixedProductInfoWrapper > div{
		padding: 7px 15px 15px 15px !important;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.fixedProductInfoWrapper > div > div{
		width: 49.5%;
	}
	.newProductPage .fixedProductInfo .product-price_new {
    padding: 10px;
    position: absolute;
    left: 16px;
    bottom: 15px;
	}
	.fixedProductInfo .imageAndTitle {
    align-items: flex-start;
    /* height: 58px; */
    height: 77px;
	}
	.fixedProductInfoWrapper .fTitle{
		font-size: 12px;
		line-height: 100%;
		letter-spacing: 0.1px;
		color: #72716E;
		margin-bottom: 0;
		margin-right: 0;
		height: 24px;
	}
	.fixedProductInfo .buttonsWrapper{
		margin-left: 0;
	}
	.fixedProductInfo .totalPrice span{
		font-family: "Orchidea", "Arial", sans-serif;
    font-weight: 500;
	}
	.fixedProductInfo .totalPrice,
	.fixedProductInfo .product-price-value{
		font-size: 19px;
		line-height: 100%;
		letter-spacing: 0.8px;
	}
	.fixedProductInfo .nButton.small{
		width: 100%;
		height: 100%;
		text-align: center;
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 1.2px;
		height: 60px;
		display: flex;
		align-items: center;
		padding-top: 0;
		padding-bottom: 0;
		justify-content: center;
	}
	.fixedMainProduct{
		display: flex;
	}
	.fixedComplectInProduct{
		display: none;
	}
	.fixedProductInfoWrapper.mobile .fixedProductInfoInnerWrapper > div{
		width: 100%;
		align-items: center;
	}
	.fixedProductInfoWrapper.mobile .fixedProductInfoInnerWrapper > div > div{
		width: 50%;
	}
	.fixedProductInfo .nButton.active{
		display: none;
	}
	.fixedProductInfo .smallQuantity{
		display: none;
	}
	.fixedProductInfo .nButton{
		padding-top: 0;
		padding-bottom: 0;
		height: 60px;
		display: flex;
		align-items: center;
	}
	.fixedProductInfo .smallQuantity .smallQuantityWrapper{
		height: 60px;
	}
	.fixedProductInfo .smallQuantity,
	.fixedProductInfo .nQuantity{
		width: 100%;
	}
	.fixedProductInfo .smallQuantity .smallQuantityWrapper,
	.fixedProductInfo .nQuantity .nQuantityWrapper{
		border-radius: 40px;
    background: rgba(191, 192, 199, 0.1);
    padding: 10px;
    height: 60px;
	}
	.fixedProductInfo .smallQuantity .sNumberInputControl,
	.fixedProductInfo .nQuantity .nNumberInputControl{
		width: 40px;
    height: 40px;
	}
	.fixedProductInfo .smallQuantity .sNumberInputControl.minus::before,
	.fixedProductInfo .smallQuantity .sNumberInputControl.plus::before,
	.fixedProductInfo .nQuantity .nNumberInputControl.minus::before,
	.fixedProductInfo .nQuantity .nNumberInputControl.plus::before{
		width: 10px;
		height: 10px;
	}
	.fixedProductInfo .smallQuantity .sNumberInputControl.minus.delete::before,
	.fixedProductInfo .nQuantity .nNumberInputControl.minus.delete::before{
		width: 14px;
		height: 14px;
	}
	.fixedProductInfo .smallQuantity .smallQuantityWrapper input[type="text"],
	.fixedProductInfo .nQuantity .nQuantityWrapper input[type="text"]{
		font-size: 14px;
    line-height: 22px;
    letter-spacing: 1.4px;
	}
	.cartNotification{
		top: 52px;
	}
}
@media screen and (max-width: 576px){
	main.category .newProductPage > .container{
		padding-left: 16px;
		padding-right: 16px;
	}
	.otherProductsSlider .slick-list{
		overflow: visible !important;
		padding-right: 48px;
	}
	.otherProductsSlider.slick-initialized.slick-slider::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 9;
		position: absolute;
		left: -100%;
	}
	.lociTitles .lociTitle {
		padding: 12px 12px 0 12px;
		font-size: 12px;
	}
	.reviewsOnProductPage{
		padding-left: 16px;
		padding-right: 16px;
	}
	.reviewsOnProductPage .reviews-section__link{
		margin: 0;
	}
	.reviewsOnProductPage .reviews-section__links{
		bottom: 30px;
	}
	.cartNotification{
		max-width: calc(100% - 24px);
	}
}
@media screen and (max-width: 420px){
	.whatsInsideContentItem .likeTable .row .tColumn1,
	.whatsInsideContentItem .likeTable .row .tColumn2{
		width: 100%;
	}
	.whatsInsideContentItem .likeTable .row .tColumn3 {
    color: #72716E;
    position: absolute;
    right: 12px;
	}
}
@media screen and (max-width: 374px){
	.fixedProductInfo .nButton.small{
		font-size: 10px;
	}
}