

/* Start:/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/style.css?17363873564905*/
.production-section__view-elem-fill{
    fill: #C5C5C5;
}
.production-section__view a{
    display: inline-block;
    margin-left: 21px;
}
.production-section__view a:first-child{
    margin-left: 0;
}
.production-section__view a:hover .production-section__view-elem-fill,
.production-section__view a.active .production-section__view-elem-fill{
    fill: var(--prv_btn_color);
}
.production-section__view a:hover,
.production-section__view a,
.production-section__view a:active,
.production-section__view a:active:hover,
.production-section__view a:active:focus{
    text-decoration: none;
}
.production-section__sort-view-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.production-section__sort{
    position: relative;
}
.production-section__sort:hover .production-section__sort-dropdown,
.production-section__sort:focus .production-section__sort-dropdown{
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: 0.2s;
}
.production-section__sort-dropdown{
    position: absolute;
    top: 25px;
    right: 0;
    background-color: #fff;
    min-width: 210px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    z-index: 8;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
}
@media(min-width: 560px){
    .production-section__sort-dropdown{
        right: auto;
        left: 0;
    }
}
.production-section__sort-dropdown > a,
.production-section__sort-dropdown > a:focus{
    display: block;
    padding: 11px 15px 10px;
    color: #212121;
}
.production-section__sort-dropdown > a:hover,
.production-section__sort-dropdown > a:active:hover,
.production-section__sort-dropdown > a:active,
.production-section__sort-dropdown > a:active:focus{
    color: #212121;
    text-decoration: none;
}
.production-section__sort-dropdown > a.active{
    background-color: #F8F9FB;
}
.production-section__sort > span,
.production-section__filter-mobile > span{
    color: #757575;
    line-height: 1.5714;
    cursor:pointer;
}
.production-section__sort-view-block > div{
    margin-bottom: 15px;
    padding-bottom: 10px;
}
@media(min-width: 768px){
    .production-section__sort-view-block > div{
        margin-bottom: 0;
    }
}

.sidebar-menu__catalog-title{
    color: #212121;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin: 26px 0;
    font-weight: bold;
}
.sidebar-menu__catalog-title.first{
    border-top: 1px solid #EFF1F5;
    margin: 0 0 26px;
    padding-top: 26px;
    border-top: 1px solid #EFF1F5;
}
.sidebar-menu__catalog-title > svg{
    margin-right: 16px;
}


.sidebar-menu__catalog-sidebar-toggle{
    display: block;
    height: 18px;
    width: 33px;
    background: #dbe0e6;
    border-radius: 9px;
    position: relative;
    cursor: pointer;
    transition: background .1s ease-in;
    margin-right: 10px;
    flex-shrink: 0;
}

.sidebar-menu__catalog-sidebar-toggle:before{
    content: " ";
    width: 14px;
    height: 14px;
    margin: 2px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 15px;
    background: #fff;
    border-radius: 20px;
    transition: right .1s ease-in;
}

.sidebar-menu__catalog-head.active .sidebar-menu__catalog-sidebar-toggle{
    background: var(--prv_btn_color);
}
.sidebar-menu__catalog-head.active .sidebar-menu__catalog-sidebar-toggle:before{
    right: 0;
}
.sidebar-menu__catalog-head{
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}
.production-section__page{
    margin-bottom: 15px;
}

.sidebar-menu__catalog-head.active .show-sidebar-text,
.sidebar-menu__catalog-head:not(.active) .hide-sidebar-text{
    display: none;
}
.production-section__filter-section.hide-section{
    display: none!important;
    visibility: hidden;
    width: 0!important;
}
.production-section__page.full-width{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media(max-width: 991px){
    .sidebar-menu__catalog-head{
        display: none!important;
    }
}
@media(max-width: 991px){
    .production-section__filter-section .sidebar-menu,
    .production-section__filter-section .sidebar-menu__catalog-title,
    .production-section__filter-section .sidebar-footer,
    .production-section__filter-section .sidebar-commercial{
        display: none;
    }
    .production-section__filter-section .bx-filter{
        position: absolute;
        left: 0;
        right: 0;
        z-index: 8;
        background-color: #fff;
        border-bottom: 1px solid #EFF1F5;
        box-shadow: 0 0 10px rgba(0,0,0,0.15);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
        max-width: 100%;
    }
    .bx-active .bx-filter-popup-result{
        display: none!important;
    }
    .bx-filter{
        display: none;
    }
    .bx-filter.active{
        display: block!important;
    }


}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/menu/page-sidebar-menu/style.css?17363873561358*/
.left_menu_ul{list-style: none; margin: 0; padding: 0; position: relative; background-color: #F8F9FB;}
ul.page-sidebar-left-menu{border:1px solid #EEF1F4; background-color: transparent;}
ul.page-sidebar-left-menu>li{
	border-bottom: 1px solid #EEF1F4;
}
ul.page-sidebar-left-menu>li:last-child{
	border: none;
}
.left_menu_ul a:hover{
    background-color: #F8F9FB;
    text-decoration: none;
    color: #212121;
}
.left_menu_ul.collapse a:hover{
	color:var(--prv_btn_color);
}
.left_menu_parent_link {
    display:flex;
    align-items:stretch;
}
.left_menu_item{
	padding: 20px 25px;
	display: block;
	color: #212121;
}
.left_menu_item, .left_menu_dropdown_btn{
    transition-duration:0s;
}
.left_menu_parent_link .left_menu_item {
    width: calc(100% - 50px);
    padding: 20px 0px 20px 25px;
}
.left_menu_item_selected {
    font-weight:bold;
}
.left_menu_dropdown_btn {
    width: 50px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration: none;
}
.left_menu_dropdown_btn .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 5px solid #707070;
    border-top: none;
}
.left_menu_dropdown_btn.collapsed .caret {
    border-top: 5px solid #707070;
    border-bottom: none;
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/style.css?173638735627654*/
/* item_detail_v2 */
.bx_item_detail{
    margin-bottom: 100px;
}
.bx_item_detail .bx_item_title{
	padding-bottom:14px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom: 16px;
	min-height: 24px
}

.bx_item_detail .bx_item_title h1{
	font-size:24px;
	border-bottom:0 none transparent;
	margin-bottom: 0;
	padding-bottom: 0;
}
.bx_item_detail h1 span{color:#000}
.bx_item_detail .bx_optionblock{
	float:right;
	margin-left:10px;
	width:120px;
}
.marks_container {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	position: relative;
	/*max-height: 40px;
	min-height: 40px;*/
	z-index: 7;
}
.marks_container .mark{
	font-size:0.857142em;
	line-height:16px;
	margin:0px 10px 10px 0px;
	padding:7px 11px 8px 11px;
	border-radius:27px;
	color:#fff;
}
.marks_container .mark_HIT{
	background-color:#FF8800;
}
.marks_container .mark_NEW{
	background-color:#008FEF;
}
.marks_container .mark_RECOMMEND{
	background-color:#0A9200;
}
.marks_container .mark_SALE{
	background-color:#FA0055;
}
/* Item info */
.bx_item_detail .item_name{
	margin:0;
	padding:0;
}
.bx_item_detail .item_name a{
	color:#000;
	text-decoration:none;
	font-size:23px;
}
.item_price {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
}
.item_new_price {
    font-size: 1.8571em;
    color:#212121;
    font-weight:bold;
    margin-right: 20px;
    line-height: 1.07;
}
.item_old_price {
    color:#757575;
    font-size: 1.2857em;
    text-decoration:line-through;
}

.item_in_stock {
    color: #008211;
    text-transform: uppercase;
    margin-bottom: 17.5px;
    font-size: 0.8571em;
    line-height: 1.833;
}
.item_on_stock {
    color: #757575;
    text-transform: uppercase;
    margin-bottom: 17.5px;
    font-size: 0.8571em;
    line-height: 1.833;
}
.item_btn_container {
    display:flex;

}

.item-buy-one-click{
    display: flex;
    align-items: center;
    margin-bottom:24px;
}
.item-buy-one-click > svg{
    margin-right: 5px;
}
.item-buy-one-click .item-buy-one-click-svg{
    stroke: var(--prv_btn_color);
    fill: none;
}
.item-buy-one-click  > a,
.item-buy-one-click  > a:focus,
.item-buy-one-click  > a:hover{
    color: var(--prv_btn_color);
    text-transform: uppercase;
    font-size: 0.8571em;
    text-decoration: none;
}


.bx_item_detail .item_info_section{
	margin:0;
	color:#212121;
        font-size: 1em;
}

.item_main_info {
    margin-bottom:60px;
}

/*tab-section-container*/
.bx_item_detail .tab-section-container{position:relative;}
.bx_item_detail .tab-list{
	padding:0;
	border-bottom:1px solid #d9e1e3;
	vertical-align:bottom;
	text-align:left;
}
.bx_item_detail .tab-list li{
	display:inline-block;
	border:1px solid #d9e1e3;
	border-bottom:none;
	border-radius:3px 3px 0 0;
	background:#f7f7f7;
	box-shadow:inset 0 -10px  5px -10px rgba(0,0,0,.12);
	vertical-align:bottom;

}
.bx_item_detail .tab-list li a{
	display:block;
	padding:0 10px;
	height:30px;
	box-shadow:none;
	color:#999;
	text-decoration:none;
	font-size:13px;
	line-height:30px;
}

.bx_item_detail .tab-list li:hover,
.bx_item_detail .tab-list li.active{
	background:#fff;
}

/*.tab-list li:hover a,*/
.bx_item_detail .tab-list li.active a{
	position:relative;
	bottom:-2px;
	height:35px;
	background:#fff;
	color:#3f3f3f;
	line-height:35px;
}
.bx_item_detail .tab-boby-container .container>div.tab-off{display:none;}
.bx_item_detail .tab-boby-container .container>div{

}
.bx_item_detail .item_comments{
	display:block;
	padding-left:10px;
}
.bx_item_detail .item_comments li{
	display:block;
	padding-bottom:10px;
}
.bx_item_detail .item_comments_username{
	display:inline-block;
	color:#5d90bd;
	font-size:14px;
}
.bx_item_detail .item_comments_date{
	display:inline-block;
	margin-left:10px;
	color:#b8b8b8;
	font-size:14px;
}
.bx_item_detail .item_comments_container p{
	margin-top:5px;
	color:#3f3f3f;
	font-size:14px;
}


@media (min-width:981px){}
@media (min-width:640px) and (max-width:980px){}
@media (min-width:480px) and (max-width:639px){}
@media (max-width:480px) {}
@media (max-width:319px){}

/* item_detail_slider */
.bx_item_detail .bx_item_slider{
	position: relative;
	margin-bottom: 10px;
}
.bx_item_detail .bx_item_slider .bx_bigimages {
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	text-align: center;
	height: 0;
        min-height: 374px;
	width: 100%;
	padding-top: 100%;
}
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer .bx_bigimages_aligner {
	display: block;
	position: absolute;
	top: 0;
  left: 0;
  right: 0;
	text-align: center;
  height: 100%;
}

.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer img {
    display: block;
    max-width: 100% !important;
    max-height: 100% !important;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}
/*----*/

.bx_item_detail .bx_item_slider .bx_slider_conteiner{
	position: relative;
	margin-bottom: 60px;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slider_conteiner.full {
	position: relative;
}

/*----*/

.bx_item_detail .bx_item_slider .bx_slider_scroller_container{position: relative}

.bx_item_detail .bx_item_slider .bx_slide{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide{overflow-x: auto}

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

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
	overflow: hidden;
	background: #fff;
        padding: 10px;
}
.bx_item_detail .bx_item_slider .bx_slide ul li:hover .cnt{background-color:#EEF1F4;}
.bx_item_detail .bx_item_slider .bx_slide ul li:active .cnt,
.bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt{
	background-color:#EEF1F4;
}
.bx-retina .bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border_active.png) 2 fill stretch;
}
.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item{
	max-width:100%;
    max-height:100%;
}


/*----*/

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right:hover{opacity:1.0}
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_left,
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left {left: -5%;background:url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right{right:-5%;background:url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_slider .bx_slide_left {left:   0;background:url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_slider .bx_slide_right{right:  0;background:url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/fade_right.png) repeat-y   right center;background-size: 100% auto}

.bx_item_detail .bx_item_slider_lupe_small{
	position: absolute;
	background: rgba(0, 0, 0, 0.18);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,.5);
	cursor: pointer;
}
@media(max-width: 767px){
    .bx_item_detail .bx_item_slider_lupe_small,
    .bx_item_slider_lupe{
        display: none!important;
    }
}
.bx_item_detail .bx_item_slider_lupe{
	position: absolute;
	border: 1px solid #b2b2b2;
	left:105%;
	top: 0;
	bottom:4px;
	margin: 0;
	background: #fff url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/wait.gif) no-repeat scroll center center;
	z-index: 120;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.bx_item_detail .bx_item_slider_lupe img {
	max-width: 99999px !important;
	max-height: 99999px !important;
}

/* Stickers */
.bx_item_detail .bx_bigimages .bx_stick{
	position: absolute;
	width: 123px;
	height: 35px;
	background: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/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_item_detail .bx_bigimages .bx_stick.short {font-weight:  bold;font-size:18px}
.bx_item_detail .bx_bigimages .bx_stick.average {font-weight:  bold;font-size:13px}
.bx_item_detail .bx_bigimages .bx_stick.long {font-weight:normal;font-size:11px}
.bx_item_detail .bx_bigimages .bx_stick_disc{
	position: absolute;
	width: 72px;
	height: 74px;
	background: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/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_item_detail .bx_bigimages .bx_stick.left,
.bx_item_detail .bx_bigimages .bx_stick_disc.left{left:-2px;}
.bx_item_detail .bx_bigimages .bx_stick.right,
.bx_item_detail .bx_bigimages .bx_stick_disc.right{right: 0;}
.bx_item_detail .bx_bigimages .bx_stick.top,
.bx_item_detail .bx_bigimages .bx_stick_disc.top{top: 15px;}
.bx_item_detail .bx_bigimages .bx_stick.bottom,
.bx_item_detail .bx_bigimages .bx_stick_disc.bottom{bottom: 5px;}
.bx_item_detail .bx_bigimages .bx_stick.middle,
.bx_item_detail .bx_bigimages .bx_stick_disc.middle{top: 49%;}
@media (min-width:641px) and (max-width:960px){
	.bx_item_detail .bx_bigimages .bx_stick{
		width: 90px;
		height: 30px;
		background-size: 100%;
		line-height: 30px;
	}
	.bx_item_detail .bx_bigimages .bx_stick.short {font-weight:normal;font-size:14px}
	.bx_item_detail .bx_bigimages .bx_stick.average {font-weight:normal;font-size:11px}
	.bx_item_detail .bx_bigimages .bx_stick.long{font-weight:normal;font-size:11px}
	.bx_item_detail .bx_bigimages .bx_stick_disc{
		width: 64px;
		height: 65px;
		background-size: 100%;
		font-size: 	20px;
		line-height: 65px;
	}
}
@media (max-width:640px) {
	.bx-touch .bx_item_detail .bx_bigimages .bx_stick{
		width: 70px;
		height: 30px;
		background-size: 100%;
		font-size: 	11px;
		line-height: 30px;
	}
	.bx-touch .bx_item_detail .bx_bigimages .bx_stick_disc{
		width: 48px;
		height: 49px;
		background-size: 100%;
		font-size: 	16px;
		line-height: 49px;
	}
}
@media (max-width:479px) {
	.bx-touch .bx_item_detail .bx_bigimages .bx_stick{
		width: 70px;
		height: 30px;
		background-size: 100%;
		font-size: 	11px;
		line-height: 30px;
	}

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

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

/*----*/

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

/*----*/

.bx_item_detail .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_item_detail .bx_item_detail_size .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx_item_detail .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	 .bx_item_detail .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_item_detail .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	.bx_item_detail .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_item_detail .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_item_detail .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_item_detail .bx_item_detail_size ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border.png) 2 stretch;
	border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border.png) 2 fill stretch;
}
.bx_item_detail .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_item_detail .bx_item_detail_size ul li:active .cnt,
.bx_item_detail .bx_item_detail_size ul li.bx_active .cnt{
	border: 2px solid #006cc0;
}
.bx-retina .bx_item_detail .bx_item_detail_size ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border_active.png) 2 fill stretch;
}

.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_detail .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(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/missing.png) no-repeat center;
}
/*----*/

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

.bx_item_detail .bx_item_detail_size.full .bx_slide_left,
.bx_item_detail .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_item_detail .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_detail_size .bx_slide_left {left:   0;background:url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_detail_size .bx_slide_right{right:  0;background:url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/fade_right.png) repeat-y right center;background-size: 100% auto}

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

/*----*/

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

/*----*/

.bx_item_detail .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

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

.bx_item_detail .bx_item_detail_scu .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch 	.bx_item_detail .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_item_detail .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_item_detail .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_item_detail .bx_item_detail_scu .bx_scu ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border.png) 2 stretch;
	border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border.png) 2 fill stretch;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	padding: 3px;
	border: 2px solid #006cc0;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_detail .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(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/missing.png) no-repeat center;
}

.bx-retina .bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border_active.png) 2 fill stretch;
}
.bx_item_detail .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_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
	width: auto;
	height: 25px;
}

/*----*/

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

.bx_item_detail .bx_item_detail_scu.full .bx_slide_left,
.bx_item_detail .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_item_detail .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/fade_right.png) repeat-y   right center;background-size: 100% auto}

/* item_detail_description */
.bx_item_detail .bx_item_description p{font-size: 13px;}
.bx_item_detail .bx_item_description .bx_item_section_name_gray{
	color: #9e9e9e;
	font-size: 13px;
}
.bx_item_detail .bx_item_description .bx_specifications_table{
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
}
.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(odd){background: #f2f2f2;}
.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(even){ }
.bx_item_detail .bx_item_description .bx_specifications_table tr td{
	padding: 3px 10px;
	font-size: 12px;
}
.bx_item_detail .bx_item_description .bx_specifications_table tr td:first-child{font-weight: bold;}

.item_prop_container {
    margin-bottom:10px;
    display:flex;
    justify-content:stretch;
    align-items:center;
}
.item_prop_name {
    flex-grow:0;
    padding-right:12px;
}
.item_prop_border {
    flex-grow:100;
    height:1px;
    border-bottom:1px dotted #a9a9a9;
}
.item_prop_value {
    padding-left:12px;
    flex-grow:0;
}
.bx-retina .bx_item_detail.bx_blue .bx_item_slider .bx_slide ul li.bx_active .cnt,
.bx-retina .bx_item_detail.bx_blue .bx_item_detail_size ul li.bx_active .cnt,
.bx-retina .bx_item_detail.bx_blue .bx_item_detail_scu .bx_scu ul li.bx_active .cnt
{
	-webkit-border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/images/x2border_active.png) 2 fill stretch;
}



.element-desc__list-group-item {
    padding: 15px 25px 15px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}
.element-desc__list-group-item:hover{
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.element-desc__list-group-item.active {
    text-shadow: none;
    border: 1px solid #eff1f5;
    border-left-color: var(--prv_color);
    background: #fff;
    color: #212121;
}
.element-desc__list-group-item.active:hover,
.element-desc__list-group-item.active:focus{
    text-shadow:none;
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color:#eff1f5;
    border-left-color: var(--prv_color);
    background-image:none;
}
.element-desc__dropdown-tab-panel {
    position:relative;
    display:block;
    width:100%;
    padding: 15px 55px 15px 25px;
    border: 1px solid #eff1f5;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #212121;
    background: #fff;
}
.element-desc__dropdown-tab-panel:hover,
.element-desc__dropdown-tab-panel:focus {
    text-decoration:none;
    color:#212121;
}
.element-desc__dropdown-tab-panel:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin: -2px 0 0;
    border-bottom: 3px solid #212121;
    border-top: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.element-desc__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.element-desc__tab-panel-nav{
    margin-bottom: 30px;
}

.nav.element-desc-tabs-list{
    margin-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
}
.element-desc-tabs-list>li{
    margin-right: 6px;
}
.element-desc-tabs-list>li>a,
.element-desc-tabs-list>li>a:focus{
    padding: 9px 26px;
    font-size: 1em;
    color: #212121;
    display: block;
    text-decoration: none;
    position: relative;
    background-color: transparent;
}
.element-desc-tabs-list>li>a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent;
    z-index: 2;
}
.element-desc-tabs-list>li:hover>a:after,
.element-desc-tabs-list>li>a.active:after{
    background: var(--prv_interactive_color);
}
.element-desc-tabs-list>li>a.active{
    color: var(--prv_btn_color);
}
.element-desc-tabs-list>li>a:hover{
    text-decoration: none;
    opacity: 1;
    color: var(--prv_btn_color);
    background-color: transparent;
}

.item-buy_block .item-buy_btn,
.item-buy_block .item-buy_btn:hover{
    display:inline-block;
    position:relative;
    white-space: nowrap;
    width: 55%;
    max-width: 163px;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 44px;
    padding-left: 0;
    padding-right: 0;
}
.item-buy_block .item-buy_btn.in_cart{
    border-radius: 5px;
    width: 100%;
}
.item-buy_block .item-buy_btn svg{
    width: 22px;
    height: 20px;
    margin-right: 7px;
}

.element_svg_fill {
    fill: var(--prv_font_color);
}

.item-buy_block .item-buy_btn.in_cart {
    display:none;
}
.item-buy_block.buy_block.in .item-buy_btn.in_cart {
    display:inline-block;
}
.item-buy_block.buy_block.in .item-buy_btn.to_cart,
.item-buy_block.buy_block.in .element-counts,
.item-buy_block buy_block.loading .item-buy_btn.to_cart,
.item-buy_block.buy_block.loading .item-buy_btn.in_cart,
.item-buy_block.buy_block.loading .element-counts{
    display:none!important;
}
.item-buy_block{
    margin-bottom: 24px;
}
.item-buy_block.buy_block .buy_loader {
    font-size: 24px;
    text-align:center;
    display:none;
    outline: none;
    line-height: normal;
    margin: 0 auto;
    color: var(--prv_color);
}
.item-buy_block.buy_block.loading .buy_loader {
    display:block;
}
.item-buy_block.buy_block .buy_loader i{
    width:24px;
    height:24px;
    display:inline-block;
    animation: load 1.5s infinite linear;
}
@keyframes load {
    100% {
        transform: rotate(360deg);
    }
}
@media(min-width: 768px){
    .item-buy_block .item-buy_btn,
    .item-buy_block .buy_block.in .item-buy_btn.in_cart{
        display:block;
    }
}
.item-buy_block .buy_btn_block{
    display: flex;
    align-items: center;
}

.element-counts {
   width: 45%;
   max-width: 125px;
   border-top: 2px solid var(--prv_btn_color);
   border-left: 2px solid var(--prv_btn_color);
   border-bottom: 2px solid var(--prv_btn_color);
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
}


.element-counts .btn-outline-secondary.btn,
.element-counts .btn-outline-secondary.btn:focus,
.element-counts .btn-outline-secondary.btn:active,
.element-counts .btn-outline-secondary.btn:active:focus,
.element-counts .btn-outline-secondary.btn.active{
    background: #fff;
    color: var(--prv_interactive_color);
    padding:8px;
    font-size:12px;
    box-shadow:none;
    height: 40px;
    border: none;
    border-radius: 0!important;
}
.element-counts .btn-outline-secondary.btn:hover {
    opacity: .8;
}
.element-counts .form-control.basket_count,
.element-counts .form-control.basket_count:focus,
.element-counts .form-control.basket_count:hover {
    background-color:#fff;
    color:#212121;
    outline:none;
    box-shadow:none;
    width: 38px;
    height: 40px;
    text-align:center;
    flex:0;
    border: none;
    font-weight: bold;
    font-size: 20px;
}

.element-counts .input-group{
    justify-content: center;
    flex-wrap: nowrap;
}
.element-brand-img{
    margin-top: 20px;
    max-width: 120px;
    max-height: 120px;
}

.bx_item_detail .cart_item_image--sale {
	position: absolute;
	top: 10px;
	left: 0px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-color: #e32330;
	color: #fff;
	width: 70px;
	height: 70px;
	display: flex;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	font-size: 21px;
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/main.include/detail-page-after-content/style.css?173638735511099*/
.news-detail__comments-form-button-show{
    text-align: right;
    margin-bottom: 30px;
}
.news-detail__comments-form-button-show a.collapsed .news-detail__comments-hide{
    display: none;
}
.news-detail__comments-form-button-show a:not(.collapsed) .news-detail__comments-show{
    display: none;
}
.news-detail__main-column{
    position: static!important;
}
.page-content p.news-detail__more-posts-title,
.page-content p.news-detail__comments-form-title,
.page-content p.news-detail__actions-title,
.page-content p.news-detail__prop-title{
    font-size: 1.8571em;
    color: #212121;
    line-height: 1;
    margin: 60px 0 48px;
    
}
.news-detail__actions-items{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.news-detail__actions-items > div{
    margin: 0 10px 10px 0;
}
@media(min-width: 1200px){
    .news-detail__actions-items{
        justify-content: space-between;
    }
    .news-detail__actions-items > div{
        margin: 0;
    }
}
.news-detail__actions-comment{
    max-width: 100%;
}
.news-detail__actions-like .prv-elem-like__button,
.news-detail__actions-share .share-block__button,
.news-detail__actions-comment a,
.news-detail__actions-comment a:focus{
    background: #EFF1F5;
    border-radius: 10px;
    padding: 24px 0;
    transition: all .3s linear;
    color: #AFAFAF;
    cursor: pointer;
    text-align: center;
}
.news-detail__actions-like .prv-elem-like__label{
   color: #AFAFAF;
}
.news-detail__actions-like .prv-elem-like__label > span{
    cursor: pointer;
}
.news-detail__actions-comment a{
    width: 558px;
    max-width: 100%;
    display: block;
    text-align: center;
}
.news-detail__actions-share .share-block__button{
    width: 68px;
}
.news-detail__actions-like .prv-elem-like__button{
    width: 166px;
    outline: none;
    border: none;
}
.news-detail__actions-share:hover .share-block__button,
.news-detail__actions-comment a:hover,
.news-detail__actions-comment a:active,
.news-detail__actions-comment a:active:hover,
.news-detail__actions-comment a:active:focus,
.news-detail__actions-like .prv-elem-like__label:hover .prv-elem-like__button{
    background: var(--prv_interactive_color);
    color: #fff;
    text-decoration: none;
}
.news-detail__actions-like .prv-elem-like__label:hover{
    color: #fff;
}
.news-detail__actions-share:hover .share-block__button > svg > path{
    fill: transparent;
    stroke: #fff;
}
.share-block{
    position: relative;
}
.share-block .ya-share2__list{
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: height 0.3s linear;
    z-index: 8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2 );
    padding-top: 20px;  
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.share-block .ya-share2__list .ya-share2__link{
    width: 100%;
    height: 68px; 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.share-block .ya-share2__icon{
    position: relative;
    text-align: center;
}
.share-block .ya-share2__icon:before{
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    font-size: 16px;
    color: #757575;
}
.share-block .ya-share2__container_size_m .ya-share2__item{
    margin: 0;
    border-bottom: 1px solid #F2F2F2;
}
.share-block .ya-share2__container_size_m .ya-share2__item:last-child{
    border: none;
}
.share-block .ya-share2__container_size_m .ya-share2__item:last-child a{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.share-block .ya-share2__item:hover,
.share-block .ya-share2__item a:hover{
    opacity: 1;
}
.news-detail__actions-share .share-block .ya-share2__item:hover .ya-share2__icon:before{
    color: var(--prv_btn_color);
}
.share-block .ya-share2__item_service_vkontakte .ya-share2__icon:before{
    content: "\f189";
}
.share-block .ya-share2__item_service_facebook .ya-share2__icon:before{
    content: "\f39e";
}
.share-block .ya-share2__item_service_twitter .ya-share2__icon:before{
    content: "\f099";
}
.share-block .ya-share2__item_service_odnoklassniki .ya-share2__icon:before{
    content: "\f263";
}
.share-block .ya-share2__item_service_viber .ya-share2__icon:before{
    content: "\f409";
}
.share-block .ya-share2__item_service_whatsapp .ya-share2__icon:before{
    content: "\f232";
}
.share-block .ya-share2__item_service_telegram .ya-share2__icon:before{
    content: "\f3fe";
}
.share-block .ya-share2__badge{
    background-color: transparent!important;
}
.news-detail__actions-share:hover .share-block .ya-share2__list{
    height: auto;
    visibility: visible;
    opacity: 1;
}
.news-detail__photogallery-image-block-wrapper{
    width: 265px;
    height: 265px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
@media(min-width: 575px){
    .news-detail__photogallery-image-block-wrapper{
        width: 243px;
        height: 243px;
    }
}
@media(min-width: 768px){
    .news-detail__photogallery-image-block-wrapper{
        width: 330px;
        height: 330px;
    }
}
@media(min-width: 1200px){
    .news-detail__photogallery-image-block-wrapper{
        width: 265px;
        height: 265px;
    }
}
.news-detail__photogallery-image-block{
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 2s;
}
.news-detail__photogallery-image-block:hover{
    transform: scale(1.1);  
    opacity: 0.8;
}
.news-detail__photogallery-image-block > a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.news-detail__photogallery-image-block-col{
    padding: 0 10px 0 0!important;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
}

.news-detail__videogallery .owl_btn-right a,.news-detail__videogallery .owl_btn-right a:focus,.news-detail__videogallery .owl_btn-left a,.news-detail__videogallery .owl_btn-left a:focus,
.news-detail__photogallery .owl_btn-right a,.news-detail__photogallery.owl_btn-right a:focus,.news-detail__photogallery .owl_btn-left a,.news-detail__photogallery .owl_btn-left a:focus{
    border: 0;
    font-size: 32px;
    padding: 0
}

.news-detail__videogallery .owl-prev,
.news-detail__photogallery .owl-prev{
    left: -48px
}

.news-detail__videogallery .owl-next,
.news-detail__photogallery .owl-next{
    right: -48px
}

.news-detail__videogallery .owl-next,.news-detail__videogallery .owl-prev,
.news-detail__photogallery .owl-next,.news-detail__photogallery .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0;
    margin: 0;
    background: none!important;
    outline: none!important
}

.news-detail__videogallery .owl-dots,
.news-detail__photogallery .owl-dots{
    position: relative;
    margin-bottom: -21px;
}

.news-detail__videogallery .owl-next a .carousel-arrow,.news-detail__videogallery .owl-prev a .carousel-arrow,
.news-detail__photogallery .owl-next a .carousel-arrow,.news-detail__photogallery .owl-prev a .carousel-arrow{
    fill: #757575
}

.news-detail__videogallery .owl-next:not(.disabled):hover .carousel-arrow,.news-detail__videogallery .owl-prev:not(.disabled):hover .carousel-arrow,
.news-detail__photogallery .owl-next:not(.disabled):hover .carousel-arrow,.news-detail__photogallery .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}
.news-detail__videogallery-item-inner{
    height: 173px;
    width: 277px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.news-detail__videogallery .owl-dots,
.news-detail__photogallery .owl-dots{
    position: static;
    margin-bottom: -11px;
}

@media(min-width: 768px){
   .news-detail__videogallery-item-inner{
        height: 190px;
        min-width: 277px;
        width: auto;
   }   
}
@media(min-width: 1200px){
   .news-detail__videogallery-item-inner{
        height: 173px;
   }
}
.news-detail__videogallery-image-block{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    transition: 2s;
}
.news-detail__videogallery-image-block > a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
.news-detail__videogallery-shadow-block{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(33, 33, 33, 0.3);
}
.news-detail__videogallery-play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.8s;
}
.news-detail__videogallery-item:hover .news-detail__videogallery-image-block{
    transform: scale(1.1);
}
.news-detail__videogallery-item:hover .news-detail__videogallery-play{
    transform: rotate(360deg);
}
.news-detail__files{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.news-detail__files-item{
    width: 180px;
    margin: 0 32px 20px 0;
}
.news-detail__files-item{
    display: flex;
    align-items: center;
}
.news-detail__files-image-block{
    margin-right: 9px;
    height: 31.25px;
    width: 25px; 
}
.news-detail__files-item-link,
.news-detail__files-item-link:focus,
.news-detail__files-item-link:hover,
.news-detail__files-item-link:active,
.news-detail__files-item-link:active:hover,
.news-detail__files-item-link:active:focus{
    color: #212121;
}
.commercial-block__wrapper{
    height: 638px;
    margin-top: 50px;
}
.commercial-block{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px 60px; 
        min-height: 443px;
}
.page-content .commercial-block-text h4{
    margin: 0;
}
.page-content .commercial-block-text p{
    font-size: 0.93333em;
        margin: 3px 0 0;
        
}
.commercial-block-img img{
    margin: 0 auto;
}
.commercial-block-buttons-block > *{
    margin: 20px 10px 15px 0;
}
.commercial-block__wrapper > .commercial-block{
    position: absolute;
    left: 0;
    right: 0;
}
.commercial-block-text{
    margin: 35px 0;
}
@media (min-width: 560px) {
    .commercial-block{
        padding: 44px 0 95px;
    }
    .commercial-block-text h4{
        margin-top:10px;
    }
    .commercial-block__wrapper{
        height: 635px;
    }
}
@media(min-width: 768px){
     .commercial-block__wrapper{
        height: 457px;
    }   
    .commercial-block-buttons-block > *{
        margin: 0px 10px 15px 0;
    }
}
@media(min-width: 992px){
     .commercial-block__wrapper{
        height: 443px;
    }   
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/prvolga.newwindows2/universal.comments/element-comment-form/style.css?17363873561521*/
.PRVUniversalComment{
    margin-bottom: 50px;
}
.PRVUniversalComment .error_text {
    font:16px sans-serif;
    color:red;
}
.PRVUniversalComment form{
    display: flex;
    flex-wrap: wrap;
}
.PRVUniversalComment p.input{
    margin: 0 0 47px;
    width: 100%;
    display: inline-block;
    position: relative;
}
.PRVUniversalComment p.textarea{
    margin: 0 0 37px;
    width: 100%;
    position: relative;
}
.PRVUniversalComment p.input input{
    border: none;
    border-bottom: 1px solid #EFF1F5;
    color: #212121;
    font-size: 1em;
    height: 38px;
    outline: none;
    width: 100%;
}
.PRVUniversalComment p.textarea textarea{
    resize: none;
    width: 100%;
    outline: none;
    border: 1px solid #EFF1F5;
    border-radius: 5px;
    padding: 13px 11px;
    color: #212121;
}
.PRVUniversalComment p.input input:placeholder{
    color: #C5C5C5;
}
.PRVUniversalComment p.textarea textarea:placeholder{
    color: #C5C5C5;
}
.PRVUniversalComment .help-block{
    bottom: -32px;
}
.thanks_container.comment-thanks{
    padding-right: 0!important;
}
.thanks_container.comment-thanks h5{
    top: 50%;
    transform: translateY(-50%);
}
.thanks_container.comment-thanks h5 {
    margin:10px 0 10px;
    text-align: center;
}
@media(max-width: 575px){
    .thanks_container.comment-thanks .modal-dialog{
        max-width: 90%;
    }
}
@media(min-width: 768px){
    .PRVUniversalComment p.input input[name="NAME"]{
        width: 90%;
    }
    .PRVUniversalComment p.input{
        width: 50%;
    }
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/comments-list/style.css?1736387355706*/
.news-detail__comments-list-wrapper{
    margin-bottom: 60px;
}
.news-detail__comments-list-item{
    padding: 34px 0;
    border-bottom: 1px solid #EFF1F5; 
}
.news-detail__comments-list-item-title{
    display: flex;
    align-items: center;
}
.news-detail__comments-list-item-name{
    font-weight: 600;
    font-size: 1.2857em;
    line-height: 1.444444;
    margin-right: 30px;
    color: #212121;
}
.news-detail__comments-list-item-date{
    font-size: 0.9285em;
    color: #C5C5C5;
}
.news-detail__comments-list-item:first-child{
    border-top: 1px solid #EFF1F5; 
}
.news-detail__comments-list-item-text{
    font-size: 1.1428em;
    line-height: 1.625;
    color: #212121;
    margin-top: 28px;
}
/* End */
/* /bitrix/templates/newwindows2/components/bitrix/catalog/production_default/style.css?17363873564905 */
/* /bitrix/templates/newwindows2/components/bitrix/menu/page-sidebar-menu/style.css?17363873561358 */
/* /bitrix/templates/newwindows2/components/bitrix/catalog/production_default/bitrix/catalog.element/production_element_default/style.css?173638735627654 */
/* /bitrix/templates/newwindows2/components/bitrix/main.include/detail-page-after-content/style.css?173638735511099 */
/* /bitrix/templates/newwindows2/components/prvolga.newwindows2/universal.comments/element-comment-form/style.css?17363873561521 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/comments-list/style.css?1736387355706 */
