

/* Start:/bitrix/templates/proopt/js/jscrollpane/jquery.jscrollpane.css?15732335351682*/
/*
* CSS Styles that are needed by jScrollPane for it to operate correctly.
*
* Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
* may not operate correctly without them.
*/
.jspContainer{
	overflow:hidden;
	position:relative;
}
.jspPane{
	position:absolute;
}
.jspVerticalBar{
	position:absolute;
	top:0;
	right:0;
	width:6px;
	height:100%;
	background:transparent;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	overflow:hidden;
}
.jspHorizontalBar{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:6px;
	background:transparent;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	overflow:hidden;
}
.jspVerticalBar *,
.jspHorizontalBar *{
	margin:0;
	padding:0;
}
.jspCap{
	display:none;
}
.jspHorizontalBar .jspCap{
	float:left;
}
.jspTrack{
	position:relative;
	background:#d8d8d8;
}
.jspDrag{
	position:relative;
	top:0;
	left:0;
	cursor:pointer;
	background:#EE8131;
}
.jspDrag.jspHover{
	background:#da762d;
}
.jspDrag.jspActive{
	background:#c86c2a;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float:left;
	height:100%;
}
.jspArrow{
	display:block;
	cursor:pointer;
	text-indent:-20000px;
	background:#50506d;
}
.jspArrow.jspDisabled{
	cursor:default;
	background:#80808d;
}
.jspVerticalBar .jspArrow{
	height:16px;
}
.jspHorizontalBar .jspArrow{
	width:16px;
	float:left;
	height:100%;
}
.jspVerticalBar .jspArrow:focus{
	outline:none;
}
.jspCorner{
	float:left;
	height:100%;
	background:#eeeef4;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{
	margin:0 -3px 0 0;
}
/* End */


/* Start:/bitrix/templates/proopt/css/media.css?164642779611261*/
.phone-block {
	display: inline-block;
}
.column1{
	width:20%;
}
.column1{
	height:80px;
	float:left;
	line-height:80px;
	text-align:center;
}
.column1.logo a{height:80px;display:block;margin-right: 10px;}
.header .logo.column1 a img{width:auto;height:auto;position: relative;top: 50%;transform: translateY(-50%);}
.column1 .column1inner{
	display:inline-block;
	line-height:19px;
	vertical-align:middle;
	text-align:left;
}
.column2{
	width:25%;
	float:left;
}
.logo.column1{
	text-align:left;
}
.basket.column1{
	padding-right:0px;
	text-align:right;
}
.mail-items-block {
	float: right;
}
.header .phone .phone-block .icon{
	display:block;
	float:left;
	width:25px;
	height:31px;
	margin-top:12px;
	margin-right:10px;
	background: url("/bitrix/templates/proopt/img/telephone.svg") 100% 100% no-repeat;
	background-size: cover;
}
.header .basket .basketinhead .icon{
	display: block;
	float: left;
	width: 31px;
	height: 26px;
	margin-top: 5px;
	margin-right: 10px;
	background: url("/bitrix/templates/proopt/img/basket.svg") 100% 100% no-repeat;
	background-size: cover;
}
.mail-items-block .icon {
	display:block;
	float:left;
	width:28px;
	height:20px;
	margin-left:5px;
	margin-top:5px;
	margin-right:0px;
	background: url("/bitrix/templates/proopt/img/sms.svg") 100% 100% no-repeat;
	background-size: cover;
}

.phone-icon {
	width: 40px;
	float: left;
}
.phone-items-block {
	float: left;
	padding-right: 2px;
	font-size: 16px;
}
.phone-items-block a {
	display: block;
}

/* site < then max-width */
@media screen and (max-width:1260px){
	body.adaptive .callback.column1{
		display:none;
	}
}
@media screen and (max-width:1260px) and (min-width:876px){
	body.adaptive .logo.column1{
		width:20%;
	}
	body.adaptive .phone.column1{
		width:20%;
	}
	body.adaptive .favorite.column1{
		width:20%;
	}
	body.adaptive .basket.column1{
		width:20%;
	}
	body.adaptive .footer .line1 .contacts .phone a{
		font-size:18px;
	}
}
@media screen and (max-width:1024px) and (min-width:776px){
	body.adaptive .pmenu{
		width:25%;
	}
	body.adaptive .pcontent{
		width:75%;
		padding-left:15px;
	}
}
@media screen and (max-width:1010px) and (min-width:751px){
	body.adaptive .footer .line1 .block.one{
		width:25%;
	}
	body.adaptive .footer .line1 .block.two{
		width:50%;
	}
	body.adaptive .footer .line1 .block.three{
		width:25%;
	}
	body.adaptive .footer .line1 .block.four{
		display:none;
	}
}

/* for tablets */
@media screen and (max-width:900px){
	.header .logo.column1 a img{
		width:100%;
		height:auto;
		max-height: 100%;
	}
}
@media screen and (max-width:875px){
	body.adaptive .body input[type="text"],body.adaptive .body input[type="password"],body.adaptive .body textarea,body.adaptive .body select,
	body.adaptive .footer input[type="text"],body.adaptive .footer input[type="password"],body.adaptive .footer textarea,body.adaptive .footer select,
	body.adaptive .fancybox-inner input[type="text"],body.adaptive .fancybox-inner input[type="password"],body.adaptive .fancybox-inner textarea,body.adaptive .fancybox-inner select{
		box-shadow:none;
	}
	body.adaptive .header .phone a,
	body.adaptive .header .phone a:hover{
		font-size:14px;
	}
	/* tables */
	body.adaptive .table .td{
		display:inline-block;
		width:auto;
	}
	/* /tables */
}
@media screen and (max-width:920px){
	body.adaptive .logo.column1{
		width:24%;
	}
	body.adaptive .phone.column1{
		width:calc(32% - 50px);
	}
	body.adaptive .phone.mail.column1{
		width:calc(43% - 50px);
	}
	body.adaptive .favorite.column1{
		width:50px;
	}
	body.adaptive .basket.column1{
		width:50px;
	}
	body.adaptive .column1 .title,
	body.adaptive .column1 .descr{
		display:none;
	}
	.mail-items-block {
		float: left;
	}
	.mail-items-block .icon {
		margin-top: 0px;
	}
	body.adaptive .phone.mail.column1 .column1inner {
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width:775px) and (min-width:481px){
	body.adaptive .pmenu{
		width:30%;
	}
	body.adaptive .pcontent{
		width:70%;
		padding-left:15px;
	}
}
@media screen and (max-width:750px){
	body.adaptive .footer .line1{
		padding:5px 0px;
	}
	body.adaptive .footer .line1 .block.one .logo{
		display:none;
	}
	body.adaptive .footer .line1 .contacts{
		margin-bottom:15px;
	}
	body.adaptive .footer .line1 .block.one .contacts,
	body.adaptive .footer .line1 .contacts .feedback{
		margin-top:0px;
	}
}
@media screen and (max-width:750px){
	.mobile-phone-block{
		width: 100%;
		display: block;
		position: relative;
		overflow: auto;
	}
	body.adaptive .logo.column1{
		width:35%;
	}
	body.adaptive .favorite.column1, body.adaptive .basket.column1 {
		float: right;
	}
	.header .column1 {
		height: 60px;
		line-height: 60px;
	}
}
@media screen and (max-width:750px) and (min-width:481px){
	body.adaptive h1{font-size:26px;}
	body.adaptive h2{font-size:20px;}
	body.adaptive h3{font-size:14px;}
	body.adaptive h1.pagetitle{font-size:26px;}
	body.adaptive .footer .line1 .block.one,
	body.adaptive .footer .line1 .block.two,
	body.adaptive .footer .line1 .block.three,
	body.adaptive .footer .line1 .block.four{
		padding-right:0px;
	}
	body.adaptive .footer .line1 .block.one,
	body.adaptive .footer .line1 .block.two{
		width:100%;
	}
	body.adaptive .footer .line1 .block.four{
		display:none;
	}
	body.adaptive .footer .line1 .block.three {
		width:100%;
	}
	body.adaptive .footer .line1 .block.three .item {
		width: 33%;
		float: left;
	}
	body.adaptive .footer .line1 .block.one .contacts .phone1,
	body.adaptive .footer .line1 .block.one .contacts .phone2{
		float:left;
		width:50%;
	}
	body.adaptive .footer .line1 .block.three,
	body.adaptive .footer .line1 .block.four{
		text-align:center;
	}
	body.adaptive .phone.column1 {
		width: 50%;
	}
	.column1.logo a {
		height: 60px;
	}
}
@media screen and (max-width:626px) and (min-width:481px){
	body.adaptive .column1 .title,
	body.adaptive .column1 .descr{
		margin-left:0px;
	}
	.column1.logo a {
		display: block;
		height: 50px;
	}
}
@media screen and (max-width:481px){
	body.adaptive .column1 .title,
	body.adaptive .column1 .descr{
		display:none;
	}
}

/* for mobile */
@media screen and (max-width:605px){
	body.adaptive .pmenu{
		margin-bottom:15px;
	}
	body.adaptive .pmenu,
	body.adaptive .pcontent{
		width:100%;
		padding-left:0px;
	}
}
@media screen and (max-width:480px) and (min-width:381px){
	body.adaptive .basket.column1{
		width:70%;
	}
}
@media screen and (max-width:480px){
	body.adaptive h1{font-size:20px;}
	body.adaptive h2{font-size:18px;}
	body.adaptive h3{font-size:14px;}
	body.adaptive h1.pagetitle{font-size:20px;}
	body.adaptive .mobile_hide,
	body.adaptive .header .phone.column1 .column1inner a.mobile_hide{
		display:none;
	}
	body.adaptive .header .phone .mail-items-block a span img {
		display: none;
	}
	.phone .phone-icon {
		padding: 0;
	}
	body.adaptive .header .phone .icon {
		margin-bottom: 0px;
	}
	body.adaptive .header .phone.column1 .column1inner .phone-items-block a,
	body.adaptive .header .phone.column1 .column1inner .mail-items-block a {
		line-height: 30px;
	}
	body.adaptive .header span {

	}
	body.adaptive .header .mail-items-block, body.adaptive .header .phone-block {
		display:block;
	}
	body.adaptive .header .phone {
		text-align: right;
	}
	body.adaptive .header .phone a, body.adaptive .header .phone a:hover{
		font-size:16px;
	}
	body.adaptive .authandlocation{
		float:none;
	}
	body.adaptive .column1{
		height:50px;
		line-height:50px;
	}
	body.adaptive .column1.logo a{display:block;height:50px;margin-right: 10px;}
	body.adaptive .column1.logo a img{width:auto;height:auto;max-height: 50px;}
	body.adaptive .logo.column1{
		width:50%;
	}
	body.adaptive .phone.column1 .column1inner .phone-block,
	body.adaptive .phone.column1 .column1inner .mail-items-block{
		overflow: auto;
		float: left;
		margin-bottom: 10px;
		text-align: right;
		line-height: 24px;
	}
	body.adaptive .phone.column1, body.adaptive .phone.mail.column1{
		width:50%;
	}
	body.adaptive .phone.column1 .column1inner, body.adaptive .phone.mail.column1 .column1inner{
		width: 100%;
	}
	body.adaptive .favorite.column1{
		width:auto;
	}
	body.adaptive .favorite.column1{
		text-align:left;
	}
	body.adaptive .footer{
		background-color:#fff;
		border-top:1px solid #F2F2F2;
	}
	body.adaptive .footer .line1 .block.one,
	body.adaptive .footer .line1 .block.two,
	body.adaptive .footer .line1 .block.three,
	body.adaptive .footer .line1 .block.four{
		width:100%;
		padding-right:0px;
		text-align:center;
	}
	/* forms -> universal */
	body.adaptive .someform{
		max-width:500px;
	}
	body.adaptive .fancybox-inner .someform{
		max-width:250px;
	}
	/* forms -> register */
	body.adaptive .someform .line.password .text,
	body.adaptive .someform .line.password .btn,
	body.adaptive .someform .line.captcha input{
		width:100%;
		float:none;
	}
	body.adaptive .someform .line.password .text{
		margin-bottom:10px;
	}
	body.adaptive .someform .line.captcha img{
		float:none;
		margin-bottom:8px;
	}
	/* /forms -> universal */
	/* main page */
	body.adaptive .sorter_and_name .name{
		float:none;
	}
	body.adaptive .sorter_and_name .sorter{
		float:none;
		margin-top:10px;
	}
	body.adaptive .sorter_and_name .catalogsorter .template a, body.adaptive .sorter_and_name .catalogsorter .template > span{
		float:left;
	}
	body.adaptive .favorite.column1, body.adaptive .basket.column1 {
		width: auto;
		float: right;
		margin-left: 10px;
	}
	.header .phone .phone-block .icon {
		width: 20px;
		height: 25px;
		margin-top: 4px;
		margin-right: 5px;
	}
	.phone-icon {
		width: 30px;
	}
	.mail-icon {
		float:left;
	}
	.mail-items-block .icon {
		margin-top: 6px;
	}
	body.adaptive .basket.column1 {
		margin-right: 10px;
	}
}
@media screen and (max-width:415px){
	body.adaptive .header .phone .mail-items-block a span,
	body.adaptive .header .phone a,
	body.adaptive .header .phone a:hover {
		font-size: 12px;
	}
	body.adaptive .header .phone .mail-items-block a span {
		background-position-y: center;
	}
}
@media screen and (max-width:380px){
	body.adaptive .favorite.column1 .title,
	body.adaptive .favorite.column1 .descr{
		margin-left:0px;
	}
}
@media screen and (max-width:340px){
	body.adaptive .header .phone .mail-items-block a span,
	body.adaptive .header .phone a,
	body.adaptive .header .phone a:hover {
		font-size: 11px;
	}
}

.artables.table .products, .artables.table .products input[type=text]{
    font-size: 14px;
}
@media screen and (max-width:750px) and (min-width:481px){
	.presscentermainn .in {
		width: 100%;
		background-color: #fff;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	 .presscentermainn .in .item .img{
		text-align: center;
		height: 30vw;
	 }
	 .presscentermainn .in .item .img a {
		width: 100%
	 }
	 .presscentermainn .in .item .img img{
		height: 100%;
		margin: auto;
		text-align: center;
	 }
}

/* End */


/* Start:/bitrix/templates/proopt/components/bitrix/menu/catalog/style.css?16009737586142*/
.catalogmenucolumn{
	float:left;
	min-width:250px;
}
.catalogmenucolumn ul {
	list-style: none;
	padding-left: 0px;
	margin-top: 0;
	margin-bottom: 0px;
}
.catalogmenucolumn ul > li {
	list-style-type: none;
}
.catalogmenu,
.catalogmenusmall{
	position:relative;
}

.catalogmenu,
.catalogmenu ul,
.catalogmenusmall,
.catalogmenusmall ul{
	width: 100%;
}
.catalogmenu a,
.catalogmenusmall a{
	position:relative;
	display:block;
	padding:9px 12px;
	text-decoration:none;
}
.catalogmenu li{
	background-color:#FFF;
	display: block;
}
.catalogmenu li.more{
	display:none;
}
.catalogmenu.hover li.more{
	display:block;
}
.catalogmenu.hover li.morelink{
	display:none;
}
.catalogmenu li.parent{
	max-width:250px;
	background-color:#F3F3F3;
}
.catalogmenu a.parent{
	padding:11px 12px;
	color:#000;
	font-size:15px;
}
.catalogmenu a.parent .icon.menu{
	float:right;
	width:13px;
	height:13px;
	margin-top:3px;
	margin-right:3px;
	margin-left:8px;
	background-position:0px 0px;
}
.catalogmenu a.first.morelink{
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	line-height:16px;
	padding:12px 22px 12px 12px;
}
.catalogmenu li li .icon.menu{
	position:absolute;
	top:50%;
	right:8px;
	width:5px;
	height:8px;
	margin-top:-4px;
	margin-left:8px;
	background-position:0px -83px;
}
.catalogmenu li a.first{
	/*white-space:nowrap;*/
	text-overflow:ellipsis;
	padding: 8px 22px 8px 12px;
	overflow:hidden;
	/* new */
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.catalogmenu li a.first.selected{
	text-decoration:underline;
}
.catalogmenu li.first:hover > a,
.catalogmenu li.first.hover > a,
.catalogmenu li.sub:hover > a,
.catalogmenu li.sub.hover > a,
.catalogmenu a.first:hover,
.catalogmenu a.first.hover,
.catalogmenu a.sub:hover,
.catalogmenu a.sub.hover{
	color:#000000;
	/*font-weight: bold;*/
	
}
.catalogmenu a.first:active,
.catalogmenu a.first.hover:active,
.catalogmenu a.sub:active,
.catalogmenu a.sub.hover:active{
	color:#000000;
	background-color:#F3F3F3;
}
.catalogmenu a.first:hover .icon.menu,
.catalogmenu a.first.hover .icon.menu,
.catalogmenu a.sub:hover .icon.menu,
.catalogmenu a.sub.hover .icon.menu{
	background-position:-5px -83px;
}
.catalogmenu li ul.first{
	top:40px;
	max-width:250px;
	border-right:none;
	border-left:none;
	border-bottom:none;
}
.catalogmenu.hover li ul.first{
	border-bottom:1px solid #F3F3F3;
}
.catalogmenu li ul{
	position:absolute;
	top:0px;
	display:none;
	max-width:248px;
	height:auto;
	background-color:#fff;
	border:1px solid #F3F3F3;
	
}
.catalogmenu li ul.show{
	display:block;
	z-index:500;
}
.catalogmenu li.first ul{
	min-height:100%;
}
.catalogmenu li.first{
	border-right:1px solid #F3F3F3;
	border-bottom:1px solid #F3F3F3;
	border-left:1px solid #F3F3F3;
}
.catalogmenu.hover li.first.lastchild{
	border-bottom:1px solid #FFF;
}
.catalogmenu li.sub{
	border-bottom:1px solid #FFF;
}
.catalogmenu li ul a{
	text-align:left;
}
.catalogmenu li ul ul{
	margin:-1px 0 0 248px;
}
.catalogmenu li:hover ul,
.catalogmenu li.hover ul{
	display:none;
}
.catalogmenu li:hover > ul,
.catalogmenu li.hover > ul,
.catalogmenu li:hover ul.first.show,
.catalogmenu li.hover ul.first.show{
	display:block;
	z-index: 200;
}
.catalogmenu .elementinmenu{
	width:250px;
}
.catalogmenu li:hover ul.elementinmenu,
.catalogmenu li.hover ul.elementinmenu{
	display:block;
	left:0px;
}
.catalogmenu .elementinmenu .name{
	height:35px;
	text-align:center;
	overflow:hidden;
}
.catalogmenu .elementinmenu .pic{
	padding:10px 0px;
	text-align:center;
}
.catalogmenu .elementinmenu .pic a{
	display:block;
	width:210px;
	height:170px;
	line-height:170px;
	text-align:center;
}
.catalogmenu .elementinmenu .pic a img{
	display:inline-block;
}
.catalogmenu .elementinmenu .price{
	padding:10px 20px 0px 20px;
	text-align:center;
}
.catalogmenu .elementinmenu .price span{
	display:inline-block;
	margin-bottom:6px;
}
.catalogmenu .elementinmenu .price.gen{
	display:block;
	font-size:18px;
	margin-right:15px;
	margin-bottom:10px;
}
.catalogmenu .elementinmenu .price.old{
	margin-right:25px;
}
.catalogmenu .elementinmenu .more{
	margin-top:20px;
	padding:0px 20px;
	text-align:right;
}
.catalogmenu .elementinmenu .more a{
	display:inline;
	padding:0px;
	text-align:right;
	text-decoration:none;
}
.catalogmenu .elementinmenu .more a:hover{
	text-decoration:underline;
}
.catalogmenu .elementinmenu .more a .icon{
	width:7px;
	height:14px;
	margin-left:5px;
	margin-bottom:3px;
	background-position:0px -545px;
}
.catalogmenu .elementinmenu .more a:hover .icon {
	background-position:-21px -545px;
}

/* mobile menu */
.catalogmenusmall{
	display:none;
}
.catalogmenusmall li.parent{
	background-color:#F3F3F3;
}
.catalogmenusmall a.parent{
	padding:11px 12px;
	color:#000;
	font-size:13px;
}
.catalogmenusmall a.parent .icon.menu{
	float:right;
	width:13px;
	height:13px;
	margin-top:3px;
	margin-right:3px;
	margin-left:8px;
	background-position:0px 0px;
}
.custom-submenu__item{
	border-bottom: 1px solid #F3F3F3;
	height: 40px;
}
.custom-submenu__item a{
	box-sizing: border-box;
	height: 100%;
}
.custom-submenu__item a:hover{
	color: #fff;
    background-color: #207120;
}

@media screen and (min-width:1010px){
	body.adaptive .catalogmenu li ul.first.show{
		display:block;
	}
}
@media screen and (max-width:1010px){
	body.adaptive .catalogmenu li:hover > ul.lvl4,
	body.adaptive .catalogmenu li.hover > ul.lvl4,
	body.adaptive .catalogmenu li:hover > ul.lvl5,
	body.adaptive .catalogmenu li.hover > ul.lvl5{
		display:none;
	}
	body.adaptive .catalogmenu li ul.first.show{
		display:none;
	}
}
@media screen and (max-width:760px){
	body.adaptive .catalogmenu li:hover > ul.lvl3,
	body.adaptive .catalogmenu li.hover > ul.lvl3,
	body.adaptive .catalogmenu li:hover > ul.lvl4,
	body.adaptive .catalogmenu li.hover > ul.lvl4,
	body.adaptive .catalogmenu li:hover > ul.lvl5,
	body.adaptive .catalogmenu li.hover > ul.lvl5{
		display:none;
	}
}
@media screen and (max-width:605px){
	body.adaptive .catalogmenucolumn{
		float:none;
	}
	body.adaptive .catalogmenucolumn .catalogmenu{
		display:none;
	}
	body.adaptive .catalogmenucolumn .catalogmenusmall{
		display:block;
	}
}

/* End */


/* Start:/bitrix/templates/proopt/components/bitrix/search.title/inheader/style.css?15832413642618*/
/* search form */
.searchinhead{
	min-height:40px;
	margin-left:250px;
	border:1px solid #f2f2f2;
}

.searchinhead form{
	width:100%;
	overflow:hidden;
}
.searchinhead .icon1{
	display:block;
	float:left;
	width:15px;
	height:16px;
	margin:12px 11px 0px 11px;
	background-position:0 -54px;
}
.searchinhead .aroundtext{
	width:100%;
	margin-right:44px;
	margin-left:40px;
	padding-right:88px;
}
.searchinhead .aroundtext .text{
	display:block;
	width:100%;
	padding:10px 5px 10px 0;
	background:transparent;
	border:none;
	box-shadow:none;
color: #191970;
font-weight: bold;
}
.searchinhead .aroundtext .text:focus{
	border:none;
}
.searchinhead .icon2{
	display:block;
	float:right;
	width:16px;
	height:14px;
	margin:13px 13px 0px 13px;
	background-position:0 -70px;
}
/* search.title -> results */
.title-search-result{
	display:none;
	margin-top:-3px;
	padding-right:1px;
	border-collapse:collapse;
	border:none;
	background-color:#fff;
	overflow:hidden;
	z-index:205;
}
.stitle{
	padding:15px 0px;
	text-align:left;
	background-color:#fff;
	border:1px solid #F2F2F2;
}
.stitle .title{
	margin:20px 20px 0px 20px;
	padding-bottom:8px;
	color:#ee8131;
	border-bottom:1px solid #F2F2F2;
}
.stitle .title.first{
	margin-top:0px;
}
.stitle .iblock .item{
	display:block;
	padding:6px 20px;
}
.stitle .iblock .item:hover{
	color:#fff;
	background-color:#C9C9C9;
}
/* simple items */

/* products */
.stitle .iblock .catitem .inner{
	background:url('/bitrix/templates/proopt/components/bitrix/search.title/inheader/img/dashed1.png') 0px bottom repeat;
}
.stitle .iblock .catitem:hover  .inner{
	background:url('/bitrix/templates/proopt/components/bitrix/search.title/inheader/img/dashed2.png') 0px bottom repeat;
}
.stitle .iblock .catitem .pic{
	display:inline-block;
	width:22px;
	margin-right:10px;
	text-align:center;
}
.stitle .iblock .catitem img{
	margin-bottom:1px;
}
.stitle.twolines .iblock .catitem .inner{
	background:none;
}
.stitle.twolines .iblock .catitem .name{
	margin-right:5px;
}
.stitle.twolines .iblock .catitem .pic{
	margin-right:5px;
}
.stitle.twolines .iblock .catitem .prs{
	float:left;
}
.stitle .iblock .catitem .name,
.stitle .iblock .catitem .prs{
	display:block;
}
.stitle .iblock .catitem .name,
.stitle .iblock .catitem .prs{
	position:relative;
	background-color:#fff;
}
.stitle .iblock .catitem:hover .name,
.stitle .iblock .catitem:hover .prs{
	background-color:#899CC7;
}
.stitle .iblock .catitem .name{
	float:left;
}
.stitle .iblock .catitem .name{
	padding-right:2px;
}
.stitle .iblock .catitem .prs{
	float:right;
	padding-left:2px;
	color:#000;
}
.stitle .iblock .catitem:hover .prs{
	color:#fff;
}

@media screen and (max-width:605px){
	body.adaptive .searchinhead{
		margin-top:5px;
		margin-left:0px;
	}
}
/* End */


/* Start:/bitrix/templates/proopt/components/bitrix/breadcrumb/gopro/style.css?1573233535220*/
.breadcrumb{
	padding:12px 0px;
}
.breadcrumb li{
	display:inline;
}
.breadcrumb a{
	text-decoration:underline;
}
.breadcrumb a:hover{
	text-decoration:none;
}
.breadcrumb li.last a{
	color:#000;
	text-decoration:none;
}
/* End */


/* Start:/bitrix/templates/proopt/template_styles.css?178490215758820*/
@import url("/bitrix/templates/proopt/css/additional.css");
@import url("/bitrix/templates/proopt/css/custom.css");

@font-face{
	font-family:Opensans;
	src:url("/bitrix/templates/proopt/fonts/eot/OpenSans-Regular.eot"); /* EOT file for IE */
        font-display: swap;
}
@font-face{
	font-family:Opensans;
	src:url("/bitrix/templates/proopt/fonts/ttf/OpenSans-Regular.ttf"); /* TTF file for CSS3 browsers */
        font-display: swap;
}
@font-face{
	font-family:Opensanslight;
	src:url("/bitrix/templates/proopt/fonts/eot/OpenSans-Light.eot"); /* EOT file for IE */
        font-display: swap;
}
@font-face{
	font-family:Opensanslight;
	src:url("/bitrix/templates/proopt/fonts/ttf/OpenSans-Light.ttf"); /* TTF file for CSS3 browsers */
        font-display: swap;
}
@font-face{
	font-family:Opensansbold;
	src:url("/bitrix/templates/proopt/fonts/eot/OpenSans-Bold.eot"); /* EOT file for IE */
        font-display: swap;
}
@font-face{
	font-family:Opensansbold;
	src:url("/bitrix/templates/proopt/fonts/ttf/OpenSans-Bold.ttf"); /* TTF file for CSS3 browsers */
        font-display: swap;
}
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol , img, small, form, table, table td, hr, input{
	border:0;
	margin:0;
	padding:0;
}
img {
	max-width: 100%;
	height: auto;
}
body{
	font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
	overflow-y:scroll;
	text-align:center;
}
ul,ol{list-style:none outside none;}
ul,ol{padding-left:20px;margin-top:0;margin-bottom:9.5px;}
ul{list-style:circle;}
ol{list-style:decimal;}
ul > li, ol > li{list-style-type:inherit;line-height:19px;}
.body input[type="text"],.body input[type="password"],.body textarea,.body select,
.footer input[type="text"],.footer input[type="password"],.footer textarea,.footer select,
.fancybox-inner input[type="text"], .fancybox-inner input[type="password"], .fancybox-inner textarea, .fancybox-inner select {
	font: 13px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 9px;
	outline: none;
	border: 1px solid #F2F2F2;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35);
}
.body input[type="text"]:focus,.body input[type="password"]:focus,.body textarea:focus,.body select:focus,
.footer input[type="text"]:focus,.footer input[type="password"]:focus,.footer textarea:focus,.footer select:focus,
.fancybox-inner input[type="text"]:focus,.fancybox-inner input[type="password"]:focus,.fancybox-inner textarea:focus,.fancybox-inner select:focus{border:1px solid #8B8B8B;}
input[type="button"],input[type="submit"],input[type="reset"]{font:13px 'Open Sans',Arial,Helvetica,sans-serif;-webkit-appearance:none;}
select{font:13px 'Open Sans',Arial,Helvetica,sans-serif;margin:0;padding:10px 9px;outline:-webkit-focus-ring-color auto 0;border:1px solid #F2F2F2;}
table{border-collapse:collapse;border-spacing:0;}
h1{font-size:24px;}
h2{font-size:20px;}
h3{font-size:16px;}
.fancybox-wrap,.jspScrollable{outline:-webkit-focus-ring-color auto 0;}
.body .bx-sls .dropdown-block,
.body .bx-slst .dropdown-block {
	font: 13px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0;
	border: 1px solid #F2F2F2;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35);
}
.body .bx-sls .dropdown-block.focus,
.body .bx-slst .dropdown-block.focus{border:1px solid #3D833D;}
.body .bx-sls .bx-ui-sls-route,
.body .bx-slst .bx-ui-sls-route{position:relative;top:-5px;}
/* placeholder */
::-webkit-input-placeholder{color:#999;font-size:13px;font-family:Arial,Helvetica,sans-serif;}
::-moz-placeholder{color:#999;font-size:13px;font-family:Arial,Helvetica,sans-serif;}
:-ms-input-placeholder{color:#999;font-size:13px;font-family:Arial,Helvetica,sans-serif;}
input:-moz-placeholder{color:#999;font-size:13px;font-family:Arial,Helvetica,sans-serif;}
/* disable selection */
.disableSelection{-ms-user-select:none;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;}
/* global styles */
.icon{
	display:inline-block;
	font-size:0;
	vertical-align:middle;
}
.nowrap{white-space:nowrap;}
.elementdetail .add2basketform button.add2basket,
.elementdetail .add2basketform button.inbasket,
.showcase .buy .add2basket, button.btn1, button.btn3
{
	display: inline-block;
	font: 13px 'Open Sans',Arial,Helvetica,sans-serif;
	border: none;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	transition: background 250ms ease-in-out, transform 150ms ease;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.pngicons,
.showcase .share .b-share-icon,
.rsgppopup .share .b-share-icon{background-image:url('/bitrix/templates/proopt/img/icons1-min.png');}
.animashka,
#fancybox-loading div{background: transparent url('/bitrix/templates/proopt/img/loading.gif') center center no-repeat;}
.catalogmenu a.parent .icon.menu,
.catalogmenusmall a.parent .icon.menu{background-image:url('/bitrix/templates/proopt/img/menu.png');}
.boxsizing,
.column1,
.searchinhead,
.searchinhead .aroundtext,
.location,
.mainsections .section,
.presscentermainn,
.presscentermainn .item,
.presscentermainn .item .img,
.sections .section,
.catalog .prods .sectinfo .img,
.rsgppopup .block.left,
.showcaseitem .block.left,
.elementdetail .pictures,
.light .js-element,
.detailtabs .docs,
.detailtabs .set .fullpanel .block,
.detailtabs .set .fullpanel .block .prices,
.detailtabs .set .fullpanel .block .arounddiscount,
.footer .line1 .block,
.footer .catmenu .aroundlevel,
.body input,
.body textarea,
.body span.likeinput,
.footer input,
.footer textarea,
.footer span.likeinput,
.fancybox-inner input,
.fancybox-inner textarea,
.fancybox-inner span.likeinput,
.iblocklist .item .pic,
.iblockdetail .pic,
.arfiles .files .docs,
.locationbig .item,
.body .pmenu a,
.body .pcontent,
.body a.btn,
.body a.btn1,
.body button.btn1,
.body a.btn2,
.body a.btn3,
.body button.btn3,
.footer a.btn,
.footer a.btn1,
.footer a.btn2,
.footer a.btn3,
.fancybox-inner  a.btn,
.fancybox-inner  a.btn1,
.fancybox-inner  a.btn2,
.fancybox-inner  a.btn3,
.orderforma .body,
.orderforma .body .line,
.orderforma .body .line .description .in,
.someform.orderforma .body .line.f_select .nm,
.someform.orderforma .body .line.f_select .vl,
.orderlist .item,
div.table div.td,
div.table div.full,
.brandslist .item,
.brandsdetail .description,
.brandbig .item,
.spage .iblock .sitem.catitem .pic,
.showcase .js-element .in,
.showcase .js-element .padd,
.mix .compare,
.mix .catalogsorter,
.body .aroundjssorslider1 .item.product .text,
.body .aroundjssorslider1 .item.product .image,
.body .aroundowlslider1 .item.product .text,
.body .aroundowlslider1 .item.product .image{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.body img,.footer img{max-width:100%;height:auto;width:auto;/*ie8*/}
.ajax_loader{display:block;margin:0 auto;}
/* global styles - clear */
.clearfix:after{display:block;clear:both;content:" ";font-size:0;height:0;visibility:hidden;}
.clear{clear:both;}
/* global styles - hidden */
.nonep{height:1px;left:-10000px;position:absolute;width:1px;}
.noned{display:none;}
/* global styles - links */
a{color:#222222;text-decoration:none;}
a.btn1,
button.btn1,
a.btn2,
button.btn3,
a.btn3{
	display:inline-block;
	padding:5px 14px;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
a.btn1,button.btn1{
	background-color:#3D833D;
}
a.btn2{
	background-color:#222222;
}
button.btn3, a.btn3{
	background: none;
    border: 0.5px solid;
    color: #222222;
}
a.btn1:hover,
button.btn1:hover,
a.btn2:hover,
button.btn3:hover,
a.btn3:hover{
	text-decoration:underline;
}
a.btn1:active{
	background-color:#d36f25;
}
a.btn2:active{
	background-color:#19326c;
}
a.btn3:active{
	background-color:#C9C9C9;
border: #C9C9C9;
}
a:hover{text-decoration:underline;}
a.fullback .icon{
	width:7px;
	height:14px;
	margin-right:5px;
	margin-bottom:3px;
	background-position:0px -531px;
}
a.fullback:hover .icon{
	background-position:-21px -531px;
}
/* global styles - area2darken (overlay on ajax request) */
.area2darken{position:absolute;top:0;right:0;bottom:0;left:0;background:url('/bitrix/templates/proopt/img/area2darken.png') repeat scroll 0 0 transparent;z-index:990;}
.area2darken .animashka{position:absolute;top:50%;left:50%;width:31px;height:31px;margin:-15px 0px 0px -15px;}
/* global styles - ajaxpages */
.ajaxpages{padding:0px;text-align:center;height:65px;line-height:65px;}
.ajaxpages i{display:inline-block;width:31px;height:31px;margin-right:5px;line-height:31px;vertical-align:middle;visibility:hidden;}
.ajaxpages.animation i{visibility:visible;}
.ajaxpages a{line-height:31px;text-decoration:none;}
.ajaxpages span{border-bottom:1px dashed #0c4da2;}
.ajaxpages a:hover span{border-bottom:1px dashed #fff;}
/* global styles - compare checkbox */
.add2compare .icon{
	width:13px;
	height:13px;
	margin-right:5px;
	margin-bottom:2px;
	background-position:0px -255px;
}
.add2compare.in .icon{
	background-position:-13px -255px;
}
/* global styles - errors and messages */
.errortext,
.reviews-note-error,
.notetext{
	display:inline-block;
	margin-bottom:15px;
	padding:10px 14px;
}
.errortext{
	border:1px solid #8B8B8B;
}
.notetext{
	border:1px solid green;
}
/* global styles - inputs */
.body input[type="submit"],
.body input[type="button"],
.body input[type="reset"],
input.btn1[type="submit"],
input.btn1[type="button"],
input.btn1[type="reset"],
input.btn2[type="submit"],
input.btn2[type="button"],
input.btn2[type="reset"],
input.btn3[type="submit"],
input.btn3[type="button"],
input.btn3[type="reset"]{
	cursor:pointer;
	padding:5px 14px;
	color:#FFF;
	text-decoration:none;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:none;
	outline:none;
}
.body input[type="submit"],
.body input[type="button"],
.body input[type="reset"],
input.btn1[type="submit"],
input.btn1[type="button"],
input.btn1[type="reset"]{
	background-color:#3D833D;
}
input.btn2[type="submit"],
input.btn2[type="button"],
input.btn2[type="reset"]{
	background-color:#222222;
}
input.btn3[type="submit"],
input.btn3[type="button"],
input.btn3[type="reset"]{
	background: none;
    border: 0.5px solid #8B8B8B;
    color: #222222;
font-weight: bold;
}
.body input[type="submit"]:hover,
.body input[type="button"]:hover,
.body input[type="reset"]:hover{
	text-decoration:underline;
}
.body input[type="submit"]:active,
.body input[type="button"]:active,
.body input[type="reset"]:active,
input.btn1[type="submit"]:active,
input.btn1[type="button"]:active,
input.btn1[type="reset"]:active{
	background-color:#d36f25;
}
input.btn2[type="submit"]:active,
input.btn2[type="button"]:active,
input.btn2[type="reset"]:active{
	background-color:#19326c;
}
input.btn3[type="submit"]:active,
input.btn3[type="button"]:active,
input.btn3[type="reset"]:active{
	background-color: #C9C9C9;
    border: none;

}
/* quickbuy & daysartikle */
.js-element .icon.da2qb,
.js-element .icon.da2qb{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:0px;
	height:0px;
	background-position:0px 0px;
	background-repeat:no-repeat;
}

.js-element.da2 .icon.da2qb,
.js-element.da2.qb .icon.da2qb,
.js-element.qb .icon.da2qb{

	background: #722A8B;
    border-radius: 3px;
    font-family: Open Sans;
    font-style: normal;
    /* font-weight: 600; */
    font-size: 13px;
    align-items: center;
    /* letter-spacing: -0.02em; */
    color: #FFFFFF;
    text-align: center;
    line-height: 21px;

	/*width:94px;
	height:94px;*/
	width: 68px;
    height: 21px;
	z-index:100;
}
.js-element.qb .icon.da2qb{
	left: 50%;
    margin-left: -105px;
    margin-top: 76px;
	/*background-image: url('/bitrix/templates/proopt/img/catalog-sale.png');*/
}
.srock_postavki-block{
	position:relative;
}
.elementdetail.js-element.qb .icon.da2qb{
	/*background-image:url('/bitrix/templates/proopt/img/tovar-sale.png');*/

	background: #722A8B;
	border-radius: 3px;
	font-family: Open Sans;
	font-style: normal;
	font-size: 13px;
	line-height: 26px;
	text-align: center;

	color: #FFFFFF;
	width:92px;
	height:26px;
	left:0;
	display:inline-block;
	top:0;
	margin-top:-3px;
	margin-left:7px;
	position:relative;
}


.js-element.da2 .icon.da2qb,
.js-element.da2.qb .icon.da2qb{
	background-image:url('/bitrix/templates/proopt/img/da2.png');
}
/* price */
.price.old{
	color:#666666;
	text-decoration:line-through;
}
.price.new{
	color:#3D833D;
}
/* page */
.centering{
	width:100%;
	max-width:1260px;
	min-width:1260px;
	margin:0 auto;
	text-align:left;
}
.adaptive .centering{min-width:280px;}
.centeringin{
	margin:0px 10px;
}
/* checkbox and radio buttons */
.body input[type="checkbox"],
.body input[type="radio"],
.footer input[type="checkbox"],
.footer input[type="radio"],
.fancybox-wrap input[type="checkbox"],
.fancybox-wrap input[type="radio"]{
	left:-9999px;
	position:absolute;
}
.body .bx-authform input[type="checkbox"]{
	position:inherit;
	left:0;
}
.body input[type="checkbox"] + label,
.body input[type="radio"] + label,
.footer input[type="checkbox"] + label,
.footer input[type="radio"] + label,
.fancybox-wrap input[type="checkbox"] + label,
.fancybox-wrap input[type="radio"] + label{
	cursor:pointer;
}
.body input[type="checkbox"] + label:before,
.body input[type="checkbox"] + label > .input_ie,
.body input[type="radio"] + label:before,
.body input[type="radio"] + label > .input_ie,
.footer input[type="checkbox"] + label:before,
.footer input[type="checkbox"] + label > .input_ie,
.footer input[type="radio"] + label:before,
.footer input[type="radio"] + label > .input_ie,
.fancybox-wrap input[type="checkbox"] + label:before,
.fancybox-wrap input[type="checkbox"] + label > .input_ie,
.fancybox-wrap input[type="radio"] + label:before,
.fancybox-wrap input[type="radio"] + label > .input_ie{
	position:relative;
	top:2px;
	display:inline-block;
	margin-right:3px;
	content:'';
	background-image:url('/bitrix/templates/proopt/img/icons1-min.png');
}
.body input[type="checkbox"] + label:before,
.body input[type="checkbox"] + label > .input_ie,
.footer input[type="checkbox"] + label:before,
.footer input[type="checkbox"] + label > .input_ie,
.fancybox-wrap input[type="checkbox"] + label:before,
.fancybox-wrap input[type="checkbox"] + label > .input_ie{
	width:13px;
	height:13px;
}
.body input[type="radio"] + label:before,
.body input[type="radio"] + label > .input_ie,
.footer input[type="radio"] + label:before,
.footer input[type="radio"] + label > .input_ie,
.fancybox-wrap input[type="radio"] + label:before,
.fancybox-wrap input[type="radio"] + label > .input_ie{
	width:14px;
	height:12px;
}
.body input[type="checkbox"] + label:before,
.body input[type="checkbox"] + label > .input_ie,
.footer input[type="checkbox"] + label:before,
.footer input[type="checkbox"] + label > .input_ie,
.fancybox-wrap input[type="checkbox"] + label:before,
.fancybox-wrap input[type="checkbox"] + label > .input_ie{
	background-position:0 -255px;
}
.body input[type="checkbox"]:checked + label:before,
.footer input[type="checkbox"]:checked + label:before,
.fancybox-wrap input[type="checkbox"]:checked + label:before{
	background-position:-13px -255px;
}
.body input[type="checkbox"] + label.checked:before,
.body input[type="checkbox"] + label.checked > .input_ie,
.footer input[type="checkbox"] + label.checked:before,
.footer input[type="checkbox"] + label.checked > .input_ie,
.fancybox-wrap input[type="checkbox"] + label.checked:before,
.fancybox-wrap input[type="checkbox"] + label.checked > .input_ie{
	background-position:-13px -255px;
}
.body input[type="radio"] + label:before,
.body input[type="radio"] + label > .input_ie,
.footer input[type="radio"] + label:before,
.footer input[type="radio"] + label > .input_ie,
.fancybox-wrap input[type="radio"] + label:before,
.fancybox-wrap input[type="radio"] + label > .input_ie{
	background-position:0 -268px;
}
.body input[type="radio"]:checked + label:before,
.footer input[type="radio"]:checked + label:before,
.fancybox-wrap input[type="radio"]:checked + label:before{
	background-position:-12px -268px;
}
.body input[type="radio"] + label.checked:before,
.body input[type="radio"] + label.checked > .input_ie,
.footer input[type="radio"] + label.checked:before,
.footer input[type="radio"] + label.checked > .input_ie,
.fancybox-wrap input[type="radio"] + label.checked:before,
.fancybox-wrap input[type="radio"] + label.checked > .input_ie{
	background-position:-12px -268px;
}
/* /checkbox and radio buttons */

/* header */
.tline{
	width:100%;
	height:30px;
	background-color:#3D833D;
}
.ptline{
	font-size: 14px;
    padding-top: 5px;
    color: #f5f5f5;
}
.tpanel{
	height:50px;
	background-color:#f3f3f3;
}
.authandlocation{
	float:right;
}
.header .logo a,
.header .logo a:hover{
	text-decoration:none;
}
.header .logo a img{
	width:100%;
	float:left;
}
.header .phone{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-align:center;
}
.header .phone a, .header .phone a:hover{
	line-height:36px;
	font-size:16px;
	color:#000;
	text-decoration:none;
}
.header .callback{
	text-align:center;
}
.header .callback a{
	display:inline-block;
	padding:5px 25px;
	text-align:center;
	border:1px solid #e5e5e5;
}
.header .callback .icon{
	width:8px;
	height:4px;
	margin-left:12px;
	background-position:0px -4px;
}
/* /header */

/* content */
.content{
	line-height: 20px;
}
#content.content {
	min-height: calc(100vh - 880px);
}
@media screen and (max-width:1010px){
	#content.content {
		min-height: calc(100vh - 1040px);
	}
}
@media screen and (max-width:990px){
	#content.content {
		min-height: calc(100vh - 1050px);
	}
}
@media screen and (max-width:750px){
	#content.content {
		min-height: 0;
	}
}
/* /content */

/* footer */
.footer{
	margin-top:50px;
	background-color:#fafafa;
}
/* footer -> line1 */
.footer .line1{
	padding:30px 0;
}
.footer .line1 .block{
	float:left;
	padding-right:30px;
}
.footer .line1 .block.one{
	width:20%;
}
.footer .line1 .block.two{
	width:51%;
}
.footer .line1 .block.three{
	width:15%;
}
.footer .line1 .block.four{
	width:14%;
	padding-right:0px;
}
.footer .line1 .block.one img{
	width:100%;
}
.footer .line1 .contacts{
	margin-top:25px;
}
.footer .line1 .contacts .phone a{
	color:#000;
	font-size:24px;
}
.footer .line1 .contacts .recall,
.footer .line1 .contacts .feedback{
	color:#222222;
	text-decoration:none;
}
.footer .line1 .contacts .feedback{
	display:inline-block;
	margin-top:25px;
}
.footer .line1 .contacts .recall .icon{
	width:9px;
	height:16px;
	background-position:0px 140px;
}
.footer .line1 .contacts .recall .icon,
.footer .line1 .contacts .feedback .icon{
	margin-right:5px;
}
.footer .line1 .contacts .recall .icon{
	width:9px;
	height:16px;
	background-position:0px -140px;
}
.footer .line1 .contacts .feedback .icon{
	width:15px;
	height:11px;
	background-position:0px -156px;
}
.footer .line1 .contacts .recall:hover,
.footer .line1 .contacts .feedback:hover{
	text-decoration:underline
}
/* /footer -> line1 */
/* footer -> line2 */
.footer .line2{
	padding:10px 0px;
	font-size:11px;
	border-top:1px solid #E5E5E5;
}
.footer .line2 .sitecopy{
	float:left;
}
.footer .line2 .developercopy{
	float:right;
}
/* /footer -> line2 */
/* /footer */

/* catalog -> cantbuy */
.add2basketform.cantbuy .submit,
.add2basketform.cantbuy .inbasket,
.add2basketform.cantbuy .buy1click,
.add2basketform.js-synchro.cantbuy .submit,
.add2basketform.js-synchro.cantbuy .inbasket,
.add2basketform.js-synchro.cantbuy .buy1click,
.add2basketform.js-synchro.cantbuy.in .submit,
.add2basketform.js-synchro.cantbuy.in .inbasket,
.add2basketform.js-synchro.cantbuy.in .buy1click,
.add2basketform.js-asynchro.cantbuy .submit,
.add2basketform.js-asynchro.cantbuy .inbasket,
.add2basketform.js-asynchro.cantbuy .buy1click,
.add2basketform.js-asynchro.cantbuy.in .submit,
.add2basketform.js-asynchro.cantbuy.in .inbasket,
.add2basketform.js-asynchro.cantbuy.in .buy1click,
.add2basketform.cantbuy .quantity{
	visibility:hidden;
	display: none;
}
.elementdetail .add2basketform.cantbuy .submit,
.elementdetail .add2basketform.cantbuy .inbasket,
.elementdetail .add2basketform.cantbuy .go2basket,
.elementdetail .add2basketform.cantbuy .buy1click,
.elementdetail .add2basketform.js-synchro.cantbuy .submit,
.elementdetail .add2basketform.js-synchro.cantbuy .inbasket,
.elementdetail .add2basketform.js-synchro.cantbuy .go2basket,
.elementdetail .add2basketform.js-synchro.cantbuy .buy1click,
.elementdetail .add2basketform.js-synchro.cantbuy.in .submit,
.elementdetail .add2basketform.js-synchro.cantbuy.in .inbasket,
.elementdetail .add2basketform.js-synchro.cantbuy.in .go2basket,
.elementdetail .add2basketform.js-synchro.cantbuy.in .buy1click,
.elementdetail .add2basketform.js-asynchro.cantbuy .submit,
.elementdetail .add2basketform.js-asynchro.cantbuy .inbasket,
.elementdetail .add2basketform.js-asynchro.cantbuy .go2basket,
.elementdetail .add2basketform.js-asynchro.cantbuy .buy1click,
.elementdetail .add2basketform.js-asynchro.cantbuy.in .submit,
.elementdetail .add2basketform.js-asynchro.cantbuy.in .inbasket,
.elementdetail .add2basketform.js-asynchro.cantbuy.in .go2basket,
.elementdetail .add2basketform.js-asynchro.cantbuy.in .buy1click{
	display:none;
}

/* add2basket */
.add2basketform .inbasket,
.add2basketform .go2basket,
.add2basketform .add2basket,
.add2basketform .buy1click{
	white-space:nowrap;
}
.add2basketform .inbasket,
.add2basketform .go2basket,
.add2basketform.in .add2basket,
.add2basketform.in .buy1click,
.add2basketform.in .buy1click,
.add2basketform.in button.add2basket
{
	display:none;
}
.add2basketform.in .inbasket,
.add2basketform.in .go2basket,
.add2basketform .add2basket,
.add2basketform .buy1click{
	display:inline-block;
}
.js-element .plus,
.js-element .minus{
	display:inline-block;
	padding:2px 6px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:14px;
	text-decoration:none;
	color:black;
	cursor:pointer;
	background-color:#FFF;
}
.js-element .plus:hover,
.js-element .minus:hover{
	background-color:#e0e0e0;
}
.js-element .plus:active,
.js-element .minus:active{
	background-color:#cdcdcd;
}
.js-element .quantity{
	display:inline-block;
	border:1px solid #F3F3F3;
	background-color:#FFF;
}
.js-element .quantity input{
	width:36px;
	padding:0px;
	text-align:center;
	border:none;
	box-shadow:none;
}
.js-element .quantity input:focus{border:none;	box-shadow:none;}
.js-element .quantity input,
.js-element .js-measurename{
	background-color:#FFF;
}
.js-element .js-measurename{
	display:inline-block;
	min-width:28px;
	padding:0px 2px;
}
.add2basketform .add2basket{
	background-color:#3D833D;
}
.add2basketform .add2basket:active{
	background-color:#bd6728;
}
.add2basketform .inbasket{
	background-color:#f5b383;
}
.add2basketform .inbasket:active{
	background-color:#c9946d;
}
.add2basketform .buy1click{
	background-color:#899CC7;
}
.add2basketform .buy1click:active{
	background-color:#69789c;
}
.add2basketform .add2basket,
.add2basketform .inbasket,
.add2basketform .buy1click{
	color:#fff;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

/* pmenu & pcontent */
.pmenu,
.pcontent{
	float:left;
}
.pmenu{
	width:20%;
}
.pcontent{
	width:80%;
	padding-left:25px;
}
/* /pmenu & pcontent */

/* forms */
	/* forms -> universal */
	.someform{
		width:100%;
		max-width:300px;
	}
	.someform input[type="text"],
	.someform input[type="password"],
	.someform textarea,
	.someform select{
		width:100%;
	}
	.someform .line{
		margin-bottom:10px;
	}
	.someform.secure .line.password .text{
		background:url('/bitrix/templates/proopt/img/sec.png') 96% 10px no-repeat;
	}
	.someform .line.buttons .btn{
		width:100%;
		padding:11px 14px;
	}
	.someform .line.notes{
		padding-top:10px;
		border-top:1px solid #f2f2f2;
	}
	.someform .line.notes div{
		margin-bottom:5px;
	}

	/* forms -> auth */
	.someform.auth .line.password .text{
		width:58%;
		float:left;
	}
	.someform.auth .line.password .btn{
		width:38%;
		float:right;
		padding:11px 14px;
	}
	.someform.auth .line.buttons a{
		float:right;
	}
	.someform.auth .line.forgot span{
		display:inline-block;
		float:left;
		padding-top:11px;
	}
	.someform.auth .line.forgot a{
		float:right;
		padding:11px 18px;
	}
	/* forms -> register  */
	.someform .line.captcha input{
		width:108px;
	}
	.someform .line.captcha img{
		float:right;
	}
/* forms */

/* tabes */
.table{
	width:100%;
}
.table .tr{
	width:100%;
}
.table .full,
.table .tr,
.table .td{
	float:left;
}
.table .full,
.table .td{
	padding:5px 10px;
}
.table .td{
	width:50%;
}
.table .full{
	width:100%;
}
.table .full.name{
	color:#3D833D;;
}
.table .full.header{
	margin-top:15px;
	font-weight:bold;
	border-bottom:1px solid #F2F2F2;
}
/* /tabes */


/* additional styles */
.description {
	overflow-x: hidden;
}

.elementdetail .prices table td .price.old {
	min-height: 18px;
	display: block;
}
/* /additional styles */

/* main page */
.sorter_and_name{
	margin-top:30px;
	margin-bottom:15px;
}
.sorter_and_name .name{
	float:left;
	padding:0px 17px;
	color:#3D833D;
	font-size:24px;
	font-weight:normal;
	text-transform:none;
}
.sorter_and_name .sorter{
	float:right;
}
/* /main page */


/*fecs*/
.catalogmenucolumn {
    min-width: 270px;
}
.catalogmenu li.parent{
max-width: 270px;
}
.catalogmenu li ul.first{
max-width: 270px;
}
.catalogmenu li ul{
max-width: 268px;
}
.catalogmenu li ul ul {
    margin: -1px 0 0 268px;
}

.searchinhead {
    margin-left: 270px;
}
.aroundjssorslider1 {
    margin-left: 272px;
}
.showcase .name{height: 60px;}
.presscentermainn .title,
.presscentermainn .item a.blockname
{
    color: #3D833D;
padding: 27px 17px 15px 17px;
}
.catalogmenu li ul ul,
.catalogmenu li.sub{
    background-color: #F3F3F3;
}
.green-btn{
padding: 4px 15px;
    white-space: nowrap;
    color: #fff;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #3D833D;
}
.fancybox-inner #title-search{
margin-left:0;
}

/*new start*/
.menu-btn{
    display: none;
    font-size: 11px;
    text-align: center;
    color:#000;
    position: absolute;
    left:2px;
    top:10px;
    cursor: pointer;
    z-index: 1060;
    padding:10px 20px;
    line-height: 16px;
}
.main-benefits{
	margin:0 0 50px;
}
	.main-benefits ul{
		list-style: none;
		padding:0;
		margin:0 -10px;
		font-size: 0;
		letter-spacing: -5px
	}
		.main-benefits ul li{
			width:25%;
			text-align: left;
			padding:0 10px 20px;
			box-sizing: border-box;
			letter-spacing: normal;
			font-size: 18px;
			display:inline-block;
			vertical-align: top
		}
			.main-benefits ul li .img{
				width:80px;
				height:80px;
				float: left;
				margin-left:20px;
			}
				.main-benefits ul li .img img{
					height:80px;
				}
			.main-benefits ul li .descript{
				margin-left:105px;
				min-height:80px;
			}
			.main-benefits ul li .descript:before{
				display:inline-block;
				vertical-align: middle;
				min-height:80px;
				width: 0;
				content:'';
			}
				.main-benefits ul li .descript .p{
					display:inline-block;
					vertical-align: middle;
					max-width:95%;
					font-size:16px;
					line-height: normal
				}
@media (min-width: 1000px) and (max-width: 1259px) {
	.main-benefits ul {
	    display: flex;
	    margin: 0;
	}
	.main-benefits ul li{
	    width: 50%;
	}
	.main-benefits ul li .descript .p{
	}
}
.table-responsive{
	min-width: 770px;
	margin:0 0 20px !important;
	border-collapse: collapse !important;
}
.table-responsive .td-hide{
	display: none;
}
.table-responsive td,
.table-responsive th{
	border:2px solid #8B8B8B!important;
	padding:5px 10px !important;
	text-align: center;
}
.table-responsive td{
	background: #dafcdb
}
.table-responsive td.white{
	background: #FFF
}
.table-responsive .th{
	display: none;
}
.table-responsive .nowrap{
	white-space: nowrap
}
.header .phone a span{
	font-size: 16px;
    margin-left: 6px;
}
	.header .phone span{
		display:inline-block;
		vertical-align: middle;
	}
@media screen and (max-width:700px){
    .body, .footer{
        /*overflow-x: hidden;*/
    }
}
#propACCESSORIES .contentinner{
   min-height: 500px;
}
@media screen and (max-width:1100px){
    .main-benefits ul li .img{
		width:60px;
		height:60px;
	}
		.main-benefits ul li .img img{
			height:60px;
		}
	.main-benefits ul li .descript{
		margin-left:70px;
		min-height:60px;
	}
	.main-benefits ul li .descript:before{
		min-height:60px;
	}
	.mainsections{
		width:73%;
   	}
	.catalogmenucolumn{
		min-width: 250px;
	}
	.catalogmenu li ul ul{
		margin: -1px 0 0 248px;
	}
	.main-benefits ul li .img {
		margin-left: 5px;
	}
}
@media screen and (max-width:1080px){
.elementdetail.js-element.qb .icon.da2qb{
	margin-left:0;
}
}
@media screen and (max-width:1010px){
    .main-benefits ul li .descript .p{
		font-size: 20px;
	}
	.main-benefits ul li .img{
		width:100px;
		height:100px;
		margin:0 auto 10px;
		float: none;
	}
		.main-benefits ul li .img img{
			height:100px;
		}
	.main-benefits ul li .descript{
		margin-left:0;
		min-height:inherit;
		text-align: center;
	}
	.main-benefits ul li .descript:before{
		min-height:inherit;
	}
}
@media screen and (max-width:990px){
	.tline {
                       height:50px;
			width: 100%;
	}
	.ptline {
		max-width: calc(100% - 50px);
		float: right;
		display: inline-block;
	}
	.tpanel_menu.mobile_hide{
		font-size: 0;
	}
    .menu-btn{
		display: block;
        box-sizing: border-box;
        padding:11px 10px;
        background: #3D833D;
	}
	.menu-btn.btnActive{
        left:270px;
        top:0;
		color:#FFF;
		position: fixed;
		width:53px;
		height:51px;
		box-sizing: border-box;
		text-align: center;
		padding:0;
	}
		.menu-btn.btnActive:before{
			content:'X';
			line-height:54px;
			font-size: 24px;
		}
		.menu-btn.btnActive span{
			display: none;
		}
        .menu-btn span:first-child{
            margin-top:0;
        }
		.menu-btn span{
			width:25px;
			display: block;
			height: 3px;
			background: #FFF;
			margin:4px auto 0;
		}
	.site-overlay{
		opacity: 0.6;
		background: #000;
		position: fixed;
		left:0;
		top:0;
		bottom:0;
		right:0;
		z-index: 100
	}
	.header_menu_wrapper{
		width:270px;
		position: fixed;
		left:-270px;
		top:0;
		overflow: auto;
		bottom:0;
		background:#3D833D;
		-webkit-box-shadow:inset 0 0 3px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:inset 0 0 3px 3px rgba(0, 0, 0, 0.2);
		box-shadow:inset 0 0 3px 3px rgba(0, 0, 0, 0.2);
		padding:15px;
		text-align: left;
		box-sizing: border-box;
	}
	.header_menu_wrapper.menuActive{
		left:0;
		z-index: 1000
	}
		.header_menu_wrapper a{
			display: block;
			margin:0 -10px 10px;
			padding:5px 20px;
			color:#FFF;
		}
		.header_menu_wrapper a.selected{
			color:#3D833D;
			background: #FFF;
			font-weight: bold
		}
	.table-responsive{
		width: 100%;
		min-width: inherit;
	}
	.header .phone a span {
		margin-top:-9px;
	}
}
@media screen and (max-width:780px){
.elementdetail.js-element.qb .icon.da2qb{
	/*position: relative;
    left: 50%;
    margin-left: -30px;
    margin-bottom: 10px;*/
}
}
@media screen and (max-width:767px){

    .main-benefits ul li .descript .p{
		font-size:16px;
	}
	.slobel_msg{
		max-width: 100%;
		width: auto;
		white-space: normal;
		box-sizing: border-box;
	}
		.table-responsive{
		border:1px solid red;
	}
	.table-responsive td{
		text-align: left;
		border:1px solid #8B8B8B;
	}
	.table-responsive *{
		box-sizing: border-box;
	}
	.table-responsive thead{
		display: none;
	}
	.table-responsive tr{
		overflow: hidden;
		display: block;
		background: #FFF;
		position: relative;
	}
	.table-responsive tr:before{
		content:'';
		width:50%;
		z-index:90;
		border-right:2px solid #8B8B8B;
		position: absolute;
		top:0;
		bottom:0;
		left:-10px;
	}
	.table-responsive tr td{
		display: block;
		background: none !important;
		position: relative;
		z-index:100;
		width: 100%;
		overflow: hidden;
	}
    .table-responsive .th{
    	float: left;
    	display: block;
    	width:50%;
    	font-weight: bold
    }
    .table-responsive .td{
    	padding-left:50%;
    	box-sizing: border-box;
    }
    .table-responsive .td-hide{
		display: block;
	}
	.table-responsive tr:nth-child(2n+1){
		background: #dafcdb
	}

	body.adaptive .detailtabs .content .contentinner{
		padding:5px 0;
	}
}
@media screen and (max-width:600px) {
	.tline {
		height: 50px;
	}
}
@media screen and (max-width:480px){
    body.adaptive .header .phone.column1{
    	height: auto
    }
    body.adaptive .header .phone.column1 .column1inner{
    	white-space: normal;
    }
    	body.adaptive .header .phone.column1 .column1inner a{
    		display:inline-block;
    		vertical-align: middle;
    		line-height: normal;
    	}
    	body.adaptive .header .phone.column1 img{
    		margin-top:5px;
    	}
    .main-benefits ul li{
    	width: 50%;
    	float: none;
    }
	.header .phone a span{
		margin-top:0;
	}
	body.adaptive .header .phone.column1 img{
		position: relative;
		margin:0;
		top:8px;
	}
}
@media screen and (max-width:360px){
	.ptline {
		font-size: 12px;
	}
}
@media screen and (max-width:300px){
	.ptline {
		font-size: 10px;
	}
}


.showcase .ya-share2{float:right;margin-top:2px}

.srock_postavki-block.in_stock{
    margin: 5px auto;
	width: 100%;
	text-align: center;
}
.srock_postavki-block.in_stock p{
    padding: 4px 15px;
    color: #fff;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #3D833D;
        display: inline-block;
        white-space: nowrap;
}
.showcase .srock_postavki-block.in_stock p, .showcase .srock_postavki-block.no_stock p {
	background-color: #fff;
	color: #666666;
	padding: 2px 15px;
}

.srock_postavki-block.no_stock{
    margin: 15px auto;
    width: 123px;
}
.stock_in_detail_page .srock_postavki-block.in_stock,.stock_in_detail_page .srock_postavki-block.no_stock{
    margin: 15px 0;
    width: auto;
	display:inline-block;
}
.srock_postavki-block.no_stock p{
    padding: 4px 15px;
    color: #fff;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FF3D3D;
        display: inline-block;
        white-space: nowrap;
}
.i-arrow{
	background: url('/bitrix/templates/proopt/./img/arrow.svg') no-repeat center/contain;
	width: 10px;
	height: 10px;
}
table.default-table, table.default-table td , table.default-table th {
	border: 1px solid black;
    border-collapse: collapse;
    font-size: 14px;
}
table.default-table {
    margin-top: 10px;
}
table.default-table.full-width {
	min-width: 1000px;
}
table.default-table thead td, table.default-table thead th {
    margin: auto;
    padding: 1px;
    border: 1px solid gray;
}
table.default-table tbody td {
    padding: 5px;
}
table.default-table td:first-child:nth-last-child(2),
table.default-table td:first-child:nth-last-child(2) ~ td,
table.default-table th:first-child:nth-last-child(2),
table.default-table th:first-child:nth-last-child(2) ~ th {
    width: 50%;
}
table.default-table thead tr {
    background-color: #afcde7;
    height: 40px;
    text-align: center;
}
table.default-table tbody td[colspan="2"] {
    background-color: #e6e6e6;
    height: 30px;
    text-align: center;
    font-weight: 600;
}
table.default-table.center {
    max-width: 80%;
    margin: auto;
}
@media (max-width: 1000px) {
    table.default-table.full-width {
        max-width: 100%;
        min-width: 100%;
        width: 100%!important;
    }
}
table.default-table.center td , table.default-table th.center {
	text-align:center;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
overflow-y: auto;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.pt-15.col-xs-1, .pt-15.col-sm-1, .pt-15.col-md-1, .pt-15.col-lg-1, .pt-15.col-xs-2, .pt-15.col-sm-2, .pt-15.col-md-2, .pt-15.col-lg-2, .pt-15.col-xs-3, .pt-15.col-sm-3, .pt-15.col-md-3, .pt-15.col-lg-3, .pt-15.col-xs-4, .pt-15.col-sm-4, .pt-15.col-md-4, .pt-15.col-lg-4, .pt-15.col-xs-5, .pt-15.col-sm-5, .pt-15.col-md-5, .pt-15.col-lg-5, .pt-15.col-xs-6, .pt-15.col-sm-6, .pt-15.col-md-6, .pt-15.col-lg-6, .pt-15.col-xs-7, .pt-15.col-sm-7, .pt-15.col-md-7, .pt-15.col-lg-7, .pt-15.col-xs-8, .pt-15.col-sm-8, .pt-15.col-md-8, .pt-15.col-lg-8, .pt-15.col-xs-9, .pt-15.col-sm-9, .pt-15.col-md-9, .pt-15.col-lg-9, .pt-15.col-xs-15, .pt-15.col-sm-15, .pt-15.col-md-15, .pt-15.col-lg-15, .pt-15.col-xs-11, .pt-15.col-sm-11, .pt-15.col-md-11, .pt-15.col-lg-11, .pt-15.col-xs-12, .pt-15.col-sm-12, .pt-15.col-md-12, .pt-15.col-lg-12 {
  padding-top: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .pt-15.col-sm-1, .pt-15.col-sm-2, .pt-15.col-sm-3, .pt-15.col-sm-4, .pt-15.col-sm-5, .pt-15.col-sm-6, .pt-15.col-sm-7, .pt-15.col-sm-8, .pt-15.col-sm-9, .pt-15.col-sm-10, .pt-15.col-sm-11, .pt-15.col-sm-12 {
    padding-top: 0px;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .pt-15.col-md-1, .pt-15.col-md-2, .pt-15.col-md-3, .pt-15.col-md-4, .pt-15.col-md-5, .pt-15.col-md-6, .pt-15.col-md-7, .pt-15.col-md-8, .pt-15.col-md-9, .pt-15.col-md-10, .pt-15.col-md-11, .pt-15.col-md-12 {
    padding-top: 0px;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .pt-15.col-lg-1, .pt-15.col-lg-2, .pt-15.col-lg-3, .pt-15.col-lg-4, .pt-15.col-lg-5, .pt-15.col-lg-6, .pt-15.col-lg-7, .pt-15.col-lg-8, .pt-15.col-lg-9, .pt-15.col-lg-10, .pt-15.col-lg-11, .pt-15.col-lg-12 {
    padding-top: 0px;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.header .phone .mail-items-block a,
.header .phone .phone-items-block a,
.header .phone .mail-items-block a:hover,
.header .phone .phone-items-block a:hover{
	line-height: 26px;
}
@media (min-width: 751px) {
	.callback.column1 {
		width: 0;
	}
	.header .phone a, .header .phone a:hover{
		line-height: 36px;
	}
}

.jspDrag {
       background: #3D833D;
}

.jspDrag:hover {
       background: #3D833D;
}

.jspDrag:active {
    background: #3D833D;
}

.mainsections a.parent {
       color: #2E2E2E;
margin-top: 15px;
       }

.mainsections {
    margin-top: 50px;
}
@media (min-width: 1000px) and (max-width: 1259px) {
	.mainsections {
	    margin-top: 0;
	}
}

.sections a.parent {
    display: block;
    font-size: 18px;
    color: #2E2E2E;
    text-align: center;
margin-top: 10px;
}
.contact-gallery-block {
    width: 500px;
    max-width: 100%;
    margin: auto;
}
.yandex-constructor-map {
max-width: 100vw;
width:100%;
}
.partner-images {
	margin: auto;
}

.parners-gallery-block ul li img {
    height: 100px;
    padding: 10px 0;
}
.parners-gallery-block ul.partner-images-bottom li img {
	height: 60px;
	padding: 10px 25px;
}
.parners-gallery-block {
    padding: 30px 0px;
}
.partners-slider {
    padding: 0 50px;
}
.partners-slider .lSAction>.lSPrev, .partners-slider .lSAction>.lSNext {
    background-image: url(/bitrix/templates/proopt/js/lightslider/img/controls2.png);
}
.parners-gallery-block .lSSlideOuter {
    position: relative;
    overflow: visible;
}
.parners-gallery-block .lSSlideWrapper {
    position: static;
}
.contact-gallery-block ul.lSPager li{
	position:relative;
}
.slide-item-thumb-effect {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(50,50,50,0.4) 10%, rgba(0,0,0,0.8) 100%);
	cursor:pointer;
}
.active .slide-item-thumb-effect {
	background: none;
}

.catalogmenu-search {
    width: 270px;
    float:left;
    padding-right: 10px;
}
.catalogmenu-search li {
    background-color: #FFF;
    display: block;
}
.catalogmenu-search li.parent {
    background-color: #F3F3F3;
}
.catalogmenu-search ul > li {
    list-style-type: none;
}
.infospice-search-module .catalogmenu-search a,
.infospice-search-module .catalogmenusmall a {
    position: relative;
    display: block;
    padding: 9px 12px;
    text-decoration: none;
    color: #000;
}
.catalogmenu-search a.parent {
    padding: 11px 12px;
    color: #000;
    font-size: 15px;
}
.catalogmenu-search ul.lvl2 {
    padding-left: 15px;
}
.catalogmenu-search ul.lvl3 {
    padding-left: 15px;
}
.infospice-search-all-items {
   width: calc(100% - 280px);
}
.infospice-search-module .catalogmenu-search a.active,
.infospice-search-module .catalogmenusmall a.active {
    font-weight: bold;
}
@media (max-width: 700px) {
    .catalogmenu-search {
        display:none;
    }
    .infospice-search-all-items {
        width: 100%;
     }
}

.catalogmenu li:first-child > a.first  {
    font-weight: normal;
}

.bx-404-container a {
  text-decoration: underline;
  color: #214496;
}
@media (max-width: 1000px) {
	.infospice-search-all-items .catalogsorter .template a.ctemplate-table, .infospice-search-all-items .catalogsorter .template > span.ctemplate-table {
		display: none;
	}
}

.infospice-search-all-items .showcase .add2basketform.js-synchro.cantbuy,
.infospice-search-all-items .showcase .buy.cantbuy-block {
	display: none;
}
.infospice-search-all-items .showcase .srock_postavki-block.no_stock {
	text-align: center;
}
.infospice-search-all-items .showcase .srock_postavki-block.in_stock, .showcase .srock_postavki-block.no_stock {
	margin: 5px auto;
}
.mail-items-block span {
	font-size: 12pt;
}
.items-with-icon {
	width: 100%;
	overflow: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.item-with-icon {
	float: left;
	width: 16.66666%;
}
@media (max-width: 960px) {
	.item-with-icon {
		width: 20%;
	}
}
@media (max-width: 720px) {
	.item-with-icon {
		width: 25%;
	}
}
@media (max-width: 540px) {
	.item-with-icon {
		width: 33.33333%;
	}
}

.download-price-link { cursor: pointer}

.cookie-disclaimer {
	background: #888;
	color: #fff;
	padding: 10px 10px 10px 60px;
	font-size: 12px;
}

@media (max-width: 540px) {
	.cookie-disclaimer {
		background: #404040;
	}
}

.cookie-disclaimer .cookie-disclaimer-close {
	display: block;
	position: absolute;
	left: 20px;
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	font-size: 20px;
	border: solid 1px #fff;
	padding: 3px 7px;
	cursor: pointer;
}
.cookie-disclaimer a {
	text-decoration: underline;
}
.cookie-disclaimer .cookie-disclaimer-close, .cookie-disclaimer a {
	color: yellow;
}

.cookie-disclaimer .cookie-disclaimer-close:hover {
	text-decoration: none;
}
button.btn3, button.btn1 {
	cursor: pointer;
}
.germeon-catalog-bottom div#paginator {
    padding: 0 10px;
}
.flex-row {
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .flex-row .col-xs-1, .flex-row .col-sm-1, .flex-row .col-md-1, .flex-row .col-lg-1, .flex-row .col-xs-2, .flex-row .col-sm-6, .flex-row .col-md-2, .flex-row .col-lg-2, .flex-row .col-xs-3, .flex-row .col-sm-3, .flex-row .col-md-4 col-sm-6, .flex-row .col-lg-3, .flex-row .col-xs-4, .flex-row .col-sm-4, .flex-row .col-md-4 col-sm-6, .flex-row .col-lg-4, .flex-row .col-xs-5, .flex-row .col-sm-5, .flex-row .col-md-5, .flex-row .col-lg-5, .flex-row .col-xs-6, .flex-row .col-sm-6, .flex-row .col-md-6, .flex-row .col-lg-6, .flex-row .col-xs-7, .flex-row .col-sm-7, .flex-row .col-md-7, .flex-row .col-lg-7, .flex-row .col-xs-8, .flex-row .col-sm-8, .flex-row .col-md-8, .flex-row .col-lg-8, .flex-row .col-xs-9, .flex-row .col-sm-9, .flex-row .col-md-9, .flex-row .col-lg-9, .flex-row .col-xs-10, .flex-row .col-sm-10, .flex-row .col-md-10, .flex-row .col-lg-10, .flex-row .col-xs-11, .flex-row .col-sm-11, .flex-row .col-md-11, .flex-row .col-lg-11, .flex-row .col-xs-12, .flex-row .col-sm-12, .flex-row .col-md-12, .flex-row .col-lg-12 {
            padding-right: 0px;
            padding-left: 0px;
        }
        .margin-0-15 {
            margin: 0 15px;
        }
        .mb-15 {
            margin-bottom: 15px;
        }
        .mb-30 {
            margin-bottom: 30px;
        }
        .align-self-flex-end {
            align-self: flex-end
        }



table.default-table {
        min-width: 1000px;
        border-width: 1px;
        border-color: #C9C9C9;
        border-collapse: collapse;
        font-size: 14px;
        margin-top: 10px;
    }
    table.default-table{
        display: table;
        border-spacing: 2px;
    }
    table.default-table,
    table.default-table td {
        margin: auto;
        padding: 1px;
        border: 1px solid gray;
    }
    table.default-table thead td, table.default-table thead th {
        margin: auto;
        padding: 1px;
        border: 1px solid gray;
    }
    table.default-table tbody td {
        padding: 10px;
    }
    table.default-table thead tr {
        background-color: #C9C9C9;
        height: 40px;
        text-align: center;
    }
.image-with-shadow {
        border: 1px solid #C8C8C8;box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5);
    }
.content h3.name {
	margin-bottom: 10px;
}
.main-page-goods {
	padding-bottom: 20px;
}
.footer .catmenu{
	margin-bottom:15px;
}
.footer .catmenu .title{
	margin-bottom:6px;
	text-transform:uppercase;
	font-weight: bold;
}
.footer .catmenu .aroundlevel{
	width:33%;
	float:left;
	padding-right:10px;
}
.footer .catmenu .item{
	margin:3px 0px;
}
.footer .catmenu .item.depth_level1 a{
	color:#2E2E2E;
	text-decoration:underline;
}
.footer .catmenu .item.depth_level1 a:hover,
.footer .catmenu .item.depth_level1 a:hover span{
	text-decoration:underline;
}
.footer .catmenu .item.depth_level2 a{
	color:#666;
	font-size:12px;
	text-decoration:none;
}
.footer .catmenu .item.depth_level2 a:hover,
.footer .catmenu .item.depth_level2 a:hover span{
	text-decoration: underline;
}
.footer .catmenu.ellipsisnames .item.depth_level1 a,
.footer .catmenu.ellipsisnames .item.depth_level2 a{
	display:block;
	max-width:100%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}


@media screen and (max-width:1010px) and (min-width:751px){
	body.adaptive .footer .catmenu .aroundlevel{
		width:50%;
	}
}
@media screen and (max-width:750px) and (min-width:481px){
	body.adaptive .footer .catmenu .aroundlevel{
		width:33%;
	}
	body.adaptive .footer .catmenu .title{
		text-align:center;
	}
}
@media screen and (max-width:480px){
	body.adaptive .footer .catmenu{
		display:none;
	}
}
.footer .footmenu{
	margin-bottom:15px;
}
.footer .footmenu .title{
	margin-bottom:6px;
	text-transform:uppercase;
	font-weight: bold;
}
.footer .footmenu .item{
	margin:3px 0;
}
.footer .footmenu a{
	color:#2E2E2E;
	text-decoration:none;
}
.footer .footmenu a:hover{
	text-decoration:underline;
}
.banner img{
max-width: 100%;
height: 100%;
width: 100%;
object-fit: contain;
display: block;
}

.Footer__logo {
    text-align: left;
}

/* End */
/* /bitrix/templates/proopt/js/jscrollpane/jquery.jscrollpane.css?15732335351682 */
/* /bitrix/templates/proopt/css/media.css?164642779611261 */
/* /bitrix/templates/proopt/components/bitrix/menu/catalog/style.css?16009737586142 */
/* /bitrix/templates/proopt/components/bitrix/search.title/inheader/style.css?15832413642618 */
/* /bitrix/templates/proopt/components/bitrix/breadcrumb/gopro/style.css?1573233535220 */
/* /bitrix/templates/proopt/template_styles.css?178490215758820 */
