

/* Start:/local/templates/paxmed/components/bitrix/news.detail/solution-detail/style.min.css?16212474053555*/
.bx-newsdetail-block{padding:0 14px;margin-bottom:40px}@media(min-width:992px){.bx-newsdetail .bx-newsdetail-container:nth-child(3n+1){clear:both}}@media(min-width:768px) and (max-width:991px){.bx-newsdetail .bx-newsdetail-container:nth-child(2n+1){clear:both}}.bx-newsdetail-img,.bx-newsdetail-audio,.bx-newsdetail-youtube,.bx-newsdetail-slider{position:relative;text-align:center;margin-bottom:20px}.bx-newsdetail-slider img,.bx-newsdetail-img img{width:auto;max-width:100%;height:auto;max-height:100%}.bx-newsdetail-video{display:block;position:absolute;top:0;right:0;left:0;bottom:0;opacity:.7;z-index:1;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;background:url("/local/templates/paxmed/components/bitrix/news.detail/solution-detail/images/bx-video.png") no-repeat center}.bx-newsdetail-video:hover{opacity:1}.bx-newsdetail-slider{width:100%;height:0;padding-bottom:56.25%;overflow:hidden}.bx-newsdetail-slider-container{position:absolute;left:0;top:0;bottom:0}.bx-newsdetail-slider-slide{float:left;z-index:100}.bx-newsdetail-slider-arrow-container-left,.bx-newsdetail-slider-arrow-container-right{position:absolute;top:0;bottom:0;width:15%;cursor:pointer}.bx-newsdetail-slider-arrow-container-left{left:0}.bx-newsdetail-slider-arrow-container-right{right:0}.bx-newsdetail-slider-arrow{position:absolute;line-height:34px;vertical-align:middle;color:#fff;cursor:pointer;font-size:48px;height:48px;width:20px;top:50%;margin-top:-24px;z-index:110;opacity:.5;text-shadow:0 0 2px rgba(0,0,0,.5)}.bx-newsdetail-slider-arrow-container-left:hover .bx-newsdetail-slider-arrow,.bx-newsdetail-slider-arrow-container-right:hover .bx-newsdetail-slider-arrow{color:#FFF;display:block;opacity:1}.bx-newsdetail-slider-arrow-container-left .bx-newsdetail-slider-arrow{left:20px}.bx-newsdetail-slider-arrow-container-right .bx-newsdetail-slider-arrow{right:20px}.bx-newsdetail-slider-control{margin:0;padding:0;position:absolute;width:100%;bottom:10px;z-index:110;text-align:center;word-spacing:-4px}.bx-newsdetail-slider-control li{display:inline-block;border-radius:50%;background:#fff;width:10px;height:10px;word-spacing:-4px;margin:0 3px;opacity:.5}.bx-newsdetail-slider-control li:hover,.bx-newsdetail-slider-control li.current{background:#FFF;opacity:1}.bx-newsdetail-slider-arrow,.bx-newsdetail-slider-control li{-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.bx-newsdetail-title,.bx-newsdetail-title a{color:#000;margin:0;font-weight:600;padding:2px 0 15px;font-size:18px;border-bottom:0;font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif}.bx-newsdetail-title a:hover{text-decoration:none;border-bottom-color:transparent}.bx-lg .bx-newsdetail-title{font-size:24pt}.bx-md .bx-newsdetail-title{font-size:20pt}.bx-xs .bx-newsdetail-title{font-size:18pt}.bx-newsdetail-separator,.bx-newsdetail-view,.bx-newsdetail-date,.bx-newsdetail-comments,.bx-newsdetail-author,.bx-newsdetail-other{color:#a4a4a4;font-size:13px;padding-bottom:5px;white-space:nowrap}.bx-newsdetail-rating,.bx-newsdetail-separator,.bx-newsdetail-date{display:inline-block}.bx-newsdetail-separator{margin:0 10px}.bx-newsdetail-view i.fa,.bx-newsdetail-date i.fa,.bx-newsdetail-comments i.fa,.bx-newsdetail-author i.fa,.bx-newsdetail-tags i.fa,.bx-newsdetail-other i.fa{width:13px;color:#b4b4b4}.bx-newsdetail-tags{color:#a4a4a4;font-size:13px;padding-bottom:5px}.bx-newsdetail-content{font-size:14px;margin-bottom:5px}
/* End */


/* Start:/local/templates/paxmed/components/bitrix/news.detail/solution-detail/themes/blue/style.min.css?1621247405213*/
.bx-newsdetail .fa.bx-star-active{color:#1485ce}.bx-newsdetail .btn{background-color:#1485ce;border-color:#1485ce}.bx-newsdetail .btn:active,.bx-newsdetail .btn:hover{background-color:#53a4d8;border-color:#53a4d8}
/* End */


/* Start:/local/templates/paxmed/components/bitrix/system.pagenavigation/round/style.css?16212474042461*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/* End */


/* Start:/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/style.css?162124740423050*/
/* catalog.section */
.bx-section-desc-post{
	font-size: 12px;
	padding: 0 0 0 0;
	margin: 0 0;
}
.bx-section-desc{
	border-left: 0px solid #d3d3d3;
}
.bx_catalog_list_home_inner{
	height: auto!important;
	/* min-height: 500px; */
	margin-bottom:0;
	border-bottom:0px solid #e5e5e5;
}
@media (max-width:640px) {.bx_catalog_list_home_inner {border-bottom:0px solid #e5e5e5;}}

.bx_catalog_list_home_inner .bx_catalog_item{
	position:relative;
	
	box-sizing:border-box;
	background:#fff;
	/* padding: 14px 21px; */
	border-radius: 7px;
	
	transition:none;
	margin-bottom:0;
}
.bx_catalog_item_images {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (min-width:960px){
	
}

@media (min-width:760px) and (max-width:960px){
	.bx_catalog_list_home_inner.col1 .bx_catalog_item{padding:0 0;margin:0 1% 30px;width:100%}

	.bx_catalog_list_home_inner.col2 .bx_catalog_item{padding:0 0;margin:0 1% 30px;width:48%}
	.bx_catalog_list_home_inner.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_list_home_inner.col3 .bx_catalog_item{padding:0 0;margin:0 1% 30px;width:99%}
	.bx_catalog_list_home_inner.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

	.bx_catalog_list_home_inner.col4 .bx_catalog_item,
	.bx_catalog_list_home_inner.col5 .bx_catalog_item{padding:0 0px;margin:0 1% 30px;width:23%}
	.bx_catalog_list_home_inner.col4 .bx_catalog_item:nth-child(4n+1),
	.bx_catalog_list_home_inner.col5 .bx_catalog_item:nth-child(4n+1){clear:both}
}
@media (max-width:760px){
	.bx_catalog_list_home_inner.col1 .bx_catalog_item{padding:0 0;margin:0 1% 30px  ;width:100%}

	.bx_catalog_list_home_inner.col2 .bx_catalog_item{padding:0 0;margin:0 1% 30px;width:48%}
	.bx_catalog_list_home_inner.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_list_home_inner.col3 .bx_catalog_item{padding:0px 0;margin:0 1% 30px;width:99%}
	.bx_catalog_list_home_inner.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

	.bx_catalog_list_home_inner.col3 .bx_catalog_item,
	.bx_catalog_list_home_inner.col4 .bx_catalog_item,
	.bx_catalog_list_home_inner.col5 .bx_catalog_item{padding:0px 0px;margin:0 1% 30px;width:99%}
	.bx_catalog_list_home_inner.col3 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_list_home_inner.col4 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_list_home_inner.col5 .bx_catalog_item:nth-child(3n+1){clear:both}
}
@media (max-width:580px){
	.bx-touch .bx_catalog_list_home_inner.col1 .bx_catalog_item{padding:0px 0px;margin:0 1% 30px ;width:100%}

	.bx-touch .bx_catalog_list_home_inner.col2 .bx_catalog_item{padding:0px 0px;margin:0 1% 30px;width:48%}
	.bx-touch .bx_catalog_list_home_inner.col2 .bx_catalog_item:nth-child(3n+1){clear:none}
	.bx-touch .bx_catalog_list_home_inner.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx-touch .bx_catalog_list_home_inner.col2 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home_inner.col3 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home_inner.col4 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home_inner.col5 .bx_catalog_item{padding:0px 0px;margin:0 1% 30px;width:48%;clear:none}

	.bx-touch .bx_catalog_list_home_inner.col2 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home_inner.col3 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home_inner.col4 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home_inner.col5 .bx_catalog_item:nth-child(2n+1){clear:both}
}

.bx-no-touch .bx_catalog_list_home_inner .bx_catalog_item:hover .bx_catalog_item_container {
	/* position:absolute; */
	/* z-index:990; */
	/* top:0;
	left:0;
	right:0; */
	/* box-shadow:0 0px 0px 0 rgba(0,0,0,.18);
	border-radius:3px;
	background:#fff; */
}
/* @media (min-width:960px){.bx-no-touch  .bx_catalog_list_home_inner .bx_catalog_item:hover .bx_catalog_item_container{padding:0 0px 0px}} */
/* @media (max-width:960px){.bx-no-touch  .bx_catalog_list_home_inner .bx_catalog_item:hover .bx_catalog_item_container{padding:0 0px 0px}} */

@keyframes borderview {from {border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:0px solid #d3d3d3;box-shadow:0 0px 0px 0 rgba(0,0,0,.18);}}
@-webkit-keyframes borderview {from {border:0px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:0px solid #d3d3d3;box-shadow:0 0px 0px 0 rgba(0,0,0,.18);}}

.bx_catalog_list_home_inner .bx_catalog_item_articul{
	color:#a5a5a5;
	font-size:13px;
}
.bx_catalog_list_home_inner .bx_catalog_item_title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
	height: 80px;
}
.bx-no-touch .bx_catalog_list_home_inner .bx_catalog_item:hover .bx_catalog_item_title{
	overflow: auto;
	white-space: normal;
}
.bx_catalog_list_home_inner .bx_catalog_item_title a{
	color:#000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}
.bx_catalog_list_home_inner .bx_catalog_item_brand {
	min-height: 17px;
	font-size: 12px;
	font-weight: 300;
	color: #6c6c6d;
}
.bx_catalog_list_home_inner .bx_catalog_item_price{
	color:#3660a6;
	font-weight: 600;
	font-size: 16px;
}
.bx_catalog_list_home_inner .bx_catalog_item_price.discount{
	color:#0060aa;
}
.bx_catalog_list_home_inner .bx_catalog_item_price span{
	color:#a5a5a5;
	font-size:16px;
	font-weight:normal;
	white-space:nowrap;
	text-decoration:line-through;
}
.bx_catalog_list_home_inner .bx_catalog_item_controls{
	padding-top:0;
	text-align:center;
	opacity:0;
}
.bx_catalog_list_home_inner .bx_catalog_item_articul {
	overflow: hidden;
	height: 0;
}
@media (min-width:641px) and (max-width:960px){.bx_catalog_list_home_inner .bx_catalog_item_controls{height:auto}}
@media (max-width:640px){.bx-touch .bx_catalog_list_home_inner .bx_catalog_item_controls{height:auto;line-height:30px;text-align:center}}
@media (max-width:479px){.bx-touch .bx_catalog_list_home_inner .bx_catalog_item_controls{height:auto;line-height:30px;display:block}}
@media (max-width:479px){.bx-touch .bx_catalog_list_home_inner .bx_catalog_item:hover .bx_catalog_item_controls {height:auto}}

.bx_catalog_list_home_inner .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
	width:100%;
	white-space:nowrap;
	text-align:center;
}
.bx_catalog_list_home_inner .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
	color:#3f3f3f;
	font-size:13px;
}
.bx_catalog_list_home_inner .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #E4E4E4;
	background: #F3F3F3;
	white-space: normal;
	line-height: normal;
	padding: 0 0;
	margin-bottom: 0;
}
.bx_catalog_list_home_inner .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
	width:100%;
	text-align:center;
}
.bx_catalog_list_home_inner .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{
	margin:0;
	width: 48%;
	min-width:100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 25px;
	height: 25px;
}

@media (max-width:640px) {
	.bx-touch .bx_catalog_list_home_inner .bx_catalog_item_controls .bx_catalog_item_controls_blockone{display:none;}
	.bx-touch .bx_catalog_list_home_inner .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{float:none;width:100%;text-align:center;}
}
.bx_catalog_list_home_inner .bx_catalog_item_controls input[type=text]{border:none;}
.bx-touch .bx_catalog_list_home_inner .bx_catalog_item_controls,
.bx_catalog_list_home_inner .bx_catalog_item:hover .bx_catalog_item_controls{opacity:1}
.bx_catalog_list_home_inner .bx_cnt_desc{
	/* text-align:left;
	position:absolute;
	right:-45px;
	top:2px;
	width:40px; */
}
@media (min-width:641px) and (max-width:960px){

}
.bx_catalog_list_home_inner .bx_catalog_item_controls a{margin-bottom:0;}
.bx_catalog_list_home_inner .bx_catalog_item_images_double,
.bx_catalog_list_home_inner .bx_catalog_item_images{
	display: flex;
	width: 100%;
	height: 250px;
	line-height: 367px;
	text-align: center;
}
.bx_catalog_list_home_inner .bx_catalog_item_images_double{
	display: none !important;
}
.bx_catalog_list_home_inner .bx_catalog_item_images img {
	max-width: 90%;
	max-height: 80%;
}

.bx_catalog_list_home_inner .bx_item_detail_rating {
	display: none;
}

.bx-no-touch .bx_catalog_list_home_inner .bx_catalog_item 	  .bx_catalog_item_controls,
.bx_catalog_list_home_inner .bx_catalog_item 	  .bx_catalog_item_articul,
.bx_catalog_list_home_inner .bx_catalog_item 	  .bx_catalog_item_scu{display:none}
.bx-no-touch .bx_catalog_list_home_inner .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_list_home_inner .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home_inner .bx_catalog_item:hover .bx_catalog_item_scu{display:block}
.bx_catalog_list_home_inner .bx_catalog_item 	  .bx_catalog_item_scu{padding-top:0}
.bx_catalog_list_home_inner .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}

.bx-no-touch .bx_catalog_list_home_inner .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch    .bx_catalog_list_home_inner .bx_catalog_item .bx_catalog_item_controls.no_touch{display:none !important;}

/* Stickers */
.bx_catalog_list_home_inner .bx_stick{
	position:absolute;
	width:123px;
	height:35px;
	background:url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/stick.png) left center no-repeat;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 #ba3434;
	line-height:35px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.bx_catalog_list_home_inner .bx_stick.short {font-weight: bold;font-size:18px}
.bx_catalog_list_home_inner .bx_stick.average {font-weight: bold;font-size:13px}
.bx_catalog_list_home_inner .bx_stick.long{font-weight:normal;font-size:11px}
.bx_catalog_list_home_inner .bx_stick_disc{
	position:absolute;
	width:72px;
	height:74px;
	background:url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/stick_disc.png) no-repeat center;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
	font-size:23px;
	line-height:74px;
}
.bx_catalog_list_home_inner .bx_stick.left,
.bx_catalog_list_home_inner .bx_stick_disc.left{left:-2px;}
.bx_catalog_list_home_inner .bx_stick.right,
.bx_catalog_list_home_inner .bx_stick_disc.right{right:0;}
.bx_catalog_list_home_inner .bx_stick.top,
.bx_catalog_list_home_inner .bx_stick_disc.top{top:15px;}
.bx_catalog_list_home_inner .bx_stick.bottom,
.bx_catalog_list_home_inner .bx_stick_disc.bottom{bottom:5px;}
.bx_catalog_list_home_inner .bx_stick.middle,
.bx_catalog_list_home_inner .bx_stick_disc.middle{top:49%;}
@media (min-width:641px) and (max-width:960px){
	.bx_catalog_list_home_inner .bx_stick{
		width:90px;
		height:30px;
		background-size:100%;
		line-height:30px;
	}
	.bx_catalog_list_home_inner .bx_stick.short {font-weight:normal;font-size:14px}
	.bx_catalog_list_home_inner .bx_stick.average {font-weight:normal;font-size:11px}
	.bx_catalog_list_home_inner .bx_stick.long{font-weight:normal;font-size:11px}
	.bx_catalog_list_home_inner .bx_stick_disc{
		width:64px;
		height:65px;
		background-size:100%;
		font-size:	20px;
		line-height:65px;
	}
}
@media (max-width:640px) {
	.bx-touch .bx_catalog_list_home_inner .bx_stick{
		width:70px;
		height:30px;
		background-size:100%;
		font-size:	11px;
		line-height:30px;
	}
	.bx-touch .bx_catalog_list_home_inner .bx_stick_disc{
		width:48px;
		height:49px;
		background-size:100%;
		font-size:	16px;
		line-height:49px;
	}
}
@media (max-width:479px) {
	.bx-touch .bx_catalog_list_home_inner .bx_stick{
		width:70px;
		height:30px;
		background-size:100%;
		font-size:	11px;
		line-height:30px;
	}

	.bx-touch .bx_catalog_list_home_inner .bx_stick_disc{
		width:37px;
		height:38px;
		background-size:100%;
		font-size:13px;
		line-height:38px;
	}
}

/* buttons */
.bx_catalog_list_home_inner .bx_bt_button,
.bx_catalog_list_home_inner .bx_bt_button_type_2{
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
	white-space:nowrap;
}

.bx_catalog_list_home_inner .bx_bt_button_type_2 				{
	border:1px solid #e9e9e9;
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f1f1f1));
	background-image:-webkit-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
	background-image:   -moz-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
	background-image:     -o-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
	background-image:        linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
	color:#656565;
	text-shadow:0 1px 0 #fff;
}
.bx_catalog_list_home_inner .bx_bt_button_type_2:hover{background:#fff;}
.bx_catalog_list_home_inner .bx_bt_button_type_2:active 	{
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#fcfcfc));
	background-image:-webkit-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
	background-image:   -moz-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
	background-image:     -o-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
	background-image:        linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
	box-shadow:inset 0 0px 0px 0 rgba(0,0,0,.05);
}
.bx_catalog_list_home_inner .bx_bt_button  				{

}
.bx_catalog_list_home_inner .bx_bt_button:hover  		{

}
.bx_catalog_list_home_inner .bx_bt_button:active  		{

}


.bx_catalog_list_home_inner .bx_small.bx_bt_button{
	display:inline-block;
	min-width:20px;
	line-height:20px;
}
.bx_catalog_list_home_inner .bx_small.bx_bt_button_type_2{
	display:inline-block;
	min-width:18px;
	line-height:18px;
}

.bx_catalog_list_home_inner .bx_small.bx_bt_button_type_2 		{}
.bx_catalog_list_home_inner .bx_small.bx_bt_button_type_2:hover 	{}
.bx_catalog_list_home_inner .bx_small.bx_bt_button_type_2:active 	{}



.bx_catalog_list_home_inner .bx_medium.bx_bt_button_type_2		{
	padding:0 0;
	height:23px;
	font-weight:bold;
	line-height:23px;
}

.bx_catalog_list_home_inner .bx_medium.bx_bt_button,
.bx_catalog_list_home_inner .bx_medium.bx_bt_button_type_2 		{}
.bx_catalog_list_home_inner .bx_medium.bx_bt_button_type_2:hover  {}
.bx_catalog_list_home_inner .bx_medium.bx_bt_button_type_2:active {}

.bx_catalog_list_home_inner .bx_col_input{
	display:inline-block;
	width:40px;
	text-align:center;
}

/* scu_detail_size */
.bx_catalog_list_home_inner .bx_item_detail_size{
	position: relative;
	margin-bottom: 0;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_list_home_inner .bx_item_detail_size.full {
	position: relative;
	margin-left: 0;
	padding: 0 5%;
}

/*----*/

.bx_catalog_list_home_inner .bx_item_detail_size .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_list_home_inner .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_catalog_list_home_inner .bx_item_detail_size .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx_catalog_list_home_inner .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	 .bx_catalog_list_home_inner .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_catalog_list_home_inner .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	.bx_catalog_list_home_inner .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_catalog_list_home_inner .bx_item_detail_size ul li{
	position: relative;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 25px;
}
.bx_catalog_list_home_inner .bx_item_detail_size ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;

	color: #3f3f3f;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
}
.bx-retina .bx_catalog_list_home_inner .bx_item_detail_size ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/x2border.png) 2 stretch;
	-moz-border-image: url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home_inner .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home_inner .bx_item_detail_size ul li:active .cnt,
.bx_catalog_list_home_inner .bx_item_detail_size ul li.bx_active .cnt{
	border: 2px solid #006cc0;
}
.bx-retina .bx_catalog_list_home_inner .bx_item_detail_size ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/x2border_active.png) 2 fill stretch;
}

.bx_catalog_list_home_inner .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home_inner .bx_item_detail_size .bx_size ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_catalog_list_home_inner .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_list_home_inner .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_catalog_list_home_inner .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home_inner .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_catalog_list_home_inner .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_list_home_inner .bx_item_detail_size.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home_inner .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home_inner .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home_inner .bx_item_detail_size .bx_slide_left {left:   0;background:url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home_inner .bx_item_detail_size .bx_slide_right{right:  0;background:url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_catalog_list_home_inner .bx_item_detail_scu{
	position: relative;
	margin-bottom: 0;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_list_home_inner .bx_item_detail_scu.full {
	position: relative;
	margin-left: 0;
	padding: 0 5%
}

/*----*/

.bx_catalog_list_home_inner .bx_item_detail_scu .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_list_home_inner .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_catalog_list_home_inner .bx_item_detail_scu .bx_scu{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx-touch 	 .bx_catalog_list_home_inner .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_catalog_list_home_inner .bx_item_detail_scu .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch 	.bx_catalog_list_home_inner .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_catalog_list_home_inner .bx_item_detail_scu .bx_scu ul li{
	position: relative;
	display: block;
	float: left;
	height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx_catalog_list_home_inner .bx_item_detail_scu .bx_scu ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 4px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;
	z-index:10;
}
.bx-retina .bx_catalog_list_home_inner .bx_item_detail_scu .bx_scu ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/x2border.png) 2 stretch;
	-moz-border-image: url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home_inner .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home_inner .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_list_home_inner .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	padding: 0;
	border: 2px solid #006cc0;
}
.bx_catalog_list_home_inner .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home_inner .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 4px;
	left: 2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/missing.png) no-repeat center;
}

.bx-retina .bx_catalog_list_home_inner .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/x2border_active.png) 2 fill stretch;
}
.bx_catalog_list_home_inner .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
	position: absolute;
	top:   6%;
	right: 6%;
	bottom:6%;
	left:  6%;
	background-size:contain;
	background-repeat: no-repeat;
}
.bx_catalog_list_home_inner .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_catalog_list_home_inner .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_list_home_inner .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_catalog_list_home_inner .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home_inner .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_catalog_list_home_inner .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_list_home_inner .bx_item_detail_scu.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home_inner .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home_inner .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home_inner .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home_inner .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/images/fade_right.png) repeat-y   right center;background-size: 100% auto}
/* End */


/* Start:/local/components/slam/easyform/lib/css/bootstrap.min.css?162124740422741*/
.slam-easyform{font:normal 16px/1.4 "Arial", sans-serif}.slam-easyform .hidden{display:none!important;visibility:hidden!important}.slam-easyform .form-group{margin-bottom:15px}.slam-easyform .control-label{display:inline-block;margin-bottom:5px;font-weight:700}.slam-easyform .form-control{display:block;width:100%;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;box-sizing:border-box}.slam-easyform .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)}.slam-easyform [class*="col-xs"]{float:left;position:relative;min-height:1px;padding-left:15px;padding-right:15px;box-sizing:border-box}.slam-easyform .row{margin-left:-15px;margin-right:-15px}.slam-easyform .row:before{content:" ";display:table;clear:both}.slam-easyform .col-xs-12{width:100%}.slam-easyform .col-xs-9{width:75%}.slam-easyform .col-xs-3{width:25%}.slam-easyform .radio-inline, .slam-easyform .checkbox-inline{display:inline-block;position:relative;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.slam-easyform .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}.slam-easyform .btn:active, .slam-easyform .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125)}.slam-easyform .btn:hover, .slam-easyform .btn:focus{color:#333;text-decoration:none}.slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open>.dropdown-toggle.btn-primary{background-image:none}.slam-easyform .btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.slam-easyform .pull-right{float:right}.slam-easyform .pull-right{float:right!important}.slam-easyform .btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.slam-easyform .btn-primary:active:hover, .slam-easyform .btn-primary.active:hover, .slam-easyform .open>.dropdown-toggle.btn-primary:hover, .slam-easyform .btn-primary:active:focus, .slam-easyform .btn-primary.active:focus, .slam-easyform .open>.dropdown-toggle.btn-primary:focus, .slam-easyform .btn-primary:active.focus, .slam-easyform .btn-primary.active.focus, .slam-easyform .open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.slam-easyform .btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.slam-easyform .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open .dropdown-toggle.btn-primary{background-image:none}.slam-easyform .btn-primary:hover, .slam-easyform .btn-primary:focus, .slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.slam-easyform .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slam-easyform .pull-right{float:right !important}.slam-easyform input, .slam-easyform button, .slam-easyform select, .slam-easyform textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}.slam-easyform button, .slam-easyform input[type=button], .slam-easyform input[type=reset], .slam-easyform input[type=submit]{-webkit-appearance:button;cursor:pointer}.slam-easyform button, .slam-easyform select{text-transform:none}.slam-easyform button{overflow:visible}.slam-easyform button, .slam-easyform input[type="button"], .slam-easyform input[type="reset"], .slam-easyform input[type="submit"]{-webkit-appearance:button;cursor:pointer}.slam-easyform .close:not([disabled]):not(.disabled){cursor:pointer}.slam-easyform .modal-header .close{margin-top:-2px}.slam-easyform .modal-header .close{margin-top:-2px}.slam-easyform button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.slam-easyform .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity: .2;filter:alpha(opacity=20)}.slam-easyform .modal:before{display:inline-block;vertical-align:middle;content:" ";height:100%}.slam-easyform .close:hover, .slam-easyform .close:focus{color:#000;text-decoration:none;cursor:pointer;opacity: .5;filter:alpha(opacity=50)}.slam-easyform .fade.in{opacity:1;background:rgba(0, 0, 0, .5)}.slam-easyform .modal{text-align:center}.modal-open .slam-easyform .modal{overflow-x:hidden}.slam-easyform .modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.slam-easyform .fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;background:none}.slam-easyform .modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.slam-easyform .modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.slam-easyform .modal-dialog{display:inline-block;text-align:left;vertical-align:middle}.slam-easyform .modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);background-clip:padding-box;outline:0}.slam-easyform .modal-content{-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, .5);box-shadow:0 5px 15px rgba(0, 0, 0, .5)}.slam-easyform .modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.slam-easyform .modal-body{position:relative;padding:20px}.slam-easyform .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.slam-easyform .alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.slam-easyform .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.slam-easyform .modal .modal-header .title{margin:0;font-size:22px;display:inline-block}.slam-easyform .has-success .help-block, .slam-easyform .has-success .control-label, .slam-easyform .has-success .radio, .slam-easyform .has-success .checkbox, .slam-easyform .has-success .radio-inline, .slam-easyform .has-success .checkbox-inline{color:#3c763d}.slam-easyform .clearfix:before, .slam-easyform .clearfix:after, .slam-easyform .container:before, .slam-easyform .container:after, .slam-easyform .container-fluid:before, .slam-easyform .container-fluid:after, .slam-easyform .row:before, .slam-easyform .row:after, .slam-easyform .form-horizontal .form-group:before, .slam-easyform .form-horizontal .form-group:after, .slam-easyform .btn-toolbar:before, .slam-easyform .btn-toolbar:after, .slam-easyform .btn-group-vertical>.btn-group:before, .slam-easyform .btn-group-vertical>.btn-group:after, .slam-easyform .nav:before, .slam-easyform .nav:after, .slam-easyform .navbar:before, .slam-easyform .navbar:after, .slam-easyform .navbar-header:before, .slam-easyform .navbar-header:after, .slam-easyform .navbar-collapse:before, .slam-easyform .navbar-collapse:after, .slam-easyform .pager:before, .slam-easyform .pager:after, .slam-easyform .panel-body:before, .slam-easyform .panel-body:after, .slam-easyform .modal-footer:before, .slam-easyform .modal-footer:after{content:" ";display:table;clear:both}@media (min-width:768px){.slam-easyform .modal-dialog{position:relative;width:auto;margin:10px}.slam-easyform .modal-dialog{width:600px;margin:30px auto}.slam-easyform .container{width:750px}.slam-easyform .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}}@media (min-width:992px){.slam-easyform .container{width:970px}}@media (min-width:1200px){.slam-easyform .container{width:1170px}}.modal-open{overflow:hidden}.slam-easyform *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.slam-easyform .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}.slam-easyform .has-error .help-block, .slam-easyform .has-error .control-label, .slam-easyform .has-error .radio, .slam-easyform .has-error .checkbox, .slam-easyform .has-error .radio-inline, .slam-easyform .has-error .checkbox-inline{color:#a94442}.slam-easyform .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}.slam-easyform .radio input[type=radio], .slam-easyform .radio-inline input[type=radio], .slam-easyform .checkbox input[type=checkbox], .slam-easyform .checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.slam-easyform input[type=radio], .slam-easyform input[type=checkbox]{margin:4px 0 0;margin-top:1px 9;line-height:normal}.slam-easyform input[type=checkbox], .slam-easyform input[type=radio]{box-sizing:border-box;padding:0}.slam-easyform .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168}.slam-easyform .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483}.slam-easyform .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.slam-easyform .col-xs-1, .slam-easyform .col-sm-1, .slam-easyform .col-md-1, .slam-easyform .col-lg-1, .slam-easyform .col-xs-2, .slam-easyform .col-sm-2, .slam-easyform .col-md-2, .slam-easyform .col-lg-2, .slam-easyform .col-xs-3, .slam-easyform .col-sm-3, .slam-easyform .col-md-3, .slam-easyform .col-lg-3, .slam-easyform .col-xs-4, .slam-easyform .col-sm-4, .slam-easyform .col-md-4, .slam-easyform .col-lg-4, .slam-easyform .col-xs-5, .slam-easyform .col-sm-5, .slam-easyform .col-md-5, .slam-easyform .col-lg-5, .slam-easyform .col-xs-6, .slam-easyform .col-sm-6, .slam-easyform .col-md-6, .slam-easyform .col-lg-6, .slam-easyform .col-xs-7, .slam-easyform .col-sm-7, .slam-easyform .col-md-7, .slam-easyform .col-lg-7, .slam-easyform .col-xs-8, .slam-easyform .col-sm-8, .slam-easyform .col-md-8, .slam-easyform .col-lg-8, .slam-easyform .col-xs-9, .slam-easyform .col-sm-9, .slam-easyform .col-md-9, .slam-easyform .col-lg-9, .slam-easyform .col-xs-10, .slam-easyform .col-sm-10, .slam-easyform .col-md-10, .slam-easyform .col-lg-10, .slam-easyform .col-xs-11, .slam-easyform .col-sm-11, .slam-easyform .col-md-11, .slam-easyform .col-lg-11, .slam-easyform .col-xs-12, .slam-easyform .col-sm-12, .slam-easyform .col-md-12, .slam-easyform .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.slam-easyform .col-xs-1, .slam-easyform .col-xs-2, .slam-easyform .col-xs-3, .slam-easyform .col-xs-4, .slam-easyform .col-xs-5, .slam-easyform .col-xs-6, .slam-easyform .col-xs-7, .slam-easyform .col-xs-8, .slam-easyform .col-xs-9, .slam-easyform .col-xs-10, .slam-easyform .col-xs-11, .slam-easyform .col-xs-12{float:left}.slam-easyform .col-xs-12{width:100%}.slam-easyform .col-xs-11{width:91.66666667%}.slam-easyform .col-xs-10{width:83.33333333%}.slam-easyform .col-xs-9{width:75%}.slam-easyform .col-xs-8{width:66.66666667%}.slam-easyform .col-xs-7{width:58.33333333%}.slam-easyform .col-xs-6{width:50%}.slam-easyform .col-xs-5{width:41.66666667%}.slam-easyform .col-xs-4{width:33.33333333%}.slam-easyform .col-xs-3{width:25%}.slam-easyform .col-xs-2{width:16.66666667%}.slam-easyform .col-xs-1{width:8.33333333%}.slam-easyform .col-xs-pull-12{right:100%}.slam-easyform .col-xs-pull-11{right:91.66666667%}.slam-easyform .col-xs-pull-10{right:83.33333333%}.slam-easyform .col-xs-pull-9{right:75%}.slam-easyform .col-xs-pull-8{right:66.66666667%}.slam-easyform .col-xs-pull-7{right:58.33333333%}.slam-easyform .col-xs-pull-6{right:50%}.slam-easyform .col-xs-pull-5{right:41.66666667%}.slam-easyform .col-xs-pull-4{right:33.33333333%}.slam-easyform .col-xs-pull-3{right:25%}.slam-easyform .col-xs-pull-2{right:16.66666667%}.slam-easyform .col-xs-pull-1{right:8.33333333%}.slam-easyform .col-xs-pull-0{right:0}.slam-easyform .col-xs-push-12{left:100%}.slam-easyform .col-xs-push-11{left:91.66666667%}.slam-easyform .col-xs-push-10{left:83.33333333%}.slam-easyform .col-xs-push-9{left:75%}.slam-easyform .col-xs-push-8{left:66.66666667%}.slam-easyform .col-xs-push-7{left:58.33333333%}.slam-easyform .col-xs-push-6{left:50%}.slam-easyform .col-xs-push-5{left:41.66666667%}.slam-easyform .col-xs-push-4{left:33.33333333%}.slam-easyform .col-xs-push-3{left:25%}.slam-easyform .col-xs-push-2{left:16.66666667%}.slam-easyform .col-xs-push-1{left:8.33333333%}.slam-easyform .col-xs-push-0{left:0}.slam-easyform .col-xs-offset-12{margin-left:100%}.slam-easyform .col-xs-offset-11{margin-left:91.66666667%}.slam-easyform .col-xs-offset-10{margin-left:83.33333333%}.slam-easyform .col-xs-offset-9{margin-left:75%}.slam-easyform .col-xs-offset-8{margin-left:66.66666667%}.slam-easyform .col-xs-offset-7{margin-left:58.33333333%}.slam-easyform .col-xs-offset-6{margin-left:50%}.slam-easyform .col-xs-offset-5{margin-left:41.66666667%}.slam-easyform .col-xs-offset-4{margin-left:33.33333333%}.slam-easyform .col-xs-offset-3{margin-left:25%}.slam-easyform .col-xs-offset-2{margin-left:16.66666667%}.slam-easyform .col-xs-offset-1{margin-left:8.33333333%}.slam-easyform .col-xs-offset-0{margin-left:0}@media (min-width:768px){.slam-easyform .col-sm-1, .slam-easyform .col-sm-2, .slam-easyform .col-sm-3, .slam-easyform .col-sm-4, .slam-easyform .col-sm-5, .slam-easyform .col-sm-6, .slam-easyform .col-sm-7, .slam-easyform .col-sm-8, .slam-easyform .col-sm-9, .slam-easyform .col-sm-10, .slam-easyform .col-sm-11, .slam-easyform .col-sm-12{float:left}.slam-easyform .col-sm-12{width:100%}.slam-easyform .col-sm-11{width:91.66666667%}.slam-easyform .col-sm-10{width:83.33333333%}.slam-easyform .col-sm-9{width:75%}.slam-easyform .col-sm-8{width:66.66666667%}.slam-easyform .col-sm-7{width:58.33333333%}.slam-easyform .col-sm-6{width:50%}.slam-easyform .col-sm-5{width:41.66666667%}.slam-easyform .col-sm-4{width:33.33333333%}.slam-easyform .col-sm-3{width:25%}.slam-easyform .col-sm-2{width:16.66666667%}.slam-easyform .col-sm-1{width:8.33333333%}.slam-easyform .col-sm-pull-12{right:100%}.slam-easyform .col-sm-pull-11{right:91.66666667%}.slam-easyform .col-sm-pull-10{right:83.33333333%}.slam-easyform .col-sm-pull-9{right:75%}.slam-easyform .col-sm-pull-8{right:66.66666667%}.slam-easyform .col-sm-pull-7{right:58.33333333%}.slam-easyform .col-sm-pull-6{right:50%}.slam-easyform .col-sm-pull-5{right:41.66666667%}.slam-easyform .col-sm-pull-4{right:33.33333333%}.slam-easyform .col-sm-pull-3{right:25%}.slam-easyform .col-sm-pull-2{right:16.66666667%}.slam-easyform .col-sm-pull-1{right:8.33333333%}.slam-easyform .col-sm-pull-0{right:0}.slam-easyform .col-sm-push-12{left:100%}.slam-easyform .col-sm-push-11{left:91.66666667%}.slam-easyform .col-sm-push-10{left:83.33333333%}.slam-easyform .col-sm-push-9{left:75%}.slam-easyform .col-sm-push-8{left:66.66666667%}.slam-easyform .col-sm-push-7{left:58.33333333%}.slam-easyform .col-sm-push-6{left:50%}.slam-easyform .col-sm-push-5{left:41.66666667%}.slam-easyform .col-sm-push-4{left:33.33333333%}.slam-easyform .col-sm-push-3{left:25%}.slam-easyform .col-sm-push-2{left:16.66666667%}.slam-easyform .col-sm-push-1{left:8.33333333%}.slam-easyform .col-sm-push-0{left:0}.slam-easyform .col-sm-offset-12{margin-left:100%}.slam-easyform .col-sm-offset-11{margin-left:91.66666667%}.slam-easyform .col-sm-offset-10{margin-left:83.33333333%}.slam-easyform .col-sm-offset-9{margin-left:75%}.slam-easyform .col-sm-offset-8{margin-left:66.66666667%}.slam-easyform .col-sm-offset-7{margin-left:58.33333333%}.slam-easyform .col-sm-offset-6{margin-left:50%}.slam-easyform .col-sm-offset-5{margin-left:41.66666667%}.slam-easyform .col-sm-offset-4{margin-left:33.33333333%}.slam-easyform .col-sm-offset-3{margin-left:25%}.slam-easyform .col-sm-offset-2{margin-left:16.66666667%}.slam-easyform .col-sm-offset-1{margin-left:8.33333333%}.slam-easyform .col-sm-offset-0{margin-left:0}}@media (min-width:992px){.slam-easyform .col-md-1, .slam-easyform .col-md-2, .slam-easyform .col-md-3, .slam-easyform .col-md-4, .slam-easyform .col-md-5, .slam-easyform .col-md-6, .slam-easyform .col-md-7, .slam-easyform .col-md-8, .slam-easyform .col-md-9, .slam-easyform .col-md-10, .slam-easyform .col-md-11, .slam-easyform .col-md-12{float:left}.slam-easyform .col-md-12{width:100%}.slam-easyform .col-md-11{width:91.66666667%}.slam-easyform .col-md-10{width:83.33333333%}.slam-easyform .col-md-9{width:75%}.slam-easyform .col-md-8{width:66.66666667%}.slam-easyform .col-md-7{width:58.33333333%}.slam-easyform .col-md-6{width:50%}.slam-easyform .col-md-5{width:41.66666667%}.slam-easyform .col-md-4{width:33.33333333%}.slam-easyform .col-md-3{width:25%}.slam-easyform .col-md-2{width:16.66666667%}.slam-easyform .col-md-1{width:8.33333333%}.slam-easyform .col-md-pull-12{right:100%}.slam-easyform .col-md-pull-11{right:91.66666667%}.slam-easyform .col-md-pull-10{right:83.33333333%}.slam-easyform .col-md-pull-9{right:75%}.slam-easyform .col-md-pull-8{right:66.66666667%}.slam-easyform .col-md-pull-7{right:58.33333333%}.slam-easyform .col-md-pull-6{right:50%}.slam-easyform .col-md-pull-5{right:41.66666667%}.slam-easyform .col-md-pull-4{right:33.33333333%}.slam-easyform .col-md-pull-3{right:25%}.slam-easyform .col-md-pull-2{right:16.66666667%}.slam-easyform .col-md-pull-1{right:8.33333333%}.slam-easyform .col-md-pull-0{right:0}.slam-easyform .col-md-push-12{left:100%}.slam-easyform .col-md-push-11{left:91.66666667%}.slam-easyform .col-md-push-10{left:83.33333333%}.slam-easyform .col-md-push-9{left:75%}.slam-easyform .col-md-push-8{left:66.66666667%}.slam-easyform .col-md-push-7{left:58.33333333%}.slam-easyform .col-md-push-6{left:50%}.slam-easyform .col-md-push-5{left:41.66666667%}.slam-easyform .col-md-push-4{left:33.33333333%}.slam-easyform .col-md-push-3{left:25%}.slam-easyform .col-md-push-2{left:16.66666667%}.slam-easyform .col-md-push-1{left:8.33333333%}.slam-easyform .col-md-push-0{left:0}.slam-easyform .col-md-offset-12{margin-left:100%}.slam-easyform .col-md-offset-11{margin-left:91.66666667%}.slam-easyform .col-md-offset-10{margin-left:83.33333333%}.slam-easyform .col-md-offset-9{margin-left:75%}.slam-easyform .col-md-offset-8{margin-left:66.66666667%}.slam-easyform .col-md-offset-7{margin-left:58.33333333%}.slam-easyform .col-md-offset-6{margin-left:50%}.slam-easyform .col-md-offset-5{margin-left:41.66666667%}.slam-easyform .col-md-offset-4{margin-left:33.33333333%}.slam-easyform .col-md-offset-3{margin-left:25%}.slam-easyform .col-md-offset-2{margin-left:16.66666667%}.slam-easyform .col-md-offset-1{margin-left:8.33333333%}.slam-easyform .col-md-offset-0{margin-left:0}}@media (min-width:1200px){.slam-easyform .col-lg-1, .slam-easyform .col-lg-2, .slam-easyform .col-lg-3, .slam-easyform .col-lg-4, .slam-easyform .col-lg-5, .slam-easyform .col-lg-6, .slam-easyform .col-lg-7, .slam-easyform .col-lg-8, .slam-easyform .col-lg-9, .slam-easyform .col-lg-10, .slam-easyform .col-lg-11, .slam-easyform .col-lg-12{float:left}.slam-easyform .col-lg-12{width:100%}.slam-easyform .col-lg-11{width:91.66666667%}.slam-easyform .col-lg-10{width:83.33333333%}.slam-easyform .col-lg-9{width:75%}.slam-easyform .col-lg-8{width:66.66666667%}.slam-easyform .col-lg-7{width:58.33333333%}.slam-easyform .col-lg-6{width:50%}.slam-easyform .col-lg-5{width:41.66666667%}.slam-easyform .col-lg-4{width:33.33333333%}.slam-easyform .col-lg-3{width:25%}.slam-easyform .col-lg-2{width:16.66666667%}.slam-easyform .col-lg-1{width:8.33333333%}.slam-easyform .col-lg-pull-12{right:100%}.slam-easyform .col-lg-pull-11{right:91.66666667%}.slam-easyform .col-lg-pull-10{right:83.33333333%}.slam-easyform .col-lg-pull-9{right:75%}.slam-easyform .col-lg-pull-8{right:66.66666667%}.slam-easyform .col-lg-pull-7{right:58.33333333%}.slam-easyform .col-lg-pull-6{right:50%}.slam-easyform .col-lg-pull-5{right:41.66666667%}.slam-easyform .col-lg-pull-4{right:33.33333333%}.slam-easyform .col-lg-pull-3{right:25%}.slam-easyform .col-lg-pull-2{right:16.66666667%}.slam-easyform .col-lg-pull-1{right:8.33333333%}.slam-easyform .col-lg-pull-0{right:0}.slam-easyform .col-lg-push-12{left:100%}.slam-easyform .col-lg-push-11{left:91.66666667%}.slam-easyform .col-lg-push-10{left:83.33333333%}.slam-easyform .col-lg-push-9{left:75%}.slam-easyform .col-lg-push-8{left:66.66666667%}.slam-easyform .col-lg-push-7{left:58.33333333%}.slam-easyform .col-lg-push-6{left:50%}.slam-easyform .col-lg-push-5{left:41.66666667%}.slam-easyform .col-lg-push-4{left:33.33333333%}.slam-easyform .col-lg-push-3{left:25%}.slam-easyform .col-lg-push-2{left:16.66666667%}.slam-easyform .col-lg-push-1{left:8.33333333%}.slam-easyform .col-lg-push-0{left:0}.slam-easyform .col-lg-offset-12{margin-left:100%}.slam-easyform .col-lg-offset-11{margin-left:91.66666667%}.slam-easyform .col-lg-offset-10{margin-left:83.33333333%}.slam-easyform .col-lg-offset-9{margin-left:75%}.slam-easyform .col-lg-offset-8{margin-left:66.66666667%}.slam-easyform .col-lg-offset-7{margin-left:58.33333333%}.slam-easyform .col-lg-offset-6{margin-left:50%}.slam-easyform .col-lg-offset-5{margin-left:41.66666667%}.slam-easyform .col-lg-offset-4{margin-left:33.33333333%}.slam-easyform .col-lg-offset-3{margin-left:25%}.slam-easyform .col-lg-offset-2{margin-left:16.66666667%}.slam-easyform .col-lg-offset-1{margin-left:8.33333333%}.slam-easyform .col-lg-offset-0{margin-left:0}}
/* End */


/* Start:/local/components/slam/easyform/lib/css/bootstrapValidator.min.css?1621247404565*/
/*!
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @version     v0.5.2, built on 2014-09-25 4:01:07 PM
 * @author      https://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     MIT
 */

.bv-form .help-block{margin-bottom:0}.bv-form .tooltip-inner{text-align:left}.nav-tabs li.bv-tab-success>a{color:#3c763d}.nav-tabs li.bv-tab-error>a{color:#a94442}.bv-form .bv-icon-no-label{top:0}.bv-form .bv-icon-input-group{top:0;z-index:100}
/* End */


/* Start:/local/templates/paxmed/components/slam/easyform/solution-form/style.min.css?1621247405805*/
.slam-easyform .modal{text-align:center}@media screen and (min-width:768px){.slam-easyform .modal:before{display:inline-block;vertical-align:middle;content:" ";height:100%}}.slam-easyform .modal-dialog{display:inline-block;text-align:left;vertical-align:middle}.slam-easyform .modal .modal-header .title{margin:0;font-size:22px;display:inline-block}.hide-formvalidation small.help-block{display:none!important}@keyframes spinner{to{transform:rotate(360deg)}}.slam-easyform .spinner,.slam-easyform .spinner:hover{position:relative;color:transparent}.slam-easyform .spinner:before{content:'';box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ccc;border-top-color:#333;animation:spinner .6s linear infinite}
/* End */


/* Start:/local/components/bitrix/main.userconsent.request/templates/.default/user_consent.min.css?16212474043670*/
.main-user-consent-request a{cursor:pointer}.main-user-consent-request-popup{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.5);overflow:hidden;z-index:9000}.main-user-consent-request-popup-cont{min-height:290px;position:absolute;top:50%;left:50%;margin:0 auto;padding:20px;min-width:320px;background:#fff;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.main-user-consent-request-popup-header{margin:0 0 30px 0;font:normal 18px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#000;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:260px}.main-user-consent-request-popup-textarea-block{margin:0 0 20px 0}.main-user-consent-request-popup-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-user-consent-request-popup-button{display:inline-block;height:39px;margin:0 10px 5px 0;padding:0 18px;border:0;border-radius:2px;font:normal 12px/39px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#535c69;outline:0;vertical-align:middle;text-decoration:none;text-transform:uppercase;text-shadow:none;white-space:nowrap;-webkit-font-smoothing:antialiased;-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .2s linear;cursor:pointer}.main-user-consent-request-popup-button-acc{background:#bbed21}.main-user-consent-request-popup-button-acc:hover{background:#d2f95f}.main-user-consent-request-popup-button-rej{-webkit-box-shadow:inset 0 0 0 1px #a1a6ac;box-shadow:inset 0 0 0 1px #a1a6ac;background:0}.main-user-consent-request-popup-button-rej:hover{background:#cfd4d8}.main-user-consent-request-popup-text{padding:5px 10px;width:100%;height:130px;border:1px solid #999;background:#fff;box-sizing:border-box;outline:0;-moz-appearance:none}.main-user-consent-request-popup-link{height:130px;display:flex;justify-content:center;align-items:center;flex-direction:column}.main-user-consent-request-popup-link a{display:block;margin:20px 0 0 0;text-overflow:ellipsis;overflow:hidden;max-width:260px}.main-user-consent-request-loader{position:relative;height:100px;width:100px;margin:0 auto;-webkit-transform:translate(0,50%);transform:translate(0,50%)}.main-user-consent-request-path{stroke:#80868e;stroke-dasharray:100,200}.main-user-consent-request-loader:before{content:'';display:block;padding-top:100%}.main-user-consent-request-circular{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:inherit;width:inherit;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.main-user-consent-request-path{stroke:#ccc;stroke-dasharray:60,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}.main-user-consent-request-announce{color:#333;font-size:13px;line-height:15px}.main-user-consent-request-announce-link{cursor:pointer}@keyframes rotate{100%{transform:rotate(360deg)}}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}@media(min-width:1000px){.main-user-consent-request-popup-cont{min-height:400px;min-width:640px}.main-user-consent-request-popup-header{max-width:590px}.main-user-consent-request-popup-text,.main-user-consent-request-popup-link{height:240px}.main-user-consent-request-popup-link a{max-width:200px}}
/* End */
/* /local/templates/paxmed/components/bitrix/news.detail/solution-detail/style.min.css?16212474053555 */
/* /local/templates/paxmed/components/bitrix/news.detail/solution-detail/themes/blue/style.min.css?1621247405213 */
/* /local/templates/paxmed/components/bitrix/system.pagenavigation/round/style.css?16212474042461 */
/* /local/templates/paxmed/components/bitrix/catalog.section/catalog-grid/style.css?162124740423050 */
/* /local/components/slam/easyform/lib/css/bootstrap.min.css?162124740422741 */
/* /local/components/slam/easyform/lib/css/bootstrapValidator.min.css?1621247404565 */
/* /local/templates/paxmed/components/slam/easyform/solution-form/style.min.css?1621247405805 */
/* /local/components/bitrix/main.userconsent.request/templates/.default/user_consent.min.css?16212474043670 */
