

/* Start:/bitrix/templates/mkws/components/bitrix/catalog/catalog/style.css?17569003635953*/
.catalog {
	display: flex;
	flex-flow: row wrap;
	margin-top: 10px;
}

.catalog > * {
	width: 100%;
}

.catalog .catalogLeft {
	width: 248px;
}


.catalog .catalogRight {
	width: calc(100% - 248px);
	padding-left: 52px;
	position: relative;
}

.catalogSections {
	width: 100%;
}

.catalogBlockMenu > a {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #333333;
	display: block;
	width: 100%;
	margin-bottom: 24px;
}

.catalogBlockMenu ul {
	padding: 0;
	list-style: none;
	margin: 0 0 40px;
}

.catalogBlockMenu ul a {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #999999;
}

.catalogBlockMenu ul li {
	margin-bottom: 24px;
}

.showMore {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #7692F2;
	cursor: pointer;
}

.catalogFastLinks {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 38px;
}
.catalogFastLinks a {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #333333;
	background: #ECF8F7;
	border-radius: 24px;
	padding: 12px 16px;
	margin: 4px;
	text-decoration: none;
}


.catalogFastLinks a.active {
	background: #25C7BD;
	padding-right: 36px;
	color: #FFFFFF;
	position: relative;
}

.closeFastLink {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.closeFastLink:before {
	content: '';
	position: absolute;
	height: 2px;
	background: #fff;
	transform: matrix(-0.71, -0.71, -0.71, 0.71, 0, 0);
	width: 100%;
	top: 7px;
	left: 0;
}

.closeFastLink:after {
	content: '';
	position: absolute;
	height: 2px;
	transform: rotate(-45deg);
	width: 100%;
	background: #fff;
	top: 7px;
	left: 0;
}

.checkFilter {
	margin: 0 -4px 20px;
	justify-content: left!important;
}

.checkFilterProps {
	background: #E01A49;
	border-radius: 24px;
	padding: 12px 16px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin: 4px;
	position: relative;
	padding-right: 36px;
}



@keyframes rotateInfinity {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
.loading_screen {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: hsla(0,0%,100%,.7);
}
.hide {
	display: none;
}
.loading_screen .loading,
.catalog.preload:before {
	content: '';
	border-color: #25C7BD rgba(137,143,151,.2) rgba(137,143,151,.2) #25C7BD;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: rotateInfinity .7s linear infinite;
	animation: rotateInfinity .7s linear infinite;
	box-sizing: border-box;
	border-style: solid;
	border-radius: 100px;
	width:38px;
	height:38px;
	line-height:32px;
	border-width:3px;
	-webkit-animation-duration:.75s;
	animation-duration:.75s;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	position: absolute;
	z-index: 300;
}

.catalogRight.preload:after,
.catalog.preload:after {
	content: '';
	background: hsla(0,0%,100%,.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%!important;
	height: 100%!important;
}


.catalogFilterDelete {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.catalogFilterDelete:before {
	content: '';
	position: absolute;
	height: 2px;
	background: #fff;
	transform: matrix(-0.71, -0.71, -0.71, 0.71, 0, 0);
	width: 100%;
	top: 7px;
	left: 0;
}

.catalogFilterDelete:after {
	content: '';
	position: absolute;
	height: 2px;
	transform: rotate(
			-45deg
	);
	width: 100%;
	background: #fff;
	top: 7px;
	left: 0;
}

.section_sort select {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 4px;font-family: Gilroy;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	color: #333333;
	padding: 16px;

}

.showFilter {
	display: none;
}


.catalogRightBlockTop {
	margin-bottom: 32px;
}
@media (max-width: 1280px) {
	.sectionsList a {
		width: calc(33.33% - 20px);
	}

	.catalogFastLinks {
		justify-content: left;
	}

	.newsSliderItemBig > a, .newsSliderItemBig > div {
		height: 270px;
	}
}
@media (max-width: 768px) {
	.catalog .catalogLeft {
		width: 100%;
	}
	.catalog .catalogRight {
		width: 100%;
		padding-left: 0;
	}
	.catalogFastLinks {
		white-space: nowrap;
		overflow: auto;
		flex-wrap: nowrap;
		margin-bottom: 28px;
		margin-right: -34px;
		padding-bottom: 10px;
		width: calc(100% + 34px);
	}

	.showFilter {
		display: block;
	}

	.section_sort {
		width: calc(50% - 5px);
	}

	.section_sort select {
		width: 100%;
	}

	.showFilter {
		width: calc(50% - 5px);
		background: #25C7BD;
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 16px 24px;
		font-weight: 600;
		font-size: 18px;
		line-height: 21px;
		text-align: center;
		letter-spacing: 0.03em;
		color: #FFFFFF;
	}

	.showFilter svg {
		margin-right: 10px;
	}
}

@media (max-width: 640px) {
	.showFilter svg {
		margin-right: 0;
	}
	.showFilter {
		font-size: 0;
		width: 48px;
		padding: 10px 8px;
	}
	.catalog .catalogSection .catalogItem {
		width: 100%!important;
	}
	.section_sort {
		width: calc(100% - 68px);
	}

	.section_sort select {
		padding: 10px 8px 10px 12px;
		font-weight: 600;
	}

	.catalog .catalogSection .catalogItemImg {
		padding: 0 40px 48px;
		height: 194px;
	}

	.catalog .catalogSection .catalogItemImg img {
		max-height: 100%;
	}

	.catalog .catalogSection .wishBtn {
		right: 0;
	}
	.catalog .catalogSection .catalogItemLabels {
		top: auto;
		bottom: 0;
	}

	.bx-pagination .bx-pagination-container ul li.bx-pag-next a span,
	.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span{
		font-size: 0;
	}

	.catalogFastLinks {
		margin-right: -20px;
		width: calc(100% + 20px);
	}
}

/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/catalog/catalog/bitrix/catalog.element/mkws2/style.css?175690040836886*/
a.productCard__buy.amanatBtn {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #ffffff;
    border: 1px solid #cf084e;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px;
    justify-content: center;
    margin-bottom: 24px;
    cursor: pointer;
    background: #cf084e;
    background: linear-gradient(135deg, #cf084e 58.79%, #c70247 100%);
}

a.productCard__buy.amanatBtn span:after {
    content: '';
    display: inline-block;
    background-image: url(/images/amanat.png);
    width: 16px;
    height: 16px;
    background-size: cover;
    margin-left: 10px;
    background-color: #fff;
    border-radius: 100%;
    position: relative;
    top: 2px;
}

.wantToWaCons {
	display: table;
	margin: 20px 0;
	background: #35a510;
    padding: 5px 20px;
    border-radius: 4px;
    color: #fff;
}

.wantToWaCons:hover {
	color: #fff;
}

a.wantToWaCons:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/bitrix/templates/mkws/components/bitrix/catalog/catalog/bitrix/catalog.element/mkws2/images/wa-icon.png);
	background-size: cover;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.ProductImg {
	width: 66%;
}

.ProductInfo {
	width: 33%;
	padding-left: 20px;
	position: relative;
}

.ProductFlex {
	flex-flow: row wrap;
	display: flex;
	margin-bottom: 70px;
}


.ProductPrice {
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	color: #333333;
	display: flex;
	flex-flow: row wrap;

}

.ProductPrice > div:first-child {
	margin-right: 10px;
}

.ProductPriceOld {
	color: #CCCCCC;

	text-decoration: line-through;
}

.ProductEvents {
	display: flex;
	flex-flow: row wrap;
}
.compareBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 150px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #333333;
	margin-right: 24px;
}

.compareBtn.active {
	max-width: none;
}

.compareBtn.active svg {
	fill: #333333;
}

.ProductImg .wishBtn {
	position: relative;
	right: auto;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 150px;
}

.ProductImg .wishBtn path {
	stroke: #333333;
}
.ProductImg .wishBtn svg,
.compareBtn svg {
	margin-right: 18px;
}

.ProductSlider {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 40px;
	position: sticky;
	top: 40px;
}

.ProductSliderControlList {
	width: 100px;
}

.ProductSliderImg {
	width: 98px!important;
	height: 98px;
	opacity: 0.5;
	display: flex!important;
	justify-content: center;
	align-items: center;
	border: 1px solid transparent;
	box-sizing: border-box;
	border-radius: 4px;
}


.ProductSliderBig {
	width: calc(100% - 100px);
}

.ProductSliderBigItem {
	padding-top: 100%;
	width: 100%;
	position: relative;
}

.ProductSliderBigItem > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}


.ProductSliderControlList .slick-slide.slick-current .ProductSliderImg {
	opacity: 1;
	border: 1px solid #333333;
}

.ProductScuTitle {
	color: #333333;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.ProductScu {
	margin-bottom: 24px;
}

.ProductScu ul {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	padding: 0;
	margin: 8px 0 0;
}
.ProductScu ul li {
	padding: 4px;
}
.ProductScu ul li:not(.ProductScuImg) div,
.ProductScu ul li:not(.ProductScuImg) a {
	height: 60px;
}

.ProductScu ul li > a {
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.02em;
	color: #333333;
	padding: 15px 10px;
}

.ProductScu ul li > div {
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.02em;
	color: #333333;
	padding: 15px 10px;
	cursor: no-drop;
	opacity: 0.3;
	position: relative;
}
.ProductScu ul li > div img {
	max-height: 100%;
}
.ProductScu ul li[disabled] > div:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: transparent;
	background-image: linear-gradient(to bottom right, transparent 49%, #CCCCCC, transparent 51%);
	background-repeat: no-repeat;
}

.ProductScuImg > a,
.ProductScuImg > div {
	width: 80px;
	height: 80px;
}

.ProductScu ul li.current > div {
	border: 2px solid #FF0000;
	opacity: 1;
	color: #333333;

}

.ProductBrand {
	position: absolute;
	right: 0;
	top: -60px;
}

.ProductBrand img {
	opacity: 0.2;
}

.ProductLabelsBlock {
	max-width: 82%;
}

.ProductCredit {
	font-weight: 600;
	letter-spacing: 0.02em;
	margin-bottom: 16px;
}


.stars {
	cursor: pointer;
}


.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
	text-align: left;
}
.rating > span {
	display: inline-block;
	position: relative;
	width: 1.1em;
	color: #a9a9a9;
}
.rating > span:hover,
.rating > span:hover ~ span {
	color: transparent;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
	content: "\2605";
	position: absolute;
	left: 0;
	color: #ED8A19;
	right: 0;
	font-size: 20px;
	top: 0;
	line-height: 18px;
}

#rating {
	width: 320px;
	border-radius: 4px;
	box-shadow: 0 0 2px 1px #333333;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
}
#rating div { float: left; }
#rating p { margin: 0; padding: 0; }
.param {
	width: 110px;
	margin: 0 20px 0 0;
	text-align: right;
}
.param, .rating, #summ { line-height: 28px; }
.stars, #sum_stars { background: url(/bitrix/templates/mkws/components/bitrix/catalog/catalog/bitrix/catalog.element/mkws2/images/stars.svg); z-index: 2;}
.stars, #sum_stars, .progress-line, #sum_progress {
	width: 160px;
	height: 32px;
	cursor: pointer;
	position: absolute;
}
.progress-line {
	background: #FFC107;
	top: 0;
	z-index: 1;
	left: 0;
	margin: 0;
	width: 60%;
	max-width: 180px;
}

.subscribe-button {
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #7692F2;
	margin: 8px 0 26px!important;
	position: relative;
	padding-left: 26px;
}

.subscribe-button.disabled {
	color: #ccc;
	cursor: not-allowed;
}

.subscribe-button:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background: url("/bitrix/templates/mkws/components/bitrix/catalog/catalog/bitrix/catalog.element/mkws2/images/alarm.svg") center no-repeat;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.subscribe-button.disabled:before {
	background: url("/bitrix/templates/mkws/components/bitrix/catalog/catalog/bitrix/catalog.element/mkws2/images/alarm_g.svg") center no-repeat;
}
.flexSubscribe {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.buttonFoundCheaper {
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #7692F2;
	margin: 8px 0 26px 16px;
}

.productBlockName {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #333333;
	margin-bottom: 10px;
}

.characterBlock {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #999999;
	margin-bottom: 24px;
}

.characterBlock table,
.characterBlock tbody {
	display: block;
}

.characterBlock tr {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.characterBlock tr:before {
	content: '......................................................................................................................................................';
	position: absolute;
	left: 0;
	right: 0;
	color: #999999;
	width: 100%;
	bottom: 0;
}
.characterBlock tr td:first-child {
	padding-right: 5px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.characterBlock tr td:last-child {
	padding-left: 5px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.deliveryBlockList {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #999999;
}

.deliveryBlockList > div {
	margin-bottom: 8px;
}

.ProductTabsInfo > div {
	display: none;
}


.ProductTabsInfo > div.active {
	display: flex;
	flex-flow: row wrap;
	width: 65%;
	padding-right: 35px;
}

.ProductTabs {
	display: flex;
	flex-flow: row wrap;
	border-bottom: 1px solid #F1F1F1;
}
.ProductTabs > div {
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	color: #999999;
	padding: 0 40px 24px;
	position: relative;
	margin-bottom: -3px;
	cursor: pointer;
}

.ProductTabs > div.active {
	color: #333333;
	border-bottom: 3px solid #FF0000;
	border-radius: 1px;

}

.detailTextD {
	font-size: 14px;
	line-height: 22px;
	position: relative;
	max-height: 255px;
	overflow: hidden;
	margin-bottom: 20px;
}

.detailTextD.active {
	max-height: none;
}

.detailBanner {
	width: 35%;
	display: block!important;
}

.ProductTabsInfo {
	padding-top: 43px;
	display: flex;
	flex-flow: row wrap;
	padding-bottom: 100px;
}

.detailTextShow {
	color: #7692F2;
	cursor: pointer;
}

.ProductCharacteristics  ul {
	column-width: 48%;
	column-count: 2;
	column-gap: 4%;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #999999;
	width: 100%;
}

.ProductCharacteristics  ul li {
	display: flex;
	width: 100%;
	justify-content: space-between;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.ProductCharacteristics  ul li > div:first-child {
	padding-right: 5px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.ProductCharacteristics  ul li > div:last-child {
	padding-left: 5px;
	background: #fff;
	position: relative;
	z-index: 2;
	max-width: 70%;
	text-align: right;
}

.ProductCharacteristics  ul li:before {
	content: '......................................................................................................................................................';
	position: absolute;
	left: 0;
	right: 0;
	color: #999999;
	width: 100%;
	top: 0;
}

.productButtons {
	display: flex;
	flex-flow: row wrap;
	margin: 0 0 16px;
}

.productItemBtn {
	background: #FF0000;
	border-radius: 4px;
	padding: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	width: 100%;
	border: none;
	cursor: pointer;
}

.productItemBtn svg {
	margin-right: 16px;
}

.productItemBtn.active {
	width: 50%;
	border-radius: 0px 4px 4px 0px;
}

.productButtons a {
	background: #A6D85D;
	border-radius: 4px 0px 0px 4px;
	padding: 11px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	width: 50%;
	flex-flow: row wrap;
	box-sizing: border-box;
}

.productButtons a span {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}

.productOneClickBtn {
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FF0000;
	border: 1px solid #FF0000;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 20px;
	justify-content: center;
	margin-bottom: 24px;
	cursor: pointer;
}

.productButtons a:hover {
	color: #fff;
	background: #8db84f;
}
.paymentBlockList {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #999999;
}
.paymentBlockList,
.deliveryBlockList {
	height: 0;
	overflow: hidden;
}

.deliveryBlock .productBlockName,
.paymentBlock .productBlockName{
	cursor: pointer;
	position: relative;
	padding-right: 16px;
	display: inline-block;
}

.deliveryBlock .productBlockName:after,
.paymentBlock .productBlockName:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 6px;
	background: url("/bitrix/templates/mkws/components/bitrix/catalog/catalog/bitrix/catalog.element/mkws2/images/arr_b.svg") center no-repeat;
	right: 0;
	top: calc(50% - 2px);
}

.deliveryBlock,
.paymentBlock {
	margin-bottom: 14px;
}

.active > .paymentBlockList,
.active > .deliveryBlockList {
	height: auto;
}

.deliveryBlock.active .productBlockName:after,
.paymentBlock.active .productBlockName:after {
	transform: rotate(180deg);
}

.paymentBlockList > p {
	margin: 0 0 10px;
}

.chowMoreCharacter {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
}

.FaqsBlockLinks {
	display: flex;
	flex-flow: row wrap;
}

.FaqsBlockLinks a {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-decoration-line: underline;
	color: #999999;
	margin-right: 24px;
}

h1,.h1 {
	font-size: 36px!important;
	line-height: 44px!important;
}

.Reviews {
	width: 100%;
}

.reviewForm {
	width: 100%;
	position: relative;
}

.reviewForm.preload:before {
	content: '';
	border-color: #FF0000 rgba(137,143,151,.2) rgba(137,143,151,.2) #FF0000;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: rotateInfinity .7s linear infinite;
	animation: rotateInfinity .7s linear infinite;
	box-sizing: border-box;
	border-style: solid;
	border-radius: 100px;
	width:38px;
	height:38px;
	line-height:32px;
	border-width:3px;
	-webkit-animation-duration:.75s;
	animation-duration:.75s;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	position: absolute;
	z-index: 300;
}


.reviewForm.preload:after {
	content: '';
	background: hsla(0,0%,100%,.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%!important;
	height: 100%!important;
}

.formFieldStar {
	display: flex;
	align-self: center;
}

.formFooter {
	text-align: right;
}

.formField label {
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.03em;
	color: #333333;
	margin-bottom: 4px;
}

.formField input {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 4px;
	width: 100%;
	padding: 18px 15px;
	font-size: 16px;
	line-height: 20px;
	font-family: 'GILROY', Arial;
}

.formField textarea {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 4px;
	width: 100%;
	padding: 18px 15px;
	height: 159px;
	font-size: 16px;
	line-height: 20px;
	font-family: 'GILROY', Arial;
}

.formField {
	margin-bottom: 42px;
}

.reviewForm .description {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #999999;
}

.ReviewsEmpty {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.01em;
	color: #999999;
}
.reviewForm .flex {
	margin-bottom: 40px;
}
.reviewForm .flex > div {
	width: calc(90% - 150px);
}

.reviewForm .whiteBtn {
	padding: 12px 16px;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.05em;
	align-self: flex-end;
}

.rating .gray-line {
	background: #CCCCCC;
	width: 160px;
	height: 32px;
	cursor: pointer;
	position: absolute;
}

.FormFieldStars {
	width: 160px;
	height: 32px;
	margin-left: 16px;
}
.ReviewsItemLeft {
	width: 60px;
}
.ReviewsItemRight {
	width: calc( 100% - 60px);
	padding-left: 16px;
	display: flex;
	flex-flow: row wrap;
}
.ReviewsItemLeft:before {
	content: attr(data-name);
	background: #ECF8F7;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
	color: #8CE1DC;
}

.ReviewsItem {
	display: flex;
	margin-bottom: 36px;
}

.ReviewsItemName {
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	margin-right: 10px;
}

.ReviewsItemTime {
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #CCCCCC;
	margin-top: 1px;
}

.ReviewsItemStars {
	width: 100%;
	margin: 10px 0 21px;
}

.ReviewsItemLabel {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	margin-bottom: 4px;
}

.ReviewsItemProp {
	margin-bottom: 20px;
	width: 100%;
}

.ReviewsItemText {
	width: 100%;
}

.successReview {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.01em;
	font-weight: bold;
	padding: 40px 0;
}

.ReviewsItemStars img.gray {
	filter: grayscale(1);
}

.ReviewsShowMore  {
	width: 100%;
	margin-bottom: 80px;
}

.ProductTabsInfo > .ProductAccessories.active {
	width: 100%;
}

.ProductTabsInfo > .ProductAccessories.active ~ .detailBanner {
	display: none!important;
}

.productComplect {
	display: flex;
	flex-flow: row wrap;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
}

.productComplectItem {
	width: 25%;
	padding: 0 43px 47px;
	box-sizing: border-box;
	border-left: 1px solid #CCCCCC;
	position: relative;
}

.productComplectFull {
	width: 25%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 40px 60px;
}

.productComplectFullName {
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 32px;
}

.productComplectFullSale {
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	padding: 4px 8px;
	background: #E01A49;
	border-radius: 24px;
	box-sizing: border-box;
	margin-bottom: 16px;
	display: inline-block;
}

.productComplectFullPrice {
	width: 100%;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	color: #333333;
	margin-bottom: 30px;
}
.productComplectFullPrice > div:first-child {
	margin-right: 10px;
}
.productComplectFullPriceOld {
	font-size: 24px;
	line-height: 29px;
	color: #CCCCCC;

	text-decoration: line-through;
}

.productComplectItem a {
	width: 100%;
	display: block;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #333333;
}

.productComplectItemImg {
	text-align: center;
	margin-top: -1px;
	background: #fff;
	padding: 45px 45px 30px;
}

.productComplectItem a:not(.productComplectItemImg) {
	margin-bottom: 8px;
}

.productComplectItemPrice {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #333333;
	display: flex;
	flex-flow: row wrap;
}
.productComplectItemPrice > div:first-child {
	margin-right: 10px;
}
.productComplectItemPriceOld {
	color: #CCCCCC;
	text-decoration: line-through;
}

.productComplectItem:first-child {
	border-left: 0;
}

.productComplectFull {
	border-left: 1px solid #CCCCCC;
	position: relative;
}

.productComplectItem:before {
	content: '+';
	position: absolute;
	left: 0;
	top: 50%;
	height: 57px;
	font-weight: 200;
	font-size: 46px;
	line-height: 57px;
	color: #333333;
	background: #fff;
	transform: translate(-50%,-50%);
}
.productComplectItem:first-child:before{
	display: none;
}

.productComplectFull:before {
	content: '=';
	position: absolute;
	left: 0;
	top: 50%;
	height: 57px;
	font-weight: 200;
	font-size: 46px;
	line-height: 57px;
	color: #333333;
	background: #fff;
	transform: translate(-50%,-50%);
}

.productComplectFullBuy {
	display: inline-block;
	cursor: pointer;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	padding: 16px 24px;
	background: #FF0000;
	border-radius: 4px;
}

#popup-window-titlebar-CatalogSubscribe_main_subscribe .popup-window-titlebar-text {
	color: #333;
	font-size: 26px;
	padding: 0 30px 20px 0;
}

#CatalogSubscribe_main_subscribe.popup-window.popup-window-with-titlebar {
	padding: 30px 30px 40px;
}
#CatalogSubscribe_main_subscribe .bx-catalog-popup-message {
	font-size: 18px;
	font-weight: 400;
}

#CatalogSubscribe_main_subscribe .popup-window-buttons .btn {
	background: #FF0000;
	border-radius: 4px;
	padding: 8px 16px;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
}

.productItemBtn:hover,
#CatalogSubscribe_main_subscribe .popup-window-buttons .btn:hover {
	background: #20aba2;
}

.popup-window-close-icon:after {
	background-image: none;
	background: #333;
	height: 2px;
	width: 30px;
	transform: rotate(45deg) translateX(-50%);
	bottom: 1px;
	left: 10px;
	top: auto;
}

.popup-window-close-icon:before {
	content: '';
	position: absolute;
	background-image: none;
	background: #333;
	height: 2px;
	width: 30px;
	transform: rotate(-45deg) translateX(-50%);
	bottom: 1px;
	left: 10px;
	top: 3px;
}

#popup-window-content-CatalogSubscribe_main_subscribe {
	padding: 20px 0;
}

.ProductInfo .ProductEvents {
	display: none;
}

.ProductSliderBigItem img {
	max-height: 100%;
}

.ProductTabsInfo > .ProductAccessories.active .catalogBlock, .ProductTabsInfo > .ProductAccessories .catalogBlock {
	width: 100%;
}

/* купить в рассрочку */

.productBuyInInstallments {
	font-weight: 600;
	font-size: 18px;
	width: 100%;
	line-height: 21px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.03em;
	color: #4987E2;
	border: 1px solid #4987E2;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 20px;
	justify-content: center;
	margin-bottom: 24px;
	cursor: pointer;
	background: #FFFFFF;
}

.productBuyInInstallments:hover {
	color: #20aba2;
	background: #FFFFFF;
	border: 1px solid #20aba2;
	box-sizing: border-box;
	border-radius: 4px;
}

.modal {
	display: none; /* Скрыто по умолчанию */
	position: fixed; /* Остается на месте */
	z-index: 10; /* На переднем плане */
	left: 0;
	top: 0;
	width: 100%; /* Полная ширина */
	height: 100%; /* Полная высота */
	overflow: auto; /* Включить прокрутку при необходимости */
	background-color: rgb(0,0,0); /* Черный фон с прозрачностью */
	background-color: rgba(0,0,0,0.4); /* Черный фон с прозрачностью */
}

.modal-content {
	background-color: #fefefe;
	margin: 5% auto; /* 15% сверху и центру */
	padding: 25px;
	border: 1px solid #888;
	width: 600px; /* Ширина модального окна */
}
.modal-content1 {
	background-color: #fefefe;
	margin: 5% auto; /* 15% сверху и центру */
	padding: 25px;
	border: 1px solid #888;
	width: 300px; /* Ширина модального окна */
}
.closes {
	color: #aaa;
	float: right;
	font-size: 60px;
	font-weight: 300;
}

.closes:hover,
.closes:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}


.checkbox {
	display: none; /* Скрываем стандартный чекбокс */
}
.checkbox-label {
	cursor: pointer;
	width: 150px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 40px;
}

.modal-conteiner{
	display: flex;
	flex-direction: column;
}
.title_form{
	font-size: 14px;
	font-weight: 600;
	line-height: 16.7px;
	letter-spacing: 0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.chekbox_conteiner{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 15px;
	margin-bottom: 15px;
}
.block_chek{
	display: flex;
	width: 169px;
	height: 70px;
	border: 2px solid #E2E2E2;
	background: white;
	padding: 15px;
	border-radius: 8px;
}
.block_chek.active{
	border: 2px solid #8BC03C;
	background: #F4FFE3;
}
.chekbox_container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.checkbox1:checked + .checkbox-label {
	background-image: url('/upload/bank/Group.svg');
	background-repeat: no-repeat/* Изображение для состояния "выбран" для 1 чекбокса */
	border: 2px solid #8BC03C
}
.checkbox1 + .checkbox-label {
	background-image: url('/upload/bank/Group.svg');
	background-repeat: no-repeat/* Изображение для состояния "невыбран" для 1 чекбокса */
	border: 2px solid #8BC03C
}
.checkbox2:checked + .checkbox-label {
	background-image: url('/upload/bank/logo 1.svg');
	background-repeat: no-repeat/* Изображение для состояния "выбран" для 2 чекбокса */
	border: 2px solid #8BC03C
}
.checkbox2 + .checkbox-label {
	background-image: url('/upload/bank/logo 1.svg');
	background-repeat: no-repeat/* Изображение для состояния "невыбран" для 2 чекбокса */
}
.checkbox3:checked + .checkbox-label {
	background-image: url('/upload/bank/zet capital 1.svg');
	background-repeat: no-repeat/* Изображение для состояния "выбран" для 3 чекбокса */
}
.checkbox3 + .checkbox-label {
	background-image: url('/upload/bank/zet capital 1.svg');
	background-repeat: no-repeat/* Изображение для состояния "невыбран" для 3 чекбокса */
}
.checkbox4:checked + .checkbox-label {
	background-image: url('/upload/bank/alif.svg');
	background-repeat: no-repeat/* Изображение для состояния "выбран" для 4 чекбокса */
}
.checkbox4 + .checkbox-label {
	background-image: url('/upload/bank/alif.svg');
	background-repeat: no-repeat/* Изображение для состояния "невыбран" для 4 чекбокса */
}
.checkbox5:checked + .checkbox-label {
	background-image: url('/upload/bank/reihan.svg');
	background-repeat: no-repeat/* Изображение для состояния "выбран" для 5 чекбокса */
}
.checkbox5 + .checkbox-label {
	background-image: url('/upload/bank/reihan.svg');
	background-repeat: no-repeat/* Изображение для состояния "невыбран" для 5 чекбокса */
}

input[type="checkbox"] {
	display: none;
}
.all_check{
	display: flex;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}
/* Стили для кастомного чекбокса */
.custom-checkbox {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #9B9B9B;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	margin-right: 10px;
}

/* Стили для состояния "отмечен" */
input[type="checkbox"]:checked + .custom-checkbox {
	background-color: #9B9B9B;
	border-color: #9B9B9B;
}

/* Стили для галочки */
.custom-checkbox:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 4px 5px 0;
	transform: rotate(45deg);
	opacity: 0; /* Скрываем галочку по умолчанию */
}

/* Показать галочку, когда чекбокс отмечен */
input[type="checkbox"]:checked + .custom-checkbox:after {
	opacity: 1; /* Показываем галочку */
}

.block_price, .block_user{
	display: flex;
	gap: 20px;
}
.form_control p{
	color: #999999;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.block_price .form_control .inp{
	width: 60%;
	height: 54px;
	background: #FBFBFB;
	border-radius: 8px;
	border: 1px solid #CCCCCC;
	font-size: 18px;
	font-weight: 500;
	line-height: 21.83px;
	letter-spacing: 0.03em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding-left: 15px;
}

.block_user .form_control .inpu{
	width: 97%;
	height: 54px;
	background: #FBFBFB;
	border-radius: 8px;
	border: 1px solid #CCCCCC;
	font-size: 16px;
	font-weight: 500;
	line-height: 21.83px;
	letter-spacing: 0.03em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding-left: 15px;
}

.block_price .form_control  label{
	font-size: 18px;
	font-weight: 500;
	line-height: 21.83px;
	letter-spacing: 0.03em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}
.form_control{
	position: relative;
	width: 100%;
}

#error_name, #error_phone, #error_city, #error_bank, #error_period{
	color: red;
	font-size: 12px;
}
#error, #error_price{
	display: inline;
	position: absolute;
	font-size: 10px;
	width: 100px;
	line-height: 10px;
	left: 0;
	background: white;
	z-index: 99;
	top: 0;
	color: red;
	border: 1px solid #696969;
	padding: 5px;
}
.foot_text{
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.18000000715255737px;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 10px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.check{
	display: flex;
	margin-bottom: 15px;
	align-items: center;
}
.BuyInInstallments{
	padding: 20px;
	border-radius: 4px;
	border: 0px;
	background: #FF0000;
	color:#FFFFFF ;
	font-size: 18px;
	font-weight: 600;
	line-height: 21.47px;
	letter-spacing: 0.03em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
    cursor: pointer;
}
.chek{
	color: #000;
	border-bottom: 1px solid;
}
.mess{
	color: green;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}
@media (max-width: 768px) {
	.modal-content {
		background-color: #fefefe;
		margin: 15% auto;
		padding: 25px;
		border: 1px solid #888;
		width: 100%;

	}
	.block_price .form_control .inp {
		width: 80%;
	}
	.block_price, .block_user {
		display: flex;
		gap: 20px;
		flex-direction: column;
	}
}
@media (max-width: 450px) {
	.block_chek {
		width: 45%;
	}
	.block_price .form_control .inp {
		width: 70%;
	}
}
/* купить в рассрочку */

@media (max-width: 992px) {
	.productComplectItem {
		padding: 0 25px 16px;
	}
	.productComplectItem:first-child {
		padding: 0 16px 16px;
	}
	.productComplectItem a {
		font-size: 14px;
		line-height: 18px;
	}
	.productComplectItemImg {
		padding: 0;
	}
	.productComplectItemPrice {
		font-size: 18px;
		line-height: 22px;
	}
	.productComplectFullPrice {
		font-size: 22px;
		line-height: 27px;
	}
	.productComplectFull {
		padding: 20px 20px 20px 30px;
	}

	.productComplectFullBuy {
		font-size: 0;
		height: 49px;
		width: 100%;
		position: relative;
	}

	.productComplectFullBuy:before {
		content: attr(data-mobile);
		font-weight: 600;
		font-size: 18px;
		line-height: 21px;
		display: flex;
		align-items: center;
		text-align: center;
		letter-spacing: 0.03em;
		color: #FFFFFF;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		justify-content: center;
	}
	.productComplectFullName {
		font-size: 16px;
		line-height: 19px;
	}
}

@media (max-width: 640px) {
	.productComplectItem {
		width: 33.33%;
		border: none;
		text-align: center;
		padding: 10px 0;
	}

	.productComplectFull:before {
		top: 0;
		left: 50%;
		width: 60px;
		height: 25px;
		line-height: 25px;
		text-align: center;
	}
	.productComplectFull {
		width: 100%;
		border-left: 0;
		border-top: 1px solid #CCCCCC;
		padding: 25px 5px;
	}
	.productComplectFullName {
		display: none;
	}
	.productComplectFull > div {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
	.productComplect {
		border: none;
	}
	.productComplectFullSale {
		order: 2;
		margin-bottom: 17px;
	}

	.productComplectFullBuy {
		order: 3;
		height: 33px;
	}
	.productComplectFullPrice {
		display: flex;
		margin-right: 10px;
		margin-bottom: 17px;
		width: auto;
	}
	.productComplectFullBuy:before {
		font-size: 14px;
		line-height: 17px;

	}
	.productComplectItem a {
		font-size: 12px;
		line-height: 16px;
	}
	.productComplectItemPrice {
		justify-content: center;
		font-size: 14px;
		line-height: 17px;
	}
}

@media (max-width: 1281px) {
	.ProductInfo {
		padding-top: 50px;
		width: 45%;
	}
	.ProductBrand {
		position: relative;
		right: auto;
		top: auto;
		margin-bottom: 16px;
	}

	.ProductLabelsBlock {
		max-width: none;
		width: 182%;
	}
	.ProductEvents {
		width: 45%;
		padding-left: 20px;
	}
	.ProductImg {
		width: 55%;
		position: relative;
		z-index: 2;
	}

	.ProductSliderImg {
		width: 60px!important;
		height: 60px;
	}

	.ProductSliderControlList {
		width: 70px;
	}
	.ProductSliderBig {
		width: calc(100% - 70px);
	}

	.ProductSliderControlList.slick-vertical .slick-slide {
		padding-bottom: 8px;
	}

	.remainderLabel {
		margin-left: 0;
		margin-right: auto;
	}

	.ProductScuTitle {
		font-weight: normal;
		font-size: 14px;
		line-height: 18px;
	}

	.ProductScuImg > a, .ProductScuImg > div {
		width: 40px;
		height: 40px;
	}
	.chowMoreCharacter {
		margin-top: 5px;
		display: inline-block;
	}
	.ProductScu ul li > div {
		padding: 5px 8px;
	}
	.ProductScu {
		margin-bottom: 16px;
	}
	.ProductPrice {
		font-size: 24px;
		line-height: 29px;
	}

	.ProductTabs > div {
		font-size: 16px;
		line-height: 19px;
		padding: 0 40px 8px;
	}
	.ProductTabsInfo {
		padding-bottom: 60px;
	}
	.whyItemName {
		display: flex;
		align-items: center;
		font-weight: 400!important;
	}
	.ReviewsEmpty {
		font-size: 18px;
	}
	.ProductInfo .ProductEvents {
		display: flex;
		width: 100%;
		padding-left: 0;
		margin-bottom: 24px;
	}

	.ProductInfo .ProductEvents .wishBtn {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 150px;
		font-weight: 600;
		font-size: 16px;
		line-height: 19px;
		letter-spacing: 0.02em;
		color: #333333;
		margin-right: 24px;
	}
	.ProductImg .wishBtn svg,
	.ProductInfo .wishBtn svg,
	.compareBtn svg {
		margin-right: 10px;
	}
	.ProductInfo .ProductEvents .wishBtn svg path{
		stroke: #333333;
	}

	.ProductInfo .ProductEvents .wishBtn.in_wishlist svg path{
		stroke: #E01A49;
	}
	.ProductTabsInfo > div.active {
		width: 100%;
	}
	.detailBanner {
		display: none!important;
	}
	.ProductTabsInfo > .ProductAccessories.active,
	.ProductTabsInfo > .ProductAccessories {
		overflow: hidden;
		width: calc(100% + 50px);
		padding-right: 0;
		margin-right: -50px;
	}
}

@media (max-width: 1024px) {
	.FaqsBlockLinks a {
		margin-bottom: 16px;
		display: block;
		width: 100%;
		margin-right: 0;
	}
}

@media (max-width: 992px) {
	.ProductInfo .ProductEvents {
		display: none;
	}
	.subscribe-button {
		margin: 0 16px 26px 0!important;
	}
	.buttonFoundCheaper {
		margin: 0 0 26px;
	}
	.ProductPrice {
		margin-bottom: 8px;
	}

	.ProductTabs > div {
		padding: 0 2vw 8px;
	}
}

@media (max-width: 768px) {
	.reviewForm .whiteBtn {
		margin-top: 16px;
	}
	.ProductImg {
		width: 100%;
	}
	.ProductLabelsBlock {
		max-width: none;
		width: 100%;
	}
	.ProductInfo {
		padding-top: 0;
		width: 100%;
		padding-left: 0;
	}
	.ProductScuImg > a, .ProductScuImg > div {
		width: 80px;
		height: 80px;
	}
	.ProductScu ul li > div {
		padding: 15px 20px;
	}
	.ProductEvents {
		width: 56%;
		padding-left: 20px;
	}
	.ProductTabs > div {
		padding: 0px 1vw 24px;
	}
	.ProductTabsInfo {
		padding-top: 27px;
		padding-bottom: 40px;
	}
	.ProductTabsInfo > div.active {
		padding-right: 0;
	}
	.FaqsBlockLinks a {
		margin-bottom: 0;
		display: inline-block;
		width: auto;
		margin-right: 24px;
	}

	.ProductCharacteristics ul {
		column-count: 1;
	}
	.ProductCharacteristics ul li:before {
		content: '..................................................................................................................................................................................................................................................................';

	}
	.whyItemName {

		font-weight: 600!important;
	}

	.reviewForm .flex > div {
		width: 100%;
	}

	.ProductBrand {
		position: absolute;
		right: 0;
		top: 0;
		margin: 0;
	}

	.ProductTabsInfo > .ProductAccessories.active, .ProductTabsInfo > .ProductAccessories {
		width: calc(100% + 34px);
		margin-right: -34px;
	}
}

@media (max-width: 640px) {
	.ProductBrand {
		position: relative;
		right: auto;
		top: auto;
		margin-bottom: 16px;
	}

	.ProductSliderControlList {
		display: none!important;
	}
	.ProductSliderBig {
		width: 100%;
	}
	.ProductSliderBig  .slick-dots li {
		margin: 0 4px;
	}
	.ProductSliderBig  .slick-dots li,
	.ProductSliderBig  .slick-dots li button:before,
	.ProductSliderBig  .slick-dots li button {
		width: 16px;
		height: 5px;
	}
	.ProductSliderBig  .slick-dots li button:before {
		background: #CCCCCC;
		opacity: 0.5;
		border-radius: 2px;
	}
	.ProductSliderBig .slick-dots li.slick-active button:before {
		background: #E01A49;
		opacity: 1;
	}

	.ProductEvents {
		display: none;
	}
	.ProductInfo .ProductEvents {
		display: flex;
	}
	.ProductTabs {
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow: auto;
		padding-bottom: 3px;
		width: calc(100% + 20px);
	}
	.ProductTabs > div {
		padding: 0px 12px 16px;
		font-weight: normal;
	}
	.ProductTabs > div.active {
		font-weight: 600;
	}

	.ProductTabsInfo > .ProductAccessories.active, .ProductTabsInfo > .ProductAccessories {
		width: calc(100% + 20px);
		margin-right: -20px;
	}
}

.ProductCharacteristics ul {
	column-count: 1;
	column-gap: 0;
}
.ProductTabsInfo > div.active {
	width: 100%;
}
.ProductCharacteristics ul li:before {
	content: '................................................................................................................................................................................................................................................................................................................................................................................';
}
/* End */


/* Start:/include/new/libs/owlcarousel/assets/owl.carousel.min.css?16284132003862*/
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{max-width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:0;color:inherit;border:0;padding:0!important;font:inherit;font-size:0}.owl-dots{position:absolute;right:0;left:0;text-align:center;bottom:20px}.owl-carousel button.owl-dot{width:50px;height:3px;background:#fff;box-shadow:0 0 1px rgba(0,0,0,0.5);border-radius:1px;margin:0 12px;display:inline-block}.owl-carousel button.owl-dot.active{background:#25c7bd}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{position:absolute;top:50%;width:64px;height:64px;transform:translateY(-50%)}.owl-carousel .owl-nav button.owl-prev{left:0;background:url("/include/new/libs/owlcarousel/assets/img/left.svg") center no-repeat}.owl-carousel .owl-nav button.owl-next{right:0;background:url("/include/new/libs/owlcarousel/assets/img/right.svg") center no-repeat}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("/include/new/libs/owlcarousel/assets/owl.video.play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/include/new/libs/slick/slick.css?15859044001758*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/include/new/libs/slick/slick-theme.css?15859044002914*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/include/new/libs/slick/./ajax-loader.gif') center center no-repeat;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 10px;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 10px;
    height: 10px;

    content: '';
    text-align: center;

    background: #DADADA;
    border-radius: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{

    background: #6C6868;
}


@media (max-width: 1200px) {
    .slick-prev
    {
        left: 0;
    }

    .slick-next
    {
        right: 0;
    }
}
/* End */


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


/* Start:/bitrix/templates/mkws/components/bitrix/catalog.product.subscribe/.default/style.min.css?15494436001413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/news.list/faq/style.css?16351524002413*/


.faqList > ul {
    list-style: none;
    padding: 0;
}

.faqList > ul > li {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
    margin: 0;
    position: relative;
    width: 100%;
}

.faqList > ul > li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    top: 0;
    margin: 0;
}

.faqName {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #333333;
    display: block;
    margin: 0;
    cursor: pointer;
    padding-right: 10%;
    position: relative;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.faqAnswer {
    font-weight: normal;
    font-size: 16px;
    line-height: 156.61%;
    color: #333333;
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding-left: 20px;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0,50%);
}

.faqList > ul > li input[type=checkbox]:checked ~ .faqAnswer {
    max-height: 800px;
    opacity: 1;
    transform: translate(0,0);
    margin-top: 14px;
}

.faqList .faqName:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #333;
    border-radius: 2px;
    transition: .5s ease;
    transform: translateY(-50%);

}

.faqList .faqName:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #333;
    border-radius: 2px;
    transform: translateY(-50%) rotate(90deg);
    transition: .5s ease;
}

.faqList > ul > li input[type=checkbox]:checked ~ .faqName:before {
    background: #25C7BD;
    transition: .5s ease;
    transform: translateY(-50%) rotate(-45deg);
}

.faqList > ul > li input[type=checkbox]:checked ~ .faqName:after {
    background: #25C7BD;
    transition: .5s ease;
    transform: translateY(-50%) rotate(45deg);
}


.faqList input[type=checkbox]:checked ~ .faqName {
    color: #25C7BD;
}

.faqList input[type=checkbox]:checked ~ .faqAnswer:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #25C7BD;
    left: 0;
    top: -45px;
}

.faqList input[type=checkbox]:checked ~ .faqAnswer {
    overflow: visible;
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/news.list/why/style.css?16287588001598*/
.whyList {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -12px;
}

.whyItem {
	width: calc(33.33% - 24px);
	margin: 12px;
	background: #ECF8F7;
	border: 1px solid #F1F1F1;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 24px 24px 30px;

}

.whyItemName {
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 16px;
	padding-left: 40px;
	min-height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}

.whyItemText {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.01em;
}

.whyBlockText {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #333333;
	margin-bottom: 20px;
}

.whyBlock {
	margin-bottom: 80px;
}


@media (max-width: 1281px) {

	.whyItemText {
		display: none;
	}

	.whyItemName {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.02em;
		margin-bottom:0;
	}

	.whyItem {
		padding: 16px;
	}
}

@media (max-width: 992px) {
	.whyBlock {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.whyBlockText {
		font-size: 14px;
		line-height: 22px;
	}

	.whyItem {
		width: calc(100% - 24px);
		padding: 16px 24px 25px;
	}
	.whyItemText {
		display: block;
		font-size: 14px;
		line-height: 22px;
	}
	.whyItemName {
		font-size: 18px;
		line-height: 21px;
		letter-spacing: 0.03em;
		margin-bottom: 10px;
		background-size: auto 100%;
	}
}

@media (max-width: 640px) {
	.whyItemText {
		display: none;
	}
	.whyBlockText {
		display: none;
	}
	.whyItem {
		width: calc(100% - 24px);
		padding: 16px 16px 18px;
	}
	.whyItemName {
		margin-bottom: 0;
		padding-left: 50px;
	}
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/catalog.products.viewed/show/style.css?1632042000662*/
.catalogSection.viewedSection .catalogItem {
	width: 280px;
}
@media (max-width: 1281px) {
	.catalogSection.viewedSection .catalogItem {
		width: 220px;
	}
}

@media (max-width: 992px){
	.catalogSection.viewedSection {
		margin: 0 -50px 70px -10px;
		width: calc(100% + 60px);
	}
}

@media (max-width: 768px) {
	.catalogSection.viewedSection .catalogItem {
		width: 200px;
	}

	.catalogSection.viewedSection {
		margin: 0 -34px 70px -10px;
		width: calc(100% + 44px);
	}
}

@media (max-width: 640px) {
	.catalogSection.viewedSection .catalogItem {
		width: 240px;
	}
	.catalogSection.viewedSection {
		margin: 0 -20px 70px -10px;
		width: calc(100% + 30px);
	}
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/form/mkws3/bitrix/form.result.new/.default/style.css?1550653200666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/mkws/components/bitrix/form/mkws3/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/mkws/components/bitrix/form/mkws3/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */
/* /bitrix/templates/mkws/components/bitrix/catalog/catalog/style.css?17569003635953 */
/* /bitrix/templates/mkws/components/bitrix/catalog/catalog/bitrix/catalog.element/mkws2/style.css?175690040836886 */
/* /include/new/libs/owlcarousel/assets/owl.carousel.min.css?16284132003862 */
/* /include/new/libs/slick/slick.css?15859044001758 */
/* /include/new/libs/slick/slick-theme.css?15859044002914 */
/* /include/new/libs/fancybox/jquery.fancybox.min.css?155436840012795 */
/* /bitrix/templates/mkws/components/bitrix/catalog.product.subscribe/.default/style.min.css?15494436001413 */
/* /bitrix/templates/mkws/components/bitrix/news.list/faq/style.css?16351524002413 */
/* /bitrix/templates/mkws/components/bitrix/news.list/why/style.css?16287588001598 */
/* /bitrix/templates/mkws/components/bitrix/catalog.products.viewed/show/style.css?1632042000662 */
/* /bitrix/templates/mkws/components/bitrix/form/mkws3/bitrix/form.result.new/.default/style.css?1550653200666 */
