

/* Start:/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/style.css?171768231438615*/








    --wrap2-br: 20px;
    font-family: 'SF UI Display';
    box-sizing: border-box;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    margin: auto;
    max-width: 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;


.blk1FI {
    border-radius: var(--wrap2-br);
    border-radius: 15px;
}

888884, 88888{
	width:100%;
	padding:0;
	margin:0;
	: 'SF UI Display';
	background: #F4F3F5;
}
a, a:hover, a:visited, a:active{
	: 'SF UI Display';
}

.nowrapssss{
	width:100%;
}
.wrapssss{
	max-width: 1200px;
	width:1200px;
	margin: auto;
}
.wrapssss2{
	max-width: 1650px;
	width:1650px;
	margin: auto;
}

32322323232{
	margin-bottom: 24px;
}
.32322323232Fld{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: var(--wrapssss2-br);
	position: relative;
	margin-top: 24px;
}
.32322323232Fld._home{
	background-image: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/homehdr.jpg);
}
.32322323232Fld._second{
	border-radius: var(--wrapssss2-br);
	background-image: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/bgcatalog.png);
	/*background: #282F39;*/
}
.32322323232Fld._second._contacts,
.32322323232Fld._second._kontakty{
	background: #282F39 url(/local/img/contacts.jpg) no-repeat center;
}
.32322323232Fld._second._catalog{
	background: #282F39 url(/local/img/catalog.jpg) no-repeat center;
}
.forH{
	padding:50px 0 60px;
}
.forH h1{
	color: #FFF;
	text-align: center;
	font-size: 62px;
	font-style: normal;
	font-weight: 500;
	line-height: 74px;
	letter-spacing: -3px; 
	margin:0;
	padding:0;
	display: none;
}
.{
	display: flex;
	justify-content: space-between;
	padding: 36px 0 0 0;
	position: relative;
}
. .{
	display: block;
	width: 230px;
	height: 94px;
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/.png) no-repeat center;
	background-size: contain;
	text-indent: -10000px;
	margin-right: 24px;
	margin-left: 0;
	margin-top: 20px;
}
. .catLink {
	display: none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	: SF UI Display;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.4px;
	padding: 25px 7px;
	border-radius: 14px;
	background: var(--01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: 70px;
	flex: auto;
}
. .phoneBlk{
	display: flex;
	justify-content: space-between;
	padding:12px 12px 12px 20px;
	align-items: center;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(7.5px);
	margin-right: 0;
	margin-left: 15px;
	height: 70px;
    margin-top: 20px;
}
. .phoneBlk .topPhone{
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: -0.6px;
	text-decoration: none;
	position:relative;
	top:-10px;
}
.topmail{
position: absolute;
  top: 38px;
  left: 46px;
  color: #fff;
}
. .phoneBlk .topPhone svg{
	margin-right: 4px;
}
. .phoneBlk .toCall{
	border-radius: 8px;
	background: #FFF;
	padding: 14px 20px;
	color: #4a9385;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: -0.5px;
	cursor: pointer;
	margin-left: 25px;
}
.32322323232Search{
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(7.5px);
	height: 70px;
	margin-right: 0;
	margin-left: 15px;
	margin-top: 20px;
	border-radius: 20px;
	padding: 20px;
}
.32322323232Search .hSearchBtn{
	width: 30px;
	height: 30px;
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/search.svg) no-repeat center;
	background-size: contain;
	cursor: pointer;

}
.hSearchForm{
	position: absolute;
	top: 56px;
	left:204px;
	height: 70px;
	width:0;
	opacity:0;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	transition: width linear 0.3s, opacity linear 0.3s;
}
.hSearchForm input {
	display: block;
	border: 0 none;
	width: 100%;
	height: 100%;
	padding: 20px;
	font-sizE: 20px;
	line-height: 20px;
}

.hSearchForm button {
	cursor: pointer;
	border: 0 none;
	display: block;
	height: 70px;
	width: 70px;
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/searchG.svg) no-repeat center;
	background-size: 40px;
	position: relative;
  left: 90%;
  top: -66px;
}


.hSearchForm.act{
	width: calc(100% - 296px);
	opacity:1;
	transition: width linear 0.3s, opacity linear 0.3s;
}
div.search-page input.search-query {
	display: block;
	border-radius: 8px;
	border: 1px solid #E9E9E9;
	background: #FFF;
	color: #3d3d3d;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.5px;
	padding: 18px 20px;
}
div.search-page input.search-button {
	display: inline-block;
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: -0.44px;
	padding: 20px 24px;
	border-radius: 14px;
	background: var(--Gradien_01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));
	cursor: pointer;
	border: 0 none;
	text-align: left;
}
.search-page form table td{
	vertical-align: middle;
}
.hSearchFormInline {
	width: 100%;
	position: relative;
	border-radius: 20px;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #ebebeb;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hSearchFormInline input[type=text]{
	width: calc(100% - 50px);
	height:100%;
	font-size: 15px;
	line-height: 18px;
	padding:5px 20px;
	border:0 none;
	background: transparent;
	color:#3a665e;
	font-weight: 500;
	outline: 0 none;
}
.hSearchFormInline button {
	cursor: pointer;
	border: 0 none;
	display: block;
	height: 50px;
	width: 50px;
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/searchG.svg) no-repeat center;
	background-size: 26px;
}



.g{
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(7.5px);
	padding: 26px 10px 26px 10px;
	margin-left: 15px;
	height: 70px;
    margin-top: 20px;
}
.g > ul{
	padding:0;
	margin:0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
}
.g > ul > li{
	position: relative;
	margin: auto 15px;
}
.g > ul > li.subM{

}
.g > ul > li > a{
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -0.4px;
	text-decoration: none;
}
.g > ul > li.subM > a svg{
	margin-left:4px;
}
.g > ul > li.subM > a svg *{
	fill:rgba(255, 255, 255, 0.20);

}
.g > ul > li.subM > a:hover svg *{
	fill: #fff;
	opacity:1;
}
.g > ul > li > ul {
	position: absolute;
	top: 42px;
	left: 0;
	transform: translateX(-50%);
	border-radius: 10px;
	background: #FFF;
	list-style: none;
	flex-direction: column;
	padding: 0;
	margin: 0;
	margin-left: 34px;
	display: none;
}
.g > ul > li:hover > ul{
	display: flex;
}
.g > ul > li > ul::before {
	width: 17px;
	height: 17px;
	background: #fff;
	position: absolute;
	display: block;
	content: "";
	top: -8px;
	left: 50%;
	margin-left: -12px;
	transform: rotate(45deg);
}
.g > ul > li > ul:after{
	content:"";
	position: absolute;
	display: block;
	background: transparent;
	width:100%;
	height:23px;
	top:-23px;
	left:0;
}
.g > ul > li > ul > li{
	padding:20px;
	display: block;
	border-bottom: 1px solid #E1E1E1;
}
.g > ul > li > ul > li:last-child{
	border-bottom: 0 none;
}
.g > ul > li > ul > li > a{
	display: block;
	color: #282F39;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: -0.36px;
	white-space: nowrapssss;
	text-decoration: none;
}

.homePromo{
	text-align: center;
	padding: 128px 0 130px;
}
.regLink{
	display: inline-block;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: -0.4px;
	border-radius: 1000px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	padding:15px 22px;
}
.regLink svg{
	margin-right: 4px;
	vertical-align: bottom;
}
.homePromo h1{
	color: #FFF;
	text-align: center;
	font-size: 68px;
	font-style: normal;
	font-weight: 500;
	line-height: 74px;
	letter-spacing: -2.96px;
	margin:30px auto;
}
.homePromo h1 span{
	display: block;
	background: var(--01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 74px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -2.96px;
}
.homePromo .subText{
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: -0.7px;
	margin-bottom: 54px;
}

.btn{
	display: inline-block;
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: -0.44px;
	padding: 27px 24px;
	border-radius: 14px;
	background: var(--Gradien_01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));
	cursor: pointer;
	border: 0 none;
	text-align: left;
}
.btn.btnRg{
	position: relative;
	padding-right: 93px;
}
.btnBlk{
	display: block;
	width:100%;
}
.btn.btnBlack{
	background: #282F39;
}
.btn.btnRg::after {
	content: "";
	display: block;
	width: 52px;
	height: 52px;
	position: absolute;
	right: 12px;
	top: 12px;
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/rg.svg) no-repeat center;
	background-size: contain;
}
.btn.btnAdd{
	color: #FFF;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 18px;
	/*letter-spacing: -0.5px;*/
	padding: 17px;
	border-radius: 12px;
	display: block;
	:"Roboto","Arial",sans-serif;
}

32322323232443434{
	margin-top: 24px;
}
32322323232443434 > .wrapssss2{
	border-radius: var(--wrapssss2-br);
	background: #282F39;
	padding:80px 0;
}

.fCols{
	display: flex;
	justify-content: space-between;
}
.fCol1{
	display: flex;
	flex-direction: column;
	position: relative;
}
.f{
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/f.png) no-repeat center;
	margin-bottom: 20px;
	background-size: contain;
	width: 282px;
	height: 122px;
	text-indent: -10000px;
	display: block;
}
.fSub{
	display: none;
	color: #717B89;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -0.4px;
}
.copyri {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 18px;
	/*letter-spacing: -0.4px;*/
	white-space: nowrapssss;
}

.fCol2{
	width: 50%;
}
.f{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.f .fS{
	width: 50%;
}
.f .fS .fTitle{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	border-radius: 6px;
	background: #394352;
	padding: 10px;
	margin-bottom: 24px;
	display: inline-block;
}
.f .fS ul{
	padding: 0;
	margin: 0 0 70px;
	list-style: none;
}
.f .fS ul li{
	display: block;
	margin-bottom: 14px;
}
.f .fS ul li a{
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 18px;
	/*letter-spacing: -0.4px;*/
	text-decoration: none;
}
.f .fS ul li a:hover{
	text-decoration: underline;
}
.fotLine{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fPhone span{
	display: block;
	margin-bottom: 14px;
	color: #717B89;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: -0.3px;
}
.fPhone a{
	text-decoration: none;
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: -1.3px;
}
.fCols{
	display: flex;
	justify-content: space-between;
}
.fColsL{
	margin-right: 24px;
	width: calc(50% - 12px);
}
.fColsR{
	margin-left: 12px;
	width: calc(50% - 12px);

}

.blk1{
	padding: 120px 0;
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}
.subTtl{
	padding: 13px 22px;
	display: inline-block;
	border-radius: 100px;
	border: 1px solid #E5E5E5;
	margin-bottom: 30px;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -0.4px;
	background: var(--01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.subTitle1{
	color: #282F39;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 37px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.subText1{
	color: #464646;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 26.4px;
	/*letter-spacing: -0.7px;*/
	margin-bottom: 50px;
}
.numBlk1{
	border-radius: 20px;
	border: 1px solid #E5E5E5;
	padding: 24px;
}
.numBlk1 .nbTit{
	font-size: 62px;
	font-style: normal;
	font-weight: 500;
	line-height: 62px;
	letter-spacing: -2.5px;
	background: var(--01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 8px;
}
.numBlk1 .nbTit span{
	background: var(--01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -1.4px;
}
.numBlk1 .nbTxt{
	color: #464646;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 21px;
	/*letter-spacing: -0.4px;*/
}
.frImg{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.certsList .frImg{
	background-size: contain;
}
.blk1FI{
	border-radius: var(--wrapssss2-br);
}
.frImg > img{
	opacity: 0;
}
.blk1Lst{
	margin-top: 80px;
	display: flex;
	flex-wrapssss: wrapssss;
	justify-content: space-between;
}
.blk1Lst .blk1Litem{
	width: calc(50% - 12px);
	margin-bottom: 24px;
	border-radius: 20px;
	background: #FFF;
	display: flex;
	padding: 24px 34px;
}
.blk1Lst .blk1Litem .img{
	width: 78px;
	min-width: 78px;
	height: 78px;
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/circgreen.svg) no-repeat center;
	background-size: contain;
	margin-right: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blk1Lst .blk1Litem .txt{
	width: 100%;
}
.blk1Lst .blk1Litem .txt .ttl{
	color: #282F39;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 31px;
	letter-spacing: -0.9px;
	margin-bottom: 14px;
}
.blk1Lst .blk1Litem .txt .tx{
	color: #464646;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
	/*letter-spacing: -0.4px;*/
}

.mBg1{
	border-radius: var(--wrapssss2-br);
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.mBgwht,
.mBgwht2{
	border-radius: var(--wrapssss2-br);
	background: #FFF;
}
.mBgwht2{
	margin-top: var(--wrapssss2-br);
}
.blk2{
	padding:120px 0;
	text-align: center;
}
.blk2 .subTtl{
}
.blk2Titl{
	color: #282F39;
	text-align: center;
	font-size: 62px;
	font-style: normal;
	font-weight: 500;
	line-height:  71px;
	letter-spacing: -3px;
	margin-bottom: 30px;
}
.blk2Titl span{
	background: var(--01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 62px;
	font-style: normal;
	font-weight: 500;
	line-height:  71px;
	letter-spacing: -3px;
	text-align: center;
}

.homeCatList{
	display: flex;
	flex-wrapssss: wrapssss;
	justify-content: space-between;
}
.homeCatList .homeCatItem{
	width: calc(25% - 18px);
	border-radius: var(--wrapssss2-br);
	/*background: var(--01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));*/
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/bgl1.png) no-repeat center;
	margin-bottom: 24px;
	position: relative;
	height: 260px;
	overflow: hidden;
	transition: all ease 0.3s;
}
.homeCatList .homeCatItem:hover {
	background-position: -10px -10px;
	transition: all ease 0.3s;
}
.homeCatList .homeCatItem.ln2{
	width: calc(50% - 12px);
}
.homeCatList .homeCatItem.ln3{
	width: calc(33.3% - 16px);
}
/*.homeCatList .homeCatItem:after{
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/catPlus.png) no-repeat center;
	position: absolute;
	top: 24px;
	right: 24px;
	border-radius: 50%;
	z-index:2;
}*/
.homeCatList .homeCatItem .img{
	position: absolute;
	top:0;
	left:-5px;
	width: 100%;
	height: 100%;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1;
	transition: all linear 0.1s;
}
.homeCatList .homeCatItem:hover .img{
	left:0;
	transition: all linear 0.3s;
}
.homeCatList .homeCatItem .ttl{
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	/*letter-spacing: -0.7px;*/
	position: absolute;
	width: calc(100% - 48px);
	bottom:24px;
	left: 24px;
	z-index: 3;
	text-align: left;
	transition: bottom linear 0.3s;
}
.homeCatList .homeCatItem:hover .ttl{
	bottom:28px;
	transition: bottom linear 0.2s;
}

.mBg2{
	margin-top: 24px;
	padding:120px 0 50px;
	border-radius: var(--wrapssss2-br);
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}
.blk2Tit{
	color: #282F39;
	text-align: center;
	font-size: 62px;
	font-style: normal;
	font-weight: 500;
	line-height: 62px;
	letter-spacing: -2.5px;
	margin-bottom: 90px;
}
.blk2Tit span{
	background: var(--01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 62px;
	font-style: normal;
	font-weight: 500;
	line-height: 62px;
	letter-spacing: -2.5px;
}

.listOutTop{
	display: flex;
	flex-wrapssss: wrapssss;
	justify-content: space-between;
}
.listOutTop .listOTitem{
	width: calc(25% - 18px);
	border-radius: 14px;
	border: 1px solid #DDD;
	background: #FFF;
	padding:74px 24px 34px 24px;
	position: relative;
	margin-bottom: 69px;
}
.listOutTop .listOTitem.x2{
	width: calc(50% - 12px);
}
.listOutTop .listOTitem .icn{
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/rectgreen.svg) no-repeat center;
	width: 78px;
	height: 78px;
	position: absolute;
	left: 24px;
	top: -39px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.listOutTop .listOTitem .txt{
	color: #282F39;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: -0.8px;
	display: block;
}

.mBggrn{
	padding: 80px 0;
	border-radius: var(--wrapssss2-br);
	background: var(--01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));
}
.blk4{
	border-radius: var(--wrapssss2-br);
	overflow: hidden;
	background: #fff;
}
.titBlk4{
	margin-bottom: 14px;
	color: #1F1F1F;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: 37.4px;
	letter-spacing: -1px;
}
.titBlk4 span{
	background: var(--01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.txtBlk4{
	color: #464646;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
	/*letter-spacing: -0.6px;*/
	margin-bottom: 53px;
}
.blk4 .fColsL{
	padding: 44px 0 20px 24px;
}
.blk4 .frImg{
	border-radius: 20px;
}

.mBgBlk{
	margin-top: 24px;
	padding: 120px 0;
	border-radius: var(--wrapssss2-br);
	background: #282F39 url(/local/img/rs.svg) no-repeat center;
}
.titMblk{
	color: #FFF;
	text-align: center;
	font-size: 62px;
	font-style: normal;
	font-weight: 500;
	line-height: 74px;
	letter-spacing: -3px;
	margin-bottom: 50px;
}
.listPostav{
	display: flex;
	flex-wrapssss: wrapssss;
	justify-content: space-between;
}
.listPostav > div{
	border-radius: 14px;
	background: #FFF;
	width: calc(16.6% - 20px);
	margin-bottom: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.listPostav > div.emtI{
	background: transparent;
}


.blkCert{
	padding:120px 0;
	margin-top: 24px;
	border-radius: var(--wrapssss2-br);
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}
.crtTitle{
	color: #282F39;
	text-align: center;
	font-size: 62px;
	font-style: normal;
	font-weight: 500;
	line-height: 74px;
	letter-spacing: -3px;
	margin-bottom: 50px;
}
.certsList{
	margin-bottom: 120px;
}
.certsList.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.certItem{
	border-radius: 6px;
	display: block;
}
.owl-carousel .owl-item .frImg img{
	opacity: 0 !important;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.bigSlide .owl-stage{
	display: flex;
	align-items: center;
}
.certsListNo{
	display: flex;
	flex-wrapssss: wrapssss;
	justify-content: space-around;
	align-items: center;
}
.certsListNo > a {
	outline: 2px solid #12c6c0;
	width: 23%;
	display: block;
	margin-bottom: 2%;
	border: 6px solid #fff;
	box-shadow: 0 0 8px #aaa;
}
.revsListNo a img{
	max-width: 100%;
	width: auto;
	height: auto;
}
.revsListNo a{
	background-size: contain;
}

.zakTitle{
	color: #282F39;
	text-align: center;
	font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px;
	letter-spacing: -2.5px;
	margin-bottom: 50px;
}
.zakItem{
	border-radius: 14px;
	background-color: #FFF;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center;
}

.blkRevs{
	border-radius: var(--wrapssss2-br);
	background: #FFF;
	padding: 120px 0;
}
.revsTitle{
	color: #282F39;
	text-align: center;
	font-size: 74px;
	font-style: normal;
	font-weight: 500;
	line-height: 74px;
	letter-spacing: -3px;
	margin-bottom: 50px;
}
.revItem{
	border-radius: 14px;
	/*background: #F4F3F5;*/
	height: 380px;
	padding:14px;
	color: #464646;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	/*letter-spacing: -0.7px;*/
}
.revItem.frImg img{
	max-width: 100%;
	width:auto;
	height:auto;
}
.listRevs.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.listRevs.owl-carousel .owl-item a{
	display: block;
	border:1px solid #eee;
	position: relative;
	left:1px;
}
.listRevs.owl-carousel .owl-item{
	padding-left:1px;
}

.owlNav1.owl-carousel .owl-nav button.owl-prev{
	width: 54px;
	height: 54px;
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/left1.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top:50%;
	left:-78px;
	margin-top:-27px;
	border:0 none;
}
.owlNav1.owl-carousel .owl-nav button.owl-next{
	width: 54px;
	height: 54px;
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/right1.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top:50%;
	right:-78px;
	margin-top:-27px;
	border:0 none;
}
.owlNav1.owl-carousel .owl-nav button > span{
	display: none;
}

.owlNav2.owl-carousel .owl-nav button.owl-prev{
	width: 54px;
	height: 54px;
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/left1.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top:50%;
	left:24px;
	margin-top:-27px;
	border:0 none;
}
.owlNav2.owl-carousel .owl-nav button.owl-next{
	width: 54px;
	height: 54px;
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/right1.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top:50%;
	right:24px;
	margin-top:-27px;
	border:0 none;
}
.owlNav2.owl-carousel .owl-nav button > span{
	display: none;
}
.owlNav2.owl-carousel .owl-nav button.owl-next.disabled,
.owlNav2.owl-carousel .owl-nav button.owl-prev.disabled{
	opacity:0.3;
	cursor: default;
}


.lkFrmGrn{
	padding: 120px 0;
	margin-top: 24px;
	border-radius: var(--wrapssss2-br);
	background: var(--01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));
}
.wrpFrm2{
	border-radius: 20px;
	background: #FFF;
}
.wrpFrm2 .fColsL {
	padding: 40px 0 20px 40px;
}
.wrpFrm2 .frImg {
	border-radius: 20px;
}
.titBlkFrm2{
	margin-bottom: 34px;
	color: #282F39;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -2px;
}
.titBlkFrm2 span{
	background: var(--01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
}
.subForm{
	width: 100%;
}
.subForm .inpText{
	display: block;
	border-radius: 10px;
	background: #F4F3F5;
	color: #454545;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -0.5px;
	padding: 20px 24px;
	border:0 none;
	width:100%;
	margin-bottom: 14px;
}
.subForm .inpFile{
	display: block;
	border-radius: 10px;
	background: #F4F3F5;
	color: #454545;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -0.5px;
	padding: 17px 24px;
	border: 0 none;
	width: 100%;
	margin-bottom: 14px;
}
.subForm .areaText{
	border-radius: 10px;
	background: #F4F3F5;
	margin-bottom: 14px;
	color: #454545;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -0.5px;
	border:0 none;
	width:100%;
	padding: 20px 24px;
	: Tahoma;
}
.labelChk{
	display: flex;
	justify-content: flex-start;
}
.labelChk .fChk{
	display: block;
	width: 26px;
	height: 26px;
	margin-right: 14px;
	position:relative;
}
.labelChk .fkInp{
	border-radius: 4px;
	border: 1px solid var(--01, #4a9385);
	width: 26px;
	height: 26px;
	display: block;
}
.rlChk:checked+.fkInp{
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/chk.svg) no-repeat center;
}
.labelChk .rlChk{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	opacity:0;
	z-index: 2;
}
.labelChk .txt{
	width:100%;
	margin-bottom: 24px;
}
.labelChk .txt a,
.labelChk .txt{
	color: #878787;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 19.2px;
	/*letter-spacing: -0.5px;*/
}

.wrapssss2.bread{
	border-radius: 20px;
	background: #FFF;
	padding:30px 0;
}
.breadcrumbs{

}
.breadcrumbs a {
	color: #6e6e6e;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	/*letter-spacing: -0.5px;*/
	height: 18px;
	content: "";
	padding-right: 5px;
	text-decoration: none;
}
.breadcrumbs a::after {
	content: "";
	display: inline-block;
	width: 18px;
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/bricn.svg) no-repeat center;
	height: 18px;
	vertical-align: sub;
	margin-left: 5px;
}
.breadcrumbs span{
	color: #82878F;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 18px;
	/*letter-spacing: -0.5px;*/
}

.siteContent{
	border-radius: var(--wrapssss2-br);
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
	color: #464646;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	/*letter-spacing: -0.5px;*/
	padding:60px 0;
	margin-top: 24px;
}
.siteContent h3{
	color: #282F39;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.5px;
	margin: 34px 0 24px;
}

.greenForm{
	border-radius: 20px;
	background: var(--01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));
	padding:24px;
}
.greenForm.subForm .inpText{
	background: #fff;
}
.greenForm.subForm .areaText{
	background: #fff;
}
.greenForm .labelChk .txt a,
.greenForm .labelChk .txt {
	color: #fff;
	font-weight: 300;
}
.greenForm .labelChk .fkInp {
	border: 1px solid #fff;
}
.greenForm .rlChk:checked + .fkInp {
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/chk1.svg) no-repeat center;
}

.cntSubTtl{
	border-radius: 6px;
	background: #F4F3F5;
	padding: 8px 10px;
	display: inline-block;
	margin-bottom: 24px;
}
.cntSubTtl span {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	background: var(--01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bigPhone {
	display: flex;
	margin-bottom: 14px;
	align-items: center;
}
.bigPhone a{
	display: inline-block;
	width: 262px;
	color: #282F39;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: -1.3px;
	text-decoration: none;
}
.bigPhone span{
	color: #878787;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -0.4px;
}
.bigPhone span svg{
	margin-right: 16px;
}
.chr{
	height: 20px;
}
.addressLine{
	color: #282F39;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.4px;
}
#mapArea {
	border-radius: 20px;
	background: #FFF;
	height: 400px;
	margin-top: 60px;
	overflow: hidden;
}

.catalogPage{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sidePanel{
	border-radius: 20px;
	background: #F4F3F5;
	width: 282px;
	min-width: 282px;
	margin-right: 24px;
	padding: 10px 0;
}

.filter_box_area{
	padding: 24px 5px 10px 24px;
	border-top: 1px solid #DDD;
}
.filter_box_area:first-child{
	border-top: 0 none;
}
.filter_box_name{
	margin-bottom: 24px;
	color: #282F39;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.6px;
}
.filter_box_checklist label{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 14px;
}
.forFltrChk {
	display: block;
	width: 26px;
	height: 26px;
	margin-right: 14px;
	position: relative;
}
.forFltrChk .fkInp {
	border-radius: 6px;
	border: 1px solid #DDD;
	width: 26px;
	height: 26px;
	display: block;
}
.forFltrChk .rlChk {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
}
.forFltrChk .rlChk:checked + .fkInp {
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/chk.svg) no-repeat center;
}

.filter_search_box{
	margin-bottom: 24px;
	padding: 0 24px;
}
{
	position: relative;
	border-radius: 6px;
	border: 1px solid #DDD;
	background: #FFF;
	display: flex;
	justify-content: space-between;
}
 input[type=text]{
	border: 0 none;
	background: transparent;
	color: #383838;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.5px;
	width:calc(100% - 32px);
	padding: 12px 0 12px 14px;
}
 input[type=text]:focus{
	outline: 0 none;
}
 input[type=submit]{
	width: 32px;
	height: 43px;
	border:0 none;
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/find.svg) no-repeat left center;
	cursor:pointer;
}


.prodList{
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrapssss: wrapssss;
}
.prodItem{
	width: calc(33.3% - 16px);
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	margin-bottom: 24px;
	border: 1px solid #e3e3e3;
}
.prodItem.emtI{
	width: calc(33.3% - 16px);
	display: flex;
	border: 0 none;
}
.prodItem .prodImg {
	border-radius: 20px 20px 0 0;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	height: 186px;
	background-size: contain;
}
.prodItem .prodImg img{
	opacity:0;
}
.prodItem .prodInfo{
	padding: 5px 15px 15px 15px;
}
.prodItem .prodName{
	color: #282F39;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/*letter-spacing: -0.8px;*/
	margin-bottom: 14px;
	height: 100px;
    overflow: hidden;
	text-overflow: ellipsis;
	:"Roboto","Arial",sans-serif;
}
.prodItem .prodTxt{
	margin-bottom: 12px;
	color: #464646;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
}
.prodItem .prodPrice{
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	/*letter-spacing: -0.8px;*/
	margin-bottom: 14px;
	min-height: 28px;
	:"Roboto","Arial",sans-serif;
	color: #222222;
}
.detailPage .prodPrice {
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	/*letter-spacing: -0.8px;*/
	margin-bottom: 26px;
	color: #222222;
}
.prodItem .btnAdd{
	margin-bottom: 14px;
}

.moreProd{
	border-radius: 12px;
	border: 1px solid var(--01, #4a9385);
	background: #fff;
	text-decoration: none;
	display: block;
}
.moreProd span{
	display: block;
	text-align: center;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	/*letter-spacing: -0.5px;*/
	padding: 17px;
	background: var(--01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h1.prodTitle{
	color: #222222;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	/*letter-spacing: -1.4px;*/
	:"Roboto","Arial",sans-serif;
}
.prodTxt{
	color: #282F39;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
	/*letter-spacing: -0.6px;*/
	margin-bottom: 44px;
	:"Roboto","Arial",sans-serif;
}
.subProd{
	color: #464646;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 21px;
	/*letter-spacing: -0.5px;*/
	margin-top: 27px;
	:"Roboto","Arial",sans-serif;
}
.subProd a{
	background: var(--01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.48px;
	text-decoration-line: underline;
	:"Roboto","Arial",sans-serif;
}

.tumbSlide{
	margin-top: 24px;
}
.detailPage .fColsR .frImg{
	display: block;
	background-size: contain;
	background-color: #fff;
    /*border-radius: 40px;*/
}
.tumbSlide .owl-stage{
	display: flex;
	align-items: center;
	background-color: #fff;
}

.omTitle2 {
	color: #282F39;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: 37px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.cartList{
	display: flex;
	flex-direction: column;
}
.cartList .cartListItem{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 14px;
	margin-bottom: 14px;
	background: #f4f3f5;
	padding:14px;
	text-decoration: none;
	position: relative;
}
.cartList .cartListItem .prodName{
	text-decoration: none;
	color:#282828;
	line-height: 18px;
	font-size: 16px;
	display: block;
	font-weight: 400;
	margin-bottom: 8px;
	:"Roboto","Arial",sans-serif;
}
.cartList .cartListItem .img {
	min-width: 58px;
	width: 58px;
	height: 58px;
	margin-right: 20px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
}
.cartList .cartListItem .txt {
	width: 100%;
	color: #383838;
	font-size: 17px;
	font-style: normal;
	line-height: 26.4px;
	padding-right: 24px;
}
.cartListItem .qa{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid #4b9485;
	border-radius: 3px;
}
.cartListItem .qa .plus{
	cursor: pointer;
	background: #4b9485;
	color:#fff;
	font-size: 18px;
	line-height: 23px;
	width: 24px;
	height:24px;
	text-align: center;
	font-weight: bold;
	user-select: none;
}
.cartListItem .qa .minus{
	cursor: pointer;
	background: #4b9485;
	color:#fff;
	font-size: 18px;
	line-height: 23px;
	width: 24px;
	height:24px;
	text-align: center;
	font-weight: bold;
	user-select: none;
}
.cartListItem .qa input {
	height: 24px;
	width: 46px;
	text-align: center;
	background: #fff;
	outline: 0 none;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	border: 0 none;
	color: #222222;
	: Arial;
	padding-top: 2px;
}
.cartListItem .price{
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	margin-left: 20px;
	color:#000;
	:"Roboto","Arial",sans-serif;
}
.remove-cart-item{
	position: absolute;
	right:14px;
	top:50%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(/local/img/remove.svg) no-repeat center;
	background-size: contain;
	overflow: hidden;
}
.cartTotalArea{
	text-align: right;
	margin-top: 20px;
	font-size: 20px;
	line-height: 20px;
	color:#2c5149;
	font-weight: bold;
}

.forModal{
	display: flex;
	position: fixed;
	z-index:10;
	background:#888d;
	width: 100%;
	height: 0;
	overflow: hidden;
	top:0;
	left:0;
	justify-content: center;
	align-items: center;
	transition: height linear 0.3s 0.3s;
}
.forModal.active{
	height: 100vh;
	transition: height linear 0.3s;
}
.forModal .modal{
	border-radius: 20px;
	background: #F4F3F5;
	padding: 20px 30px 20px 30px;
	max-width: 600px;
	position: relative;
	opacity:0;
	transition: opacity linear 0.3s;
}
.forModal .modal.active{
	opacity: 1;
	transition: opacity linear 0.3s 0.3s;
}
.forModal .modal.modalCall{
	width:400px;
	max-width: 400px;
}
.forModal .modal .close{
	position: absolute;
	width: 24px;
	height: 24px;
	right:14px;
	top:14px;
	background: url(/local/css/img/close.svg);
	cursor: pointer;
}
.forModal .modal .title{
	margin-bottom: 20px;
	color: #282F39;
	text-align: center;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: -1.4px;
}
.forModal .modal .subTitle{
	margin-bottom: 20px;
	color: #5A616C;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -1.4px;
}
.forModal .subForm .inpText{
	display: block;
	border-radius: 8px;
	border: 1px solid #E9E9E9;
	background: #FFF;
	color: #3d3d3d;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
	padding: 12px 20px;
}
.forModal .subForm .inpFile{
	display: block;
	border-radius: 8px;
	border: 1px solid #E9E9E9;
	background: #FFF;
	color: #3d3d3d;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
	padding: 12px 20px;
}
.forModal .subForm .areaText{
	display: block;
	border-radius: 8px;
	border: 1px solid #E9E9E9;
	background: #FFF;
	color: #3d3d3d;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
	padding: 10px 20px 0px 20px;
}
.forModal .labelChk .txt a,
.forModal .labelChk .txt{
	color: #878787;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	/*letter-spacing: -0.4px;*/
}
.forModal .labelChk .txt a{
	background: var(--01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.forModal .btn {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/*letter-spacing: -0.4px;*/
	padding: 20px;
	border: 0 none;
	text-align: left;
}
.forModal .btn.btnRg::after {
	content: "";
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	right: 12px;
	top: 9px;
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/rg.svg) no-repeat center;
	background-size: contain;
}
.forModal .labelChk {
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}
.forModal .modal.modalKP .title{
	font-size: 30px;
	line-height: 30px;
}
#forCallForm, #forKratForm, #forPrezakForm, #forZakForm{
	display: none;
}
form .mesOk {
	text-align: center;
	font-size: 20px;
	color: green;
}
form.greenForm .mesOk {
	text-align: center;
	font-size: 20px;
	color: #fff;
}

@media(min-width:993px){
	. .catLink{
		display: block;
	}
}
#forCart{
	position: fixed;
	top: 45%;
	right:3%;
	width:65px;
	height:65px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #aaa;
	transition: all linear 0.3s;
	background: var(--Gradien_01, linear-gradient(90deg, #4a9385 0%, #80CCA5 100%));
}
#forCart:hover{
	box-shadow: 2px 2px 10px #777;
	transition: all linear 0.3s;
}
#forCart a {
	text-decoration: none;
	background: url(/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/img/cart.svg) no-repeat 17px 19px;
	display: block;
	width: 100%;
	height: 54px;
	background-size: 29px;
}
#forCart .cartCnt {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #3f6f6f;
	color: #fff;
	text-align: center;
	line-height: 21px;
	font-size: 12px;
}
.fCols {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
/* End */


/* Start:/bitrix/templates/aspro_max/vendor/css/carousel/owl/owl.carousel.min.css?17175703123351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;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(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{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-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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}.owl-carousel .animated{animation-duration:1s;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 .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[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(/bitrix/templates/aspro_max/vendor/css/carousel/owl/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s 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-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/aspro_max/vendor/css/carousel/owl/owl.theme.default.min.css?17175703121013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */
/* /bitrix/templates/aspro_max/components/bitrix/catalog.section.list/samopal/style.css?171768231438615 */
/* /bitrix/templates/aspro_max/vendor/css/carousel/owl/owl.carousel.min.css?17175703123351 */
/* /bitrix/templates/aspro_max/vendor/css/carousel/owl/owl.theme.default.min.css?17175703121013 */
