

/* Start:/bitrix/templates/mkws/components/bitrix/catalog/products/style.min.css?1584435961959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/catalog.element/products-new/style.css?178941342438747*/
.Product {
	display: flex;
	flex-flow: row wrap;
}

.ProductBanner {
	width: 100%;
	position: relative;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.ProductBanner:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}
.ProductBanner > * {
	position: relative;
	z-index: 2;
}
.ProductBanner img {
	max-width: 100%;
	width: 100%;
}
.ProductBanner h1 {
	font-size: 48px;
	line-height: 120%;
}

.ProductBanner .RedBtn {
	display: inline-block;
	padding: 9px 40px;
	border-radius: 10px;
	margin-right: 20px;
	font-weight: bold;
	line-height: 200%;
	border: 1px solid #E53A10;
}
.ProductBanner .WhiteBtn {
	display: inline-block;
	padding: 9px 40px;
	border-radius: 10px;
	font-weight: bold;
	line-height: 200%;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	transition: 0.3s;
}

.ProductBanner .WhiteBtn:hover {
	border: 1px solid #E53A10;
	color: #E53A10;
}

.ProductPreview {
	font-size: 20px;
	line-height: 150%;
	max-width: 60%;
	margin-bottom: 34px;

}
.ProductPriceBlock {
	background: #FFFFFF;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	max-width: 870px;
	margin: auto;
	margin-top: -50px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 60px;
}

.ProductPriceBtn {
	background: #E53A10;
	border-radius: 3px;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 85%;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.ProductPriceBtn svg {
	margin-right: 5px;
}

.ProductPriceBlockTop {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	padding: 23px 50px 30px 50px;
	border-bottom: 1px dashed #E0E0E0;
}

.Product_b1{
	padding: 23px 50px 30px 50px;
}


.ProductPrice {
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
	padding-right: 50px;
	color: #E53A10;
}

.ProductPriceName {
	color: #221F1C;
}

.ProductForm {
	padding-left: 60px;

}

.ProductForm .InputItem {
	width: 100%;
	margin: 10px 0;
}

.ProductForm .FormFooter {
	margin: 10px 0 0 0;
}

.ProductForm  .FormHeader {
	position: relative;
	padding-left: 50px;
	margin-bottom: 10px;
}

.ProductForm  .FormHeader:before {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background: #6FCF97;
	background-image: url('/images/calc.svg');
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	left: 0;
}

.ProductForm .InputItem input[type="text"], .ProductForm .InputItem textarea {
	width: 100%;
}

.ProductPreview {
	line-height: 200%;
}
.ProductsPortfolioEl {
	display: flex!important;
}

.ProductsPortfolioPhoto {
	width: 60%;
}

.ProductsPortfolioInfo {
	width: 40%;
	padding-left: 30px;
}

.ProductsPortfolio {
	margin: 40px 0;
}

.ProductsPortfolioEl {
	padding-bottom: 40px;
}

.ProductsPortfolioInfoLink {
	border-bottom: 1px dashed #DADADA;
	padding-bottom: 30px;
}

.ProductsPortfolioInfoLink a {
	font-weight: bold;
	font-size: 24px;
	line-height: 35px;
	color: #221F1C;
	width: 70%;
}

.ProductsPortfolioInfoTable th {
	text-align: left;
	font-weight: bold;
	font-size: 24px;
	line-height: 35px;
}


.ProductsPortfolioInfoTable tr th:last-child {
	color: #6FCF97;
}

.ProductsPortfolioInfoTable {
	margin: 30px 0 20px 0;
}

.ProductsPortfolioInfoTable tr th:first-child,
.ProductsPortfolioInfoTable tr td:first-child {
	width: 62%;
}

.ProductsPortfolioInfoTable tr th,
.ProductsPortfolioInfoTable tr td {
	padding: 7px 0;
}

.ProductsPortfolioInfoBtn {
	align-self: flex-end;
}

.ProductsPortfolioInfo {
	display: flex;
	flex-flow: row wrap;

}

.ProductsPortfolioInfo > div {
	width: 100%;
}

.ProductsPortfolioInfoBtn > div {
	padding: 12px 20px;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
}

.HeaderName {
	margin: 40px 0!important;
}

.Product .arrow_red {
	width: 22px;
	height: 13px;
	fill: #E53A10;
	stroke: #E53A10;
	margin-bottom: -3px;
}

.ProductsPortfolioAll {
	color: #E53A10;
	text-decoration: none;
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	align-items: center;
}

.ProductsPortfolioAll svg {
	width: 22px;
	height: 15px;
	margin-left: 5px;
}

.ProductsPortfolioAll:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc( 100% - 27px);
	height: 1px;
	background: #E53A10;
}

.ProductsPortfolioAll:hover {
	color: #221F1C;
}

.ProductsPortfolioAll:hover:before {
	background: #221F1C;
}

.ProductsPortfolioAll:hover .arrow_red {
	fill: #221F1C;
	stroke: #221F1C;
}

.ProductsPortfolioAllBtn {
	display: inline-block;
	padding: 10px 100px;
	margin-top: 30px;
	margin-bottom: 60px;
}

.Trust {
	background: #F9F9F9;
	padding: 80px 0;
}

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

.TrustItem {
	width: 25%;
	padding: 15px;
	text-align: center;
}

.TrustItem > div {
	font-weight: bold;
	color: #221F1C;
	margin: 10px 0;
}

/*пометить страницы, которые готовы*/

.AdvantagesStoneItem {
	position: absolute;
	font-weight: bold;
	color: #221F1C;
	display: flex;
	align-items: center;
	z-index: 3;
}

.AdvantagesStoneItem > div {
	border: 1px dashed #BF2C18;
	box-sizing: border-box;
	border-radius: 3px;
	margin-right: 15px;
	color: #BF2C18;
	font-weight: bold;
	font-size: 20px;
	padding: 5px 15px;
}

.AdvantagesStoneList {
	position: relative;
	text-align: right;
}

.AdvantagesStoneList img {
	right: 16%;
	position: relative;
	margin-top: 180px;
	z-index: 2;
}

.AdvantagesStoneItem:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	background: #E53A10;
	height: 1px;
	width: 90%;
	transform: rotate(70deg) translate(69%, -80px);
}

.AdvantagesStoneItem:after {
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	background: #E53A10;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.AdvantagesStoneItem2 {
	right: 30%;
	top: 10%;
}

.AdvantagesStoneItem3 {
	left: 38%;
	top: 20%;
}

.AdvantagesStoneItem1 {
	top: 10%;
	left: 10%;
}

.AdvantagesStoneItem4 {
	top: 40%;
	left: 10%;
}

.AdvantagesStoneItem5 {
	top: 60%;
	left: 13%;
}

.AdvantagesStoneItem6 {
	top: 80%;
	left: 20%;
}

.AdvantagesStoneItem3:before {
	width: 120%;
	transform: rotate(60deg) translate(79%, -71px);
}

.AdvantagesStoneItem1:before {
	width: 150%;
	transform: rotate(51deg) translate(84%, -115px);
}

.AdvantagesStoneItem4:before {
	width: 100%;
	transform: rotate(20deg) translate(104%, -35px);
}

.AdvantagesStoneItem5:before {
	width: 150%;
	transform: rotate(1deg) translate(106%, -3px);
}

.AdvantagesStoneItem6:before {
	width: 120%;
	transform: rotate(-10deg) translate(107%, 20px);
}

.ProductCertificates {
	position: absolute;
	right: 0;
	bottom: 23%;
	padding: 30px 30px 30px 30px;
	background: #F9F9F9;
	border-radius: 3px;
	z-index: 1;
}

.ProductCertificatesHeader {
	display: flex;
align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 35px;
	color: #221F1C;
	margin-bottom: 25px;
}

.ProductCertificatesHeader img {
	margin: 0;
	margin-right: 15px;
	right: auto;
}

.CertificatesItem {
	min-width: 180px;
	display: flex;
	justify-content:space-between;
	margin-bottom: 15px;
}

.CertificatesItem__name {
	color: #221F1C;
}

.CertificatesItem a {
	font-weight: bold;
	font-size: 14px;
	line-height: 200%;
	text-decoration-line: underline;
	color: #E53A10;
}

.Advantages {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: -8px;
}

.AdvantageItem__name {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.AdvantageItem__info {
	padding-bottom: 25px;
	width: calc( 100% - 200px );
	font-weight: normal;
}

.AdvantageItem {
	display: flex!important;
	justify-content: space-between;
	align-items: flex-end;
	padding: 15px 150px 0 150px;
	box-sizing: border-box;
	border-radius: 3px;
}

.Advantages .slick-prev {
	left: 50px;
	z-index: 2;
}

.Advantages .slick-next {
	right: 50px;
	z-index: 2;
}

.Advantages .slick-prev:before, .Advantages .slick-next:before {
	content: "";
	width: 50px;
	height: 50px;
	background: transparent center no-repeat;
	background-size: 100%;
	opacity: 1;
	display: block;
	border-radius: 50%;
}

.Advantages .slick-prev:before {
	background-image: url("/images/left.svg");
	background-size: 40% auto;
}

.Advantages .slick-next:before {
	background-image: url("/images/right.svg");
	background-size: 40% auto;
}

.Advantages .slick-prev:hover:before, .Advantages .slick-next:hover:before{
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.Advantages .slick-prev, .Advantages .slick-next {
	width: 50px;
	height: 50px;
}

.Table {
	margin: 70px 0 100px 0;
}

.Table table {
	width: 100%;
	border-spacing: 0;
}

.Table table th {
	background: #221F1C;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 85%;
	padding: 15px 10px 17px 10px;
	text-align: left;
}

.Table table td {
	padding: 17px 10px 19px 10px;
	border-bottom: 1px solid #E0E0E0;
}

.Table table td .star {
	width: 18px;
	height: 18px;
	background: url(/bitrix/templates/mkws/components/bitrix/catalog.element/products-new/images/star.svg) center no-repeat;
	display: inline-block;
}

.Table table tr:hover td {
	background: #FAFAFA;
	cursor: pointer;
}

.ProductsPortfolioEl .flex-direction-nav a {
	top: 50%;
}
.StepsList {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.StepsItem {
	width: 22%;
}

.StepsItemNum {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	padding: 9px 34px 9px 16px;
	background: url("/bitrix/templates/mkws/components/bitrix/catalog.element/products-new/images/count.svg") center no-repeat;
	max-width: 73px;
	max-height: 53px;
	margin-bottom: 25px;
}
.StepsItem .RedBtn {
	display: inline-block;
	padding: 9px 40px;
	cursor: pointer;
	line-height: 200%;
	border-radius: 10px;
}
.StepsItemText {
	font-size: 20px;
	margin-bottom: 24px;
	line-height: 160%;
}
.StepsItemText a {
	color: #000;
}
.Steps {
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 60px;
	margin-bottom: 60px;

}
.Ad {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 60px;
	margin-bottom: 60px;
	padding-top: 40px;
}

.AdList {
	display: flex;
	flex-flow: row wrap;
}
.AdItem {
	width: 50%;
	padding-right: 20px;
	margin-bottom: 16px;
	display: flex;
	align-items: flex-start;
}
.AdItemImg {
	width: 96px;
	height: 96px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF2EF;
	border-radius: 50%;
}
.AdItemInfo {
	width: calc(100% - 96px);
	padding-left: 20px;
}
.AdItemInfo > div {
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}



.Ad2 {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 60px;
	margin-bottom: 60px;
	padding-top: 40px;
}

.Ad2List {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
}
.Ad2Item {
	width: calc(33.33% - 30px);
	display: flex;
	align-items: flex-start;
	border-radius: 10px;
	border: 1px solid #EBEBEB;
	margin: 15px;
	position: relative;
	padding-right: 85px;
	padding-top: 18px;
	padding-left: 24px;
	min-height: 170px;
	color: #646464;
}
.Ad2ItemImg {
	width: 34px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("/bitrix/templates/mkws/components/bitrix/catalog.element/products-new/images/b-label.svg") center no-repeat;
	position: absolute;
	top: 0;
	right: 23px;
}

.Ad2ItemInfo > div {
	font-size: 20px;
	margin-bottom: 5px;
	color: #000;
}

.Ad2Item:nth-child(5) {
	order:2;
}
.Ad2Item:nth-child(6) b {
	display: block;
}
.Ad2Item .RedBtn {
	display: inline-block;
	padding: 9px 40px;
	border-radius: 10px;
	margin-right: 20px;
	font-weight: bold;
	line-height: 200%;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #E53A10;
	margin-top: 15px;
	cursor: pointer;
}
.Ad2Item:nth-child(6){
	border: none;
/* padding: inherit; */
	display: block;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	color: #000;
	padding-left: 15px;
	padding-right: 15px;
}


.Cha {
	/*border-top: 1px solid #EBEBEB;*/
	padding-bottom: 0px;
	margin-bottom: 60px;
	padding-top: 60px;
}


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

.ChaItemImg {
	width: 50%;
}
.ChaItemInfo {
	width: 50%;
}

.ChaItemInfo > div:not(.RedBtn) {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}

.ChaItemInfo .RedBtn {
	display: inline-block;
	padding: 9px 40px;
	cursor: pointer;
	margin-top: 20px;
	line-height: 200%;
	border-radius: 10px;
}

.ChaItem:nth-child(2n) .ChaItemImg {
	order: 2;
	text-align: right;
}

.GrayBanner .RedBtn {
	display: inline-block;
	padding: 9px 40px;
	cursor: pointer;
	margin-left: 15px;
	margin-bottom: 100px;
	margin-top: 20px;
	line-height: 200%;
	border-radius: 10px;
}
.GrayBanner .HeaderDescription {
	color: #FFFFFF;
}
.GrayBlock {
	margin: 60px 0 0 0;
	padding: 60px 0;
	background: #F9F9F9;
}

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

.GrayBlockFlex__img {
	width: 40%;
}

.GrayBlockFlex__img img {
	width: 100%;
}

.GrayBlockFlex__text {
	width: 60%;
	padding-left: 40px;
}

.GrayBlockFlex__text h3,
.GrayBlockFlex__text .h3 {
	font-size: 36px;
	line-height: 53px;
}

.TypeStonesList {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 60px;
}

.TypeStonesItem {
	width: 25%;
	text-align: center;
	padding: 15px;
	font-weight: bold;
	display: flex;
}

.TypeStonesItem img {
	max-width: 100%;
}

.TypeStonesItem > div {
	border-radius: 3px;
	padding: 25px 0;
	width: 100%;
}

.TypeStonesItem:nth-child(2n) > div {
	background: #DCFCB6;
}

.TypeStonesItem:nth-child(2n-1)> div {
	background: #D9F4FF;
}

.TypeStonesItem:nth-child(3n)> div {
	background: #FFFB9C;
}

.TypeStonesItem:nth-child(4n)> div {
	background: #F4EBFF;
}

.TypeStonesItem a {
	font-weight: bold;
	font-size: 14px;
	line-height: 200%;
	text-decoration-line: underline;
	color: #E53A10;
}

.TypeEdgesList {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 60px;
}

.TypeEdgesItem {
	width: 20%;
	text-align: center;
	padding: 15px;
	font-weight: bold;
	display: flex;
}

.TypeEdgesItem img {
	max-width: 100%;
}

.TypeEdgesItem > div {
	border-radius: 3px;
	padding: 20px 0;
	width: 100%;
	cursor: pointer;
}

.TypeEdgesItem_btn {
	font-weight: bold;
	font-size: 14px;
	line-height: 200%;
	text-decoration-line: underline;
	color: #E53A10;
	opacity: 0;
	margin-top: 10px;
}
.TypeEdgesItem > div > div:not(.TypeEdgesItem_btn) {
	background: #221F1C;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
}

.TypeEdgesItem > div:hover > div:not(.TypeEdgesItem_btn) {background: #BF2C18; }

.TypeEdgesItem > div:hover .TypeEdgesItem_btn {
	opacity: 1;
}

.TypeEdgesItem > div:hover {
	outline: 1px solid #F2F2F2;
}

.Work {
	padding: 60px 0;
}

.WorkList {
	display: flex;
	flex-flow: row wrap;
	width: 77%;
	margin: auto;
}

.WorkItem {
	width: 33.33%;
	padding: 15px;
}

.WorkItemBlock {
	font-weight: bold;
	position: relative;
	padding: 17px 10% 35px 25px;
	border-radius: 3px;
	background-size: cover;
}

.WorkItem__count {
	position: absolute;
	color: #FFFFFF;
	background: #E53A10;
	width: 25px;
	height: 25px;
	padding: 1px 9px;
	left: 0;
	bottom:0;
	border-radius: 0 3px;
}

.PortfolioProductsList .slick-prev:before, .PortfolioProductsList .slick-next:before {
	content: "";
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: transparent center no-repeat;
	background-color: #fff;
	background-size: 100%;
	opacity: 1;
	display: block;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}

.PortfolioProductsList {
	margin-bottom: 40px;
}

.PortfolioProductsList .slick-prev:before {
	background-image: url("/images/left.svg");
	background-size: 40% auto;
}

.PortfolioProductsList .slick-next:before {
	background-image: url("/images/right.svg");
	background-size: 40% auto;
}

.PortfolioProductsList .slick-prev,.PortfolioProductsList .slick-next {
	width: 50px;
	height: 50px;
	z-index: 2;
}

.PortfolioProducts {
	width: 40.5%;
	padding-left: 40px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.PortfolioProducts img {
	max-width: 100%;
}

.PortfolioProductsItem__img {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}

.PortfolioProductsItem__img img {
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
}

.PortfolioProductsItem {
	padding: 12px;
	box-sizing: border-box;
	display: flex!important;
	flex-flow: row wrap;
}

.PortfolioProductsItem > div {
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
	border-radius: 3px;
	text-align: center;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	font-size: 14px;
	line-height: 21px;
	position: relative;
}

.PortfolioProductsItem__info {
	padding: 14px 24px 0 24px;
	width: 100%;
}

.PortfolioProductsList {
	margin: 0 -12px 40px;
}

.PortfolioProductsList .slick-track {
	display: flex!important;
	flex-flow: row wrap;
}

.PortfolioProductsList .slick-slide,
.PortfolioProductsList .slick-slide > div {
	display: flex!important;
	flex-flow: row wrap;
	width: 100%;
	height: auto!important;
}

.PortfolioProductsItem .RedBtn {
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 25px;
	margin-right: 20px;
	height: 25px;
}

.AdvantagesStone {
	margin-top: 80px;
}

.PortfolioProductsItem__name {
	margin-top: 35px;
	margin-bottom: 15px;
}

.PortfolioProductsItem__prices {
	padding: 0 0 25px 20px;
	line-height: 31px;
	font-weight: bold;
	font-size: 16px;
}

.BannerForm {
	border-top: 1px solid #6C6868;
	margin-top: 50px;
}

.BannerForm__desk  {
	font-size: 24px;
	line-height: 35px;
}

.BannerForm .HeaderName {
	margin: 25px 0!important;
}

.BannerForm__text  {
	color: #6C6868;
	margin-bottom: 30px;
}

.BannerForm .RedBtn {
	display: inline-block;
	padding: 10px 50px;
	cursor: pointer;
}

.Gifts {
	padding: 90px 0;
	margin: 60px 0 0 0;
	background-size: cover;
}

.GiftsBlock {
	position: relative;
	border: 2px solid #DADADA;
	padding: 50px 90px;
	width: 45%;
}

.GiftsList {
	font-weight: bold;
	font-size: 24px;
	line-height: 35px;
}

.GiftsList > div {
	position: relative;
	margin-bottom: 15px;
}

.GiftsList > div:before {
	content: "";
	position: absolute;
	left: -30px;
	top: 11px;
	width: 16px;
	height: 11px;
	background: url(/bitrix/templates/mkws/components/bitrix/catalog.element/products-new/images/ok.svg) center no-repeat;
}

.GiftsName {
	background: #fff;
	top:-28px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: bold;
	font-size: 36px;
	line-height: 53px;
	width: auto;
	position: absolute;
	white-space: nowrap;
	padding: 0 20px;
}

.GiftsBtn {
	bottom:-20px;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	position: absolute;
	white-space: nowrap;
	padding: 10px 30px;
	text-align: center;
	z-index: 2;
	cursor: pointer;
}

/*.GiftsBtn:before {*/
	/*content: "";*/
	/*position: absolute;*/
	/*left: -20px;*/
	/*background: #fff;*/
	/*width: 20px;*/
	/*height: 100%;*/
	/*z-index: 1;*/
/*}*/

/*.GiftsBtn:after {*/
	/*content: "";*/
	/*position: absolute;*/
	/*right: -20px;*/
	/*background: #fff;*/
	/*width: 20px;*/
	/*height: 100%;*/
	/*z-index: 1;*/
/*}*/


.BannerComp {
	border-top: 1px solid #EBEBEB;
	padding-bottom: 60px;
	padding-top: 100px;
	margin-top: 60px;
}

.BannerCompBlock {
	display: flex;
	align-items: center;
}
.BannerCompLeft {
	width: 58%;
}
.BannerCompRight {
	width: 42%;
	text-align: center;
}

.BannerCompRight .HeaderName {
	text-align: left;
}
.BannerCompRight ul {
	text-align: left;
	margin-top: 30px;
}
.BannerCall {
	position: relative;
	text-align: right;
	background: #EDEDED;
	display: flex;
	width: 100%;
	min-height: 530px;
	overflow: hidden;
}

.BannerCallRound {
	content: '';
	position: absolute;
	right: 4%;
	z-index: 1;
	top: 85%;
	width: 900px;
	height: 900px;
	background: #D39E6C;
	border-radius: 50%;
	transform: translateY(-50%);
	filter: blur(400px);
}

.BannerCallImg {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: 2;
	background: url('/bitrix/templates/mkws/components/bitrix/catalog.element/products-new/images/last.png') right bottom no-repeat;
	background-size: auto 92%;
}
.BannerCallBlock p {
	max-width: 60%;
}
.BannerCall img {
	position: absolute;
	z-index: 3;
	left: 58.5%;
	bottom: 0;
	transform: translateX(-50%);
	height: 110%;
}

.BannerCallText {
	width: 100%;
	height: 100%;
	top: 0;
	text-align: left;
	z-index: 3;
}

.BannerCallHeader {
	font-weight: bold;
	font-size: 36px;
	line-height: 120%;
	margin-bottom: 40px;
}

.BannerCall .maxwidth-theme {
	display: flex;
	align-self: center;
	flex-flow: row wrap;
	height: 100%;
}
.BannerCallDescr {
	margin-bottom: 40px;
	width: 70%;
}

.BannerCall .maxwidth-theme > div {
	width: 100%;
	align-items: center;
}

.BannerCallBtn {
	padding: 9px 50px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	line-height: 200%;
	border-radius: 10px!important;
	margin-top: 40px;
}

.BannerCallBlock {
	display: flex;
	position: relative;
}

.BannerCallBlock > div {
	padding: 97px 0px;
	position: relative;
	z-index: 5;
}

.Clients .HeaderName {
	margin-bottom: 5px!important;
}

.ClientsList {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px;
}

.ClientsItem {
	width: 16.6%;
	padding: 10px 5px;
	text-align: center;
}

.ClientsItem img {
	max-width: 100%;
}

.Clients {
	margin: 60px 0;
}

.GrayBanner {
	background-color: #221F1C;
	padding: 50px 0;
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 100%;
}

.GrayBanner .HeaderName {
	margin-bottom: 5px!important;
	max-width: 60%;
}

.GrayBanner form {
	align-items: flex-start;
	padding: 0 15px;
}

.ProductsArrows {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 70px;
	font-weight: bold;
	font-size: 16px;
	line-height: 100%;
	color: #E53A10;
}

.ProductsArrows > div {
	cursor: pointer;
	display: flex;
	align-items: center;
	position: relative;
}

.ProductsArrowsPrev {
	padding-right: 35px;
}

.ProductsArrowsPrev svg {
	margin-right: 5px;
}

.ProductsArrowsNext {
	padding-left: 35px;
}

.ProductsArrowsNext svg {
	margin-left: 5px;
}

.ProductsArrowsPrev:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 35px;
	background: #DADADA;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 1150px) and (min-width: 992px){
	.AdvantagesStoneItem1 {
		top: 10%;
		left: 2vw;
	}

	.AdvantagesStoneItem2 {
		right: 35vw;
		top: 10%;
	}

	.AdvantagesStoneItem3 {
		left: 38%;
		top: 10vw;
	}

	.AdvantagesStoneItem4 {
		top: 40%;
		left: 3vw;
	}

	.AdvantagesStoneItem5 {
		top: 60%;
		left: 5vw;
	}

	.AdvantagesStoneItem6 {
		top: 80%;
		left: 10vw;
	}

	.AdvantagesStoneItem:before {
		width: 13vw;
		transform: rotate(70deg) translate(9vw, -7vw);
	}

	.AdvantagesStoneItem6:before {
		width: 21vw;
		transform: rotate(-10deg) translate(22vw, 2vw);
	}
	.AdvantagesStoneItem5:before {
		width: 24vw;
		transform: rotate(1deg) translate(25vw, -3px);
	}
	.AdvantagesStoneItem3:before {
		width: 11vw;
		transform: rotate(60deg) translate(9vw, -6vw);
	}

	.AdvantagesStoneItem4:before {
		width: 24vw;
		transform: rotate(20deg) translate(24vw, -4.5vw);
	}
	.AdvantagesStoneItem1:before {
		width: 24vw;
		transform: rotate(43deg) translate(21.5vw, -9vw);
	}
}

@media (max-width: 991px) and (min-width: 768px){
	.BannerCall img {
		left: 55.5%;
		height: 105%;
	}

	.BannerCallHeader {
		font-size: 26px;
		line-height: 38px;
	}

	.GiftsName {
		font-size: 28px;
		line-height: 42px;
	}

	.GiftsList {
		font-size: 18px;
		line-height: 26px;
	}

	.GiftsBlock {
		padding: 50px 50px;
	}

	.Gifts {
		padding: 50px 0;
	}

	.TypeStonesItem {
		font-size: 14px;
	}
	.ProductCertificatesHeader img {
		margin-right: 10px;
	}

	.ProductCertificatesHeader {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.CertificatesItem {
		font-size: 14px;
	}

	.ProductCertificates {
		bottom: 24%;
		padding: 15px;
	}

	.Trust {
		padding: 20px 0 40px 0;
	}

	.ClientsItem {
		width: 20%;
	}

	.AdvantageItem {
		padding: 15px 70px 0 70px;
	}
}

@media (max-width: 991px) and (min-width: 800px){
	.AdvantagesStoneItem1 {
		top: 10%;
		left: 2vw;
	}

	.AdvantagesStoneItem2 {
		right: 35vw;
		top: 10%;
	}

	.AdvantagesStoneItem3 {
		left: 38%;
		top: 10vw;
	}

	.AdvantagesStoneItem4 {
		top: 40%;
		left: 3vw;
	}

	.AdvantagesStoneItem5 {
		top: 60%;
		left: 5vw;
	}

	.AdvantagesStoneItem6 {
		top: 80%;
		left: 10vw;
	}


	.AdvantagesStoneItem6:before {
		width: 21vw;
		transform: rotate(-10deg) translate(22vw, 2vw);
	}
	.AdvantagesStoneItem5:before {
		width: 24vw;
		transform: rotate(1deg) translate(25vw, -3px);
	}
	.AdvantagesStoneItem3:before {
		width: 11vw;
		transform: rotate(60deg) translate(9vw, -6vw);
	}

	.AdvantagesStoneItem4:before {
		width: 24vw;
		transform: rotate(20deg) translate(24vw, -4.5vw);
	}
	.AdvantagesStoneItem1:before {
		width: 24vw;
		transform: rotate(43deg) translate(21.5vw, -9vw);
	}
	.AdvantagesStoneItem3 {
		left: 33%;
		top: 14vw;
	}

	.AdvantagesStoneItem2 {
		right: 35vw;
		top: 15%;
	}

	.AdvantagesStoneItem1 {
		top: 14%;
		left: 2vw;
	}

	.AdvantagesStoneItem4 {
		top: 40%;
		left: 0;
	}

	.AdvantagesStoneItem5 {
		top: 60%;
		left: 0;
	}

	.AdvantagesStoneItem6 {
		top: 80%;
		left: 0;
	}

	.AdvantagesStoneItem6:before {
		width: 23vw;
		transform: rotate(-10deg) translate(24vw, 2.1vw);
	}

	.AdvantagesStoneItem5:before {
		width: 18vw;
		transform: rotate(1deg) translate(19vw, -3px);
	}

	.AdvantagesStoneItem4:before {
		width: 16vw;
		transform: rotate(20deg) translate(17vw, -3.3vw);
	}

	.AdvantagesStoneItem2:before {
		width: 13vw;
		transform: rotate(70deg) translate(9vw, -7.5vw);
	}

	.AdvantagesStoneItem1:before {
		width: 24vw;
		transform: rotate(53deg) translate(20vw, -10.7vw);
	}


}

@media (max-width: 799px) and (min-width: 768px){
	.AdvantagesStoneItem3 {
		left: 33%;
		top: 14vw;
	}

	.AdvantagesStoneItem2 {
		right: 35vw;
		top: 15%;
	}

	.AdvantagesStoneItem1 {
		top: 14%;
		left: 2vw;
	}

	.AdvantagesStoneItem4 {
		top: 40%;
		left: 0;
	}

	.AdvantagesStoneItem5 {
		top: 60%;
		left: 0;
	}

	.AdvantagesStoneItem6 {
		top: 80%;
		left: 0;
	}

	.AdvantagesStoneItem > div {
		margin-right: 4px;
		padding: 0px 10px;
	}

	.AdvantagesStoneItem4 {
		top: 38%;
		left: 0;
	}

	.AdvantagesStoneItem4:before {
		width: 12vw;
		transform: rotate(40deg) translate(12vw, -5.0vw);
	}

	.AdvantagesStoneItem3 {
		left: 33%;
		top: 16vw;
	}

	.AdvantagesStoneItem2 {
		right: 40vw;
		top: 18%;
	}

	.AdvantagesStoneItem5:before {
		width: 14vw;
		transform: rotate(1deg) translate(15vw, -3px);
	}
	.AdvantagesStoneItem1:before {
		width: 22vw;
		transform: rotate(60deg) translate(17vw, -11vw);
	}

	.AdvantagesStoneItem3:before {
		width: 11vw;
		transform: rotate(60deg) translate(9vw, -6.1vw);
	}

	.AdvantagesStoneItem2:before {
		width: 14vw;
		transform: rotate(72deg) translate(10vw, -8.1vw);
	}


	.ProductCertificatesHeader img {
		margin-right: 10px;
	}

	.ProductCertificatesHeader {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.CertificatesItem {
		font-size: 14px;
	}

	.ProductCertificates {
		bottom: 24%;
		padding: 15px;
	}
}
.Ad2List-mob {
	display: none!important;
}
.ChaItemImg img {
	max-width: 100%;
}
@media (min-width: 767px) {
	.ClientsList .slick-track {
		display: flex !important;
		flex-flow: row wrap;
		width: 100% !important;
		transform: none !important;
	}

	.ClientsList .slick-slide {
		width: 16.6% !important;
	}
	.ClientsItem {
		display: flex!important;
		justify-content: center;
		align-items: center;
	}
}
@media (max-width: 767px) {
		.AdvantagesStoneList img {
			display: none;
		}
	.ClientsList .slick-slide,
	.ClientsList .slick-slide > *,
	.ClientsList .slick-track {
		display: flex !important;
		flex-flow: row wrap;
	}
	.ClientsItem {
		display: flex!important;
		justify-content: center;
		align-items: center;
	}
	.ClientsList .slick-list {
		overflow: visible;
	}
	.ClientsList {
		padding-right: 20px;
	}
	.Clients {
		overflow: hidden;
	}
	.BannerCallHeader {
		font-size: 24px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.ProductBanner h1 {
		font-size: 24px;
		line-height: 120%;
	}
	.ChaItem {

		margin-bottom: 60px;
	}
	.ChaItem:nth-child(2n) .ChaItemImg {
		order: 0;
	}
	.GrayBanner .HeaderName {
		margin-bottom: 5px !important;
		max-width: 100%;
	}
	.GrayBanner{
		padding-top: 60%;
		background-position-x: 66%;
	}
	.GrayBanner .RedBtn {
		width: calc(100% - 30px);
		box-sizing: border-box;
		margin-left: 15px;
		margin-right: 15px;
		text-align: center;
		margin-bottom: 0;
	}
	.ChaItemImg {
		width: 100%;
		margin-bottom: 20px;
	}
	.ChaItemInfo {
		width: 100%;
	}
	.Ad2Item {
		margin: 0;
	}
	.BannerCallDescr {
		width: 100%;
		text-align: center;
	}
	.Ad2List-mob {
		display: block!important;
	}
	.Ad2 {
		padding-bottom: 40px;
		margin-bottom: 40px;
		padding-top: 20px;
	}
	.slick-dots li button:before{
		border-radius: 50%!important;
	}
	.slick-dots li.slick-active button:before {
		background: rgba(229, 58, 16, 1)!important;
	}
	.Ad2List {
		display: block;
	}
	.Ad2Item:nth-child(6) b {
		text-transform: uppercase;
	}
	.ProductsArrows {

		margin-bottom: 40px;
	}
	.Ad2Item {
		display: none;
	}
	.Ad2Item:nth-child(6) {
		display: block;
		width: 100%;
	}
	.Ad2Item .RedBtn {
		margin-right: 0;
	}
	.BannerCallBlock p {
		max-width: 100%;
	}
	.BannerCallBtn {
		text-align: center;
		display: block;
		width: 100%;
	}
	.AdItem {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.Ad {
		padding-bottom: 40px;
		margin-bottom: 40px;
		padding-top: 30px;
	}
	.AdItemImg {
		width: 70px;
		height: 70px;
	}
	.AdItemInfo {
		width: calc(100% - 70px);
		padding-left: 10px;
		font-size: 12px;
		line-height: 120%;
	}
	.AdItemImg img {
		max-width: 50%;
	}
	.ProductBanner .RedBtn{
		width: 100%;
		text-align: center;
	}
	.ProductPreview {
		line-height: 21px;
		font-size: 14px;
		max-width: 100%;
	}
	.ProductBanner{
		height: 400px;
	}
	.BannerCall {
		background-size: auto 100%;
		background-position-x: left;
	}

	.ProductPriceBlock {
		width: calc(100% - 30px);
		padding: 25px 0;
		flex-flow: row wrap;
	}

	.Product_b1 {
		width: 100%;
		padding: 23px 20px 30px 20px;
border: none;
	}
	.ProductForm {
		padding-left: 0;
		width: 100%;
	}

	.ProductPrice {
		 padding-right: 0;
	}
	.ProductsPortfolioPhoto {
		width: 100%;
	}

	.ProductsPortfolioInfo {
		width: 100%;
		padding-left: 0;
	}

	.TrustItem {
		width: 100%;
		padding-left: 120px;
		position: relative;
		text-align: left;
	}

	.TrustItem img {
		position: absolute;
		left: 0;
		top:0;
	}

	.ProductsPortfolioEl {
		flex-flow: row wrap;
		padding-top: 0;
		position: relative;
		padding-bottom: 20px;
	}

	.AdvantagesStoneItem {
		position: relative;
	}

	.AdvantagesStoneItem:before,
	.AdvantagesStoneItem:after {
		display: none;
	}

	.ProductCertificates {
		position: relative;
		width: 100%;
		margin: 50px 0;
	}
	.ProductsPortfolio {
		margin: 40px 0 10px;
	}
	.ProductsPortfolioInfoTable th {

		font-size: 14px;
		line-height: 120%;
	}
	.ProductsPortfolioInfoTable tr td:first-child {
		color:
				rgba(108, 104, 104, 1);
	}
	.ProductsPortfolioInfoTable tr td:last-child {
		color: rgba(34, 31, 28, 1);
	}
	.AdvantageItem {
		padding: 15px 20px 0 20px;
		position: relative;
	}

	.AdvantageItem img {
		position: absolute;
		right: 0px;
		bottom: 0;
		max-width: 110px;
	}

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

	.GrayBlockFlex__img,
	.GrayBlockFlex__text {
		width: 100%;
	}

	.GrayBlockFlex__text h3, .GrayBlockFlex__text .h3 {
		font-size: 24px;
		line-height: 35px;
	}

	.TypeStonesItem {
		width: 100%;
	}

	.TypeEdgesItem {
		width: 50%;
	}

	.ProductsPortfolio {
		max-width: calc(100vw - 30px);
	}

	.AdvantagesStoneItem {
		width: 50%;
		left: 0!important;
		top:0!important;
		bottom: 0!important;
		right: 0!important;
		padding: 10px 10px 10px 0;
	}

	.AdvantagesStoneItem > div {
		line-height: 28px;
		margin-right: 7px;
	}

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

	.ClientsItem {
		width: 33.33%;
	}

	.GiftsBlock {
		width: 100%;
		border: none;
		padding: 20px 0;
	}

	.GiftsName {
		padding: 0;
		background: transparent;
		top: 0;
		left: 0;
		transform: none;
		font-size: 24px;
		line-height: 35px;
		text-align: center;
		position: relative;
		margin-bottom: 30px;
	}

	.GiftsBtn {
		 bottom: 0;
		 left: 0;
		 transform: none;
		width: 100%;
		position: relative;
		margin-top: 30px;
	}

	.Gifts {
		padding: 40px 0;
	}

	.GiftsList {
		padding-left: 40px;
	}

	.WorkItem {
		width: 50%;
	}

	.TypeEdgesItem_btn {
		opacity: 1;
	}

	.GrayBlockFlex__text {
		padding-left: 0;
	}

	.ProductsPortfolioAllBtn {
		display: block;
		text-align: center;
	}

	.ProductsPortfolioInfoBtn {
		display: none;
	}

	.ProductForm .FormFooter {
		width: 100%;
	}
	.HeaderName.ProductsPortfolioHeader {
		text-align: left!important;
	}
	.ProductsPortfolioInfoLink a {
		font-size: 20px;
		line-height: 26px;
		width: 100%;
	}
	.ProductsPortfolioAll {
		top: 10px;
	}

	.ProductsPortfolioInfoLink {
		border: none;
		position: absolute;
		left: 0;
		top: 5px;
		display: none;
	}

	.Trust {
		padding: 20px 0;
	}

	.HeaderName {
		margin: 20px 0!important;
	}

	.TypeStonesItem > div {
		padding: 35px 0 35px 40%;
		position: relative;
	}

	.TypeStonesItem > div img {
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
		width: 40%;
	}

	.WorkList {
		width: 100%;
	}

	.WorkItemBlock {
		padding: 10px 0 15px 25px;
	}

	.PortfolioProductsItem {
		padding: 5px;
	}

	.PortfolioProductsList {
		margin: 0 -5px;
	}

	.PortfolioProductsItem__prices {
		padding: 0 0 5px 0;
		text-align: center;
		width: 100%;
		line-height: 21px;
	}

	.PortfolioProductsItem .RedBtn {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.PortfolioProductsItem > div {
		justify-content: center;
	}

	.GrayBanner .HeaderName,
	.GrayBanner .HeaderDescription {
		text-align: center;
	}

	.GrayBanner .FormsLeftBlock {
		width: 100%;
	}

	.GrayBanner .InputFiles {
		width: 100%;
		margin: 5px 0;
	}

	.GrayBanner .InputFiles input,
	.GrayBanner .InputFiles .InputFile{
		width: 100%;
	}

	.GrayBanner form .FormFooter {
		width: 100%;
	}

	.BannerCallBlock > div {
		padding: 50px 0px;
		width: 100%;
	}

	.TableMobile input {
		height: 50px;
		padding: 10px 20px;
		box-sizing: border-box;
		background: #FFFFFF;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
		border-radius: 3px;
		/*margin-bottom: 20px;*/
		border: none;
		width: 100%;
		font-weight: bold;
	}
	.TableMobile {
		position: relative;
	}

	.TableMobile ul {
		list-style: none;
		height: 0;
		overflow: auto;
		margin: 0;
		padding: 0;
		transition: 0.3s linear;
		position: absolute;
		top: 50px;
		width: 100%;
		z-index: 3;
		box-sizing: border-box;
	}

	.TableMobile ul.active {
		height: 180px;
		transition: 0.3s linear;
		background: #FFFFFF;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
		border-radius: 3px;
		padding: 0 5px;
	}

	.TableMobile ul li.active {
		background: #221F1C;
		border-radius: 3px;
		color: #fff;
	}
	.TableMobile ul li {
		padding: 9px 20px;
	}
	.Table table th,
	.Table td {
		text-align: right;
	}
	.Table th:first-child,
	.Table td:first-child {
		width: 50%;
		text-align: left;
	}

	.Table table tr:first-child {
		display: none;
	}

	.TableMobile:before {
		content: '';
		position: absolute;
		width: 12px;
		height: 7px;
		right: 10px;
		top: calc(50% - 4px);
		background: url('/bitrix/templates/mkws/components/bitrix/catalog.element/products-new/images/arr_bot.svg') center no-repeat;
		transition: 0.2s;
	}


	.TableMobile.active:before {
		transition: 0.2s;
		transform: rotate(180deg);
	}

	.ProductsPortfolio  .flex-viewport {
		max-height: 250px!important;
	}
	.ProductsPortfolio .flex-direction-nav {
		display: none;
	}


	.ProductPriceBlockTop {
		padding: 23px 20px 30px 20px;
	}

	.ProductPriceBtn {
		line-height: 105%;
	}

	.StepsItem {
		width: 100%;
		margin-bottom: 42px;
		border-top: 1px solid #EBEBEB;
		position: relative;

		padding-top: 10px;
	}
	.StepsItemText {
		padding-left: 73px;
	}
	.StepsItemNum {
		position: absolute;
		left: 0;
		top: 0;
	}
	.StepsItem .RedBtn {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	.Steps {
		 border-top:none;
		padding-bottom: 13px;
		margin-bottom: 42px;
	}
	.BannerCompBlock{
		flex-flow: row wrap;
	}
	.BannerCompLeft {
		width: 100%;
	}
	.BannerCompRight ul {
		text-align: left;
		margin-top: 10px;
	}
	.BannerCompLeft img {
		max-width: 100%;
	}
	.BannerCompRight .HeaderName {
		text-align: left;
		margin: 15px 0 0 !important;
	}
	.BannerCompRight {
		width: 100%;
		text-align: left;
		padding-top: 24px;
	}
	.BannerCompRight img {
		max-width: 100%;
		width: 60%;
	}
	.BannerCall {

		padding-bottom: 76%;
	}
	.BannerCallImg {
		left: 0;
		background-size: auto 98%;
		top: 62%;
	}

	.BannerCallRound {
		content: '';
		position: absolute;
		right: 0;
		z-index: 1;
		top: 85%;
		width: 100vw;
		height: 100vw;
		background: #D39E6C;
		border-radius: 50%;
		transform: translateY(-50%);
		filter: blur(calc(100vw / 3));
	}
}
.NavigationBlock {
	display: none!important;
}
@media (max-width: 400px){
	.Product_b2 .FormHeader {
		font-size: 22px;
		padding-left: 40px;
	}

	.ProductForm .FormHeader:before {
		width: 34px;
		height: 34px;
	}

	#cbtest {
		font-size: 13px;
	}

	.TypeEdgesItem > div > div:not(.TypeEdgesItem_btn) {
		padding: 3px 4px;
	}
}
/* PS landing 4770 hero features, 2026-09-14 */
.ProductPreview .HeroLead {
  margin: 0 0 16px;
}
.ProductPreview .HeroFeatures {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ProductPreview .HeroFeatures li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.35;
}
.ProductPreview .HeroFeatures svg {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  margin-top: 1px;
  fill: none;
  stroke: #d7b56d;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (max-width: 767px) {
  .ProductPreview .HeroLead { margin-bottom: 12px; }
  .ProductPreview .HeroFeatures { gap: 7px; }
  .ProductPreview .HeroFeatures svg { width: 19px; height: 19px; flex-basis: 19px; }
}
/* PS landing 4770 outcome advantages, 2026-09-14 */
.LandingAdvList .AdItem:last-child {
  margin-left: 25%;
}
.LandingAdvList .AdItemImg {
  background: linear-gradient(145deg, #fffaf4, #f4e8dc);
  border: 1px solid rgba(183, 145, 91, .28);
  box-shadow: 0 10px 28px rgba(62, 47, 35, .08);
}
.LandingAdvList .LandingAdvIcon {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: #a77a43;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.LandingAdvList .AdItemInfo > div {
  color: #2f2924;
  font-size: 18px;
  line-height: 1.25;
  text-transform: none;
}
.LandingAdvList .AdItemInfo {
  color: #6a6058;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .LandingAdvList .AdItem:last-child { margin-left: 0; }
  .LandingAdvList .AdItemImg { width: 72px; height: 72px; }
  .LandingAdvList .AdItemInfo { width: calc(100% - 72px); padding-left: 14px; }
  .LandingAdvList .LandingAdvIcon { width: 38px; height: 38px; }
  .LandingAdvList .AdItemInfo > div { font-size: 16px; }
}
/* End */


/* Start:/local/libs/flexslider/flexslider.css?15892641997263*/
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  border-radius:3px;
}
.flexslider .slides img.width {
  width: 100%;
}

.flexslider .slides img.height {
  width: auto;
  height: 100%;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  border-radius: 3px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: url(/images/arrow_b.svg) center no-repeat;
  background-color: #fff;
  border-radius :50%;
  opacity: 0.7;
}

.flex-direction-nav a:focus {
  outline: none;
}

.flex-direction-nav a.flex-next {
  background-image: url(/images/arrow_b.svg);
}

.flex-direction-nav .flex-prev {
  left: 10px;
  transform: translateY(-50%) rotate(90deg);
}
.flex-direction-nav .flex-next {
  right: 10px;
  text-align: right;
  transform: translateY(-50%) rotate(-90deg);
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flex-viewport {
  background: rgba(0,0,0,0.1);
  max-height: 500px!important;
}

.flexslider .slides > li {
  max-height: 500px;
  text-align: center;
  display: flex!important;
  justify-content: center;
  align-items: center;
}

.control-block {
  display: block;
  float: left;
  position: relative;
  margin-bottom: 100px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0.5!important;
  filter: alpha(opacity=0);
  cursor: default;
  pointer-events: none;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  text-align: center;
  position: relative;
}
.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: none;
  cursor: pointer;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  text-indent: -9999px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
}
.flex-control-thumbs {
  margin: 17px -7px 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 16.66%;
  float: left;
  margin: 0;
  padding: 7px;
  box-sizing: border-box;
  display: flex;
}

.flex-control-thumbs li > div {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img {
  position: absolute;
  left: 50%;
  top:50%;
  display: block;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transform: translate(-50%,-50%);
}

.flex-control-thumbs img.width {
  height: 100%;
  width: auto;
}

.flex-control-thumbs img.height {
  width: 100%;
  height: auto;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;

}
.flex-control-thumbs li > div:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  pointer-events: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs li > div.active{
  border: 1px solid #E53A10;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs li > div.active:after{
  background: rgba(229, 58, 16, 0.5);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {



}

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

}
/* End */
/* /bitrix/templates/mkws/components/bitrix/catalog/products/style.min.css?1584435961959 */
/* /bitrix/templates/mkws/components/bitrix/catalog.element/products-new/style.css?178941342438747 */
/* /local/libs/flexslider/flexslider.css?15892641997263 */
