.head-slide {
	padding-top: 150px;
	min-height: 380px;
	position: relative;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-position: center;
	color: #212121;
	background-color: #dedede;
}
.slider_header {
    font-weight: bold;
    font-family: var(--prv_font_family);
    font-size: 2em;
	line-height: 1.1;
}
.wrap-txt-slide-main{
    padding-right: 20%;
}
@media(max-width: 1025px){
    .wrap-txt-slide-main{
        padding-right: 0px;
    }
    .slider_text_left {
        justify-content: center !important;
    }
}
.wrap-txt-slide{
    background: rgba(245,245,245,0.7);
    padding: 25px;

}
.wrap-txt-slide .slider_description{
    font-size: 17px;
}
.slider_text_left {
    justify-content: flex-start;
    text-align: left;
}
.slider_text_right {
    justify-content: flex-end;
    text-align: right;
}
.slider_text_center {
    justify-content: center;
    text-align: center;
}
.slider_color_lite {
    color:white;
}
.slider_color_dark {
    color:#212121;
}
.slider_color_site {
    color:var(--prv_color);
}
.slider_description{
	font-size: 1em;
	line-height: 1.5;
	margin:24px 0 10px;
    font-family: var(--prv_font_family);
}
.item_video_block {
    overflow:hidden;
}
.video_background {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
}
.head-slide a.btn.slider_color_lite,
.head-slide a.btn.slider_color_lite:focus{
    color: #fff;
}
.head-slide a.btn.slider_color_dark,
.head-slide a.btn.slider_color_dark:focus{
    color: #212121;
}
@media(max-width: 992px){
    .slider_header{
        margin-top: 20px;
    }
    .head-slide {
        padding-bottom: 50px;
    }
}
@media(min-width: 768px){
    .slider_header{
        font-size: 2.642857em;
    }
    .slider_description{
        font-size: 1em;
    }
    .head-slide{
        max-height: 633px;
    }
}
@media(max-width: 460px){
	#head_owl .head-slide{
		background-position: 80%;
	}
}

.pr-40 {padding-right:40px!important;}
@media(max-width: 767px){.pr-40 {padding-right:0px!important;}}

:root {
            --prv_max_width: 1344px;
            --prv_color: #009827;
            --prv_color_two: #009827;
            --prv_color_bg: #009827;
            --prv_interactive_color: #009827;
            --prv_btn_color: #009827;
            --prv_button_radius: 4px;
            --prv_button_bg: transparent;
            --prv_font_size: 14px;
            --prv_font_family: Montserrat;
            --prv_font_color: #212121;
            --prv_opacity_color: rgba(0,152,39,0.5);
            --prv_btn_hover: transparent;
            --prv_btn_border_width: 2px;
            --prv_btn_padding: 10px 22px;
            --prv_btn_opacity: 0.8;
            --prv_btn_border_color: #009827;
            --prv_btn_scroll_color: linear-gradient(-135deg,#009827 0,#009827 100%);
        }

ul {padding-left:20px;;}

.services-list{	
	overflow: hidden;
}
.service-item {
    width: 100%;
    height: 216px;
    position: relative;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service-item__detail {
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    transition: .2s;
    padding: 20px;
    color: #000;
}

.service-item__detail h2{
	font-size: 1.6em;
    font-weight: bold;
}

.service-item__bg {
    height: 0;
    width: 0;
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    overflow: hidden;
    transition: .3s;
    bottom: 20px;
    left: 20px;
    background-color: var(--prv_interactive_color);
}

.service-item__title {
    background-color: #000;
    position: absolute;
    padding: 10px;
    color: #fff;
    bottom: 10px;
    left: 10px;
    transition: .3s;
}

.service-item__title-position {
    position: inherit;
}

.h5-slider {
    font-size: 28px;
    margin: 37px 0 26px;
    text-shadow: 0px 2px 4px black;
}

.service-item:hover .service-item__title {
    opacity: 0;
}

.service-item:hover .service-item__bg {
    opacity: 1;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
}


.service-item:hover .service-item__detail {
    opacity: 1;
}

.services-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(377px, 1fr));
    grid-gap: 7px;
}


.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
}
.bx-breadcrumb .breadcrumb-arrow{
	color: #757575;
	display: inline-block;
	margin-left: 6px;
	margin-right: 3px;
}

.bx-breadcrumb .bx-breadcrumb-item span {
	/*font-size: 1.1428em;*/
	white-space: normal;
	color: #757575!important;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {color: #757575!important; transition: 0s;}



/* item_detail_v2 */
.bx_item_detail{
    margin-bottom: 50px;
}
.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: #EEF1F4;
	text-align: center;
	height: 0;
        min-height: 374px;
	width: 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(images/x2border_active.png) 2 stretch;
	-moz-border-image: url(images/x2border_active.png) 2 stretch;
	-o-border-image: url(images/x2border_active.png) 2 stretch;
	border-image: url(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(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(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(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(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(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(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(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(images/x2border.png) 2 stretch;
	-moz-border-image: url(images/x2border.png) 2 stretch;
	-o-border-image: url(images/x2border.png) 2 stretch;
	border-image: url(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(images/x2border_active.png) 2 stretch;
	-moz-border-image: url(images/x2border_active.png) 2 stretch;
	-o-border-image: url(images/x2border_active.png) 2 stretch;
	border-image: url(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(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(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(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(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(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(images/x2border.png) 2 stretch;
	-moz-border-image: url(images/x2border.png) 2 stretch;
	-o-border-image: url(images/x2border.png) 2 stretch;
	border-image: url(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(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(images/x2border_active.png) 2 stretch;
	-moz-border-image: url(images/x2border_active.png) 2 stretch;
	-o-border-image: url(images/x2border_active.png) 2 stretch;
	border-image: url(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(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(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(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(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(images/x2border_active.png) 2 stretch;
	-moz-border-image: url(images/x2border_active.png) 2 stretch;
	-o-border-image: url(images/x2border_active.png) 2 stretch;
	border-image: url(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: 20px;
    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: 4px 34px 6px 2px;
    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: 12px;
	left: 8px;
	-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;
}

.navbar-logo img {width:120px;}

.nav-panel-fixed > .navbar-logo img {width: 92px;}



.sizeimg {width: 25%; padding-top: 25%;}
.service-item {
    width: 100%;
    height: 216px;
    position: relative;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service-item__detail {
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    transition: .2s;
    padding: 20px;
    color: #000;
}

.service-item__detail h2{
	font-size: 1.6em;
    font-weight: bold;
}

.service-item__bg {
    height: 0;
    width: 0;
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    overflow: hidden;
    transition: .3s;
    bottom: 20px;
    left: 20px;
    background-color: var(--prv_interactive_color);
}

.service-item__title {
    background-color: #009827;
    display: inline-block;
    padding: 8px 20px;
    font-weight: 600;
    color: #fff;
    bottom: 10px;
    left: 10px;
    transition: .3s;
}

.service-item:hover .service-item__title {
    opacity: 0;
}

.service-item:hover .service-item__bg {
    opacity: 0.93;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
}


.service-item:hover .service-item__detail {
    opacity: 1;
}

.services-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(377px, 1fr));
    grid-gap: 7px;
}
.heading h2 {
	position: relative;
	font-size: 30px;
	padding-bottom: 19px;
	line-height: 1.066;
	margin-bottom: 26px;
	font-weight: 700;
}

.total_content .heading {
	margin-bottom: 48px;
}
.scroll_news .heading{
	margin-bottom: 18px;
}

.adv-icon-cnt {
	width: 72px;
    height: 72px;
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
}

@media(max-width: 500px) {
    .advantage-cnt{
        margin: 0 auto;
    }
.carousel-item img {min-height:150px;}
}

.adv-icon-cnt img {
    max-width:100%;
    max-height:100%;
}
.adv-text-cnt {
    color: #888;
    text-align: center;
    font-size: 13px;
}
.adv-heading{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 9px;
	line-height: 1.22;
        text-align: center;

}
.all-advantages .col-xs-12:first-child .advantage-cnt{
	margin-left: 72px;
}
.all-advantages{
	display: flex;
	justify-content: space-between;
}
.advantage-image{
	display: flex;
	justify-content: center;
	position: relative;
}
.advantage-image::after{
	content: '';
    width: 67px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -25%;
    background-color: #888888;
}
.advantage-cnt:last-child .advantage-image::after{
	content: unset;
}
@media (max-width: 991px) {
	.advantage-cnt:nth-child(2) .advantage-image::after{
		content: unset;
	}
	.all-advantages .col-xs-12:first-child .advantage-cnt{
		margin-left: 0;
	}
	.advantage-cnt{
		margin-bottom: 30px;
	}
    .all-advantages .col-*:last-child .advantage-cnt{
        margin-bottom: 0px;
    }
}
@media (max-width: 767px) {
    #advantages.section_grey{
        padding: 60px 0 20px;
    }
    .adv-icon-cnt,
    .adv-heading{
        margin-bottom: 8px;
    }

}
@media(min-width: 768px){
    .advantage-cnt:hover .adv-heading{
         color:  var(--prv_btn_color);

    }
}
@media(max-width: 576px){
	.advantage-image::after{
		content: unset;
	}
}

@media(min-width: 1500px){
    .adv-icon-cnt {
		width: 72px;
		height: 72px;
	}
}

@media(max-width: 375px){
	.adv-icon-cnt {
    width: 72px;
    height: 72px;
	}
	.adv-text-cnt {
    font-size: 0.9em;
	}
}


.all-advantages{
margin: 0;
    display: grid !important;
    justify-content: normal;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
    grid-gap: 30px;
}

.all-advantages .advantage-cnt{
    flex: none;
    max-width: 250px;
    padding: 15px;
}
.scroll_prices #price_list_owl{
    margin-bottom: 0;
}
.scroll_prices .projects-section__container {
    padding-bottom: 0px;
}

@media(max-width: 500px){
	#prices_61 .owl-stange .center {
		display: flex !important;
		justify-content: center !important;
	}
}

.price-item {
    text-align: center;
    max-width: 235px;
}

.price-item__picture {
    width: 100%;
}

.price-item__order{
    margin-top: 20px;
}

.price-item__picture{
    margin-bottom: 20px !important;
}

.price-item__picture svg{
	width: 100%;
}

.price-item__title{
    font-weight: bold;
}
.products_item {
    background:#fff;
    border-radius:6px;
    padding: 25px 20px 37px 20px;
    transition: .5s;
    max-width: 300px;
    margin: 0 auto;
	height: 100%;
	position: relative;
}
.products_item:hover{
    transform: scale(1) !important;
}
.production-element__col{
    margin: 0 0 30px;
}
@media(max-width: 768px) {
    .buy_btn_container{
        justify-content: flex-end;
    }
    .buy_btn_block .products_buy_btn svg{
        right: 0;
    }
    .products_item{
        padding-bottom: 20px;
    }
}
@media(min-width: 768px){

    .products_item{
        margin: unset;
        max-width: unset;
    }
    .products_item:hover {
		/* padding: 35px 30px 20px 30px; */
		z-index: 10;
    }
}
.products_item{
    transition: .2s ease;
    border: 1px solid #EEF1F4;
}
.production-element__col{
    height: auto !important;
}
.products_slider_item__bg{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #fff;
    transition: .2s ease;
    border: 1px solid #EEF1F4;
}
.products_item_container {
    position:relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    height:100%;
}
.products_info_block {
    display:block;
    position:relative;
    color:#212121;
}
.products_info_block:hover,
.products_info_block:focus {
    text-decoration:none;
    color:#212121;
}
.products_item .product_detail_btn {
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    width:135px;
    transform:translate(-50%,-50%);
}

.products_item .marks_container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    /*max-height: 40px;
    min-height: 40px;*/
    z-index: 7;
}
.products_item .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;
}
@media (min-width: 768px) {
    .products_item:hover{
        box-shadow: 0 0 32px #ccc;
        transition: .5s;
        cursor: pointer;
    }
    .products_item:hover .products_slider_item__bg{
        position: absolute;
        left: -10px;
        right: -10px;
        bottom: -30px;
        top: -10px;
    }

    .products_item .products_buy_btn:hover{
        opacity: 0.7;
    }

    .products_item:hover .buy_btn_container {
        display:block;
        position: relative;
    }

    .products_item:hover .buy_btn_block {
        display:block;
        position: absolute;
        right: 0;
    }
}
.products_item .marks_container .mark_HIT{
    background-color:#FF8800;
}
.products_item .marks_container .mark_NEW{
    background-color:#008FEF;
}
.products_item .marks_container .mark_RECOMMEND{
    background-color:#0A9200;
}
.products_item .marks_container .mark_SALE{
    background-color:#FA0055;
}
.products_item .products_item_name {
    font-weight:bold;
    margin-bottom:5px;
}
.products_item .products_type_list {
    font-size:1.142857em;
    margin-bottom:17px;
}
.products_item .item_price {
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
}
.products_item .item_new_price {
    font-size:1.142857em;
    line-height:1;
    font-weight:bold;
    margin-right:10px;
    margin-bottom:18px;
}
.products_item .item_old_price {
    color:#757575;
    font-size:1.142857em;
    line-height:1;
    text-decoration:line-through;
    margin-bottom:8px;
}
.products_item .item_in_stock {
    font-size:0.857142em;
    color:#0A9200;
    text-transform:uppercase;
    margin-bottom:16px;
}
.products_item .item_no_stock {
    font-size:0.857142em;
    color:#757575;
    text-transform:uppercase;
    margin-bottom:16px;
}
.products_item .products_buy_btn {
    display:block;
    position:relative;
}


.products_item .products_buy_btn {
    display:block;
    position:relative;
}

.products_svg_fill {
    fill:var(--prv_btn_color);
}

.products_item:hover .buy_btn_block {
    display:block;
/*    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;*/
}
.buy_btn_block--to-order{
    width: 100%;
}
.in_cart {
    font-size:14px;
    color:#0A9200;
}
.in_cart:hover {
    color:#0A9200;
}
.in_cart .fa-check-circle{
    display:block;
    position:absolute;
    bottom:0;
    left:0;
}
.nav-tabs.products-section__tabs-list{
    border-bottom: 1px solid #E1E1E1;
}
.nav-tabs.products-section__tabs-list{
    margin-right: 6px;
}
.nav-tabs.products-section__tabs-list .nav-link{
    padding: 9px 26px;
    font-size: 1em;
    color: #212121;
    display: block;
    text-decoration: none;
    position: relative;
    background: transparent;
    border: none;
}
.nav-tabs.products-section__tabs-list .nav-link:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent;
    z-index: 2;
}
.nav-tabs.products-section__tabs-list .nav-link:hover:after,
.nav-tabs.products-section__tabs-list .nav-link.active:after{
    background: var(--prv_button_bg);
}
.nav-tabs.products-section__tabs-list .nav-link.active{
    color: var(--prv_btn_color);
    background: transparent;
}
.nav-tabs.products-section__tabs-list .nav-link:hover{
    text-decoration: none;
    opacity: 1;
    color: var(--prv_btn_color);
}

.products_item .products_buy_btn.in_cart {
    display:none;
}
.products_item .buy_block.in .products_buy_btn.in_cart {
    display:block;
}
.products_item .buy_block.in .products_buy_btn.to_cart,
.products_item .buy_block.loading .products_buy_btn.to_cart,
.products_item .buy_block.loading .products_buy_btn.in_cart {
    display:none;
}
.products_item .buy_block .buy_loader {
    font-size: 24px;
    text-align:center;
    display:none;
    outline: none;
    line-height: normal;
    margin: 0 auto;
    color: var(--prv_color);
}
.products_item .buy_block.loading .buy_loader {
    display:block;
}
.products_item .buy_block .buy_loader i{
    width:24px;
    height:24px;
    display:inline-block;
    animation: load 1.5s infinite linear;
}
@keyframes load {
    100% {
        transform: rotate(360deg);
    }
}
.products-section__dropdown-tabs-wrapper {
    padding-bottom:25px;
}
.products-section__list-group {
    margin-bottom:0px;
}
.products-section__list-group-item {
    padding: 15px 25px 15px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}
.products-section__list-group-item:hover{
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.products-section__list-group-item.active {
    text-shadow: none;
    border: 1px solid #eff1f5;
    border-left-color: var(--prv_color);
    background: #fff;
    color: #212121;
}
.products-section__list-group-item.active:hover,
.products-section__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;
}
.products-section__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;
}
.products-section__dropdown-tab-panel:hover,
.products-section__dropdown-tab-panel:focus {
    text-decoration:none;
    color:#212121;
}
.products-section__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;
}
.products-section__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.products-section__tab-panel-nav{
    margin-bottom: 30px;
}
.products_img_block{
    height: 185px;
    width: 100%;
    position: relative;
    margin-bottom: 17px;
}
.products_img_block > img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

#whatsapp_widget, #max-widget, #tg_widget, #phone_widget {
    width: auto;
    padding: 0 0 0 15px;
    text-decoration: none;
}

#whatsapp_widget, #tg_widget, #phone_widget {
    display: inherit;
    align-items: center;
    max-width: 300px;
    margin-bottom: 10px;
    font-size: 14px;
    background-color: #25d366;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    padding: 7px 20px;
}
#max-widget {
    background:linear-gradient(180deg, rgba(104, 72, 238, 1) 0%, rgba(101, 150, 239, 1) 98%);
    display: inherit;
    align-items: center;
    max-width: 300px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    padding: 7px 20px;
}

#whatsapp_widget svg, #tg_widget svg, #phone_widget svg {
    margin: 2px 1px 0 0;
    transition: height 0.4s;
    height: 36px;
    fill: #fff;
    margin-right: 10px;
}


#whatsapp_widget2, #tg_widget2,  #phone_widget2 {
    width: auto;
    padding: 0 0 0 15px;
    text-decoration: none;
}

#whatsapp_widget2, #tg_widget2, #phone_widget2 {
fill: #fff; background-color: #25d366; color: #fff; padding: 6px 10px; border-radius: 4px;
}

#whatsapp_widget2 svg, #tg_widget2 svg, #phone_widget2 svg {
    transition: height 0.4s;
    height: 16px;
    fill: #fff;
    margin-right: 10px;
}


#tg_widget, #tg_widget2 {
    background-color: #0088cc
}

#phone_widget {background-color:#7e7e7e}

.mt-30 {margin-top:30px;}
.mt-20 {margin-top:20px;}
.mb-20 {margin-bottom:20px;}
.project-item:hover .project-wrap-img img{
	transform: scale(1.2);
	opacity: 0.8;
}
.project-wrap-img{
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.project-wrap-img img{
	transition: 0.9s;
}

.project-section {
	overflow: hidden !important;
}

.scroll_projects .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.projects-section__container{
    position: relative;
}

.project-item {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 6px #e7e7e7;
}

.project-item__link{
	color: inherit !important;
}

.project-item__link:hover{
	text-decoration: none !important;
}

.project-item__image {
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.project-item__detail {
    padding: 30px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-areas:
        "title title"
        "desc desc"
        "prices area";
    grid-gap: 10px;
}

.project-item__title {
	font-weight: bold;
	height: 3em;
    grid-area: title;
}

.project-item__desc {
    grid-area: desc;
    color: #5f5f61;
}

.project-item__prices {
    grid-area: prices;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.project-item__area {
    background-color: #009827;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
    padding: 0px 8px;
    margin-left: auto;
}

.project-item__price.project-item__price--current {
    font-weight: bold;
}

.project-item__price.project-item__price--old {
    text-decoration: line-through;
    margin-top: 5px;
    color: #838383;
    font-weight: 500;
}




/*owl style*/
.owl-projects .owl_btn-right a,
.owl-projects .owl_btn-right a:focus,
.owl-projects .owl_btn-left a,
.owl-projects .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
.owl-projects .owl-prev{
	left: -3%;
}
.owl-projects .owl-next{
	right: -3%;
}
.owl-projects .owl-next,
.owl-projects .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
.owl-projects .owl-dots{
    position: relative;
    bottom: auto!important;
}
.owl-projects .owl-next a .carousel-arrow,
.owl-projects .owl-prev a .carousel-arrow{
    fill: #757575;
}
.owl-projects .owl-next:not(.disabled):hover .carousel-arrow,
.owl-projects .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}
.nav.projects-section__tabs-list{
    margin-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
}
.projects-section__tabs-list>li{
    margin-right: 6px;
}
.projects-section__tabs-list>li>a{
    padding: 9px 26px;
    font-size: 1em;
    color: #212121;
    display: block;
    text-decoration: none;
    position: relative;
}
.projects-section__tabs-list>li>a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent;
    z-index: 2;
}
.projects-section__tabs-list>li:hover>a:after,
.projects-section__tabs-list>li>a.active:after{
    background: var(--prv_interactive_color);
}
.projects-section__tabs-list>li>a.active{
    color: var(--prv_btn_color);
}
.projects-section__tabs-list>li>a:hover{
    text-decoration: none;
    opacity: 1;
    color: var(--prv_btn_color);
}
.projects-section__dropdown-tabs-wrapper {
    padding-bottom:25px;
}
.projects-section__list-group {
    margin-bottom:0px;
}
.projects-section__list-group-item {
    padding: 15px 25px 15px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}
.projects-section__list-group-item:hover{
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.projects-section__list-group-item.active {
    text-shadow: none;
    border: 1px solid #eff1f5;
    border-left-color: var(--prv_color);
    background: #fff;
    color: #212121;
}
.projects-section__list-group-item.active:hover,
.projects-section__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;
}
.projects-section__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;
}
.projects-section__dropdown-tab-panel:hover,
.projects-section__dropdown-tab-panel:focus {
    text-decoration:none;
    color:#212121;
}
.projects-section__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;
}
.projects-section__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.projects-section__tab-panel-nav{
    margin-bottom: 30px;
}
@media(max-width: 991px){
    .total_content .projects-section__container{
        padding-bottom: 0px;
    }
}
.about-section{
	position: relative;
	padding-bottom: 100px;
	overflow: hidden;
}
.about-section .heading h2 {
	margin-top: 40px;
}
.img_wrapper{
	width: calc(50% - 30px);
	position: absolute;
	right: 0;
	top: 40px;
	bottom: 0;
	z-index: 1;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-section__subheading{
	font-size: 1.7142em;
	margin-bottom: 10px;
	line-height: 1.58em;
	margin-top: -13px;
}
.about-section__button-container{
	margin-top: 30px;
}
.about-section__button-container .btn{
	display: inline-block;
	margin-right: 20px;
}
.about-section__button-container .btn:last-child{
	margin-right: 0;
}
.about-section__text{
	color: #757575;
	font-size: 16px;
}
.about-section .heading{
	margin-top: 0;
}
.about-section__text ul{
	padding-left: 0;
	margin: 30px 0 36px;
}
.about-section__text ul li{
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding-left: 12px;
	position: relative;
	margin-right: 16px;
}
.about-section__text ul li:before{
	content: "\2022 ";
	position: absolute;
	left: 0;
}
.about-section__text ul li:last-child{
	margin-right: 0;
}
@media(max-width: 1199px){
    .about-section{
        margin-top: 70px;
    }
}
@media (max-width: 991px) {
	.img_wrapper{
        min-height: 100%;
	}
	.total_content>div>section.about-section{
		padding-bottom: 0;
                margin-bottom: 0;
	}
	.about-section__button-container{
		margin: 30px 0;
	}
	.about-section__button-container .btn{
		margin-bottom: 12px;
	}
	.about-section__subheading br{
		display: none;
	}
	.about-section .heading{
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.img_wrapper{
        width: 100%;
        position:relative;
		padding-top: 66.6%;
		min-height: unset;
	}
	.about-section__text{
		font-size: 1em;
		line-height: 25px;
	}
	.about-section__subheading{
		font-size: 1.2857em;
	}
}

@media (max-width: 1199px){
	.about-section {
	    margin-top: 0px;
	}
}
@media(max-width: 1200px){
  .total_content .scroll_promotions{
    padding-bottom: 30px;
  }
}
@media(max-width: 768px){
  .total_content .scroll_promotions{
    padding-bottom: 40px;
  }
}

.scroll_promotions .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
    position: relative;
}

.promotions-promotion{
    /*margin-bottom: 100px;*/
}
.promotions-promotion>.container{
    position: relative;
}

.sect_promotion_cnt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 322px;
    padding: 20px;
    position: relative;
    transition: .5s;
    border-radius: 15px;
    text-decoration: none;
    overflow: hidden;
    transform: scale(1);
}
.sect_promotion_cnt:hover{
    /* box-shadow: 0 0 32px #777; */
    transition: .5s;
    text-decoration: none;
}
.sect_promotion_cnt * {
    position:relative;
    z-index:2;
}
.sect_promotion_cnt:hover > .sect_promotion_bg{
  transform: scale(1.1);
}
.sect_promotion_cnt .sect_promotion_bg {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sect_promotion_cnt .sect_promotion_bg-shadow{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0));
}
.sect_promotion_block {
    margin-bottom: 30px;
}
.name_data{
    margin-top: auto;
}
.sect_promotion_heading{
    font-size: 14px;
    color: #fff;
    font-weight:bold;
    line-height: normal;
}
.sect_promotion_btn {
    position:absolute;
    bottom:70px;
    left:50px;
    color: #fff!important;
}
.sect_promotion_dates{
    color: #fff;
    font-size: 1em;
    line-height: 1.375;
    margin-top: 6px;
    margin-bottom: 15px;
    background: var(--prv_interactive_color);
    display: inline-block;
    padding: 5px 10px;
}
.sect_promotion_discount{
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 3px 15px;
    color: #fff;
    background-color: #81CE41;
    border-radius: 40px;
    font-size: 1.0814285em;
    font-weight: bold;
    text-align: center;
}
@media(max-width:767px){
    .sect_promotion_btn {
        left: 20px;
    }
    .sect_promotion_cnt{
        padding:93px 20px 111px 20px;
    }
}
.scroll_video_about_us .owl-theme .owl-nav.disabled+.owl-dots {
  bottom: -60px;
}
.video-about-us .owl-item{
  height: auto;
}
.video-about-us .owl-stage{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.video-section__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;
}
.video-section__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.video-section__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;
}
.video-section__dropdown-tab-panel:focus, .video-section__dropdown-tab-panel:active {
	color: #000;
	text-decoration: none;
}


.video{
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #f8f9fb;
}
.video__video{
	position: relative;
  min-height: 248px;
  overflow: hidden;
}
.video__video .fancybox{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
	z-index: 10;
  transition: .3s;
}
.video__video svg{
	position: absolute;
    top: calc(50% - 7px);
    right: calc(50% - 7px);
}

.video__video .fancybox::before{
  content:url('/bitrix/templates/housebuilding/local/img/play-button.svg');
  position: absolute;
  top: 51%;
  left: 51%;
  transform: translate(-50%, -50%) rotate(0);
  width: 83px;
  z-index: 11;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor:pointer;
  transition: .5s;
  transform-origin: 45% 47%;
}
.video__video .fancybox::after{
  content: "";
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 83px;
  height: 83px;
  background: var(--prv_interactive_color);
  border-radius: 50%;
  cursor:pointer;
  transition: .5s;
  z-index: 10;
}

.video__title{
	font-size: 1.2814285em;
	font-weight: 600;
  margin-bottom: 15px;
  height: 4em;
}
.video__price{
	background: #000;
	color: #fff;
	align-self: flex-start;
	padding: 10px 20px;
	font-weight: 600;
	margin-bottom: 15px;
  font-size: 1.3em;
}
.video__desc{
	font-size: 1em;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  margin-top: 15px;
}
.video-about-us .item{
	height: 100%;
}

.owl-item .item .video .video__video img{
  height: 100%;
  transition: .3s;
}
.video__video .fancybox:hover{
  transition: .3s;
}
.video__video .fancybox:hover::before{
      transform: translate(-50%, -50%) rotate(360deg);
      transition: .5s;
}
.video__video .fancybox:hover img{
  transform:scale(1.1);
  transition: .3s;
}
.video__video .bg-shadow{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .3s;
}

.video__wrapper{
  background: #F8F9FB;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px 40px 0px 40px;
  position: relative;
  height: 100%;
}
.video__desc::before{
  content: url(/bitrix/templates/housebuilding/local/img/left-quote.svg);
  position: absolute;
  left: -10px;
  top: -5px;
  z-index: -1;
}
@media(max-width: 390px){
  .video__video .fancybox::before {
      top: 51%;
      left: 51%;
  }
}
.page-footer.main-page__section{
  background-size: cover;
  background-repeat: no-repeat;
}
.feedback_wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-bottom: 30px;
  margin: 40px;
}
.background-feedback{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
}
.feedback_wrapper .page-footer-text{
	position: relative;
	z-index: 2;
  text-align: center;
}
.page-footer-text h4{
  font-weight: bold;
}
.feedback_wrapper .page-footer-buttons-block{
	position: relative;
	z-index: 2;
}
.page-footer-buttons-block{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.page-footer-buttons-block i{
  font-size: 11px;
  margin-left: 5px;
}

@media(max-width:768px){
  .page-footer-buttons-block .feedback-button{
    margin: 0 10px 15px;
  }
  .page-footer-buttons-block .feedback-button i{
    display: none;
  }
}
@media(max-width: 560px){
  .feedback_wrapper .page-footer-text h4 {
    margin: 30px 0;
  }
  .feedback_wrapper .page-footer-text p {
    margin-bottom: 30px;
  }
}
@media(max-width: 385px){
  .page-footer-buttons-block{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .page-footer-buttons-block a{
    width: 100%;
  }
}

.numbered-steps {
    display: flex;
    flex-direction: column;
    position: relative;
}


@media only screen and (min-width: 600px) {
    .numbered-steps {
        align-items: center;
    }
}

.numbered-step {
    display: flex;
    align-items: center;
}

.numbered-step:not(:first-child) {
    margin-top: 60px;
}

@media only screen and (min-width: 600px) {
    .numbered-step:nth-child(even) {
        flex-direction: row-reverse;
        margin-left: 0;
    }
}

@media only screen and (min-width: 600px) {
    .numbered-step:nth-child(even) .numbered-step__desc {
        text-align: right;
    }
}

.numbered-step__title {
    font-size: 1.2em;
    font-weight: bold;
}

.numbered-step__number {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--prv_interactive_color);
    color: #fff;
    border-radius: 50%;
    font-size: 2em;
    margin: 0 20px;
    position: relative;
	cursor: default;
	font-weight: bold;
}

.numbered-step .numbered-step__number::after {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    top: -10px;
    background-color: #fff;
    z-index: -1;
}

.numbered-step__desc {
    width: 300px;
}

.numbered-steps::after {
    content: '';
    position: absolute;
    height: 89%;
    width: 2px;
    left: calc(50% - 1px);
    background-color: #c3c3c3;
    z-index: -100;
    top: 3%;
}

.numbered-step:nth-child(odd) {
    margin-right: -300px;
}

.numbered-step:nth-child(even) {
    margin-left: -300px;
}

@media only screen and (max-width: 600px) {
    .numbered-step {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .numbered-steps::after {
        left: 45px;
    }
}
.str-title {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.str-desc {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}
.scroll_news .owl-theme .owl-nav.disabled+.owl-dots {
	bottom: -35px;
}
.carousel-news-mobile{
	display: none;
}
.news-item{
	display: block;
	text-decoration: none;
	margin-top: 30px;
        color: #212121;
        position: relative;
}
.news-item:hover {
    box-shadow: 0 0 32px #ccc;
    transition: .5s;
    color: #212121;
}
.news-item:hover,
.news-item:focus{
	text-decoration: none;
        color: #212121;
}
.news-item__img{
	height: 158px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
        position: relative;
        display: block;
}
.news-item__body{
	padding: 27px 20px 40px;
	position: relative;
	min-height: 180px;
	background-color: #fff;
	border: 1px solid #EEF1F4;
        z-index: 2;
}
.news_section{
	color: #212121;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.2857em;
}
.news-item__preview-text{
    color: #707070;
    margin-top: 10px;
}
.news-item__name > a,
.news-item__name > a:focus{
    font-size: 1.4285em;
    color: #212121;
}
.news-item__date{
	color: #707070;
	font-size: 0.8571em;
	text-transform: lowercase;
}
.news-item__bottom{
    position: absolute;
    bottom: 16px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-item__likes-comments{
    display: flex;
}
.news-item__comments,
.news-item__comments:hover,
.news-item__comments:focus,
.news-item__comments:active{
    color: #707070;
    text-decoration: none;
    z-index: 8;
}

.news-item__comments > span,
.news-item__likes{
    color: #707070;
    font-size: 0.8571em;
    position: relative;
    display: block;
}
.news-item__likes{
    margin-left: 19px;
    cursor: pointer;
    position: relative;
    z-index: 8;
}
.news-item__comments .fas,
.news-item__likes > .fas{
    color: #C5C5C5;
    margin-left: 6px;
}
.news-item__comments:hover > span,
.news-item__comments:hover > span > .fas,
.news-item__likes:hover,
.news-item__likes:hover > .fas{
    color: var(--prv_btn_color);
}

@media(max-width: 767px){
	.news-item-first .news-item__body{
		width: 100%;
	}
	.news-item__body{
		min-height: 140px;
	}
	.carousel-news-mobile{
		display: block;
	}
	.carousel-news{
		display: none!important;
	}
	.news-item__preview {
		border-left: 1px solid #EEF1F4;
	}
}
@media(min-width: 768px){
	.news-item-first{
		height: 338px;
		position: relative;
	}
	.news-item-first .news-item__img{
		height: 100%;
	}
	.news-item-first .news-item__body{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 50%;
	}
        .news-item__body{
            height: calc(100% - 158px);
        }
}
@media(min-width: 992px){
	.news-item-first .news-item__body{
		max-width: 262px;
	}
}
.instagram-section .slick-slide{
	height: unset;
}
@media (max-width: 769px){
	.instagram-section__container_carousel_1 .slick-dots{
		display: none !important;
	}
}
.link-instagram-post:hover{
	text-decoration: none;
}
.PRVWidget_caruosel_1{
    margin-top: 0px;
}
.PRVWidget_caruosel_1 .error_text{
    margin: 20px 0;
    font: 16px sans-serif;
    color: red;
    text-decoration: underline;
}
.PRVWidget_caruosel_1 .clear {
    clear:both;
}
.PRVWidget_caruosel_1 .error_text {
    font:16px sans-serif;
    color:red;
}
/*HEAD*/
.PRVWidget_caruosel_1 a.title:link,
.PRVWidget_caruosel_1 a.title:visited  {
    display:block;
    text-decoration:none;
}
/*HEAD*/
.PRVWidget_caruosel_1 .title .text {
    border-bottom:1px solid #c3c3c3;
    text-align:center;
    color:#000;
    font-size:12px;
    white-space:nowrap;
    padding:7px 0;
    font-weight:bold;
    font-family: arial;
}
/*TOOLBAR*/
.PRVWidget_caruosel_1 .profile {
    width:100%;
    min-width:100px;
    border-collapse: collapse;
    background:#f9f9f9;
    font-family: arial;
    font-size:12px;
    box-sizing: border-box;
    text-align:center;
}
.PRVWidget_caruosel_1 .profile .avatar {
    padding:10px !important;
    line-height:0px;
    display:inline-block;
}
.PRVWidget_caruosel_1 .profile .avatar img {
    width:60px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -khtml-border-radius: 40px;
}
.PRVWidget_caruosel_1 .profile_right_block {
    display:inline-block;
}
.PRVWidget_caruosel_1 .profile .values_container {
    text-align:center;
}
.PRVWidget_caruosel_1 .profile .value {
    min-width:77px;
    height:40px;
    font-size:14px;
    font-weight:bold;
    padding: 10px 3px 0px 3px;
    font-family: arial;
    display:inline-block;
    box-sizing:border-box;
    text-align: center;
}
.PRVWidget_caruosel_1 .profile span {
    display:block;
    font-size:9px;
    font-weight:bold;
    color:#999999;
    margin:-2px 0 0 0;
    font-family:arial;
    font-size:12px;
}
.PRVWidget_caruosel_1 .profile .follow_container {
    padding: 10px 3px;
}
.PRVWidget_caruosel_1 .profile a.follow:link,
.PRVWidget_caruosel_1 .profile a.follow:visited {
    display:block;
    background:#fff;
    color: #3897f0;
    text-decoration:none;
    font-size:14px;
    max-width:130px;
    min-width:88px;
    margin:0 auto 0 auto;
    padding:4px 4px 4px 4px;
    border:1px solid #3897f0;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    font-family: arial;
    text-align:center;
    box-sizing:border-box;
}
/*TOOLBAR*/
/*LIST*/
.PRVWidget_caruosel_1 .content{
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible!important;
    /*overflow-x: hidden;*/
}
.PRVgrid{
    float:left;
}
.PRVgrid-1{
    width: 100%;
}
.PRVgrid-2{
    width: 50%;
}
.PRVgrid-3{
    width: 33.33333333%;
}
.PRVgrid-4{
    width: 25%;
}
.PRVgrid-5{
    width: 20%;
}
.PRVWidget_caruosel_1 .images_list .image_block {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.PRVWidget_caruosel_1 .link-instagram-post{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.PRVWidget_caruosel_1 .images_list .image {
    display:block;
    width: 100%;
    position: relative;
}
.PRVWidget_caruosel_1 .images_list .image .image-box{
    margin-left: auto;
    margin-right: auto;
    padding-top: 50%;
    padding-bottom: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.image_block .image > img{
    width:100%;
    border: 0;
}
.PRVWidget_caruosel_1 .caption{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    transition: top 0.3s linear;
    backdrop-filter: blur(25px);
}
.PRVWidget_caruosel_1 .images_list .image:hover .caption{
    top: 0;
}
.image_block{
	overflow: hidden;
}
.caption-inner::-webkit-scrollbar {
    width: 8px;
}
.caption-inner::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgba(0,0,0,0.5);
}
.caption-inner::-webkit-scrollbar-track {
    border-radius: 8px;
}
.PRVWidget_caruosel_1 .caption-inner{
    padding: 20px;
    width:100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   color: #fff;
    word-wrap: break-word;
	overflow-x:hidden;
	overflow-y: scroll;
}
.image-slider-item{
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}
.PRVWidget_caruosel_1 .caption-text{
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.PRVWidget_caruosel_1 .caption-head{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.PRVWidget_caruosel_1 .caption-head__avatar{
    margin-right: 10px;
}
.PRVWidget_caruosel_1 .caption-head__avatar img{
    display: block;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    border: 2px solid #E74A5D;
    padding: 2px;
}
.PRVWidget_caruosel_1 .caption-head__profile a{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.PRVWidget_caruosel_1 .slick_btn-right,
.PRVWidget_caruosel_1 .slick_btn-left{
   position: absolute;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
    margin: 0px;
    background: none;
    cursor: pointer;
    width: 68px;
    height: 68px;
    backdrop-filter: blur(35px);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.PRVWidget_caruosel_1 .slick_btn-right:hover ,
.PRVWidget_caruosel_1 .slick_btn-left:hover {
   background-color: #fff;
    color: #000;
}
.PRVWidget_caruosel_1 .slick_btn-right{
    right: 18px;
}
.PRVWidget_caruosel_1 .slick_btn-left{
    left: 18px;
}
.PRVWidget_caruosel_1 .slick_btn-right a .carousel-arrow,
.PRVWidget_caruosel_1 .slick_btn-left a .carousel-arrow{
    fill: #757575;
}
.PRVWidget_caruosel_1 .slick_btn-right a ,
.PRVWidget_caruosel_1 .slick_btn-left a {
    display: flex;
}
.PRVWidget_caruosel_1 .slick_btn-right a:hover .carousel-arrow,
.PRVWidget_caruosel_1 .slick_btn-left a:hover .carousel-arrow{
    fill: var(--prv_btn_color);
}

.PRVWidget_caruosel_1 .slick-dots{
    bottom: -35px;
}
.PRVWidget_caruosel_1 .slick-dots li{
    margin: 0;
    width: 24px;
    height: 24px;
}
.PRVWidget_caruosel_1 .slick-dots li button:before{
    content: none!important;
}
.PRVWidget_caruosel_1 .slick-dots li button{
    border-radius: 100%;
    background: transparent;
    margin: 5px;
    width: 14px;
    height: 14px;
    border: 2px solid var(--prv_btn_color);
}

.PRVWidget_caruosel_1 .slick-dots li.slick-active button{
    background: var(--prv_interactive_color);
    border: 0px;
}
/*LIST*/

.instagram-section__container_carousel_1{
    position: relative;
    padding: 15px;
    border-radius: 3px;
}
.instagram-section .heading{
    margin-bottom: 48px;
}


.PRVWidget_caruosel_1 .caption_profile_info{
    display: flex;
    margin-bottom: 20px;
}
.PRVWidget_caruosel_1 .caption_profile_info .value{
    font-size: 12px;
    text-align: center;
}
.PRVWidget_caruosel_1 .subscribe_btn{
    background-color: #3A9AEC;
    color: #fff;
    font-weight: bold;
}
.PRVWidget_caruosel_1 .caption-subscribe{
    margin-left: auto;
}



.instagram-section__container_carousel_1 .insta_head_carousel_1{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 15px;
}
.instagram-section__container_carousel_1 .insta_head_carousel_1 .profile_ava_carousel_1{
    min-width: 5vh;
    width: 5vh!important;
    height:  5vh;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    margin-right: 15px;
    border-radius: 100%;
}
.instagram-section__container_carousel_1 .insta_head_carousel_1 .profile_name_carousel_1{
    margin-right: 15px;
    font-weight: bold;
}
.instagram-section__container_carousel_1 .insta_head_carousel_1 .profile_posts_carousel_1, .profile_followers_carousel_1, .profile_following_carousel_1{
    margin-right: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.instagram-section__container_carousel_1 .insta_head_carousel_1 .profile_posts_carousel_1 span, .profile_followers_carousel_1 span, .profile_following_carousel_1 span{

    font-weight: normal;
}
.instagram-section__container_carousel_1 .insta_head_carousel_1 .caption-subscribe_carousel_1{
    margin-left: auto;
}
.instagram-section__container_carousel_1 .insta_head_carousel_1 .caption-subscribe_carousel_1 .subscribe_btn_carousel_1 {
    background-color: #3A9AEC;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

@media (max-width: 689px){
    .insta_head_carousel_1_mb{
        display: block
    }
    .insta_head_carousel_1_md{
        display: none!important;
    }
}
@media (min-width: 690px){
    .insta_head_carousel_1_mb{
        display: none
    }
    .insta_head_carousel_1_md{
        display: block;
    }
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #D5D5D5;}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #D5D5D5;}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #D5D5D5;}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #D5D5D5;}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #D5D5D5;}

input[type="text"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #D5D5D5;}

input[type="text"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #D5D5D5;}

input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #D5D5D5;}

.head-slide{
   height: 540px;
   
}
.about-section__text{
   color: #000000 !important;
}
.sect_promotion_heading, .wrap-preview-block{
	overflow-wrap: break-word;
}

.production-section__sort-dropdown{
	z-index: 15;
}

.bx-filter.active{
	z-index: 15;
}

.adv-heading, .adv-text-cnt{
	overflow-wrap: break-word;
}

@media(max-width: 768px) {
	h1.projects-detail__preview-title {
		font-size: 1.642857em;
	}
	.projects-detail__preview {
		margin-top: 70px;
	}
	.adv-heading{
		font-size: 16px !important;
	}
	.margin_bottom{
		margin-bottom: 30px !important;
	}
	.sections_services, .services-section{
		margin-bottom: 50px;
	}
}
@media(max-width: 500px){
	.products_slider_owl .owl-stage{
		padding-left: 0 !important;
	}
	.products_slider_owl .owl-prev{
		left: -2% !important;
	}
	.products_slider_owl .owl-next{
		right: -2% !important;
	}
	.products_item{
		position: relative;
	}
	.production-element__block{
		height: auto !important;
		margin-bottom: 15px !important;
	}
	.account-auth-form-wrapper{
		padding: 18px;
	}
	.form-account-info, .account-socials {
		padding: 20px;
	}

}
.nav-panel-fixed .root-item span{
	color: var(--prv_font_color);
}
.prv_from_group [id^=CALC_FORM_FLAT], .prv_from_group [for^=CALC_FORM_FLAT]{
	display: none !important;
}
.rep-slider-item .rsi-image{
	transition: .5s;
}

.rep-slider-item:hover{
	cursor: pointer;
}

.rep-slider-item:hover .rsi-image{
	opacity: .8;
}

.price-list__item{
	border-radius: 21px 0 0 21px !important;
}
#contacts_block{
	overflow: hidden;
}
.prv_menu-with-images, .all-advantages, .scroll_promotions, .right-mobile-block{
	overflow: hidden;
}

.page-header .title{
	overflow-wrap: break-word;
	overflow: hidden !important;
}
.production-sections__block, .production-sections__image-block{
	overflow: hidden;
}

.root-item span{
	background: var(--prv_color_two) !important;
	padding: 3px 7px !important;
	border-radius: 4px !important;
}

.root-item:hover span{
	color: var(--prv_font_color) !important;
}

@media(max-width: 370px){
	.header-mobile .navbar-logo svg{
		width: 100px !important;
	}
}

@media(max-width: 500px){
	.title h1{
		font-size: 25px !important;
        margin-top: 10px;
	}
	.page-header{
		margin-bottom: 30px !important;
	}
	.instagram-section__container_carousel_1 .slick-dots{
		display: none !important;
	}
	.scroll_slider {
		margin-top: 74px;
	}
	.slider_header{
		font-size: 25px !important;
		font-weight: bold !important;
	}

	.head-slide {
		height: 65vh !important;
		display: flex;
		align-items: center;
	}
}

@media(max-width: 769px){
	.head-slide .slider_text_left {
		justify-content: center;
		text-align: center;
		padding-left: 0px;
	}
    
    .h5-slider {
    font-size: 16px;
    margin: 17px 0 16px;
    }
    
    .carousel-caption {bottom: 50px;}
}

@media(max-width: 650px){

    .h5-slider {
    font-size: 12px;
    margin: 17px 0 16px;
    }
}

@media(max-width: 402px){
.carousel-indicators, .container-fluid {
display: none;}
.carousel-caption {
    bottom:10px;}
    

}


@media(max-width: 1130px){
    .header_bottom ul.nav_list>li>a {
    padding: 16px 4px;
    font-size: 11px;
    text-align: center;
}
}
@media(max-width: 966px){
    .header_bottom ul.nav_list>li>a {
    padding: 16px 2px;
    font-size: 10px;
    text-align: center;}
}



@media (max-width: 500px){
	.price_list_owl .owl-item.active.center {
		display: flex !important;
		justify-content: center !important;
	}
}
body {margin: 0; padding-right: 0px!important;}
:focus {outline: none}
.nopadding {padding: 0 !important}
.nomargin {margin: 0 !important}
.text-white {color: #fff}
.display-flex {display: flex;align-items: center;margin: 15px 0;}
body.modal-open {
    overflow-y: visible!important;
    padding-right: 0px!important;
}
button[type="button"]{
	outline: none;
}

div, p {
    
    font-weight: 400;
    color: #212529;
    font-size: 16px;
    font-family: 'Montserrat';
}

.modal-body input,
.modal-body textarea {
	width: 100%;
	margin-bottom: 20px;
}
.account-auth-form input,
.account-auth-form textarea{
	margin-bottom: 0px;
}
.modal-footer input {width: 100%;}
.modal.fade{
  align-items: center;
}
.modal.fade.in{
  display: flex !important;
  background: rgba(0, 0, 0, 0.6);
}

@media(max-width: 500px){
	.contacts_item .btn_cnt {
		text-align: center;
	}
	.contacts_item_address {
		margin-top: 15px;
	}
	.page-header {
		margin-bottom: 0px !important;
	}
	.heading h2 {
		font-size: 25px;
		margin-bottom: 13px;
		padding-bottom: 0px;
		margin-top: 25px;
	}
	.slider_header{
		font-size: 25px;
	}
}

.owl-carousel {position: relative;}

.navbar{
	border-radius: 0;
}

.owl-dots {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  min-height: 25px;
}

.owl-theme .owl-dots .owl-dot{
	outline: none;
}

.owl-theme .owl-dots .owl-dot span {
	background: #d6d6d6;
	margin: 5px;
  width: 8px;
  height: 8px;
  transition: all .3s ease;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #d6d6d6;
}
.owl-theme .owl-dots .owl-dot.active span{
  background: var(--prv_interactive_color);
  width: 12px;
  height: 12px;
}

.section_grey{
	background: #F8F9FB;
	margin: 0 !important;
}
section>.container{
	position: relative;
}

/* BODY */

body {
	font-size: var(--prv_font_size);
	font-family: var(--prv_font_family);
}
body.burger-menu-open{
	overflow: hidden;
}
h1{
	font-size: 1em;
	font-weight: 400;
}
h2{
	font-size: 1em;
	line-height: 1.066;
	font-weight: 400;
}
h3{
	font-size: 1.4em;
}
h4{
	font-size: 1.3333em;
}
h5{
	font-size: 1.2em;
	margin: 37px 0 26px;
}
h6{
	font-size: 1.066em;
}
@media(min-width: 500px){
	h1{
		font-size: 1em;
		font-weight: 400;
	}
	h2{
		font-size: 1em;
		line-height: 1.066;
		font-weight: 400;
	}
	h3{
		font-size: 1.6em;
	}
	h4{
		font-size: 1.4em;
	}
	h5{
		font-size: 1.2em;
		margin: 37px 0 26px;
	}
	h6{
		font-size: 0.9em;
	}
}
@media(min-width: 768px){
	h1{
		font-size: 1em;
		font-weight: 400;
	}
	h2{
		font-size: 1em;
		line-height: 1.066;
		font-weight: 400;
	}
	h3{
		font-size: 18px;
	}
	h4{
		font-size: 1.8191em;
	}
	h5{
		font-size: 1.4191em;
		margin: 37px 0 26px;
	}
	h6{
		font-size: 1.1991em;
	}
}
a {
	color: #212121;
	transition: .5s;
}

a:hover,
a:focus,
a:active {
	color: #212121;
}

a:hover {
	opacity: .8;
}

a:focus{
	outline: none;
}
.main-page__section{
	padding: 40px 0;
}
.main-page__section:first-child{
	padding: 0;
}
.total_content>section.no_margin,
.total_content>div>section.no_margin,
.content>section.no_margin,
.content>div>section.no_margin{
	margin: 0;
}
.total_content>section.no_margin_bottom,
.total_content>div>section.no_margin_bottom,
.content>section.no_margin_bottom,
.content>div>section.no_margin_bottom{
	margin-bottom: 0;
}

.margin_bottom {
    margin-bottom:100px;
}

.preview_text{
	font-size: 16px;
	color: #757575;
	margin-top: 12px;
	margin-bottom: 48px;
	line-height: 26px;
}

#ms-heading {position: relative;}

#ms-heading:after {
	content: "";
	border-bottom: 6px solid var(--prv_color);
	border-radius: 4px;
	width: 75px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#ms-heading:after {bottom: -8px;}

#modal-service .modal-dialog {max-width: 512px;}

#modal-service .modal-body {
	height: auto;
	padding-bottom: 32px;
	padding-left: 16px;
}

.nav-justified {padding-left: 0;}


.btn,
.btn:focus {
	background: var(--prv_button_bg);
	border: var(--prv_btn_border_width) solid var(--prv_btn_border_color);
	border-radius: var(--prv_button_radius);
	padding: var(--prv_btn_padding);
	color: var(--prv_font_color);
	font-size: 1em;
	font-family: var(--prv_font_family);
	font-weight: normal;
	outline: none;
	transition: .3s;
	line-height: normal;
}

.btn:hover,
.btn:active:hover,
.btn:active:focus,
.btn:active {
	opacity: .8;
	outline: none !important;
	box-shadow: none;
	color: var(--prv_font_color);
	border-color: var(--prv_btn_border_color);
}
.btn.btn-transparent{
	background: transparent!important;
	color: #212121!important;
	border: 2px solid var(--prv_btn_border_color);
	padding: 10px 22px;
}
.btn.btn-transparent:hover{
    opacity: 0.8;
}
.inp-radio { display:none; }
.inp-radio + label:before {
	display: inline-block;
	position: absolute;
	margin-left: -20px;
	margin-top: 4px;
}

.inp-radio + label:before {
	border: 1px solid var(--prv_color);
	border-radius: 20px;
	height: 11px;
	width: 11px;
	content: "";
	background-size: cover;
}
.inp-radio:checked + label:before {
	background-color: var(--prv_color);
}

.PRVUniversalFeedback label{
	margin-left: 24px;
}

.enroll {
	font-size: 16px;
}

/* END BODY */

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev,
.owl-theme .owl-nav [class*=owl-]:hover{
	padding: 0px;
	margin: 0;
}

.owl-btn {
	width: 100%;
	position: absolute;
	height: 394px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	font-size: 24px;
	top: 100px;
	left: 0;
}

.owl-btn a,
.owl-btn a:focus {
	color: var(--prv_color);
	padding: 0 16px;
	border: 2px solid var(--prv_color);
	border-radius: 24px;
}

.owl-btn a:hover,
.owl-btn a:active:hover,
.owl-btn a:active:focus,
.owl-btn a:active {
	color: white;
	background-color: var(--prv_color);
}

#owl1prev, #owl2prev {
	position: absolute;
	left: 40px;
	z-index: 999;
}

#owl1next, #owl2next {
	position: absolute;
	right: 40px;
	z-index: 999;
}

#trainers .container,
#our-life .container {
	position: relative;
}

.owl-carousel .owl-item img {
	width: 100%;
	margin: 0 auto;
}

.carousel-hint {
	text-align: center;
	margin-top: 235px;
}

.owl-theme .owl-nav{
	margin: 0;
	height: 0;
}

/* FOOTER */

html, body{height: 100%;}
@media(min-width: 768px){
	.agreement_page_cont{
		height: auto;
		min-height: 100%;
		padding-bottom: 143px;
	}
}
.agreement_page_cont{
	margin-bottom: 70px;
}
@media(min-width: 768px){
	.agreement_page_cont{padding-bottom: 85px; margin-bottom: 160px;}
}
@media(min-width: 992px){
	.agreement_page_cont{padding-bottom: 97px; margin-bottom: 0px;}
}

.modal-dialog-feedback {max-width: 748px;}
	@media(min-width: 768px){
		.modal-dialog-feedback{width: 100%!important;}
	}

.modal-body-feedback {
	padding: 0;
	padding-left: 279px;
}

#modal-call .modal-body-feedback,
#modal-question .modal-body-feedback{
	min-height: 448px;
}

.modal-body>.row {margin: 0;}

.modal-img {
	padding: 0;
	float: left;
	margin-right: 15px;
	border-radius: 4px 0 0 6px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 262px;
	position: absolute;
	left: 0;
}

.modal-heading {
	font-size: 36px;
	font-weight: 600;
	margin: 72px 0 30px;
	line-height: normal;
	padding-bottom: 12px;
}

.modal-text {
	font-size: 16px;
	color: #929292;
}

.split-obj1, .split-obj2 {
	width: inherit !important;
	margin-top: 30px;
}

.split-obj1 {
	max-width: 186px;
	width: 60% !important;
	float: left;
	border: 1px solid var(--prv_color);
	border-radius: 0;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	height: 30px;
	margin-right: -1px;
}

.split-obj2,
.split-obj2:focus {
	width: 40% !important;
	border-radius: 0;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	height: 30px;
	padding: 6px 22px;
	border-width: 1px;
}
.split-obj2:focus{
	box-shadow: none;
}

button.close {padding: 56px 24px;}



label:not(.cs_color, .cs_header) {
	font-size: 14px;
	margin-left: 32px;
}

input:hover,
input:focus,
input:active {
	outline: none !important;
}
.scrollToTop {
	position:fixed;
	bottom:100px;
	right:20px;
    border-radius: 100px;
    font-size: 13px;
    width: 90px;
    height: 45px;
    padding-left: 15px;
	background: var(--prv_btn_scroll_color);
    opacity: .5;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    line-height: 45px;
    z-index:100;
}
.scrollToTop:before {
    content: '\2191';
    position: absolute;
    top: -2px;
    left: 12px;
    font-size: 16px;
}
.scrollToTop:hover,
.scrollToTop:active,
.scrollToTop:focus {
    background-image: none;
    background: var(--prv_btn_scroll_color);
    opacity: .8;
    color:#fff;
    text-decoration:none;
}

/* feedback */

.thanks-text{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	padding: 100px 15px;
}

.feedback_header{
	position: relative;
	height: 100%;
}
.error_messages_block{
	position: absolute;
	bottom: 20px;
}

.error_messages_block p{
	margin: 0 0 0px;
}

@media(min-width: 768px){
	.error_messages_block{
		bottom: 85px;
	}
	.error_messages_block p{
		margin: 0 0 0px;
	}
}

/* end feedback */

@media (max-width: 1199px) {
	.navbar-justify li {
		margin-right: 55px;
	}
}

.rights div{
	display: inline;
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {

	.modal-body {
		padding: 16px 8px;
	}
	.modal-heading{
		font-size: 24px;
		margin-top: 32px;
	}
	.modal-text{
		font-size: 14px;
	}
	.PRVUniversalFeedback label{
		margin-left: 0;
	}
	.split-obj1,
	.split-obj2{
		letter-spacing: 0 !important;
	}
	.split-obj2,
	.split-obj2:focus{
		padding: 4px;
	}

	.enroll input[type=text] {
		margin-top: 16px;
	}

	.enroll input[type=submit] {
		margin-top: 20px;
	}

	button.close {
		padding: 0;
	}

	.split-obj2 {
		padding: 4px;
	}

	.modal-body {
		height: auto;
	}

	.split-obj1, .split-obj2 {
		margin-top: 12px;
	}

	.carousel-hint {
		margin-top: 64px;
	}

	.heading {
		font-size: 20px;
		line-height: normal;
	}

	.heading:after {
		width: 20%;
	}

	.enroll .heading {
		margin-top: 20px;
		margin-bottom: 20px;
		letter-spacing: 0;
	}

	.subheading{
		font-size: 18px;
	}

	#modal-call .modal-body-feedback{
		min-height: unset;
	}

	.modal-dialog{
		margin: auto;
	}
}

.enroll>.container>.row{
	position: relative;
	height: 100%;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

/* 404 ERRR */
.content_404_error {
	position: relative;
	overflow: hidden;
	font-size: 550px;
	font-weight: 600;
	line-height: 480px;
	color: #c6c8cb;
}

.content_404_error_block {
    box-sizing: border-box;
    padding-bottom: 200px;
}
	@media (min-width: 768px){
		.content_404_error_block {
			height: auto;
			min-height: 100%;
			padding-bottom: 143px;
		}
	}
	@media (min-width: 992px){
		.content_404_error_block {
			padding-bottom: 97px;
		}
	}
	@media (min-width: 1200px){
		.content_404_error_block {
			padding-bottom: 85px;
		}
	}
.content_404_error_text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #5c5e69;
	font-size: 88px;
	text-shadow: 0px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
}
	@media(min-width: 768px){
		.content_404_error_text {
			text-shadow: 0px -3px 0px #fff, 3px 3px 0px #fff, -3px 3px 0px #fff, 3px -3px 0px #fff, -3px -3px 0px #fff;
		}
	}

.content_404_error_detail {
	margin-bottom: 30px;
	font-size: 16px;
}

.content_404_error_links a,
.content_404_error_links a:focus {
	display: inline-block;
	margin: 0 15px 20px 15px;
	padding: 20px 45px;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	background-color: #62646e;
}

.content_404_error_links a:hover {
	color: #fff;
	background-color: #c6c8cb;
}

@media (max-width: 1199px) {
	.content_404_error {
		font-size: 460px;
		font-weight: 600;
		line-height: 400px;
	}
	.content_404_error_text {
		font-size: 70px;
	}
}
@media (max-width: 991px) {
	.content_404_error {
		font-size: 400px;
	}
	.content_404_error_text {
		font-size: 50px;
	}
}
@media (max-width: 767px) {
	.content_404_error {
		font-size: 144px;
		line-height: 180px;
	}
	.content_404_error_text {
		font-size: 24px;
	}
}

/* END 404 ERRR */

/*   VALIDATION   */

input[name="MESSAGE_TEXT"]{display: none;}

.help-block{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	color: #ec0000;
	font-size: 10px;
}
	@media(max-width: 767px){
		.help-block{font-size: 12px;}
	}
	label + .help-block{bottom: 0px;}
	.modal .help-block{color: #000;}
	.modal-call .help-block, .modal-service .help-block{bottom: 20px;}
	.modal-call label + .help-block, .modal-service label + .help-block{bottom: -31px;}
		@media(max-width: 767px){
			.modal-call .help-block, .modal-service .help-block{bottom: 32px;}
			.modal-call label + .help-block, .modal-service label + .help-block{bottom: -21px;}
		}
/* END VALIDATION */

.nav.projects-section__tabs-list {
	margin-bottom: 40px;
	border-bottom: 1px solid #E1E1E1;
}

.projects-section__tabs-list > li {
	margin-right: 6px;
}

.projects-section__tabs-list > li > a {
	padding: 9px 26px;
	font-size: 1em;
	color: #212121;
	display: block;
	text-decoration: none;
	position: relative;
}

.projects-section__tabs-list > li > a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 2px;
	width: 100%;
	background: transparent;
	z-index: 2;
}

.projects-section__tabs-list > li:hover > a:after,
.projects-section__tabs-list > li > a.active:after {
	background: var(--prv_interactive_color);
}

.projects-section__tabs-list > li > a.active {
	color: var(--prv_btn_color);
}

.projects-section__tabs-list > li > a:hover {
	text-decoration: none;
	opacity: 1;
	color: var(--prv_btn_color);
}

.projects-section__dropdown-tabs-wrapper {
	padding-bottom: 25px;
}

.projects-section__list-group {
	margin-bottom: 0px;
}

.projects-section__list-group-item {
	padding: 15px 25px 15px;
	position: relative;
	display: block;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
}

.projects-section__list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}

.projects-section__list-group-item.active {
	text-shadow: none;
	border: 1px solid #eff1f5;
	border-left-color: var(--prv_color);
	background: #fff;
	color: #212121;
}

.projects-section__list-group-item.active:hover,
.projects-section__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;
}

.projects-section__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;
}

.projects-section__dropdown-tab-panel:hover,
.projects-section__dropdown-tab-panel:focus {
	text-decoration: none;
	color: #212121;
}

.projects-section__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;
}

.projects-section__dropdown-tab-panel.collapsed:after {
	border-bottom: 0px;
	border-top: 3px solid #212121;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.projects-section__tab-panel-nav {
	margin-bottom: 30px;
}
#price_list_owl {
	margin-bottom: 59px;
}

@media (max-width: 991px) {
	.projects-section__container {
		padding-bottom: 40px;
	}
}
.service-detail__price-list {
	overflow: auto;
	max-width: 100%;
	margin-bottom: 30px;
}

.service-detail__price-list > table {
	width: 100%;
}

.service-detail__price-list thead > tr {
	background: var(--prv_color_bg);
}

.service-detail__price-list thead > tr > th {
	color: #fff;
}

.service-detail__price-list > table td, .service-detail__price-list > table th {
	font-size: 1em;
	height: 60px;
	vertical-align: middle;
	padding: 0 20px;
	color: #212121;
	font-weight: normal;
}

@media (min-width: 768px) {
	.service-detail__price-list > table td, .service-detail__price-list > table th {
		font-size: 1.1328em;
		padding: 20px 40px 20px 30px;
	}
}

.service-detail__price-list tbody > tr:nth-child(2n) {
	background-color: #F5F7FF;
}

.service-detail__price-list > table td:nth-child(n+3), .service-detail__price-list > table td:nth-child(1) {
	font-weight: bold;
}

.service-detail__price-list_title sup {
	text-transform: uppercase;
	font-size: .6em;

}

.service-detail__price-list_title {
	font-size: 1.857em;
	margin: 32px 0;
}
.nopadding_right{
	padding-right: 0;
	padding-left: 0;
}
label{
	font-weight: normal;
}
.text-upp {
	text-transform: uppercase;
}
.text-bold {
	font-weight: 600;
}

/* company page */
.page-header{
	border: none;
  margin: 80px 0;
}
.page-content p{
	margin: 0 0 13px;
	line-height: 1.86;
}
.page-content h4{
	margin: 37px 0 26px;
}
.page-preview-text{
	margin: 42px 0 55px;
	/*font-size: 1.133333em;*/
	line-height: 1.6471em;
}
.page-advantages{
	margin: 41px 0;
}
.page-footer{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-footer-text h4{
    margin-top:0;
}
@media(max-width: 767px){
    .page-footer-img{
        margin-bottom: 24px;
    }
}
@media (min-width: 560px) {
    .page-footer-text{
        margin: 35px 0;
    }
    .page-footer-text h4{
        margin-top:10px;
    }
}
.page-footer-text p{
	font-size: 1em;
}
.page-footer-img img{
	margin: 0 auto;
}
.page-footer-buttons-block > *{
	margin: 0 19px 15px;
}
.page-top-text{
	color: #757575;
        line-height: 1.625;
}
.page-top-text .btn{
	margin-bottom: 25px;
}
.page-top-text,
.page-top-text p,
.page-top-text h1,
.page-top-text h2,
.page-top-text h3,
.page-top-text h4,
.page-top-text h5,
.page-top-text h6{
	margin-top: 0px;
}
@media(min-width:768px){
	.page-header{
		margin: 65px 0 45px;
	}
	.page-footer-img img{
		margin: 0 auto 0 0;
	}
	.page-footer-text{
		margin: 60px 0 36px;
	}
	.page-top-text{
		margin: 0 0 36px;
	}
	.page-top-text.reviews-page p{
		margin-bottom: 22px;
	}
	.page-top-text .btn{
		margin-bottom: 40px;
	}
}
/* partners page */
.partner-detail-back-link{
	text-decoration: none;
}
.partner-detail-back-link > .fa{
	margin-right: 10px;
}
/* inner page sidebar */
.page-content .sidebar-menu,
.sidebar-commercial,
.sidebar-footer{
	margin-bottom: 30px;
        z-index: 8;
        background-color: #fff;
        position: relative;
}
.account-sidebar-menu{
	z-index: 8;
	background-color: #fff;
	position: relative;
}
.sidebar-commercial{
	border: 1px solid #EEF1F4;
    display: block;
    max-width: 100%;
    height: auto;
}
.sidebar-footer{
	border: 1px solid #eef1f4;
}
.sidebar-footer-element{
	border-bottom: 1px solid #eef1f4;
	padding: 23px 30px;
	cursor: pointer
}
.sidebar-footer-element:hover{
	border-color: transparent;
    -webkit-box-shadow: 0 5px 25px 0 rgba(18,25,38,.1);
    -moz-box-shadow: 0 5px 25px 0 rgba(18,25,38,.1);
	box-shadow: 0 5px 25px 0 rgba(18,25,38,.1);
	transition: box-shadow .3s ease;
    -moz-transition: box-shadow .3s ease;
    -ms-transition: box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    -webkit-transition: box-shadow .3s ease;
}
.sidebar-footer-element > div{
	padding-left: 32px;
	position: relative;
}
.sidebar-footer-element svg{
    width:14px;
    height:14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
}
.sidebar-footer-element i.fas.fa-phone{
    transform: translateY(-50%) rotate(90deg);
}
.sidebar-footer-element i.fas{
	color: var(--prv_color);
}
.sidebar-footer-element:last-child{
	border-bottom: none;
}
.side-info-navigation{
	border: 1px solid #eef1f4;
	position: fixed;
	right: 0;
	top: 168px;
	left: auto;
	z-index: 131;
	background: #fff;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
	width: 68px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	transition: left .15s linear,right .15s linear;
	-moz-transition: left .15s linear,right .15s linear;
	-ms-transition: left .15s linear,right .15s linear;
	-o-transition: left .15s linear,right .15s linear;
	-webkit-transition: left .15s linear,right .15s linear;
	display: block;
}
.open.side-info-navigation{
	right: 580px;
}
.side-info-navigation-element{
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #eef1f4;
    padding-bottom:25px;
    padding-top:25px;
}
.side-info-navigation-element:last-child{
	border: none;
}
.side-info-navigation-element svg{
    width:18px;
    height:18px;
}
.side-info-navigation-element svg .cls-1{
	fill: #777;
}
.side-info-navigation-element:hover svg .cls-1{
	fill: var(--prv_btn_color);
}

.side-info-behind{
	display: block;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: all 0.5s linear;
	z-index: -1;
}
.side-info-behind.visible{
	background: rgba(0,0,0,.5);
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 120;
	opacity: 0.5;
}
.side-info-block{
	z-index: 999;
	position: fixed;
	right: -580px;
	height: 100%;
	background-color: #fff;
	opacity: 1;
	width: 580px;
	max-width: 100%;
	top: 0;
	bottom: 0;
	transition: left .15s linear,right .15s linear;
	-moz-transition: left .15s linear,right .15s linear;
	-ms-transition: left .15s linear,right .15s linear;
	-o-transition: left .15s linear,right .15s linear;
	-webkit-transition: left .15s linear,right .15s linear;
	display: block;
}
.open.side-info-block{
	right: 0;
}
.side-info-container{
	padding: 0 40px;
	overflow-y: scroll;
    max-height:100%;
}
@media (min-width: 576px) {
    .side-info-container{
        padding: 0 70px;
    }
}
.cart_block{
	position: relative;
}
.cart_block::before{
	content: '';
	width: 100px;
	height: 50px;
	top: -50%;
	left: -50%;
	position: absolute;
}
.side-info-container::-webkit-scrollbar{
    width: 8px;
}
.side-info-container::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background: rgba(0,0,0,0.5);
    border: 2px solid #fff;
}
.side-info-container::-webkit-scrollbar-track{
    border-radius: 8px;
}

.prv_settings_tabs::-webkit-scrollbar{
	width: 8px;
}
.prv_settings_tabs::-webkit-scrollbar-thumb{
	border-radius: 8px;
	background: rgba(0,0,0,0.5);
	border: 2px solid #fff;
}
.prv_settings_tabs::-webkit-scrollbar-track{
	border-radius: 8px;
}

.side-info-close{
	width: 48px;
	height: 48px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	right: 23px;
	top: 20px;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
	transition: opacity .3s ease;
	z-index: 1;
}
.side-info-close svg path {
	fill: #bdbdbd;
}
.side-info-close:hover svg path {
	fill: var(--prv_color);
}
.side-info-close svg{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -7px;
}
@media(max-width: 991px){
	.side-info-navigation{
		display: none;
	}
}
.additional_service{
    padding: 32px 100px;
    padding-right: 220px;
    position: relative;
    border: 1px solid #EEF1F4;
    background-color: #F8F9FB;
}
.additional_service_icon{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 32px;
    left: 40px;
}
.additional_service_text{
    line-height: 20px;
    color: #757575;
    margin: 4px 0 12px;
}
.additional_service .btn_cnt{
    position: absolute;
    right: 50px;
    top: 32px;
}
@media(max-width: 600px){
	.additional_service{
		padding: 30px 30px 70px;
		text-align: center;
	}
	.additional_service_icon{
		display: none;
	}
	.additional_service .btn_cnt{
		position: absolute;
		right: 15px;
		left: 0;
		right: 0;
		bottom: 25px;
		top: auto;
	}
}
table{
	font-size: 1em;
  overflow: auto;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background: none;
}
table.table {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 3px;
}
table.table-striped {
    width: 100%;
}
table.table > tbody > tr:hover, table.table1 > tbody > tr:hover, table.table-striped > tbody > tr:hover {
    background: #f8f9fb;
}
table.table tbody tr:first-of-type td, table.table1 tbody tr:first-of-type td {
    border-top: 1px solid #f1f1f1;
}
table.table > thead > tr > th, table.table > tbody > tr > th, table.table > tfoot > tr > th, table.table > thead > tr > td, table.table > tbody > tr > td, table.table > tfoot > tr > td {
    padding: 13px 30px 14px;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    vertical-align: middle;
}
table.table > tbody > tr > td:first-child{
	padding-left: 0;
}
table.table > tbody > tr > td:nth-child(n+2),
table.table > tbody > tr > td:nth-child(n+2) > a{
	color: #757575;
}
@media (max-width: 767px){
	table.table > thead > tr > th, table.table > tbody > tr > th, table.table > tfoot > tr > th, table.table > thead > tr > td, table.table > tbody > tr > td, table.table > tfoot > tr > td {
	    padding: 13px 20px 14px;
	}
}
@media (max-width: 530px){
	table.table, table.table thead, table.table tbody, table.table th, table.table td, table.table tr {
	    display: block;
	}
	table.table > thead > tr > th, table.table > tbody > tr > th, table.table > tfoot > tr > th, table.table > thead > tr > td, table.table > tbody > tr > td, table.table > tfoot > tr > td {
	    padding: 15px;
	}
	table.table > tbody > tr > td:first-child{
		padding-left: 15px;
	}
	table.table tbody tr:first-of-type td:first-child{
	    border-top: 1px solid #f1f1f1;
	}
	table.table tbody tr:first-of-type td:nth-child(n+2){
		border-top: none;
	}
}

table.table1 > thead > tr > th, table.table1 > thead > tr > td{
    padding: 11px 21px;
    background: #a5abb5;
    color: #FFF;
    font-size: .8667em;
    font-weight: 400;
}
table.table1 tbody {
    border: 1px solid #f1f1f1;
    border-top: none;
}
table.table1 tbody td {
    padding: 15px 21px;
    border-bottom: 1px solid #ecf2f4;
    border-left: none;
    border-right: none;
    vertical-align: top;
}
/*CART SUCCESS*/
.basket_success_container {
    border: 1px solid #EEF1F4;
    padding: 35px 45px 40px 45px;
    margin:50px 0px 50px 0px;
    align-items:center;
}
#success {
    max-width:65px;
    max-height:65px;
    width:100%;
    height:100%;
    margin:0 auto 35px;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
}
@media(min-width: 991px){
	.basket_success_container{
        display:flex;
	}
    #success {
        margin-right:45px;
        margin-bottom:0px;
    }
}
.success-1 {
    fill: var(--prv_color);
}
.basket_min_header {
    font-weight:bold;
    font-size:1.428571em;
    margin-bottom:7px;
}
.success_text {
    margin-bottom:35px;
}

/* modal-windows */

.modal-window .modal-dialog {
    top: 10%;
}
@media(min-width: 576px){
    .modal-window .modal-dialog {
        top: 50%;
        transform: translateY(-50%)!important;
    }
}
.modal-window .modal-content{
    padding: 30px;
    position: relative;
    border-radius: 20px;
}
.modal-window button.close,
.modal-window-large button.close{
    font-weight: 100;
    z-index: 999;
    color: #212121;
    position: absolute;
    font-size: 38px;
    line-height: 38px;
    padding: 0;
    opacity: 1;
    top: 0px;
    right: 9px;
}
.modal-window .modal-body{
    padding: 0;
}
.thanks_container-close-btn-block{
	text-align: center;
}

.modal-window .feedback-submit-wrapper{
    text-align: center;
}
@media(min-width: 768px){
    .modal-window .feedback-form-below-block{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
    }
    .modal-window .feedback-form-below-block > .agree-checkbox-block{
        width: 60%;
    }
    .modal-window .feedback-form-below-block > .agree-checkbox-block > label,
    .modal-window .feedback-form-below-block > .feedback-submit-wrapper > input{
        margin: 0;
    }
    .modal-window .feedback-form-below-block > .feedback-submit-wrapper{
        width: 40%;
    }
    .modal-window .feedback-form-below-block > .agree-checkbox-block > .checkbox_cnt{
        align-items: center;
    }
    .modal-window .feedback-submit-wrapper{
        text-align: right;
    }
}
.news-detail__files-item-link{
	word-break: break-all;
}
.modal-window .modal_heading{
    margin: 0 0 30px!important;
}
.modal-window .modal_heading h3{
    font-weight: bold;
    font-size: 1.7857em;
    text-align: center;
}
.modal-window .modal_heading h3 + div{
    margin-top: 10px;
}
.modal-window .modal-dialog {
    max-width: 300px;
}
@media (min-width: 768px){
    .modal-window .modal-dialog {
        max-width: 558px;
    }
    .modal-window .modal-content{
        padding: 30px 44px;
    }
    .modal-window button.close,
	.modal-window-large button.close{
        top: 15px;
        right: 30px;
    }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}
.icon{
	position: relative;
	top: -1px;
}
/*.modal-window .prv_from_group .label_text{*/
/*    height: 40px;*/
/*    border-radius: 5px;*/
/*    border: 2px solid #EFF1F5;*/
/*    padding: 9px 20px;*/
/*    width: 100%;*/
/*    resize: none;*/
/*    background-color: #EFF1F5;*/
/*    line-height: 1.5714;*/
/*    margin: 0;*/
/*    color: #757575;*/
/*	cursor: text;*/
/*}*/
.modal-window .prv_from_group textarea.label_text{
    height: 96px!important;
}
.modal-window .imp_text:focus{
	border-color: var(--prv_color);
}
.modal-window .modal_heading {
    margin:60px 0 68px;
}
.modal-window .modal_heading h3{
    margin:0px!important;
}
.modal-window .checkbox_cnt{
	margin: 45px 0px 37px;
}
.modal-window .help-block{
	position: unset;
	text-align: left;
	margin: 0 0 20px;
	color: red;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        bottom: -38px;

}

.modal-window .feedback_modal input[type="text"]::-webkit-input-placeholder,
.modal-window .feedback_modal input[type="password"]::-webkit-input-placeholder,
.modal-window .feedback_modal input[type="tel"]::-webkit-input-placeholder,
.modal-window .feedback_modal input[type="email"]::-webkit-input-placeholder,
.modal-window .feedback_modal textarea::-webkit-input-placeholder {color: transparent;}

.modal-window .feedback_modal input[type="text"]::-moz-placeholder,
.modal-window .feedback_modal input[type="tel"]::-moz-placeholder,
.modal-window .feedback_modal input[type="password"]::-moz-placeholder,
.modal-window .feedback_modal input[type="email"]::-moz-placeholder,
.modal-window .feedback_modal textarea::-moz-placeholder {color: transparent;}

.modal-window .feedback_modal input[type="text"]:-moz-placeholder,
.modal-window .feedback_modal input[type="tel"]:-moz-placeholder,
.modal-window .feedback_modal input[type="password"]:-moz-placeholder,
.modal-window .feedback_modal textarea:-moz-placeholder {color: transparent;}

.modal-window .feedback_modal input[type="text"]:-ms-input-placeholder,
.modal-window .feedback_modal input[type="tel"]:-ms-input-placeholder,
.modal-window .feedback_modal input[type="password"]:-ms-input-placeholder,
.modal-window .feedback_modal input[type="email"]:-ms-input-placeholder,
.modal-window .feedback_modal textarea:-ms-input-placeholder {color: transparent;}

.modal-window .feedback_modal input[type="text"]:focus::-webkit-input-placeholder,
.modal-window .feedback_modal input[type="tel"]:focus::-webkit-input-placeholder,
.modal-window .feedback_modal input[type="password"]:focus::-webkit-input-placeholder,
.modal-window .feedback_modal input[type="email"]:focus::-webkit-input-placeholder,
.modal-window .feedback_modal textarea:focus::-webkit-input-placeholder {color: transparent;}

.modal-window .feedback_modal input[type="text"]:focus::-moz-placeholder,
.modal-window .feedback_modal input[type="tel"]:focus::-moz-placeholder,
.modal-window .feedback_modal input[type="email"]:focus::-moz-placeholder,
.modal-window .feedback_modal textarea:focus::-moz-placeholder {color: transparent;}

.modal-window .feedback_modal input[type="text"]:focus:-moz-placeholder,
.modal-window .feedback_modal input[type="tel"]:focus:-moz-placeholder,
.modal-window .feedback_modal input[type="password"]:focus:-moz-placeholder,
.modal-window .feedback_modal input[type="email"]:focus:-moz-placeholder,
.modal-window .feedback_modal textarea:focus:-moz-placeholder {color: transparent;}

.modal-window .feedback_modal input[type="text"]:focus:-ms-input-placeholder,
.modal-window .feedback_modal input[type="tel"]:focus:-ms-input-placeholder,
.modal-window .feedback_modal input[type="password"]:focus:-ms-input-placeholder,
.modal-window .feedback_modal input[type="email"]:focus:-ms-input-placeholder,
.modal-window .feedback_modal textarea:focus:-ms-input-placeholder {color: transparent;}

.modal-window .prv_from_group {
    margin-bottom: 20px;
    position: relative;
}
.modal-window .feedback_modal .agree-checkbox-block{
    position: relative;
}
.modal-window .feedback_modal .help-block{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -19px;
    text-align: left;
}
#licenses_inline-error{
	bottom: -35px;
}
.modal-window .feedback_modal{
    padding-bottom: 0;
}

.modal-window .modal_heading{
    text-align: center;
}
.modal-window .feedback-submit-wrapper > input[type="submit"]{
    display: inline-block;
    width: auto;
}

.modal-window .api-star-rating{
    float: none!important;
    margin-right: 0!important;
}

.page-content .modal-window p,
.modal-window p{
    margin: 0;
}
.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;
}
.nav-tabs-bb{
	border-bottom: 1px solid #A4CEF3;
}
.nav-link--blue{
	color: #333;
}
.nav-tabs-bb > .active{
	background: var(--prv_interactive_color) !important;
	border: none !important;
	color: #fff !important;
}
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_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;
}
.all_services_link {
    font-size: .8571em;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    margin-bottom: 17px
}

@media(min-width: 560px) {
    .all_services_link {
        position:absolute;
        right: 15px;
        margin-bottom: 0;
       
    }
}

.all_services_link,.all_services_link:focus {
    color: var(--prv_btn_color);
}

.all_services_link:hover {
    color: #999;
}

.all_services_link:focus,.all_services_link:hover {
    text-decoration: none;
}

/* TABLES IN PROJECTS */

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid gray;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: left;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid gray;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}
.table tr>td:first-child{
	white-space:nowrap;
}

/* Responsive */

@media (max-width: 767px) {

    .fl-table {
        display: block;
        width: 100%;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}
.title h1{
	font-size: 30px;
	font-weight: 700;
}
.img-responsive{
	max-width: 100%;
}
@media (min-width:1200px){
	#products .owl-carousel .owl-stage-outer {
		height: calc(100% + 40px);
		margin: -20px;
		padding: 20px 20px 30px 20px;
		width: calc(100% + 40px);
	}
}
.position-relative{
	position: relative;
}
.position-unset{
	position: unset;
}
.scroll_about.main-page__section{
	padding: 0;
}
.preloader-outer{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #f2f2f2;
}
@-webkit-keyframes animate-circle {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes animate-circle {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

body {
    overflow: hidden;
}

.loader {
    --size: 20rem;

    position: fixed;
    top: 50%;
    left: 50%;
    height: var(--size);
    width: var(--size);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.loader > .circle {
    --duration: 2s;

    position: absolute;
    height: inherit;
    width: inherit;
    background: #006BFA;
    border-radius: 50%;
    -webkit-animation: animate-circle var(--duration) cubic-bezier(.9,.24,.62,.79) infinite;
    animation: animate-circle var(--duration) cubic-bezier(.9,.24,.62,.79) infinite;
}

.loader > .circle:nth-of-type(1) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.loader > .circle:nth-of-type(2) {
    -webkit-animation-delay: calc(var(--duration) / -3);
    animation-delay: calc(var(--duration) / -3);
}

.loader > .circle:nth-of-type(3) {
    -webkit-animation-delay: calc(var(--duration) / -6);
    animation-delay: calc(var(--duration) / -6);
}

.container{
	max-width: var(--prv_max_width)!important;
}
.width_option{
	display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #212121;
    margin: 0 7px 7px 0;
    padding: 6px 15px 6px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: normal;
    transition: .3s;
    line-height: 20px;
    background-color: rgba(225, 228, 230, 0.5);
}
.width_option input{
    position: absolute;
    left: -9999px;
}
.width_option:not(.active):hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    border-color: #fff;
}
.width_option.active {
    background: var(--prv_interactive_color);
    color: #fff;
}
.close_site_settings {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	transition: background-color .5s ease, opacity .5s ease;
}
.close_site_settings.active {
	z-index: 994;
	background-color: rgba(0,0,0,0.6);
	width: 100%
}
#prv_site_settings{
	position: fixed;
	top: 0;
	margin: auto;
	z-index: 995;
	display: block;
	color: #333;
	height: 100%;
	background-color: #fff;
	width: 864px;
	left: -864px;
	transition: all 0.4s linear;
}
#prv_site_settings.active{
	left: 0;
}
@media(max-width: 992px){
	#prv_site_settings{
		width: 700px;
		left: -700px;
	}
}
@media (max-width: 767px) {
	#prv_site_settings,
	.close_site_settings.active{
		display: none !important;
	}
}
#prv_site_settings.active{
	box-shadow: 0 0 25px 0 rgba(0,0,0,.4);
	left: 0;
}
.prv_settings_content{
	padding: 20px;
	overflow-y: auto;
        overflow-x: hidden;
	background-color: #F2F2F7;
}
.prv_settings_content::-webkit-scrollbar{
    width: 8px;
}
.prv_settings_content::-webkit-scrollbar-thumb{
    border-radius: 4px;
    background: rgba(0,0,0,0.5);
    border: 2px solid #F2F2F7;
}
.prv_settings_content::-webkit-scrollbar-track{
    border-radius: 8px;
}
.prv_settings_switch{
	z-index: 951;
	position: absolute;
	right: -56px;
	top: 234px;
	width: 56px;
	height: 56px;
	display: block;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 1px 2px 2px 0 rgba(0,0,0,.3);
	background: var(--prv_interactive_color);
	transition: all 0.2s linear;
	opacity: 1;
}
.prv_presets_switch{
	z-index: 951;
	position: absolute;
	right: -56px;
	top: 168px;
	width: 56px;
	height: 56px;
	display: block;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 1px 2px 2px 0 rgba(0,0,0,.3);
	background: var(--prv_interactive_color);
	transition: all 0.2s linear;
	opacity: 1;
}
.prv_demo_switch{
	z-index: 951;
	position: absolute;
	right: -56px;
	top: 300px;
	width: 56px;
	height: 56px;
	display: block;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 1px 2px 2px 0 rgba(0,0,0,.3);
	background: var(--prv_interactive_color);
	transition: all 0.2s linear;
	opacity: 1;
}
.prv_switch_info[data-id="presets"]{
	top:166px;
	right: -400px;
}
.prv_switch_info[data-id="settings"]{
	top:233px;
	right: -400px;
}
.prv_switch_info[data-id="demo"]{
	top:300px;
	right: -400px;
}
.prv_switch_info{
	position: absolute;
	background-color: #fff;
	display: none;
	opacity: 0;
	transition: 0.2s;
	box-shadow: 0 0 6px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.prv_settings_content-presets__link:hover ~ .prv_settings_content-presets__decorate{
	top:11px;
}
.prv_settings_content-presets__decorate{
	text-transform: uppercase;
	position: absolute;
	top: 35px;
	left: 30px;
	z-index: 1;
	background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(2,127,250,1) 0%, rgba(87,91,210,1) 100%);
	padding: 8px 21px;
	color: #fff;
	-webkit-border-radius: 51px;
	-moz-border-radius: 51px;
	border-radius: 51px;
	text-align: center;
	font-size: 11px;
	transition: .2s;
}
.prv_settings_content-presets__link{
	display: block;
	height: 265px;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: top;
	transition: all 10s ease-in-out;
}
.prv_settings_content-presets__link:hover{
	background-position-y: bottom;
}
.prv_switch_info__inner{
	padding: 30px;
	position: relative;
	background-color: #fff;
	z-index: 1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.prv_switch_info::after {
	content: '';
	position: absolute;
	left: -7px;
	top: 20px;
	width: 29px;
	height: 25px;
	transform: rotate(45deg);
	background-color: #fff;
	box-shadow: 0 0 6px 1px rgba(0,0,0,0.2);
}
.prv_switch_info__title{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 20px;
}
.prv_switch_info__text{
	font-size: 13px;
}
.active .prv_settings_header{
	display: none;
}
.prv_settings_tabs{
	position: absolute;
	height: 100%;
	min-width: 280px;
	overflow-y: scroll;
    background-color: #fff;
}
.prv_settings_tabs__item{
	cursor: pointer;
}
.prv_settings_tabs__item:not(.prv_settings_tabs__title--active):hover{
	color: rgb(0, 107, 250);
}
.prv_settings_tabs-title{
    display: flex;
}
.prv_settings_tabs__title{
    padding: 30px;
}
.prv_settings_tabs-title__text{
    margin-left: 25px;
}
.prv_settings_tabs__title--active{
	background-color: #F2F2F7;
	position: relative;
}

.prv_settings_tabs__title--active .prv_settings_tabs-title__text{
	font-size: 13px;
	font-weight: 600;
}
.prv_settings_switch:hover{
    opacity: var(--prv_btn_opacity);
}

.prv_settings_body,
.sp-container{
	background-color: #fff;
	border-bottom-right-radius: 6px;
}
.prv_settings_nav > li{
	cursor: pointer;
}
.prv_settings_nav>li:not(.default-settings,.save-settings){
	cursor: pointer;
	transition: .3s;
	line-height: normal;
	background-color: transparent;
	border-bottom: 1px solid rgba(251, 251, 251, 0.2);
}
.prv_settings_menu{
    list-style-type: none;
    padding-left: 0;
	margin-bottom: 0;
}
.prv_settings_menu>li>span,
.prv_settings_menu>li>a{
	padding: 19px 32px 19px 95px;
	display: inline-block;
	position: relative;
	color: #212121;
	font-size: 14px;
}
.prv_settings_tabs-content{
    max-width: 584px;
    width: 100%;
    position: absolute;
    right: 0;
	height: 100%;
}
.prv_settings_tabs-content__item{
    display: none;
}
.prv_settings_tabs-content__item--active{
    display: block;
	background-color: #F2F2F7;
	height: 100%;
}
.prv_settings_nav>li>a:hover{
	text-decoration: none;
}
.prv_settings_menu{
	height: 100%;
	max-height: 0;
	overflow:hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.prv_settings_tabs__title--active[data-id='settings'] .prv_settings_menu{
	max-height: 3000px;
}
.prv_settings_menu>li>span:before{
	content: '\f111';
	font-family: "Font Awesome 5 Free";
	font-size: 10px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.15);
	display: block;
	position: absolute;
	left: 73px;
	top: 50%;
	transform: translateY(-50%);
}
.prv_settings_menu li:hover span{
	color: rgb(0, 107, 250);
}
.prv_settings_menu hr{
    margin: 0;
}
.prv_settings_nav>li:hover>span:before,
.prv_settings_nav>li.active>span:before{
	color: var(--prv_btn_color);
}
.prv_settings_nav>li>a:not(.save-btn):before{
	content: '\f2f9';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color: var(--prv_btn_color);
	font-size: 14px;
	display: block;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
}
.prv_settings_nav>li:hover>a:before{
	transform: translateY(-50%) rotate(720deg);
	transition: transform 0.3s linear;
}
.prv_settings_nav>li>hr{
	margin: 0;
	border-color: rgba(0, 0, 0, 0.2);
}
.prv_settings_heading{
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #212121;
    border-bottom: 1px solid #f2f2f2;
    padding: 22px 20px 20px 21px;
}
.prv_settings_heading--no-inner{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.prv_switch{
	transition: 0.2s;
}
.prv_switch:hover{
	opacity: .8;
}
.prv_settings_heading > label{
	float: right;
	display: flex;
	align-items: center;
}
.prv_settings_heading > label > span{
	font-size: 12px;
	color: #212121;
	margin-right: 10px;
}
.prv_settings_heading > label > input[type="checkbox"]{
	margin-top: 0;
}
.subitem.block-off .prv_settings_heading:not(.no-close){
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.prv_settings_subitem_body{
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 14px 0px 23px 20px;
}
.prv_settings_content .subitem{
	margin-bottom: 20px;
}
/* Color Scheme */
.sp-preview-inner{
	background-image: url(custom_color.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.color_option,
.sp-replacer,
.sp-active,
.sp-replacer.sp-active{
	height: 28px;
	width: 28px;
	cursor: pointer;
	display: inline-block;
	margin-right: 11px;
	margin-bottom: 10px;
	border: 2px solid transparent;
	padding: 2px;
}
.sp-alpha-inner,
.sp-thumb-inner{
	border-radius: 100%;
}
.color_option:last-child{
	margin-right: 0;
}
.color_option,
.sp-replacer{
	transition: .3s;
}
.color_option:not(.active):hover,
.sp-replacer:not(.active):hover{
	box-shadow: 0 0 15px rgba(0,0,0,.15);
    border-color: #fff;
}
.color_option input{
	position: absolute;
	left: -9999px;
}
.color_option{
	border-radius: 100%;
}
.color_core{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.sp-container button,
.sp-container button:focus {
	background: var(--prv_interactive_color);
	border: var(--prv_btn_border_width) solid var(--prv_btn_border_color)!important;
	border-radius: 0;
	padding: 8px 12px;
	color: var(--prv_font_color);
	font-size: 10px;
	font-family: var(--prv_font_family);
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	outline: none;
	transition: .3s;
	line-height: normal;
}

.sp-container button:hover,
.sp-container button:active:hover,
.sp-container button:active:focus,
.sp-container button:active {
	opacity: var(--prv_btn_opacity);
	outline: none !important;
	box-shadow: none;
	color: var(--prv_font_color);
	background: var(--prv_btn_hover);
	border-color: var(--prv_btn_hover);
}

.subitem_color_type{
	font-size: 14px;
	margin-bottom: 12px;
}
/* Spectrum Style */
.sp-replacer{
	border-radius: 5px;
	background-color: #fff;
	overflow: unset;
	vertical-align: unset;
}
.sp-replacer.active:hover{
	border-color: none;
}
.sp-replacer.active{
	border-color: #3593E5;
}
.sp-preview{
	border: none;
	width: 100%;
	height: 100%;
	background: none;
}
.sp-dd{
	display: none;
}
.sp-container{
	border: none;
	border-radius: 6px;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.4);
}
.sp-picker-container{
	border-left: none;
}
.sp-cancel {
	font-size: 12px;
	color: var(--prv_btn_color) !important;
}

/* Header Templates */

.header_option{
	padding: 17px 20px 20px;
	border-radius: 5px;
	border: 2px solid #EBEBEB;
	margin-bottom: 14px;
	transition: .3s;
	cursor: pointer;
	width: 100%;
	padding: 17px 19px;
	margin-bottom: 19px;
	background-color: #fff;
}
.header_option:last-child{
	margin-bottom: 0;
}
.header_option.active{
	border-color: var(--prv_btn_color);
}
.header_option:not(.active):hover{
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	border-color: #fff;
}
.header_option input {
    position: absolute;
    left: -9999px;
}
.header_option img{
	max-width: 100%;
}
.header_image{
	display: table-cell;
    vertical-align: middle;
	padding: 5px 0;
}
.header_number{
	vertical-align: middle;
	text-align: center;
	margin-bottom: 17px;
	font-size: 14px;
    line-height: 17px;
    color: #212121;
	font-weight: normal;
}
.prv_settings_subitem_row{
	display: flex;
	justify-content: space-between;
	padding: 12px 23px 0 0;
}
.toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
    background-color: #EBEBEB;
	outline: none;
	transition: 0.5s;
	position: relative;
    margin-top: -8px;
    cursor: pointer;
    border-radius: 16.5px;
    width: 37px;
    margin-top: -9px;
    height: 14px;
}
.toggle:checked {
    background: rgba(165, 165, 165, 0.5);
}
.toggle--blue:checked {
	background: rgb(164, 206, 243);
}
.toggle::before {
	content: '';
	position: absolute;
	border-radius: 50%;
	top: -20%;
	left: -1px;
	transition: 0.5s;
    width: 20px;
    height: 20px;
	background-color: #8EC2F1;
    box-shadow: 0 2px 7px rgba(0,0,0,.2);
}
.toggle:checked::before {
	left: calc(100% - 19px);
	background: var(--prv_interactive_color);
}
.prv_settings_heading.header_oprions .toggle{
	float: right;
}
.block_options_block{
	background-color: #fff;
	padding: 20px 19px;
}
.prv_settings_apply:hover svg,
.prv_settings_apply:hover .fa{
    -webkit-animation: spinner .5s ease-out 1;
    animation: spinner .5s ease 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.prv_settings_apply svg,
.prv_settings_apply .fa{
    margin: 0 9px 0 0;
    position: relative;
    top: 1px;
}
.prv_settings_apply .fa{
	color: var(--prv_color);
	font-size: 14px;
	font-family: FontAwesome;
}

/* WebKit and Opera */
@-webkit-keyframes spinner{
  from{
    -webkit-transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(360deg);
  }
}
/* Other */
@keyframes spinner{
  from{
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  to{
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}

/*Update*/
.button_option{
	display: inline-block;
	margin-bottom: 19px;
    margin-right: 41px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    transition: .3s;
    width: 92px;
	font-size: 13px;
}
.button_option i{
	font-size: 10px;
	color: rgba(33, 33, 33, 0.15);
	margin-top: 10px;
}
.button_option.active i,
.button_option:hover i{
	color: var(--prv_btn_color);
}
.button_option .button_view{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.button_option input{
	position: absolute;
    left: -9999px;
}
.prv_settings_subitem_body.button_options{
	padding-top: 19px;
	padding-bottom: 0;
}

.font_cnt{
	background: url(dott.png) 0 12px repeat-x;
	padding: 0 0 4px;
	background-size: 3px auto;
}
@media(min-width: 992px){
	.font_cnt{
		display: flex;
		justify-content: space-between;
	}
}
.font_heading{
	padding: 0 21px 0 0;
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	max-width: 110px;
	float: left;
}
.fonts_list_cnt {
    padding: 0 0 0 163px;
}
.font_option{
	display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #212121;
    margin: 0 7px 7px 0;
    padding: 6px 15px 6px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: normal;
    transition: .3s;
	line-height: 20px;
	background-color: rgba(225, 228, 230, 0.5);
}
.font_option:not(.active):hover{
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
    border-color: #fff;
}
.font_option input{
	position: absolute;
    left: -9999px;
}
.font_option.active{
	background: var(--prv_interactive_color);
	color: #fff;
}
.fonts_list{
	background: #fff;
    padding: 0 0 0 20px;
}
.prv_settings_subitem_body.fonts_options{
	padding: 21px 24px 9px 19px;
}

.block_options_block.template_page_options{
	padding-bottom: 0;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}


/*BLOCKS*/
.block_heading{
	margin-top: 7px;
	display: block;
	font-size: 12px;
}
.block_option{
    min-height:134px;
	display: inline-flex;
	padding: 9px 15px 18px;
	border: 2px solid #e2e2e2;
    border-radius: 5px;
	margin-bottom: 20px;
    margin-right: 10px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    transition: .3s;
	width: 159px;
	max-width: 33.3333%;
    float: left;
	font-size: 13px;
    flex-wrap: wrap;
    justify-content: center;
	align-content: space-between;
	background-color: #fff;
}
@media(min-width: 992px){
   .block_option:nth-child(3n){
	margin-right: 0;
    }
}

.block_option:not(.active):hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    border-color: #fff;
}
.block_option.active{
	border-color: var(--prv_btn_color);
}
.block_option input,
.block_hidden_options input{
	position: absolute;
    left: -9999px;
}
.block_image{
	display: flex;
	padding-top: 15px;
    align-items:flex-end;
    justify-content:center;
}
.section-positions{
    margin-bottom: 20px;
}
.button-large{
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    background: var(--prv_interactive_color);
    border-radius: 10px;
    padding: var(--prv_btn_padding);
    color: #fff;
    font-family: var(--prv_font_family);
    font-weight: normal;
    outline: 0;

    cursor: pointer;
    z-index: 1;
    position: relative;
}
.button-large--active{
	border-radius:10px 10px 0 0;
	transition: .1s;
}
.section-positions__blocks{
    list-style-type: none;
    padding-left: 0;
}
.section-positions__block{
    padding: 14px 25px 14px 25px;
    border-bottom:1px solid #F2F2F7;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-positions__block:nth-last-child(-n+2){
    border-radius: 0 0 10px 10px;
}
.section-positions__number{
    margin-right: 25px;
    color: #212121;
}
.section-positions__name{
    color: #212121;
}
.save-settings{
	background: var(--prv_interactive_color);
}
.prv_settings_menu>li>a.save-btn{
	border: none;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	line-height: normal;
	background: transparent;
	padding: 19px 32px 19px 95px;
	display: inline-block;
	position: relative;
	font-size: 14px;
}
.save-btn:hover{
	opacity: .8;
}
.nav-link--blue{
	padding: 15px 20px;
	font-size: 18px;
}
.preview-preset{
	max-height: 424px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	border-radius: 0 0 6px 6px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.preview-preset--active{
	max-height: 5000px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.preview-preset__switcher{
	background: var(--prv_interactive_color);
	padding: 8px 16px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.preview-preset__switcher:hover{
	opacity: .8;
}
.preview-preset__switch-wrap{
	cursor: pointer;
	width: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	bottom: 0;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.41);
}
.preview-preset__switcher .fas{
	color: #fff;
	font-size: 18px;
}
.preview-preset__img{
	height: 100%;
	width: 100%;
	margin-bottom: 34px;
}
.block_options_block.tab-content--preset{
	padding-bottom: 20px;
}
.prv_settings_content__title{
	font-size: 19px;
	font-weight: 600;
}
.prv_settings_content__subtitle{
	margin-top: 20px;
	font-size: 13px;
}
.prv_settings_content-presets{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -20px;
	margin-right: -20px;

}
.prv_settings_content-presets__item{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	width: 50%;
	position: relative;
	padding: 20px 20px 0;
}
.prv_settings_content-presets__item:hover .prv_settings_content-presets__img{
	box-shadow: 0 3px 17px 1px rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.prv_settings_content-presets__img{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 100%;
	height: auto;
}
.prv_settings_content-presets__name{
	margin-top: 20px;
	font-size: 12px;
	font-weight: 600;
	color: #212121;
	text-align: center;
}
.prv_settings_content-presets__name span{
	color: var(--prv_color);
}
.prv_settings_content-form__field{
    width: 100%;
	margin-top: 20px;
}
.prv_settings_content-form__input{
	border:none;
	background-color: #fff;
	width: 100%;
	padding: 12px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.prv_settings_content-form__agree{
	margin-top: 20px;
}
.prv_settings_content-form__submit{
	background-color: var(--prv_color);
	color: #fff;
	padding: 12px 10px;
	text-align: center;
	font-size: 16px;
	width: 100%;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: none;
	margin-top: 12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.prv_settings_content-form__submit:focus {outline:0;}
.prv_settings_content-form__submit:hover{
	opacity: .7;
}
.prv_settings_tabs-content__item[data-id='demo'] .prv_settings_content{
	padding: 20px 40px 0 20px;
}
.prv_settings_tabs__item[data-id='demo'] .prv_settings_tabs-title:hover .prv_settings_tabs-title__icon svg path{
	stroke: #027FFA;
}
.prv_settings_tabs__item[data-id='settings'] .prv_settings_tabs-title:hover .prv_settings_tabs-title__icon svg path,
.prv_settings_tabs__item[data-id='presets'] .prv_settings_tabs-title:hover .prv_settings_tabs-title__icon svg path{
	fill: #027FFA;
}
.prv_settings_tabs__title--active[data-id='demo'] .prv_settings_tabs-title .prv_settings_tabs-title__icon svg path{
	stroke: #027FFA;
}
.prv_settings_tabs__title--active[data-id='settings'] .prv_settings_tabs-title .prv_settings_tabs-title__icon svg path,
.prv_settings_tabs__title--active[data-id='presets'] .prv_settings_tabs-title .prv_settings_tabs-title__icon svg path{
	fill: #027FFA;
}
.prv_settings_tabs__title--active .prv_settings_tabs-title::before{
	content: '';
	width: 4px;
	height: 100%;
	background-color: #006BFA;
	position: absolute;
	left: 0;
	top: 0;
}
input[name='agree']{
	visibility: visible;
	opacity: 1;
	position: absolute;
	left: -9999px;
	display: block;
}
.prv_settings_content-form__field--error{
	border:1px solid red;
}
.prv_settings_content-form__error{
    font-size: 12px;
    color: #de3f3f;
    display: none;
}
.block_option__bottom{
	display: flex;
	align-items: center;
	background-color: #fff;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 15px 20px;
	border-top: 1px solid #f2f2f2;
}
.block_option__icon{
	cursor: pointer;
	margin-left: 15px;
    display: flex;
    align-items: center;
}
.block_option__color--dn{
	display: none;
}
.block_option__text{
	font-size: 12px;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.block_option__icon label{
	cursor: pointer;
	margin: 0;
}
.block_options_block.main-page__settings{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.item .subitem.block-off .prv_settings_heading__main{
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border:none;
}
.block_option__color-block{
    margin-left: 10px;
    display: none;
    width: 74px;
    height: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #0070F5;
}
.block_option__color-remove{
    margin-left: 10px;
    display: none;
}
.header_top{
    padding: 25px 0;
}
.header_bottom {
    background: var(--prv_color_bg);
    color: #fff;
}
.header_bottom ul.nav_list>li>a {
    padding: 16px 15px;
    text-align: center;
}
.working_time-block{
    display: flex;
    justify-content: center;
}
.working_time{
    display: inline-block;
}
.header-right-block{
    justify-content: flex-end;
}
.regionality-block, .search-block, .cart_block, .account-block{
    margin-left: 25px;
}
#main_header a {
    transition:unset;
}
#main_header.scroll-header-fixed {
    position:fixed;
    top:0;
    background-color:rgba(0,0,0,0.7)!important;
}

.header-not-main-page.scroll-header-fixed {
    background-color:#000;
    border-radius:0;
}

.header-not-main-page:not(.scroll-header-fixed) {
    border-bottom:1px solid #f5f5f5;
}

#main_header.scroll-header-fixed>.nav-panel {
    padding:3px 0;
}

.scroll-header-fixed .navbar-logo svg {
    max-height:36px;
}

.scroll-header-fixed .hamburger-btn .icon-bar {
    background-color:#fff;
}

#main_header {
    z-index:130;
}

#main_header>.nav-panel {
    margin-bottom:0;
    border:0;
    padding: 14px 0;
}
@media(min-width: 768px){
    #main_header>.nav-panel {
        padding:18px 0;
    }
}
.container_absolute {
    position:absolute;
    left:0;
    right:0;
    z-index:2;
}

.top-menu {
    transition:all .2s linear;
}

.hamburger-btn {
    background:0;
    color:#FFF;
    border:0;
    display:block;
    float:left;
    outline:0;
    cursor:pointer;
    width: 52px
}
.hamburger-btn:hover,
.hamburger-btn:focus,
.hamburger-btn:active,
.hamburger-btn:active:hover,
.hamburger-btn:active:focus {
    outline:0;
}
.hamburger-btn .icon-bar {
    background-color:#212121;
}
.hamburger-btn:hover .icon-bar,
.hamburger-btn:active .icon-bar,
.scroll-header-fixed .hamburger-btn:hover .icon-bar,
.header-not-main-page .hamburger-btn:hover .icon-bar {
    background-color:var(--prv_btn_color);
}

.phonenum-cnt {
    text-transform:uppercase;
}

.phonenum,.phonenum:focus {
    color:#212121;
    line-height:normal;
}

.main_header .phonenum.show-modal {
    font-size:.6666em;
}

.logo-link:hover {
    opacity:.8;
}

.header-logo-img {
    height:38px;
    width:auto;
    display:block;
    margin:0 auto;
}

#main_header .navbar-logo,#main_header .navbar-nav>li>a {
    text-shadow:none;
}

.prv_top_number {
    font-size:1.14em;
    font-weight:600;
}

.prv_top_number,.prv_top_number:hover,.prv_top_number:focus {
    color:#212121;
}

.dropdown.phonenum .dropdown-menu {
    width:unset;
    left:unset;
    right:0;
    margin:0;
}

.phonenum .prv_top_dropdown {
    padding-right:0;
    line-height:24px;
    font-size:24px;
    height:24px;
    padding-left:0;
    width:14px;
    text-align:right;
}

.phonenum .prv_top_dropdown:after {
    content:none;
}

.prv_top_dropdown {
    border:0;
    font-size:16px;
    font-weight:600;
    background:transparent;
}

.caret {
    display:inline-block;
    width:0;
    height:0;
    margin-left:2px;
    vertical-align:middle;
    border-top: 6px dashed;
    border-right:6px solid transparent;
    border-left:6px solid transparent;
    border-radius:10px;
}



.network-list {
    padding-left:0;
    list-style:none;
    font-size:18px;
    margin:0;
}

.network-list li {
    display:inline-block;
    margin-right:14px;
}

.network-list li a,.network-list li a:focus {
    color:#AFAFAF;
}

.scroll-header-fixed .cart_image svg {
    fill:#fff;
}
.scroll-header-fixed .hamburger-btn .icon-bar{
    background-color: #fff;
}

.navbar-logo {
    display:flex;
    align-items:center;
    justify-content: center;
}
.navbar-logo>span {
    margin-left:10px;
    text-transform:uppercase;
    color:#212121;
    font-size:22px;
    font-weight:700;
}
@media(min-width: 768px){
    .navbar-logo>span {
        margin-left:20px;
    }
}
.navbar-logo:hover{
    text-decoration: none;
}
.navbar-logo:hover span {
    color:var(--prv_btn_color);
    opacity:.9;
}
.search_wrapper{
    position: relative;
}
.search_cnt {
    position:absolute;
    left:0;
    right:0;
    z-index:993;
    transition:.6s;
    background:#fff;
    top: -100px;
    visibility: hidden;
    opacity: 0;
    transition: top 0.3s, visibility 1s, opacity 1s;
}
.search_cnt.open{
    top: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: top 0.3s, visibility 0s, opacity 0s;
}
.search_form {
    padding-right:60px;
    position:relative;
}

.search_close {
    position:absolute;
    right:0;
    width:35px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
    top:48px;
    cursor:pointer;
}

.inp_search {
    color:#444;
    display:block;
    line-height:18px;
    vertical-align:top;
    width:100%;
    font-size:1.8667em;
    height:132px;
    background:0;
    border:0;
    border-radius:0;
    padding:0 128px 0 0;
}

.close_bg {
    position:fixed;
    top:0;
    left:0;
    width:0;
    height:100%;
    z-index:-1;
    transition: opacity 1s ease;
    background-color:rgba(0,0,0,0.6);
}

.close_bg.active {
    z-index:992;
    width:100%;
    transition:background-color .5s ease,opacity .5s ease;
}

.search_btn {
    display:inline-block;
    cursor:pointer;
    white-space: nowrap;
}

.search_btn>.fa {
    font-size:22px;
    float:left;
    margin-right:8px;
}

.search_btn>span {
    font-size:.8571em;
    font-weight:600;
    text-transform:uppercase;
    display:inline-block;
}

.search_input {
    position:absolute;
    top:48px;
    right:60px;
}

.cart_image {
    margin:0 0 0 auto;
}

.header_two_line .dropdown.phonenum .prv_top_number {
    display:inline;
}

.header_two_line .dropdown-menu a,
.header_two_line .dropdown-menu a:focus {
    display:block;
    clear:both;
    font-weight:400;
    line-height:1.42857143;
    color:#333;
    white-space:nowrap;
    font-size:14px;
    text-decoration:none;
    padding:3px 20px;
}

.header_two_line .dropdown-menu a:hover,
.header_two_line .dropdown-menu a:active,
.header_two_line .dropdown-menu a:active:focus,
.header_two_line .dropdown-menu a:active:hover {
    background-color:#e8e8e8;
    background-image:linear-gradient(tobottom, #f5f5f5 0, #e8e8e8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
    background-repeat:repeat-x;
    text-decoration:none;
}

.callback_cnt {
    max-width:180px;
    margin:0 auto;
}

.phonenum:hover,.scroll-header-fixed .phonenum:hover,.header-not-main-page .phonenum:hover,.prv_top_dropdown .caret,.network-list li a:hover,.network-list li a:active:hover,.network-list li a:active:focus,.network-list li a:active {
    color:var(--prv_color_bg);
}

.phonenum:focus,.phonenum:hover,.prv_top_number:hover,.prv_top_number:focus,.navbar-logo:hover {
    text-decoration:none;
}

.logo-link,
.open>.dropdown-menu {
    display:block;
}

#main_header .btn,#main_header .btn:focus,.scroll-header-fixed .header_two_line .prv_top_number,.scroll-header-fixed .phonenum,.scroll-header-fixed .phonenum:focus,.scroll-header-fixed .search_btn,.scroll-header-fixed .working_time,.scroll-header-fixed .navbar-logo>span {
    color:#fff;
}

#main_header div.dropdown_cart .btn, #main_header div.dropdown_cart .btn:focus{
    color: var(--prv_font_color);
}
.main_header{
    background-color: #fff;
    width: 100%;
    z-index: 100;
    position: relative;
}
.nav-panel-fixed{
    z-index: 99;
    position: fixed;
    top: -1px;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    box-shadow: 0 1px 5px rgba(0,0,0,.136);
}
.nav-panel-mobile{
    z-index: 85;
    position: absolute;
    width: 100%;
    top: -1px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,.136);
}
.nav-panel-mobile--fixed{
    position: fixed;
    top: -1px;
}
.header-fixed-container{
    padding-top: 15px;
    padding-bottom: 15px;
}
@media(min-width:768px){
	.nav-panel-mobile{
		display: none;
	}
    .navbar-logo>span {
        margin-left:20px;
    }
    #main_header:not(.header-not-main-page)+.header_empty_block{
        height: 0!important;
    }
}
@media(max-width:991px){
    .head-slide {
      padding-top:100px;
    }
}
@media(max-width:767px){
    .main_header{
        display: none;
    }
    .nav-panel-fixed{
        display: none;
    }
    .head-slide {
      padding-top:30px;
    }
}

a.cart_image:hover{
    opacity: 1;
}
a.cart_image:hover svg{
    fill: var(--prv_btn_color);
}
.scroll-header-fixed .navbar-logo:hover>span{color: var(--prv_btn_color);}

.search_wrapper div.title-search-result {
	border-collapse: collapse;
	border:none;
        position: absolute;
        top: 132px;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 999;
}
div.title-search-result {
	border:1px solid #E9E9F0;
	display:none;
	/*overflow:hidden;*/
	z-index:205;
}
div.title-search-fader {
	display:none;
	background-image: url('images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

#search-header .search_input-line{
    border-radius: 0;
    border:none;
}
#search-header .search_line{
    display: flex;
    padding-bottom: 12px;
    border-bottom: 1px solid #E9E9F0;
    margin-bottom: 60px;
}
#search-header .inp_search_line{
    width: 100%;
    border:0;
    font-size: 1.14em;
    color: #757575;
}

#search-header .search_result__list{
    border-top: 1px solid #E9E9F0;
    padding: 0;
    margin: 0;
}
#search-header .search_result__list:last-child{
    border:none;
}
#search-header .search_result__list div.search_all a{
    display: block;
    padding: 30px;
    text-align: center;
    background: var(--prv_btn_color);
}
.search-result__list-item{
    
}
#search-header .search_all{
    border: none;
}
#search-header .search_all a:hover{
    text-decoration: none;
}
#search-header .search_all a{
    color:#fff;
}
#search-header .post_text{
    margin-left: 20px;
}
#search-header .post_text > a{
    display: block;
}
#search-header .post-image{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    min-width: 100px;
}
#search-header .post-image img{
    max-width: 100px;
    max-height: 100%;
    display: block;
    height: auto;
}
#search-header .search_item{
    transition: background-color 0.3s;
    position: relative;
    padding: 5px 0;
    height: 80px;
}
#search-header .search_item:hover{
    background-color: #f8f9fb;
}
#search-header .search_item .container{
    display: flex;
    align-items: center;
    height: 100%;;
}
#search-header .search-result__list-item-text{
    color: #212121;
    font-size: 1em;
}

#search-header .search-result__list-item{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#search-header .btn.search_input{
    color: var(--prv_font_color);
}
.toggle-menu-header__logo-block{
    margin: 0 auto;
    display: table;
}
.toggle-menu .phonenum.show-modal,
.scroll-header-fixed .toggle-menu .phonenum.show-modal{
    color: #212121;
}
.toggle-menu .phonenum.show-modal:hover,
.scroll-header-fixed .toggle-menu .phonenum.show-modal:hover{
    color: var(--prv_btn_color)
}
.toggle-menu-header__logo{
    display: flex;
    align-items: center;
    padding: 33px 0 24px;
    position: relative;
    cursor: pointer;
}
.toggle-menu-header__logo span{
    margin-left: 20px;
    text-transform: uppercase;
    color: #212121;
    font-size: 22px;
    font-weight: bold;
}
.toggle-menu-header__logo:hover span{
    color: var(--prv_btn_color);
    opacity: .9;
}
.toggle-menu-block{
    width: 100%;
    background-color: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    padding: 0px 0px 100px;
    list-style: none;
    display: none;
    z-index: 1000;
}
.toggle-menu-block::-webkit-scrollbar,
.left_float_sidebar::-webkit-scrollbar{
    width: 8px;
}
.toggle-menu-block::-webkit-scrollbar-thumb,
.left_float_sidebar::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background: rgba(0,0,0,0.5);
    border: 2px solid #fff;
}
.toggle-menu-block::-webkit-scrollbar-track,
.left_float_sidebar::-webkit-scrollbar-track{
    border-radius: 8px;
}
.toggle-menu-block a{
    display: flex;
}
.toggle-menu-block a:hover,
.toggle-menu-block a.root-item-toggle-selected,
.toggle-menu-block a.item-selected,
.left_float_sidebar  .nav-link:hover{
    color: var(--prv_btn_color);
}
.toggle-menu-block a:hover,
.toggle-menu-block a:focus,
.nav-link:hover,
.nav-link:focus{
    text-decoration: none;
}
.nav-item a{
    color: #707070;
}
.nav-item-phones .nav-item{
    display: flex;
    justify-content: space-between;
}
.menu-toggle-mobile__button_ask{
    background: var(--prv_interactive_color);
    color:#fff;
    padding: 12px 0px;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px;
}
.menu-toggle-mobile__button_ask:hover,
.menu-toggle-mobile__button_ask:active,
.menu-toggle-mobile__button_ask:focus{
    background: var(--prv_btn_hover);
}
.main_header .phonenum.show-modal {
    font-size:.6666em;
}
.toggle-menu-block .level_1{
    font-size: 1.14em;
    font-weight: 600;
    margin-bottom: 1em;
}
.toggle-menu-block .level_1{
    color: #000;
    margin: 0;
}
.toggle-menu-block .level_1 + .root-item-toggle{
    margin-top: 1em;
}
.toggle-menu .level_1 + .level_1{
    margin-top: 1.71em;
}
.toggle-menu-block .root-item-toggle a,
.toggle-menu-block .root-item-toggle a:focus{
    color: #757575;
    font-size: 1em;
    line-height: 2.2em;
    font-weight: normal;
}
.toggle-menu-block .root-item-toggle a:hover,
.toggle-menu-block .root-item-toggle a:active,
.toggle-menu-block .root-item-toggle a:active:hover,
.toggle-menu-block .root-item-toggle a:active:focus{
    color: var(--prv_btn_color);
}
.toggle-menu-block ul{
    list-style: none;
    padding-left: 0;
}
.toggle-menu-block .root-item-toggle > li{
    padding-right: 20px;
}
.menu-item-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.toggle-menu-block .root-item-toggle li{
    position: relative;
    padding-right: 20px;
}
.root-item-toggle-angle{
    position: absolute;
    right: 0px;
    top: 0.28em;
    padding: 7px;
}
.root-item-toggle-angle.collapsed{
    top: 0.01em;
}
.toggle-menu-block .root-item-toggle > li > ul{
    padding-left: 10px;
}
.toggle-menu-header{
    position: relative;
    margin-bottom: 43px;
}
.toggle-menu-close{
    height: 18px;
    width: 18px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}
.toggle-menu-close:hover,
.toggle-menu-close:focus,
.toggle-menu-close:active,
.toggle-menu-close:active:hover,
.toggle-menu-close:active:focus{
    outline: none;
}
.toggle-menu-close_icon{
    fill: #212121;
}
.toggle-menu-close:hover .toggle-menu-close_icon{
    fill: var(--prv_btn_color);
}

/* TOP MENU */
.sticky-top {
    z-index: 998;
}
#top_menu_section {
    background-color: #212121;
}
#top_menu_section .navbar{
    padding:0px;
    margin-left: -15px;
    margin-right: -15px;
}
#top_menu_section .navbar-expand-lg .nav-link {
    padding: 23px 15px;
    font-family: 'MullerBold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    white-space: nowrap;
}
#top_menu_section .navbar-expand-lg .nav-link .fa-angle-down,
#top_menu_section .navbar-expand-lg .nav-link .fa-angle-right{
    margin-left: 10px;
}
#top_menu_section .navbar-expand-lg .nav-link:hover, #top_menu_section .navbar-expand-lg .nav-link.active {
    background-color: var(--prvcolor);
}
#top_menu_section  .navbar-expand-lg .nav-link.top_search_btn {
    font-size: 16px;
    line-height: 16px;
    padding: 21px;
    height: 58px;
}
#top_menu_section  .navbar-expand-lg .nav-link.top_search_btn i.fa{
    margin-top: -3px;
}
.prv_dropdown_parent {
    position: relative;
}
.prv_dropdown_block {
    position: absolute;
    top: 100%;
    left: 0;
    z-index:901;
    display: none;
    min-width: 160px;
    margin-top:-2px;
    background-color: #212121;
    border-top: 2px solid var(--prvcolor);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    list-style-type: none;
    padding-left: 0px;
}
.prv_dropdown_parent:hover .prv_dropdown_block{
    display: block;
}
#top_menu_section .navbar-expand-lg .prv_dropdown_block .nav-link {
    padding: 14px 15px;
    text-transform: none;
    font-size: 16px;
}

.menu_burger, .menu_burger:focus {
    height:58px;
    border: none;
    vertical-align: baseline;
    padding-right: 17px;
    padding-left: 17px;
    border-radius: 0px;
    background-color: transparent;
    outline: none;
}
.menu_burger:hover{
    background-color: var(--prvcolor);
    outline: none;
}
.navbar-toggler-icon {
    color:#fff;
    display: inline;
    font-size: 25px;
    width:auto;
    height: auto;
}
.left_float_sidebar {
    background: #fff;
    z-index: 1000;
    overflow: hidden;
    overflow-y: auto;
    transition: left 0.4s ease 0s;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 300px;
    max-width: 100%;
    text-align: left; /* new */
}
.menu-mobile__close-btn{
    padding: 25px 29px 25px 34px;
    display: flex;
    justify-content:flex-end;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
}
.toggle-menu-header__logo-block-left{
    margin-right: auto;
}
.swipe_container .nav-link {
    padding: 25px 34px;
    font-family: var(--prv_font_family);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.94em;
    line-height: 0.94em;
    color: #707070;
    border-bottom: 1px solid #EFEFEF;
}
.swipe_container.nav-link:first-child{
    border-top: 1px solid #EFEFEF;
}
.left_float_sidebar .nav-link.open_swipe {
    display:flex;
    justify-content: space-between;
}
.left_float_sidebar.float_left_show {
    left: 0;
    box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.45);
}
.float_fade_background {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right:0;
    background-color: #000;
    opacity: .5;
    z-index: 999;
    display:none;
}
.float_fade_background.float_background_show{
    display:block;
}
.swipe_container {
    transform: translateX(0%);
    transition: transform .5s ease-in-out;
}
.prv_swipe_block {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    z-index:901;
    list-style-type: none;
    padding-left: 0px;
    display: block;
    visibility: hidden;
}
.prv_swipe_block.prv_swipe_show {
    visibility: visible;
}
.swipe_parent_link {
    border-top: 2px solid var(--prvcolor);
    border-bottom: 2px solid var(--prvcolor);
}
.float_menu_info {
    border-top: 1px solid #EFEFEF;
    padding-top: 20px;
}
.float_menu_info div.float_menu_info--elem, .float_menu_info p, .float_menu_info a{
    color:#212121;
    font-size: 0.9285em;
    line-height: 20px;
    font-family: var(--prv_font_family);
}
.float_menu_info div.float_menu_info--elem,
.float_menu_info p {
    padding: 0px 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.float_menu_info i {
    color: #212121;
    margin-right: 10px;
}
.float_menu_info--icon{
    width: 20px;
    text-align: center;
    margin-right: 10px;
}
.nav-item a svg{
    margin-right: 10px;
}
/* TOP MENU END */

.left_float_sidebar.float_left_show{
    display: none !important;
}
.nav-link{
    display: block;
}
@media (max-width: 992px) {
    .toggle-menu-block{
        display: none !important;
    }
    .left_float_sidebar.float_left_show{
        display: block !important;
    }
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: unset;
}
/*dropdown fix*/
.scroll_visible .nav_list>li>ul.root-item-toggle{
    text-align: left;
}
@media(min-width: 768px){
    .toggle-menu-block > .container-fluid{
        width: 100%;
        padding: 0 22px;
        margin: 0 auto;
    }
}
@media(min-width: 992px){
    .toggle-menu-block > .container-fluid{
        max-width: 992px;
        padding: 0 30px;
    }
}
@media(min-width: 1200px){
    .toggle-menu-block > .container-fluid{
        max-width: 1344px;
        padding: 0 72px;
    }
}
.toogle-menu-right-block{
    border: 1px solid #F2F2F2;
}
.toogle-menu-right-block--no-cart{
    padding-top: 20px;
}
.toogle-menu-right-block .dropdown.phonenum .prv_top_number{
    display: inline;
}
.toogle-menu-right-block .dropdown-menu a,
.toogle-menu-right-block .dropdown-menu a:focus{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
}
.toogle-menu-right-block .dropdown-menu a:hover,
.toogle-menu-right-block .dropdown-menu a:active,
.toogle-menu-right-block .dropdown-menu a:active:focus,
.toogle-menu-right-block .dropdown-menu a:active:hover{
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}
.toggle-menu-cart-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    margin: 30px 35px 30px 35px;
    border-bottom: 1px solid #D7D7D7;
}
.toggle-menu-cart-block__title{
    color: #212121;
    font-size: 1.14em;
    font-weight: bold;
}
.toggle-menu-cart-block__cart-icon{
    position: relative;
}
.toggle-menu-cart-block__cart-icon .dropdown_cart{
    display: none!important;
    visibility: hidden;
    opacity: 0;
    height: 0;
}
.toogle-menu-right-block .cart_image svg{
    fill: #000!important;
}
.contacts-section__email-block_header_1{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.contacts-section__email_header_1 a{
    color: #212121;
    margin-left: 10px;
}
.contacts-section__address-block_header_1{
    display:flex;
    margin-top: 25px;
}
.contacts-section__address-block_header_1 svg{
    flex-shrink:0;
}
.contacts-section__address_header_1{
    margin-left: 10px;
}
.menu-toggle__button_ask{
    padding: 15px 0;
    text-align: center;
    background: var(--prv_color_bg);
    margin: 0;
    color:#fff;
    transition: 0.6s;
}
.menu-toggle__button_ask:hover{
    cursor: pointer;
    opacity: var(--prv_btn_opacity);
}
.root-item-toggle-angle_toggle-menu i{
    text-align: center;
    width: 20px;
    height: 20px;
    transition: 0.2s;
}
.root-item-toggle-angle_toggle-menu:hover i{
    border-radius: 100em;
    background:var(--prv_interactive_color);
    color:#fff;
}
.root-item-toggle-angle_toggle-menu.collapsed > .fas{
    transform: rotate(0deg);
    transition: 0s;
}
.root-item-toggle-angle_toggle-menu:not(.collapsed) > .fas{
    transform: rotate(180deg);
    transition: 0s;
}
.contacts-section__email-block_header_1{
    display: flex;
    align-items: center;
    margin: 25px 35px 0 35px;
}
.contacts-section__email_header_1 a{
    color: #212121;
    margin-left: 10px;
}
.contacts-section__address-block_header_1{
    display:flex;
    align-items: center;
    margin:25px 35px 0 35px;
}
.contacts-section__address-block_header_1 svg{
    flex-shrink:0;
}
.contacts-section__address_header_1{
    margin-left: 10px;
}
.menu_one-level{
    margin-bottom: 40px;
}
.menu_one{
    margin-bottom: 40px;
}
.menu-toggle__button_ask{
    padding: 15px 0;
    text-align: center;
    background:var(--prv_button_bg);
    color:#fff;
    transition: 0.6s;
}
.menu-toggle__button_ask:hover{
    cursor: pointer;
    background:var(--prv_btn_hover);
}
.header-top-line{
    display: flex;
    align-items: center;
}
.search_result__toggle-menu{
    height: 100%;
    background:#fff;
}
/* Socials */
.contacts-section__network-list_header{
    font-size: 14px;
    margin: 30px 35px;
    padding: 0;
}
.contacts-section__network-list_header li{
    display: inline-block;
    margin-right: 15px;
}
.contacts-section__network-list_header a{
    color: #AFAFAF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
}
.contacts-section.light .contacts-section__network-list_header a{
    color: #212121;
}
.contacts-section__network-list_header a:hover,
.contacts-section.light .contacts-section__network-list_header a:hover{
    color: var(--prv_btn_color);
}
.contacts-section__network-list_header a:hover,
.contacts-section__network-list_header a:focus{
    text-decoration: none;
}
.contacts-section__network-list_header li:last-child{
    margin-right: 0px;
}
@media (max-width: 767px) {
    .contacts-section__network-list_header{
        margin-top: 20px;
    }
    .contacts-section__network-list_header li{
        margin-right: 20px;
    }
}
@media (max-width:1200px){
    .phonenum-cnt{
        margin: 0;
    }
    .contacts-section__email-block_header_1{
        flex-direction:column;
    }
    .contacts-section__email_header_1{
        margin-top: 10px;
    }
    .contacts-section__address-block_header_1{
        flex-direction:column;
    }
    .contacts-section__address_header_1{
        margin-top: 10px;
    }
    .contacts-section__network-list_header{
        margin-top: 25px;
                text-align: center;
    }
}

@media(min-width: 1200px){
    .toggle-menu .phonenum.show-modal{
        margin-left: 64px;
    }
}

.hamburger-btn .icon-bar {
    display:block;
    width:16px;
    height:2px;
    border-radius:2px;
}
.hamburger-btn .icon-bar+.icon-bar {
    margin-top:3px;
}
.hamburger-btn .icon-bar.icon-bar-first{
    width: 19px;
}
.hamburger-btn .icon-bar.icon-bar-last{
    width: 12px;
}
.nav-link.close_swipe{
    font-size: 1.7em;
}

.toogle-menu-right-block .account-block{
    margin: 0 35px;
    margin-bottom: 20px;
}

.toogle-menu-right-block .account-icon span{
    margin-left: 10px;
    color: #212121;
}

.toogle-menu-right-block .regionality-block{
    margin-left: 0;
}

.toogle-menu-right-block .regionality-block .regionality{
    display: block;
}

/*.toggle-menu-cart-block__region-icon{*/
/*    width: 100%;*/
/*}*/

#menu-toggle-search .title-search-result {
	border:1px solid #E9E9F0;
        border-top: none;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 999;
        max-height: 80vh;
        overflow: auto;
}
#menu-toggle-search div.title-search-fader {
	display:none;
	background-image: url('images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
#menu-toggle-search .search_input-line{
    border-radius: 0;
}
#menu-toggle-search .search_line{
    display: flex;
    padding-bottom: 12px;
    border-bottom: 1px solid #E9E9F0;
    margin-bottom: 60px;
}
#menu-toggle-search .inp_search_line{
    width: 100%;
    border:0;
    font-size: 1.14em;
    color: #757575;
}
#menu-toggle-search .search_result__list{
    border-top: 1px solid #E9E9F0;
    padding: 0;
    margin: 0;
}
#menu-toggle-search .search_result__list:last-child{
    border:none;
}
#menu-toggle-search .search_result__list div.search_all a{
    display: block;
    padding: 30px;
    text-align: center;
    background: var(--prv_btn_color);
}
.search-result__list-item{
    
}
#menu-toggle-search .search_all{
    border: none;
}
#menu-toggle-search .search_all a:hover{
    text-decoration: none;
}
#menu-toggle-search .search_all a{
    color:#fff;
}
#menu-toggle-search .post_text{
    margin-left: 20px;
}
#menu-toggle-search .post_text > a{
    display: block;
}
#menu-toggle-search .post-image{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    min-width: 100px;
}
#menu-toggle-search .post-image img{
    max-width: 100px;
    height: auto;
    max-height: 100%;
    display: block;
}
#menu-toggle-search .search_item{
    transition: background-color 0.3s;
    position: relative;
    padding: 5px 0;
    height: 65px;
}
#menu-toggle-search .search_item:hover{
    background-color: #f8f9fb;
}
#menu-toggle-search .search_item .container{
    display: flex;
    align-items: center;
    height: 100%;
}
#menu-toggle-search .search-result__list-item-text{
    color: #212121;
    font-size: 1em;
}

#menu-toggle-search .search-result__list-item{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#menu-toggle-search .title-search-result::-webkit-scrollbar{
    width: 10px;
}
#menu-toggle-search .title-search-result::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background: #ccc;
    border: 2px solid rgba(0,0,0,.8);
}
#menu-toggle-search .title-search-result::-webkit-scrollbar-track{
    border-radius: 8px;
}
#menu-toggle-search .btn.search_input-line{
    color: var(--prv_font_color);
}
.basket_top{
    position:relative;;
}
.dropdown_cart{
    display: none;
    position: absolute;
    right: 0;
    top:200%;
    width:630px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    border-radius:10px;
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 9;
    margin-top: -5px;
    z-index: 9999;
}
.dropdown_cart::-webkit-scrollbar{
    width: 8px;
}
.dropdown_cart::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
}
.dropdown_cart::-webkit-scrollbar-track{
    border-radius: 8px;
}
@media (min-width: 768px) {
    .basket_top.open_cart .dropdown_cart,
    .basket_top:hover .dropdown_cart {
        display: block;
    }
}
.cart_items_container {
    width:100%;
}
.cart_image {
    display:flex;
    align-items: center;
}
.cart_count {
    margin-left: 5px;
    display:flex;
    align-items: center;
    text-align: center;
    line-height:1em;
    justify-content: center;
    font-size:12px;
    background: var(--prv_color_bg);
    border-radius:50px;
    color:#fff;
    height: 20px;
    min-width: 20px;
}
.dropdown_cart {
    background-color:#fff;
}
.cart_item {
    display:flex;
    padding:35px 40px 23px 15px;
    align-items:center;
    width: 100%;
    border-bottom:1px solid #E9E9E9;
}
.cart_item_image {
    width: 137px;
    height: 110px;
    margin-right:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-grow:0;
    flex-shrink:0;
    position: relative;
}
.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: 45px;
    height: 45px;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.cart_item_image img{
    max-width:100%;
    max-height:100%;
}
.cart_item_info {
    flex-grow:10;
    flex-shrink:10;
}
.cart_item_top_container {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom:5px;
}
.cart_item_name {
    flex-grow:10;
    flex-shrink:10;
    color:#212121;
    font-size:1em;
    font-weight:bold;
}
.cart_item_name a{
    color:#212121;
}
.cart_item_name a:hover{
    text-decoration: none;
    color: var(--prv_btn_color);
}
.cart_item_remove {
    width:14px;
    height:14px;
    text-decoration:none;
    margin-left:10px;
    flex-grow:0;
    flex-shrink:0;
}
.cart_item_remove:hover,
.cart_item_remove:focus {
    text-decoration:none;
}
.cart_item_remove .clear-cart-1{
    fill:#757575;
}
.cart_item_remove:hover .clear-cart-1,
.cart_item_remove:focus .clear-cart-1{
    fill:var(--prv_color);
}
.cart-item-line-prices{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cart_item_in_stock {
    color: #0A9200;
    text-transform:uppercase;
    margin-bottom:20px;
    font-size:0.857142em;
}
.cart_item_no_stock {
    color:#757575;
    text-transform:uppercase;
    margin-bottom:10px;
    font-size:0.857142em;
}
.cart_item_price, .cart-item-line-prices__item-sum{
    font-weight:bold;
    font-size:1.3em;
    line-height:1.36em;
}
.cart_item_price--old{
    color: #757575;
    font-size: 1.1em;
    line-height: 1;
    text-decoration: line-through;
    margin-top: 10px;
}
.cart_bottom {
    width:100%;
    padding:35px 40px;
    display:flex;
    justify-content:flex-end;
}
.remove_all {
    text-transform:uppercase;
    font-size:0.857142em;
    line-height:1;
    display: flex;
    align-items: center;
}
.cart_sum {
    color:#212121;
    font-weight:bold;
    display:flex;
    align-items:flex-end;
    line-height:1;
}
.cart_sum_desc {
    font-size:1.285714em;
}
.cart_sum_price {
    margin-left:12px;
    font-size:1.571428em;
}
.cart_clear_block {
    display:flex;
    justify-content:space-between;
    padding:35px 40px;
    width: 100%;
    border-bottom:1px solid #E9E9E9;
}
.remove_all {
    color:#757575;
    text-decoration:none;
    flex-grow:0;
    flex-shrink:0;
}
.remove_all:hover,
.remove_all:focus {
    color:var(--prv_color);
    text-decoration:none;
}
.remove_all svg#clear-button{
    margin-right:18px;
    width:19px;
    height:19px;
}
.remove_all .clear-cart-1{
    fill:#757575;
}
.remove_all:hover .clear-cart-1,
.remove_all:focus .clear-cart-1{
    fill:var(--prv_color);
}

.empty_block {
    padding:40px 0px;
}
@media (min-width: 576px) {
    .empty_block {
        padding:40px 50px;
    }
}
.cart_svg_image {
    max-width:65px;
    width:100%;
    margin:0 auto;
}
.cart_svg_image .cart-1 {
    fill: #757575;
}
.cart_empry_header {
    font-size:1.428571em;
    color:#212121;
    margin-bottom: 15px;
}
.cart_empry_description {
    color:#757575;
    margin-bottom:25px;
}

.basket_item_counter .btn-outline-secondary.btn,
.basket_item_counter .btn-outline-secondary.btn:focus,
.basket_item_counter .btn-outline-secondary.btn:active,
.basket_item_counter .btn-outline-secondary.btn:active:focus,
.basket_item_counter .btn-outline-secondary.btn.active{
    background-color:#F8F9FB;
    border:1px solid #E9E9E9;
    color:#757575;
    padding:4px !important;
    font-size:10px;
    box-shadow:none;
}
.basket_item_counter .btn-outline-secondary.btn:hover {
    background-color:var(--prv_color);
    border-color:var(--prv_color);
    color:#fff;
}

.basket_item_counter .form-control.basket_count,
.basket_item_counter .form-control.basket_count:focus,
.basket_item_counter .form-control.basket_count:hover {
    background-color:#F8F9FB;
    border-top:1px solid #E9E9E9;
    border-bottom:1px solid #E9E9E9;
    border-left:0px;
    border-right:0px;
    color:#757575;
    outline:none;
    box-shadow:none;
    width:60px;
    text-align:center;
    flex:0;
}
.basket_item_counter .input-group-prepend .btn{
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    border-right:0!important;
}
.basket_item_counter .input-group-append .btn{
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    border-left:0!important;
}
.cart_item .cart_item_type{
    font-size: 1.142857em;
    margin-bottom: 17px;
}
.basket_item_counter {
    text-align:center;
    margin-bottom:10px;
}
.basket_item_counter .input-group {
    justify-content: center;
}
@media (min-width: 576px) {
    .basket_item_price,
    .basket_item_sum,
    .basket_item_counter {
        text-align:left;
    }
    .basket_item_counter .input-group {
        justify-content: flex-start;
    }
}
@media (min-width: 768px) {
    .basket_item_price,
    .basket_item_sum,
    .basket_item_counter {
        margin-bottom:0px;
    }
}

.basket_item_counter .btn-outline-secondary.btn,
.basket_item_counter .btn-outline-secondary.btn:focus,
.basket_item_counter .btn-outline-secondary.btn:active,
.basket_item_counter .btn-outline-secondary.btn:active:focus,
.basket_item_counter .btn-outline-secondary.btn.active{
    background-color:#F8F9FB;
    border:1px solid #E9E9E9;
    color:#757575;
    padding:8px;
    font-size:12px;
    box-shadow:none;
}
.basket_item_counter .btn-outline-secondary.btn:hover {
    background-color:var(--prv_color);
    border-color:var(--prv_color);
    color:#fff;
}
.basket_item_counter .form-control.basket_count,
.basket_item_counter .form-control.basket_count:focus,
.basket_item_counter .form-control.basket_count:hover {
    background-color:#F8F9FB;
    border-top:1px solid #E9E9E9;
    border-bottom:1px solid #E9E9E9;
    border-left:0px;
    border-right:0px;
    color:#757575;
    outline:none;
    box-shadow:none;
    width:60px;
    max-width:60px;
    text-align:center;
    flex:0;
}
.basket_count{
    font-size: 1em;
    height: inherit;
    padding: 0;
}
.basket_item_counter .input-group-prepend .btn{
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    border-right:0!important;
}
.basket_item_counter .input-group-append .btn{
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    border-left:0!important;
}
.header_phonenum{
    margin: 0 35px;
    display: flex;
    align-items: center;
}
.header_phonenum a{
    margin: 0 10px;
}
.header__dropdown-phone-title{
    color: #212121;
    font-size: 0.94em;
    font-weight: 400;
    white-space: nowrap;
}
.header__dropdown-phone-title-block{
    display: flex;
    margin-top: 10px;
}
@media (max-width:1200px){
    .header_phonenum{
        flex-direction:column;
    }
}
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.account-icon{
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.nav_list--fixed_container {
    position:relative;
}
.nav_list--fixed{
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 0;
    margin-right:-10px;
    margin-left:-10px;
}
@media(min-width: 992px) and (max-width: 1199px){
    .nav_list--fixed{
        margin-right:0px;
        margin-left:0px;
    }
}
.nav_list--fixed>li>a{
	padding: 16px 30px;
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.nav_list--fixed>li>a:hover{
    color: var(--prv_btn_color);
}
.nav_list--fixed>li>a:focus,
.nav_list--fixed>li>a:hover{
	text-decoration: none;
}
.link_first_dropdown {
    position:relative;
}
.scroll_visible .nav_list--fixed>li>a{
	padding: 21px 10px;
}
@media(max-width: 1199px){
	.scroll-header-fixed .nav_list--fixed{
		margin: 0;
	}
}
ul.mini_dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 901;
    display: none;
    min-width: 224px;
    margin-top:-1px;
    box-shadow: 0px 4px 5px 0px rgba(117,117,117,0.5);
    padding:0px;
    list-style:none;
    background-color:#fff;
}
ul.mini_dropdown_menu > li{
	width: 100%;
}
.priority-nav__dropdown ul.mini_dropdown_menu {
	top: 0;
	left: 100%;
}
ul.mini_dropdown_menu .mini_dropdown_item {
    font-size: var(--prv_font_size);
    font-family: var(--prv_font_family);
    padding:16px 30px;
    line-height:1;
    color:#212121;
    border-bottom:1px solid #EFF0F0;
    display:block;
    text-align:left;
}
ul.mini_dropdown_menu .mini_dropdown_item:hover,
ul.mini_dropdown_menu .mini_dropdown_item:focus,
ul.mini_dropdown_menu .mini_dropdown_item.mini_dropdown_item_selected {
    text-decoration:none;
    background-color:#EFF0F0;
}
ul.mini_dropdown_menu .mini_dropdown_item:hover {
    color: var(--prv_btn_color);
}
ul.root-item{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 29px 30px 15px;
	background-color: #fff;
	width: 100%;
	box-shadow: 0px 4px 5px 0px rgba(117,117,117,0.5);
}
.scroll_visible .nav_list--fixed>li.open ul.root-item{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.scroll_visible ul.root-item > li{
	width: 50%;
}
@media(min-width:1200px){
	.scroll_visible ul.root-item > li{
		width: 33.3333333%;
	}
}
.nav_list--fixed>li.open ul.root-item,
.nav_list--fixed>li.open ul.mini_dropdown_menu,
.priority-nav__dropdown>li.open ul.mini_dropdown_menu{
	display: flex;
    flex-wrap: wrap;
}
ul.root-item>li{
	display: block;
	width: 33.3333%;
	float: left;
	margin-bottom: 25px;
}
ul.root-item a{
	color: #212121;
	display: block;
	margin-bottom: 8px;
}
ul.root-item a:hover,
ul.root-item a.root-item-selected,
ul.root-item a.item-selected,
ul.root-item a:hover,
ul.mini_dropdown_menu .mini_dropdown_item.mini_dropdown_item_selected{
	color: var(--prv_color);
}
ul.root-item a:hover,
ul.root-item a:focus{
	text-decoration: none;
}
ul.root-item .level_1{
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 24px;
}
ul.root-item .level_2,
.nav_section_img + .nav_section_text > a{
	font-size: 1em;
	font-weight: 600;
}
ul.root-item .level_3{
	font-size: 0.8517em;
	font-weight: normal;
	line-height: 17px;
}
ul.root-item ul{
	padding-left: 0;
	list-style: none;
}
.nav_section_img{
    display:block;
	width: 68px;
	float: left;
}
.nav_section_text{
	float: right;
	width: calc(100% - 68px);
	padding: 0 18px;
}
.nav_section_text > ul > li > a{
	font-size: 0.8571em;
}
@media(max-width: 1199px){
	.scroll-header-fixed .nav_list--fixed{
		margin: 0;
	}
}
@media (max-width: 991px) {
	ul.root-item>li{
		width: 50%;
	}
}
.nav__dropdown-wrapper.priority-nav__wrapper{
	padding: 0 10px;
}
.priority-nav__dropdown-toggle,
.priority-nav__dropdown-toggle:focus{
	z-index: 9;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	border: none;
	color: #212121;	
	z-index: 9;
}
.priority-nav__dropdown-toggle:hover,
.priority-nav__dropdown-toggle:active,
.priority-nav__dropdown-toggle:active:focus,
.priority-nav__dropdown-toggle:active:hover{
	outline: none;
	border: none;
	color: var(--prv_btn_color);
}
.scroll_visible .priority-nav__dropdown-toggle,
.scroll_visible .priority-nav__dropdown-toggle:focus{
	color: #fff;	
}
.scroll_visible .priority-nav__dropdown-toggle:hover,
.scroll_visible .priority-nav__dropdown-toggle:active,
.scroll_visible .priority-nav__dropdown-toggle:active:focus,
.scroll_visible .priority-nav__dropdown-toggle:active:hover{
	outline: 0.8; 
	color: #fff;
}
.scroll_visible .row > div{
	position: static;
}
.priority-nav__dropdown-toggle .fas{
	position: relative;
	z-index: -1;
}
.priority-nav__dropdown{
	left: -30px;
	z-index: 901;
    min-width: 160px;
    margin-top: -1px;
    box-shadow: 0px 4px 5px 0px rgba(117,117,117,0.5);
    padding: 0px;
    list-style: none;
    background-color: #fff;
}
.priority-nav__dropdown li a{
	font-size: var(--prv_font_size);
    font-family: var(--prv_font_family);
    padding: 16px 30px;
    line-height: 1;
    color: #212121;
    border-bottom: 1px solid #EFF0F0;
    display: block;
	text-align: left;
	text-decoration: none;
}
.priority-nav__dropdown li:hover{
	text-decoration: none;
	background-color: #EFF0F0;
	color: var(--prv_color);
}
.priority-nav__dropdown li a:hover{
	color: var(--prv_btn_color);
	text-decoration: none;
}
.nav_list--fixed>li.open ul.root-item{
    max-height: 318px;
    overflow: auto;
}
.nav_list--fixed>li.open ul.root-item::-webkit-scrollbar{
    width: 8px;
}
.nav_list--fixed>li.open ul.root-item::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background: rgba(0,0,0,0.5);
    border: 2px solid #fff;
}
.nav_list--fixed>li.open ul.root-item::-webkit-scrollbar-track{
    border-radius: 8px;
}
.header_bottom .root-item,
.header_bottom .root-item-selected{
	color: #fff !important;
}

.nav_section_ul{
	display: flex;
	flex-direction: column;
}
.nav_section_ul .nav_section_text{
		float: none;
		width: calc(100% - 68px);
		padding: 0;
		display: flex;
		margin-top: 6px;
		flex-direction: column;
		/* justify-content: center; */
		
}
.nav_section_img{
	display: block;
    width: 68px;
    float: left;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
}

@media(max-width: 320px){
    .navbar-logo svg {
        width: 98.754px;
    }
}
.header-navigation-top{
    width: 100%;
    margin-left: 20px;
}
.nav_list-wrapper .nav_list>li>a {
    color: #212121;
}
.header_top{
    padding: 20px 0;
}
.header_bottom {
    background: var(--prv_color_bg);
    color: #fff;
}
.header_bottom ul.nav_list>li>a {
    padding: 16px 15px;
    text-align: center;
}
.working_time-block{
    display: flex;
    justify-content: center;
}
.working_time{
    display: inline-block;
}
.header-right-block{
    justify-content: flex-end;
}
.regionality-block, .search-block, .cart_block, .account-block{
    margin-left: 25px;
}
#main_header a {
    transition:unset;
} 
#main_header.scroll-header-fixed {
    position:fixed;
    top:0;
    background-color:rgba(0,0,0,0.7)!important;
}
    
.header-not-main-page.scroll-header-fixed {
    background-color:#000;
    border-radius:0;
}
    
.header-not-main-page:not(.scroll-header-fixed) {
    border-bottom:1px solid #f5f5f5;
}
    
#main_header.scroll-header-fixed>.nav-panel {
    padding:3px 0;
}

.scroll-header-fixed .navbar-logo-fixed svg {
    max-height:36px;
}
    
.scroll-header-fixed .hamburger-btn .icon-bar {
    background-color:#fff;
}

#main_header {
    z-index:130;
}

#main_header>.nav-panel {
    margin-bottom:0;
    border:0;
    padding: 14px 0;
}
@media(min-width: 768px){
    #main_header>.nav-panel {
        padding:18px 0;
    }
}
.container_absolute {
    position:absolute;
    left:0;
    right:0;
    z-index:2;
}

.top-menu {
    transition:all .2s linear;
}

.hamburger-btn {
    background:0;
    color:#FFF;
    border:0;
    display:block;
    float:left;
    outline:0;
    cursor:pointer;
    width: 52px
}
.hamburger-btn:hover,
.hamburger-btn:focus,
.hamburger-btn:active,
.hamburger-btn:active:hover,
.hamburger-btn:active:focus {
    outline:0;
}
.hamburger-btn .icon-bar {
    background-color:#212121;
}
.hamburger-btn:hover .icon-bar,
.hamburger-btn:active .icon-bar,
.scroll-header-fixed .hamburger-btn:hover .icon-bar,
.header-not-main-page .hamburger-btn:hover .icon-bar {
    background-color:var(--prv_btn_color);
}

.phonenum-cnt {
    text-transform:uppercase;
}

.phonenum,.phonenum:focus {
    color:#212121;
    line-height:normal;
}

#main_header .phonenum.show-modal {
    font-size:.6666em;
}
     
.logo-link:hover {
    opacity:.8;
}

.header-logo-img {
    height:38px;
    width:auto;
    display:block;
    margin:0 auto;
}

#main_header .navbar-logo-fixed,#main_header .navbar-nav>li>a {
    text-shadow:none;
}

.prv_top_number {
    font-size:1.14em;
    font-weight:600;
}

.prv_top_number,.prv_top_number:hover,.prv_top_number:focus {
    color:#212121;
}

.dropdown.phonenum .dropdown-menu {
    width:unset;
    left:unset;
    right:0;
    margin:0;
}

.phonenum .prv_top_dropdown {
    padding-right:0;
    line-height:24px;
    font-size:24px;
    height:24px;
    padding-left:0;
    width:14px;
    text-align:right;
}

.phonenum .prv_top_dropdown:after {
    content:none;
}

.prv_top_dropdown {
    border:0;
    font-size:16px;
    font-weight:600;
    background:transparent;
}

.caret {
    display:inline-block;
    width:0;
    height:0;
    margin-left:2px;
    vertical-align:middle;
    border-top: 6px dashed;
    border-right:6px solid transparent;
    border-left:6px solid transparent;
    border-radius:10px;
}



.network-list {
    padding-left:0;
    list-style:none;
    font-size:18px;
    margin:0;
}

.network-list li {
    display:inline-block;
    margin-right:14px;
}

.network-list li a,.network-list li a:focus {
    color:#AFAFAF;
}

.scroll-header-fixed .cart_image svg {
    fill:#fff;
}
.scroll-header-fixed .hamburger-btn .icon-bar{
    background-color: #fff;
}

.navbar-logo-fixed {
    margin-left: 50px;
    display:flex;
    align-items:center;
}
.navbar-logo-fixed>span {
    margin-left:10px;
    text-transform:uppercase;
    color:#212121;
    font-size:22px;
    font-weight:700;
}
@media(min-width: 768px){
    .navbar-logo-fixed>span {
        margin-left:20px;
    }
}
.navbar-logo-fixed:hover{
    text-decoration: none;
}
.navbar-logo-fixed:hover span {
    color:var(--prv_btn_color);
    opacity:.9;
}
.search_wrapper{
    position: static;
}
.search_cnt {
    position:absolute;
    left:0;
    right:0;
    z-index:993;
    transition:.6s;
    background:#fff;
    top: -100px;
    visibility: hidden;
    opacity: 0;
    transition: top 0.3s, visibility 1s, opacity 1s;  
}
.search_cnt.open{
    top: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: top 0.3s, visibility 0s, opacity 0s;
}
.search_form {
    padding-right:60px;
    position:relative;
}

.search_close {
    position:absolute;
    right:0;
    width:35px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
    top:48px;
    cursor:pointer;
}

.inp_search {
    color:#444;
    display:block;
    line-height:18px;
    vertical-align:top;
    width:100%;
    font-size:1.8667em;
    height:132px;
    background:0;
    border:0;
    border-radius:0;
    padding:0 128px 0 0;
}

.close_bg {
    position:fixed;
    top:0;
    left:0;
    width:0;
    height:100%;
    z-index:-1;
    transition: opacity 1s ease;
    background-color:rgba(0,0,0,0.6);
}

.close_bg.active {
    z-index:992;
    width:100%;
    transition:background-color .5s ease,opacity .5s ease;
}

.search_btn {
    display:inline-block;
    cursor:pointer;
    white-space: nowrap;
}

.search_btn>.fa {
    font-size:22px;
    float:left;
    margin-right:8px;
}

.search_btn>span {
    font-size:.8571em;
    font-weight:600;
    text-transform:uppercase;
    display:inline-block;
}

.search_input {
    position:absolute;
    top:48px;
    right:60px;
}

.cart_image {
    margin:0 0 0 auto;
}

.header_two_line .dropdown.phonenum .prv_top_number {
    display:inline;
}

.header_two_line .dropdown-menu a,
.header_two_line .dropdown-menu a:focus {
    display:block;
    clear:both;
    font-weight:400;
    line-height:1.42857143;
    color:#333;
    white-space:nowrap;
    font-size:14px;
    text-decoration:none;
    padding:3px 20px;
}

.header_two_line .dropdown-menu a:hover,
.header_two_line .dropdown-menu a:active,
.header_two_line .dropdown-menu a:active:focus,
.header_two_line .dropdown-menu a:active:hover {
    background-color:#e8e8e8;
    background-image:linear-gradient(tobottom, #f5f5f5 0, #e8e8e8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
    background-repeat:repeat-x;
    text-decoration:none;
}

.callback_cnt {
    max-width:180px;
}

.phonenum:hover,.scroll-header-fixed .phonenum:hover,.header-not-main-page .phonenum:hover,.prv_top_dropdown .caret,.network-list li a:hover,.network-list li a:active:hover,.network-list li a:active:focus,.network-list li a:active {
    color:var(--prv_color_bg);
}

.phonenum:focus,.phonenum:hover,.prv_top_number:hover,.prv_top_number:focus,.navbar-logo-fixed:hover {
    text-decoration:none;
}

.logo-link,
.open>.dropdown-menu {
    display:block;
}

#main_header .btn,#main_header .btn:focus,.scroll-header-fixed .header_two_line .prv_top_number,.scroll-header-fixed .phonenum,.scroll-header-fixed .phonenum:focus,.scroll-header-fixed .search_btn,.scroll-header-fixed .working_time,.scroll-header-fixed .navbar-logo-fixed>span {
    color:#fff;
}

#main_header div.dropdown_cart .btn, #main_header div.dropdown_cart .btn:focus{
    color: var(--prv_font_color);
}

@media(min-width:768px){
    .navbar-logo-fixed>span {
        margin-left:20px;
    }
    #main_header:not(.header-not-main-page)+.header_empty_block{
        height: 0!important;
    }
}
@media(max-width:991px){
    .head-slide {
      padding-top:100px;
    }
}
@media(max-width:767px){
    .head-slide {
      padding-top:30px;
    }
}

a.cart_image:hover{
    opacity: 1;
}
a.cart_image:hover svg{
    fill: var(--prv_btn_color);
}
.scroll-header-fixed .navbar-logo-fixed:hover>span{color: var(--prv_btn_color);}
.header-navigation-top{
    width: 100%;
    margin-left: 20px;
}
.priority-nav-list .nav_list>li>a {
    color: #212121;
}
.header_top{
    padding: 8px 0px 14px 0px;
}
.header_bottom {
    background: #232323;
    color: #fff;
}
.header_bottom ul.nav_list>li>a {
    padding: 16px 10px;
    text-align: center;
}
.working_time-block{
    display: flex;
    justify-content: center;
}
.working_time{
    display: inline-block;
}
.header-right-block{
    justify-content: flex-end;
}
.regionality-block, .search-block, .cart_block, .account-block{
    margin-left: 12px;
    padding: 4px;
    margin-top: 4px;
}
#main_header a {
    transition:unset;
} 
#main_header.scroll-header-fixed {
    position:fixed;
    top:0;
    background-color:rgba(0,0,0,0.7)!important;
}
    
.header-not-main-page.scroll-header-fixed {
    background-color:#000;
    border-radius:0;
}
    
.header-not-main-page:not(.scroll-header-fixed) {
    border-bottom:1px solid #f5f5f5;
}
    
#main_header.scroll-header-fixed>.nav-panel {
    padding:3px 0;
}

.scroll-header-fixed .navbar-logo-mobile svg {
    max-height:36px;
}
    
.scroll-header-fixed .hamburger-btn .icon-bar {
    background-color:#fff;
}

#main_header {
    z-index:130;
}

#main_header>.nav-panel {
    margin-bottom:0;
    border:0;
    padding: 14px 0;
}
@media(min-width: 768px){
    
    #main_header>.nav-panel {
        padding:18px 0;
    }
}
.container_absolute {
    position:absolute;
    left:0;
    right:0;
    z-index:2;
}

.top-menu {
    transition:all .2s linear;
}

.hamburger-btn {
    background: 0;
    color: #FFF;
    border: 0;
    right: 0px;
    position: absolute;
    right: 0px;
    outline: 0;
    cursor: pointer;
    margin-right: 56px;
}
}
.hamburger-btn:hover,
.hamburger-btn:focus,
.hamburger-btn:active,
.hamburger-btn:active:hover,
.hamburger-btn:active:focus {
    outline:0;
}
.hamburger-btn .icon-bar {
    background-color:#212121;
}
.hamburger-btn:hover .icon-bar,
.hamburger-btn:active .icon-bar,
.scroll-header-fixed .hamburger-btn:hover .icon-bar,
.header-not-main-page .hamburger-btn:hover .icon-bar {
    background-color:var(--prv_btn_color);
}

.phonenum-cnt {
    text-transform:uppercase;
}

.phonenum,.phonenum:focus {
    color:#939393;
    line-height:normal;
}

#main_header .phonenum.show-modal {
    font-size:.6666em;
}
     
.logo-link:hover {
    opacity:.8;
}

.header-logo-img {
    height:38px;
    width:auto;
    display:block;
    margin:0 auto;
}

#main_header .navbar-logo-mobile,#main_header .navbar-nav>li>a {
    text-shadow:none;
}

.prv_top_number {
    font-size:1.14em;
    font-weight:600;
}

.prv_top_number,.prv_top_number:hover,.prv_top_number:focus {
    color:#212121;
}

.dropdown.phonenum .dropdown-menu {
    width:unset;
    left:unset;
    right:0;
    margin:0;
}

.phonenum .prv_top_dropdown {
    padding-right:0;
    line-height:24px;
    font-size:24px;
    height:24px;
    padding-left:0;
    width:14px;
    text-align:right;
}

.phonenum .prv_top_dropdown:after {
    content:none;
}

.prv_top_dropdown {
    border:0;
    font-size:16px;
    font-weight:600;
    background:transparent;
}

.caret {
    color: #afafaf;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-radius: 10px;
}

.caret2 {
    display:inline-block;
    width:0;
    height:0;
    margin-left:-10px;
    vertical-align:middle;
    border-top: 6px dashed;
    border-right:6px solid transparent;
    border-left:6px solid transparent;
    border-radius:10px;
}


.network-list {
    padding-left:0;
    list-style:none;
    font-size:18px;
    margin:0;
}

.network-list li {
    display:inline-block;
    margin-right:14px;
}

.network-list li a,.network-list li a:focus {
    color:#AFAFAF;
}

.scroll-header-fixed .cart_image svg {
    fill:#fff;
}
.scroll-header-fixed .hamburger-btn .icon-bar{
    background-color: #fff;
}
.left-mobile-block{
    display: flex;
    align-items: center;
}
.right-mobile-block{
    display: flex;
    align-items: center;
}
.navbar-logo-mobile {
    margin-left: 5px;
    display:flex;
    align-items:center;
}
.header-mobile{
    padding-top: 2px;
    padding-bottom: 6px;

}
.navbar-logo-mobile>span {
    margin-left:10px;
    text-transform:uppercase;
    color:#212121;
    font-size:22px;
    font-weight:700;
}
@media(min-width: 768px){
    .navbar-logo-mobile>span {
        margin-left:20px;
    }
}
.navbar-logo-mobile:hover{
    text-decoration: none;
}
.navbar-logo-mobile:hover span {
    color:var(--prv_btn_color);
    opacity:.9;
}
.search_wrapper{
    position: static;
}
.search_cnt {
    position:absolute;
    left:0;
    right:0;
    z-index:993;
    transition:.6s;
    background:#fff;
    top: -100px;
    visibility: hidden;
    opacity: 0;
    transition: top 0.3s, visibility 1s, opacity 1s;  
}
.search_cnt.open{
    top: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: top 0.3s, visibility 0s, opacity 0s;
}
.search_form {
    padding-right:60px;
    position:relative;
}

.search_close {
    position:absolute;
    right:0;
    width:35px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
    top:48px;
    cursor:pointer;
}

.inp_search {
    color:#444;
    display:block;
    line-height:18px;
    vertical-align:top;
    width:100%;
    font-size:1.8667em;
    height:132px;
    background:0;
    border:0;
    border-radius:0;
    padding:0 128px 0 0;
}

.close_bg {
    position:fixed;
    top:0;
    left:0;
    width:0;
    height:100%;
    z-index:-1;
    transition: opacity 1s ease;
    background-color:rgba(0,0,0,0.6);
}

.close_bg.active {
    z-index:992;
    width:100%;
    transition:background-color .5s ease,opacity .5s ease;
}

.search_btn {
    display:inline-block;
    cursor:pointer;
    white-space: nowrap;
}

.search_btn>.fa {
    font-size:22px;
    float:left;
    margin-right:8px;
}

.search_btn>span {
    font-size:.8571em;
    font-weight:600;
    text-transform:uppercase;
    display:inline-block;
}

.search_input {
    position:absolute;
    top:48px;
    right:60px;
}

.cart_image {
    margin:0 0 0 auto;
}

.header_two_line .dropdown.phonenum .prv_top_number {
    display:inline;
}

.header_two_line .dropdown-menu a,
.header_two_line .dropdown-menu a:focus {
    display:block;
    clear:both;
    font-weight:400;
    line-height:1.42857143;
    color:#333;
    white-space:nowrap;
    font-size:14px;
    text-decoration:none;
    padding:3px 20px;
}

.header_two_line .dropdown-menu a:hover,
.header_two_line .dropdown-menu a:active,
.header_two_line .dropdown-menu a:active:focus,
.header_two_line .dropdown-menu a:active:hover {
    background-color:#e8e8e8;
    background-image:linear-gradient(tobottom, #f5f5f5 0, #e8e8e8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
    background-repeat:repeat-x;
    text-decoration:none;
}

.callback_cnt {
    max-width:180px;
}

.phonenum:hover,.scroll-header-fixed .phonenum:hover,.header-not-main-page .phonenum:hover,.prv_top_dropdown .caret,.network-list li a:hover,.network-list li a:active:hover,.network-list li a:active:focus,.network-list li a:active {
    color:var(--prv_color_bg);
}

.phonenum:focus,.phonenum:hover,.prv_top_number:hover,.prv_top_number:focus,.navbar-logo-mobile:hover {
    text-decoration:none;
}

.logo-link,
.open>.dropdown-menu {
    display:block;
}

#main_header .btn,#main_header .btn:focus,.scroll-header-fixed .header_two_line .prv_top_number,.scroll-header-fixed .phonenum,.scroll-header-fixed .phonenum:focus,.scroll-header-fixed .search_btn,.scroll-header-fixed .working_time,.scroll-header-fixed .navbar-logo-mobile>span {
    color:#fff;
}

#main_header div.dropdown_cart .btn, #main_header div.dropdown_cart .btn:focus{
    color: var(--prv_font_color);
}

@media(min-width:768px){
    .navbar-logo-mobile>span {
        margin-left:20px;
    }
    #main_header:not(.header-not-main-page)+.header_empty_block{
        height: 0!important;
    }
}
@media(max-width:991px){
    .head-slide {
      padding-top:100px;
    }
}
@media(max-width:767px){
    body {margin-top: 100px;}
    .breadcrumbs {display: none;}
    .head-slide {
      padding-top:30px;
    }
.navbar-logo img {
    width: 100px;
    padding: 6px;}
}

a.cart_image:hover{
    opacity: 1;
}
a.cart_image:hover svg{
    fill: var(--prv_btn_color);
}
.scroll-header-fixed .navbar-logo-mobile:hover>span{color: var(--prv_btn_color);}

.priority-nav {text-align: center}

.icon-head-whatsapp {font-size:26px; margin-right: 12px;margin-top: 18px;}
.icon-head-telegram {font-size:26px; margin-right: 12px;margin-top: 18px;}
.icon-head-phone {font-size:22px; margin-right: 0px;margin-top: 18px;}

.toggle-menu-header__logo-block{
    margin: 0 auto;
    display: table;
}
.toggle-menu .phonenum.show-modal,
.scroll-header-fixed .toggle-menu .phonenum.show-modal{
    color: #212121;
}
.toggle-menu .phonenum.show-modal:hover,
.scroll-header-fixed .toggle-menu .phonenum.show-modal:hover{
    color: var(--prv_btn_color)
}
.toggle-menu-header__logo{
    display: flex;
    align-items: center;
    padding: 33px 0 24px;
    position: relative;
    cursor: pointer;
}
.toggle-menu-header__logo span{
    margin-left: 20px;
    text-transform: uppercase;
    color: #212121;
    font-size: 22px;
    font-weight: bold;
}
.toggle-menu-header__logo:hover span{
    color: var(--prv_btn_color);
    opacity: .9;
}
.toggle-menu-block{
    width: 100%;
    background-color: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    padding: 0px 0px 100px;
    list-style: none;
    display: none;
    z-index: 1000;
}
.toggle-menu-block::-webkit-scrollbar,
.left_float_sidebar::-webkit-scrollbar{
    width: 8px;
}
.toggle-menu-block::-webkit-scrollbar-thumb,
.left_float_sidebar::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background: rgba(0,0,0,0.5);
    border: 2px solid #fff;
}
.toggle-menu-block::-webkit-scrollbar-track,
.left_float_sidebar::-webkit-scrollbar-track{
    border-radius: 8px;
}
.toggle-menu-block a{
    display: flex;
}
.toggle-menu-block a:hover,
.toggle-menu-block a.root-item-toggle-selected,
.toggle-menu-block a.item-selected,
.left_float_sidebar  .nav-link:hover{
    color: var(--prv_btn_color);
}
.toggle-menu-block a:hover,
.toggle-menu-block a:focus,
.nav-link:hover,
.nav-link:focus{
    text-decoration: none;
}
.nav-item a{
    color: #707070;
}
.nav-item-phones .nav-item{
    display: flex;
    justify-content: space-between;
}
.menu-toggle-mobile__button_ask{
    background: var(--prv_interactive_color);
    color:#fff;
    padding: 12px 0px;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px;
}
.menu-toggle-mobile__button_ask:hover,
.menu-toggle-mobile__button_ask:active,
.menu-toggle-mobile__button_ask:focus{
    background: var(--prv_btn_hover);
}
.main_header .phonenum.show-modal {
    font-size:13px;
}
.toggle-menu-block .level_1{
    font-size: 1.14em;
    font-weight: 600;
    margin-bottom: 1em;
}
.toggle-menu-block .level_1{
    color: #000;
    margin: 0;
}
.toggle-menu-block .level_1 + .root-item-toggle{
    margin-top: 1em;
}
.toggle-menu .level_1 + .level_1{
    margin-top: 1.71em;
}
.toggle-menu-block .root-item-toggle a,
.toggle-menu-block .root-item-toggle a:focus{
    color: #757575;
    font-size: 1em;
    line-height: 2.2em;
    font-weight: normal;
}
.toggle-menu-block .root-item-toggle a:hover,
.toggle-menu-block .root-item-toggle a:active,
.toggle-menu-block .root-item-toggle a:active:hover,
.toggle-menu-block .root-item-toggle a:active:focus{
    color: var(--prv_btn_color);
}
.toggle-menu-block ul{
    list-style: none;
    padding-left: 0;
}
.toggle-menu-block .root-item-toggle > li{
    padding-right: 20px;
}
.menu-item-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.toggle-menu-block .root-item-toggle li{
    position: relative;
    padding-right: 20px;
}
.root-item-toggle-angle{
    position: absolute;
    right: 0px;
    top: 0.28em;
    padding: 7px;
}
.root-item-toggle-angle.collapsed{
    top: 0.01em;
}
.toggle-menu-block .root-item-toggle > li > ul{
    padding-left: 10px;
}
.toggle-menu-header{
    position: relative;
    margin-bottom: 43px;
}
.toggle-menu-close{
    height: 18px;
    width: 18px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}
.toggle-menu-close:hover,
.toggle-menu-close:focus,
.toggle-menu-close:active,
.toggle-menu-close:active:hover,
.toggle-menu-close:active:focus{
    outline: none;
}
.toggle-menu-close_icon{
    fill: #212121;
}
.toggle-menu-close:hover .toggle-menu-close_icon{
    fill: var(--prv_btn_color);
}

/* TOP MENU */
.sticky-top {
    z-index: 998;
}
#top_menu_section {
    background-color: #212121;
}
#top_menu_section .navbar{
    padding:0px;
    margin-left: -15px;
    margin-right: -15px;
}
#top_menu_section .navbar-expand-lg .nav-link {
    padding: 23px 15px;
    font-family: 'MullerBold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    white-space: nowrap;
}
#top_menu_section .navbar-expand-lg .nav-link .fa-angle-down,
#top_menu_section .navbar-expand-lg .nav-link .fa-angle-right{
    margin-left: 10px;
}
#top_menu_section .navbar-expand-lg .nav-link:hover, #top_menu_section .navbar-expand-lg .nav-link.active {
    background-color: var(--prvcolor);
}
#top_menu_section  .navbar-expand-lg .nav-link.top_search_btn {
    font-size: 16px;
    line-height: 16px;
    padding: 21px;
    height: 58px;
}
#top_menu_section  .navbar-expand-lg .nav-link.top_search_btn i.fa{
    margin-top: -3px;
}
.prv_dropdown_parent {
    position: relative;
}
.prv_dropdown_block {
    position: absolute;
    top: 100%;
    left: 0;
    z-index:901;
    display: none;
    min-width: 160px;
    margin-top:-2px;
    background-color: #212121;
    border-top: 2px solid var(--prvcolor);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    list-style-type: none;
    padding-left: 0px;
}
.prv_dropdown_parent:hover .prv_dropdown_block{
    display: block;
}
#top_menu_section .navbar-expand-lg .prv_dropdown_block .nav-link {
    padding: 14px 15px;
    text-transform: none;
    font-size: 16px;
}

.menu_burger, .menu_burger:focus {
    height:58px;
    border: none;
    vertical-align: baseline;
    padding-right: 17px;
    padding-left: 17px;
    border-radius: 0px;
    background-color: transparent;
    outline: none;
}
.menu_burger:hover{
    background-color: var(--prvcolor);
    outline: none;
}
.navbar-toggler-icon {
    color:#fff;
    display: inline;
    font-size: 25px;
    width:auto;
    height: auto;
}
.left_float_sidebar {
    background: #fff;
    z-index: 1000;
    overflow: hidden;
    overflow-y: auto;
    transition: left 0.4s ease 0s;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 300px;
    max-width: 100%;
    text-align: left; /* new */
}
.menu-mobile__close-btn{
    padding: 25px 29px 25px 34px;
    display: flex;
    justify-content:flex-end;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
}
.toggle-menu-header__logo-block-left{
    margin-right: auto;
}
.swipe_container .nav-link {
    padding: 25px 34px;
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: inherit;
    font-size: 0.94em;
    line-height: 0.94em;
    color: #222;
    border-bottom: 1px solid #EFEFEF;
}
.swipe_container.nav-link:first-child{
    border-top: 1px solid #EFEFEF;
}
.left_float_sidebar .nav-link.open_swipe {
    display:flex;
    justify-content: space-between;
}
.left_float_sidebar.float_left_show {
    left: 0;
    box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.45);
}
.float_fade_background {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right:0;
    background-color: #000;
    opacity: .5;
    z-index: 999;
    display:none;
}
.float_fade_background.float_background_show{
    display:block;
}
.swipe_container {
    transform: translateX(0%);
    transition: transform .5s ease-in-out;
}
.prv_swipe_block {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    z-index:901;
    list-style-type: none;
    padding-left: 0px;
    display: block;
    visibility: hidden;
}
.prv_swipe_block.prv_swipe_show {
    visibility: visible;
}
.swipe_parent_link {
    border-top: 2px solid var(--prvcolor);
    border-bottom: 2px solid var(--prvcolor);
}
.float_menu_info {
    border-top: 1px solid #EFEFEF;
    padding-top: 20px;
}
.float_menu_info div.float_menu_info--elem, .float_menu_info p, .float_menu_info a{
    color:#212121;
    font-size: 0.9285em;
    line-height: 20px;
    font-family: var(--prv_font_family);
}
.float_menu_info div.float_menu_info--elem,
.float_menu_info p {
    padding: 0px 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.float_menu_info i {
    color: #212121;
    margin-right: 10px;
}
.float_menu_info--icon{
    width: 20px;
    text-align: center;
    margin-right: 10px;
}
.nav-item a svg{
    margin-right: 10px;
}
/* TOP MENU END */

.left_float_sidebar.float_left_show{
    display: none !important;
}
.nav-link{
    display: block;
}
@media (max-width: 992px) {
    .toggle-menu-block{
        display: none !important;
    }
    .left_float_sidebar.float_left_show{
        display: block !important;
    }
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: unset;
}
/*dropdown fix*/
.scroll_visible .nav_list>li>ul.root-item-toggle{
    text-align: left;
}
@media(min-width: 768px){
    .toggle-menu-block > .container-fluid{
        width: 100%;
        padding: 0 22px;
        margin: 0 auto;
    }
}
@media(min-width: 992px){
    .toggle-menu-block > .container-fluid{
        max-width: 992px;
        padding: 0 30px;
    }
}
@media(min-width: 1200px){
    .toggle-menu-block > .container-fluid{
        max-width: 1344px;
        padding: 0 72px;
    }
}
.toogle-menu-right-block{
    border: 1px solid #F2F2F2;
}
.toogle-menu-right-block--no-cart{
    padding-top: 20px;
}
.toogle-menu-right-block .dropdown.phonenum .prv_top_number{
    display: inline;
}
.toogle-menu-right-block .dropdown-menu a,
.toogle-menu-right-block .dropdown-menu a:focus{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
}
.toogle-menu-right-block .dropdown-menu a:hover,
.toogle-menu-right-block .dropdown-menu a:active,
.toogle-menu-right-block .dropdown-menu a:active:focus,
.toogle-menu-right-block .dropdown-menu a:active:hover{
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}
.toggle-menu-cart-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    margin: 30px 35px 30px 35px;
    border-bottom: 1px solid #D7D7D7;
}
.toggle-menu-cart-block__title{
    color: #212121;
    font-size: 1.14em;
    font-weight: bold;
}
.toggle-menu-cart-block__cart-icon{
    position: relative;
}
.toggle-menu-cart-block__cart-icon .dropdown_cart{
    display: none!important;
    visibility: hidden;
    opacity: 0;
    height: 0;
}
.toogle-menu-right-block .cart_image svg{
    fill: #000!important;
}
.contacts-section__email-block_header_1{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.contacts-section__email_header_1 a{
    color: #212121;
    margin-left: 10px;
}
.contacts-section__address-block_header_1{
    display:flex;
    margin-top: 25px;
}
.contacts-section__address-block_header_1 svg{
    flex-shrink:0;
}
.contacts-section__address_header_1{
    margin-left: 10px;
}
.menu-toggle__button_ask{
    padding: 15px 0;
    text-align: center;
    background: var(--prv_color_bg);
    margin: 0;
    color:#fff;
    transition: 0.6s;
}
.menu-toggle__button_ask:hover{
    cursor: pointer;
    opacity: var(--prv_btn_opacity);
}
.root-item-toggle-angle_toggle-menu i{
    text-align: center;
    width: 20px;
    height: 20px;
    transition: 0.2s;
}
.root-item-toggle-angle_toggle-menu:hover i{
    border-radius: 100em;
    background:var(--prv_interactive_color);
    color:#fff;
}
.root-item-toggle-angle_toggle-menu.collapsed > .fas{
    transform: rotate(0deg);
    transition: 0s;
}
.root-item-toggle-angle_toggle-menu:not(.collapsed) > .fas{
    transform: rotate(180deg);
    transition: 0s;
}
.contacts-section__email-block_header_1{
    display: flex;
    align-items: center;
    margin: 25px 35px 0 35px;
}
.contacts-section__email_header_1 a{
    color: #212121;
    margin-left: 10px;
}
.contacts-section__address-block_header_1{
    display:flex;
    align-items: center;
    margin:25px 35px 0 35px;
}
.contacts-section__address-block_header_1 svg{
    flex-shrink:0;
}
.contacts-section__address_header_1{
    margin-left: 10px;
}
.menu_one-level{
    margin-bottom: 40px;
}
.menu_one{
    margin-bottom: 40px;
}
.menu-toggle__button_ask{
    padding: 15px 0;
    text-align: center;
    background:var(--prv_button_bg);
    color:#fff;
    transition: 0.6s;
}
.menu-toggle__button_ask:hover{
    cursor: pointer;
    background:var(--prv_btn_hover);
}
.header-top-line{
    display: flex;
    align-items: center;
}
.search_result__toggle-menu{
    height: 100%;
    background:#fff;
}
/* Socials */
.contacts-section__network-list_header{
    font-size: 14px;
    margin: 30px 35px;
    padding: 0;
}
.contacts-section__network-list_header li{
    display: inline-block;
    margin-right: 15px;
}
.contacts-section__network-list_header a{
    color: #AFAFAF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
}
.contacts-section.light .contacts-section__network-list_header a{
    color: #212121;
}
.contacts-section__network-list_header a:hover,
.contacts-section.light .contacts-section__network-list_header a:hover{
    color: var(--prv_btn_color);
}
.contacts-section__network-list_header a:hover,
.contacts-section__network-list_header a:focus{
    text-decoration: none;
}
.contacts-section__network-list_header li:last-child{
    margin-right: 0px;
}
@media (max-width: 767px) {
    .contacts-section__network-list_header{
        margin-top: 20px;
    }
    .contacts-section__network-list_header li{
        margin-right: 20px;
    }
}
@media (max-width:1200px){
    .phonenum-cnt{
        margin: 0;
    }
    .contacts-section__email-block_header_1{
        flex-direction:column;
    }
    .contacts-section__email_header_1{
        margin-top: 10px;
    }
    .contacts-section__address-block_header_1{
        flex-direction:column;
    }
    .contacts-section__address_header_1{
        margin-top: 10px;
    }
    .contacts-section__network-list_header{
        margin-top: 25px;
                text-align: center;
    }
}

@media(min-width: 1200px){
    .toggle-menu .phonenum.show-modal{
        margin-left: 64px;
    }
}

.hamburger-btn .icon-bar {
    display:block;
    width:16px;
    height:2px;
    border-radius:2px;
}
.hamburger-btn .icon-bar+.icon-bar {
    margin-top:3px;
}
.hamburger-btn .icon-bar.icon-bar-first{
    width: 19px;
}
.hamburger-btn .icon-bar.icon-bar-last{
    width: 12px;
}
.nav-link.close_swipe{
    font-size: 1.7em;
}
.regionality-block.mob{
	margin-left: 0;
}
.nav_list_container {
    position:relative;
}
.nav_list{
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 0;
    margin-right:-10px;
    margin-left:-10px;
}
@media(min-width: 992px) and (max-width: 1199px){
    .nav_list{
        margin-right:0px;
        margin-left:0px;
    }
}
.nav_list>li>a{
	padding: 4px 20px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}
.link_first_dropdown {
    position:relative;
}
.scroll_visible .nav_list>li>a{
	padding: 21px 10px;
}
@media(max-width: 1199px){
	.scroll-header-fixed .nav_list{
		margin: 0;
	}
}
ul.mini_dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 901;
    display: none;
    min-width: 256px;
    margin-top:-1px;
    box-shadow: 0px 4px 5px 0px rgba(117,117,117,0.5);
    padding:0px;
    list-style:none;
    background-color:#fff;
}
ul.mini_dropdown_menu > li{
	width: 100%;
}
.priority-nav__dropdown ul.mini_dropdown_menu {
	top: 0;
	left: 100%;
}
ul.mini_dropdown_menu .mini_dropdown_item {
    font-size: var(--prv_font_size);
    font-family: var(--prv_font_family);
    padding:16px 30px;
    line-height:1;
    color:#212121;
    border-bottom:1px solid #EFF0F0;
    display:block;
    text-align:left;
}
ul.mini_dropdown_menu .mini_dropdown_item:hover,
ul.mini_dropdown_menu .mini_dropdown_item:focus,
ul.mini_dropdown_menu .mini_dropdown_item.mini_dropdown_item_selected {
    text-decoration:none;
    background-color:#EFF0F0;
}
ul.mini_dropdown_menu .mini_dropdown_item:hover {
    color: var(--prv_btn_color);
}
ul.root-item{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 29px 30px 15px;
	background-color: #fff;
	width: 100%;
	box-shadow: 0px 4px 5px 0px rgba(117,117,117,0.5);
}
.scroll_visible .nav_list>li.open ul.root-item{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.scroll_visible ul.root-item > li{
	width: 50%;
}
@media(min-width:1200px){
	.scroll_visible ul.root-item > li{
		width: 33.3333333%;
	}
}
.nav_list>li.open ul.root-item,
.nav_list>li.open ul.mini_dropdown_menu,
.priority-nav__dropdown>li.open ul.mini_dropdown_menu{
	display: flex;
    flex-wrap: wrap;
}
ul.root-item>li{
	display: block;
	width: 33.3333%;
	float: left;
	margin-bottom: 25px;
}
ul.root-item a{
	color: #212121;
	display: block;
	margin-bottom: 8px;
}
ul.root-item a:hover,
ul.root-item a.root-item-selected,
ul.root-item a.item-selected,
ul.root-item a:hover,
ul.mini_dropdown_menu .mini_dropdown_item.mini_dropdown_item_selected{
	color: var(--prv_color);
}
ul.root-item a:hover,
ul.root-item a:focus{
	text-decoration: none;
}
ul.root-item .level_1{
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 24px;
}
ul.root-item .level_2,
.nav_section_img + .nav_section_text > a{
	font-size: 1em;
	font-weight: 600;
}
ul.root-item .level_3{
	font-size: 0.8517em;
	font-weight: normal;
	line-height: 17px;
}
ul.root-item ul{
	padding-left: 0;
	list-style: none;
}
.nav_section_img{
    display:block;
	width: 68px;
	float: left;
}
.nav_section_text{
	float: right;
	width: calc(100% - 68px);
	padding: 0 18px;
}
.nav_section_text > ul > li > a{
	font-size: 0.8571em;
}
@media(max-width: 1199px){
	.scroll-header-fixed .nav_list{
		margin: 0;
	}
}
@media (max-width: 991px) {
	ul.root-item>li{
		width: 50%;
	}
}
.nav__dropdown-wrapper.priority-nav__wrapper{
	padding: 0 10px;
}
.priority-nav__dropdown-toggle,
.priority-nav__dropdown-toggle:focus{
	z-index: 9;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	border: none;
	color: #212121;	
	z-index: 9;
}
.priority-nav__dropdown-toggle:hover,
.priority-nav__dropdown-toggle:active,
.priority-nav__dropdown-toggle:active:focus,
.priority-nav__dropdown-toggle:active:hover{
	outline: none;
	border: none;
	color: var(--prv_btn_color);
}
.scroll_visible .priority-nav__dropdown-toggle,
.scroll_visible .priority-nav__dropdown-toggle:focus{
	color: #fff;	
}
.scroll_visible .priority-nav__dropdown-toggle:hover,
.scroll_visible .priority-nav__dropdown-toggle:active,
.scroll_visible .priority-nav__dropdown-toggle:active:focus,
.scroll_visible .priority-nav__dropdown-toggle:active:hover{
	outline: 0.8; 
	color: #fff;
}
.scroll_visible .row > div{
	position: static;
}
.priority-nav__dropdown-toggle .fas{
	position: relative;
	z-index: -1;
}
.priority-nav__dropdown{
	left: -30px;
	z-index: 901;
    min-width: 160px;
    margin-top: -1px;
    box-shadow: 0px 4px 5px 0px rgba(117,117,117,0.5);
    padding: 0px;
    list-style: none;
    background-color: #fff;
}
.priority-nav__dropdown li a{
	font-size: var(--prv_font_size);
    font-family: var(--prv_font_family);
    padding: 16px 30px;
    line-height: 1;
    color: #212121;
    border-bottom: 1px solid #EFF0F0;
    display: block;
	text-align: left;
	text-decoration: none;
}
.priority-nav__dropdown li:hover{
	text-decoration: none;
	background-color: #EFF0F0;
	color: var(--prv_color);
}
.priority-nav__dropdown li a:hover{
	color: var(--prv_btn_color);
	text-decoration: none;
}
.nav_list>li.open ul.root-item{
    max-height: 333px;
    overflow: auto;
}
.nav_list>li.open ul.root-item::-webkit-scrollbar{
    width: 8px;
}
.nav_list>li.open ul.root-item::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background: rgba(0,0,0,0.5);
    border: 2px solid #fff;
}
.nav_list>li.open ul.root-item::-webkit-scrollbar-track{
    border-radius: 8px;
}
.header_bottom .root-item{
	color: #fff !important;
}
.nav-item-account{
	display: flex;
	align-items: center;
}
.nav-item-account-text{
	margin-left: 10px;
}

.captcha-block{
	margin-bottom: 0px;
	margin-top: 20px;
}
.error_captcha{
	text-align: left;
}
@media(max-width: 768px){
  .captcha-block{
    overflow: hidden;
    margin-bottom: 25px;
  }
}
.captcha-block .help-block{
	text-align: left;
	margin-left: 15px;
}

.feedback_modal {
    padding-bottom:60px;
}
.PRVUniversalFeedback .error_text {
    color:red;
}
.prv_from_group {
    margin-bottom: 37px;
    position: relative;
}
.prv_from_group label {
    margin: 0;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 1;
    -moz-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    transition: all ease-out .2s;
    cursor: text;
    color: #999;
    font-size:1em;
}
.prv_from_group .label_text {
    height: 43px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    width: 100%;
    resize: none;
}
.label_text:focus+label,
.label_text:not(:placeholder-shown)+label {
	top: -16px;
    font-size:.8em;
}
.feedback_modal .imp_text:focus,
.feedback_modal .textarea:focus{
	border-color: var(--prv_color);
}
.thanks_container .modal_heading,
.feedback_modal .modal_heading {
    margin:60px 0 68px;
}
.thanks_container .modal_heading h3,
.feedback_modal .modal_heading h3{
    margin-top:0px;
	margin-bottom: 24px;
}
.thanks_container h5 {
    margin:10px 0 10px;
}
.feedback_modal .checkbox_cnt{
	margin: 45px 0px 5px;
}
.feedback_modal .help-block{
	position: unset;
	text-align: left;
	margin: 0 0 20px;
	color: #ff3b30;
    font-style: normal;
}
.agree-checkbox-block{
    margin-bottom: 32px;
}
.textarea{
	resize: none;
}
.textarea_cnt {
	position: relative;
}
.textarea_cnt>.textarea{
	margin-bottom: 0;
}
.required_star {
    color: #fb5f5f;
    margin-left: 3px;
    font-weight: 400;
    vertical-align: middle;
}
.close_modal_btn {
    margin-top:50px;
}

@media (max-width: 767px) {
	.feedback_modal .modal-heading{
		margin: 12px 0;
	}
	.feedback_modal .checkbox_cnt{
		margin: 0 0 20px;
	}
}

.feedback_modal input[type="text"]::-webkit-input-placeholder,
.feedback_modal input[type="tel"]::-webkit-input-placeholder,
.feedback_modal input[type="email"]::-webkit-input-placeholder,
.feedback_modal textarea::-webkit-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]::-moz-placeholder,
.feedback_modal input[type="tel"]::-moz-placeholder,
.feedback_modal input[type="email"]::-moz-placeholder,
.feedback_modal textarea::-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:-moz-placeholder,
.feedback_modal input[type="tel"]:-moz-placeholder,
.feedback_modal input[type="email"]:-moz-placeholder,
.feedback_modal textarea:-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:-ms-input-placeholder,
.feedback_modal input[type="tel"]:-ms-input-placeholder,
.feedback_modal input[type="email"]:-ms-input-placeholder,
.feedback_modal textarea:-ms-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="tel"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="email"]:focus::-webkit-input-placeholder,
.feedback_modal textarea:focus::-webkit-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus::-moz-placeholder,
.feedback_modal input[type="tel"]:focus::-moz-placeholder,
.feedback_modal input[type="email"]:focus::-moz-placeholder,
.feedback_modal textarea:focus::-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus:-moz-placeholder,
.feedback_modal input[type="tel"]:focus:-moz-placeholder,
.feedback_modal input[type="email"]:focus:-moz-placeholder,
.feedback_modal textarea:focus:-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus:-ms-input-placeholder,
.feedback_modal input[type="tel"]:focus:-ms-input-placeholder,
.feedback_modal input[type="email"]:focus:-ms-input-placeholder,
.feedback_modal textarea:focus:-ms-input-placeholder {color: transparent;}

.modal_description .clsp-1, .modal_description .clsp-2 {
    fill: #8b9bae;
    fill-rule: evenodd;
}
.modal_description .clsp-2 {
    opacity: 0.1;
}
.checkbox_cnt {
    display:flex;
}
.chekbox_hidden {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 0;
    z-index: -1;
    left: 0;
}
.chekbox_visual {
    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;
}
.chekbox_visual: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;
}
.chekbox_hidden:checked + .chekbox_visual {
	background:var(--prv_interactive_color);
}
.chekbox_hidden:checked + .chekbox_visual:before {
	right:0;
}
@media (min-width: 500px) {
    .api-star-rating{ float: left; margin-right: 15px; }
}
.api-star-rating-label{ line-height: 32px; }
.api-star-rating i{ display: inline-block; height: 28px; width: 29px; cursor: pointer}
.api-star-rating i{ background: url("./sprite.png") no-repeat 0 -57px;}
.api-star-rating i.active{ background-position: -29px -57px; }

.PRVUniversalFeedback .error_text {
    color:red;
}
.prv_from_group {
    margin-bottom: 37px;
    position: relative;
}
.prv_from_group .label_text-auth {
    margin: 0;
    position: absolute;
    top: 11px;
    left: 0;
    z-index: 1;
    -moz-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    transition: all ease-out .2s;
    cursor: text;
    color: #999;
    font-size:1em;
}
.prv_from_group .text-input-auth {
    height: 43px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    width: 100%;
    resize: none;
}
.text-input-auth:focus+label,
.text-input-auth:not(:placeholder-shown)+label {
    top: -16px;
    font-size:.8em;
}
.feedback_modal .imp_text:focus,
.feedback_modal .textarea:focus{
    border-color: var(--prv_color);
}
.thanks_container .modal_heading,
.feedback_modal .modal_heading {
    margin:60px 0 68px;
}
.thanks_container h5 {
    margin:10px 0 10px;
}
.feedback_modal .checkbox_cnt{
    margin: 45px 0px 37px;
}
.feedback_modal .help-block{
    position: unset;
    text-align: left;
    margin: 0 0 20px;
    color: red;
}

.textarea{
    resize: none;
}
.textarea_cnt {
    position: relative;
}
.textarea_cnt>.textarea{
    margin-bottom: 0;
}
.required_star {
    color: #fb5f5f;
    margin-left: 3px;
    font-weight: 400;
    vertical-align: middle;
}
.close_modal_btn {
    margin-top:50px;
}
.remember-forgot-line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px;
}
.checkbox-form{
    position: relative;
    padding-left: 34px;
    cursor: pointer;
}
.checkbox-form__label{
    cursor: pointer;
}
.checkbox-form__label::before{
    cursor: pointer;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
}
.checkbox-form__label::after{
    display: none;
    cursor: pointer;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
label.checkbox-form__label{
    margin-bottom: 0;
}
.checkbox-form:hover .checkbox-form__label{
    color: var(--prv_btn_color);
}
.checkbox-form:hover .checkbox-form__label::before, .checkbox-form__input:checked+.checkbox-form__label::before{
    background: var(--prv_button_bg);
    border: none;
}
.checkbox-form__input:checked+.checkbox-form__label::after {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' width='14px' height='11px' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
}
.forgot-password__link{
    color: #212529;
    text-decoration: none;
}
.forgot-password__link:hover{
    text-decoration: none;
    color: var(--prv_btn_color);
}
.auth-buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.auth-social{
    margin-top: 37px;
    position: relative;
}

.auth-social__title-text{
    position: relative;
    padding-right: 30px;
    z-index: 1;
    background-color: #fff;
}
.auth-social__title{
    position: relative;
}
.auth-social__title::before{
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    content: '';
    top: 50%;
}
@media (max-width: 767px) {
    .feedback_modal .modal-heading{
        margin: 12px 0;
    }
    .feedback_modal .checkbox_cnt{
        margin: 0 0 20px;
    }
}

.feedback_modal input[type="text"]::-webkit-input-placeholder,
.feedback_modal input[type="password"]::-webkit-input-placeholder,
.feedback_modal input[type="tel"]::-webkit-input-placeholder,
.feedback_modal input[type="email"]::-webkit-input-placeholder,
.feedback_modal textarea::-webkit-input-placeholder {color: #e1e1e1;}

.feedback_modal input[type="text"]::-moz-placeholder,
.feedback_modal input[type="password"]::-moz-placeholder,
.feedback_modal input[type="tel"]::-moz-placeholder,
.feedback_modal input[type="email"]::-moz-placeholder,
.feedback_modal textarea::-moz-placeholder {color: #e1e1e1;}

.feedback_modal input[type="text"]:-moz-placeholder,
.feedback_modal input[type="password"]:-moz-placeholder,
.feedback_modal input[type="tel"]:-moz-placeholder,
.feedback_modal input[type="email"]:-moz-placeholder,
.feedback_modal textarea:-moz-placeholder {color: #e1e1e1;}

.feedback_modal input[type="text"]:-ms-input-placeholder,
.feedback_modal input[type="tel"]:-ms-input-placeholder,
.feedback_modal input[type="password"]:-ms-input-placeholder,
.feedback_modal input[type="email"]:-ms-input-placeholder,
.feedback_modal textarea:-ms-input-placeholder {color: #e1e1e1;}

.feedback_modal input[type="text"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="password"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="tel"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="email"]:focus::-webkit-input-placeholder,
.feedback_modal textarea:focus::-webkit-input-placeholder {color: #e1e1e1;}

.feedback_modal input[type="text"]:focus::-moz-placeholder,
.feedback_modal input[type="password"]:focus::-moz-placeholder,
.feedback_modal input[type="tel"]:focus::-moz-placeholder,
.feedback_modal input[type="email"]:focus::-moz-placeholder,
.feedback_modal textarea:focus::-moz-placeholder {color: #e1e1e1;}

.feedback_modal input[type="text"]:focus:-moz-placeholder,
.feedback_modal input[type="password"]:focus:-moz-placeholder,
.feedback_modal input[type="tel"]:focus:-moz-placeholder,
.feedback_modal input[type="email"]:focus:-moz-placeholder,
.feedback_modal textarea:focus:-moz-placeholder {color: #e1e1e1;}

.feedback_modal input[type="text"]:focus:-ms-input-placeholder,
.feedback_modal input[type="password"]:focus:-ms-input-placeholder,
.feedback_modal input[type="tel"]:focus:-ms-input-placeholder,
.feedback_modal input[type="email"]:focus:-ms-input-placeholder,
.feedback_modal textarea:focus:-ms-input-placeholder {color: #e1e1e1;}

.modal_description .clsp-1, .modal_description .clsp-2 {
    fill: #8b9bae;
    fill-rule: evenodd;
}
.modal_description .clsp-2 {
    opacity: 0.1;
}
.checkbox_cnt {
    display:flex;
}
.chekbox_hidden {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 0;
    z-index: -1;
    left: 0;
}
.chekbox_visual {
    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;
}
.chekbox_visual: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;
}
.chekbox_hidden:checked + .chekbox_visual {
    background:var(--prv_interactive_color);
}
.chekbox_hidden:checked + .chekbox_visual:before {
    right:0;
}
@media (min-width: 500px) {
    .api-star-rating{ float: left; margin-right: 15px; }
}
.api-star-rating-label{ line-height: 32px; }
.api-star-rating i{ display: inline-block; height: 28px; width: 29px; cursor: pointer}
.api-star-rating i{ background: url("./sprite.png") no-repeat 0 -57px;}
.api-star-rating i.active{ background-position: -29px -57px; }
.account-auth-form .prv_from_group{
    margin-bottom: 40px;
}
.account-auth-form .help-block-error{
    font-style: normal;
    color: #ff3b30;
    display: none;
    font-size: 10px;
    text-align: left;
}

.captcha-block{
    margin-bottom: 25px;
    overflow: hidden;
    z-index: 10;
}
.feedback_modal {
    padding-bottom:60px;
}
.PRVUniversalFeedback .error_text {
    color:red;
}
.prv_from_group {
    margin-bottom: 37px;
    position: relative;
}
.prv_from_group label {
    margin: 0;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 1;
    -moz-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    transition: all ease-out .2s;
    cursor: text;
    color: #999;
    font-size:1em;
}
.prv_from_group .label_text {
    height: 43px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    width: 100%;
    resize: none;
}
.label_text:focus+label,
.label_text:not(:placeholder-shown)+label {
	top: -16px;
    font-size:.8em;
}
.feedback_modal .imp_text:focus,
.feedback_modal .textarea:focus{
	border-color: var(--prv_color);
}
.thanks_container .modal_heading,
.feedback_modal .modal_heading {
    margin:60px 0 68px;
}
.thanks_container .modal_heading h3,
.feedback_modal .modal_heading h3{
    margin-top:0;
}
.thanks_container h5 {
    margin:10px 0 10px;
}
.feedback_modal .checkbox_cnt{
	margin: 45px 0px 5px;
}
.feedback_modal .help-block{
	position: unset;
	text-align: left;
	margin: 0 0 20px;
	color: #ff3b30;
    font-style: normal;
}
.agree-checkbox-block{
    margin-bottom: 32px;
}
.textarea{
	resize: none;
}
.textarea_cnt {
	position: relative;
}
.textarea_cnt>.textarea{
	margin-bottom: 0;
}
.required_star {
    color: #fb5f5f;
    margin-left: 3px;
    font-weight: 400;
    vertical-align: middle;
}
.close_modal_btn {
    margin-top:50px;
}

@media (max-width: 767px) {
	.feedback_modal .modal-heading{
		margin: 12px 0;
	}
	.feedback_modal .checkbox_cnt{
		margin: 0 0 20px;
	}
}

.feedback_modal input[type="text"]::-webkit-input-placeholder,
.feedback_modal input[type="tel"]::-webkit-input-placeholder,
.feedback_modal input[type="email"]::-webkit-input-placeholder,
.feedback_modal textarea::-webkit-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]::-moz-placeholder,
.feedback_modal input[type="tel"]::-moz-placeholder,
.feedback_modal input[type="email"]::-moz-placeholder,
.feedback_modal textarea::-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:-moz-placeholder,
.feedback_modal input[type="tel"]:-moz-placeholder,
.feedback_modal input[type="email"]:-moz-placeholder,
.feedback_modal textarea:-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:-ms-input-placeholder,
.feedback_modal input[type="tel"]:-ms-input-placeholder,
.feedback_modal input[type="email"]:-ms-input-placeholder,
.feedback_modal textarea:-ms-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="tel"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="email"]:focus::-webkit-input-placeholder,
.feedback_modal textarea:focus::-webkit-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus::-moz-placeholder,
.feedback_modal input[type="tel"]:focus::-moz-placeholder,
.feedback_modal input[type="email"]:focus::-moz-placeholder,
.feedback_modal textarea:focus::-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus:-moz-placeholder,
.feedback_modal input[type="tel"]:focus:-moz-placeholder,
.feedback_modal input[type="email"]:focus:-moz-placeholder,
.feedback_modal textarea:focus:-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus:-ms-input-placeholder,
.feedback_modal input[type="tel"]:focus:-ms-input-placeholder,
.feedback_modal input[type="email"]:focus:-ms-input-placeholder,
.feedback_modal textarea:focus:-ms-input-placeholder {color: transparent;}

.modal_description .clsp-1, .modal_description .clsp-2 {
    fill: #8b9bae;
    fill-rule: evenodd;
}
.modal_description .clsp-2 {
    opacity: 0.1;
}
.checkbox_cnt {
    display:flex;
}
.chekbox_hidden {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 0;
    z-index: -1;
    left: 0;
}
.chekbox_visual {
    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;
}
.chekbox_visual: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;
}
.chekbox_hidden:checked + .chekbox_visual {
	background:var(--prv_interactive_color);
}
.chekbox_hidden:checked + .chekbox_visual:before {
	right:0;
}
@media (min-width: 500px) {
    .api-star-rating{ float: left; margin-right: 15px; }
}
.api-star-rating-label{ line-height: 32px; }
.api-star-rating i{ display: inline-block; height: 28px; width: 29px; cursor: pointer}
.api-star-rating i{ background: url("./sprite.png") no-repeat 0 -57px;}
.api-star-rating i.active{ background-position: -29px -57px; }

.uploader_container {
    margin-bottom: 37px;
}
.modal-window .uploader_container{
    margin-bottom: 10px;
}
.upload_file_list_name {
    margin-bottom: 10px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.uploader {
    border-radius: 2px;
    padding: 11px 54px 5px 25px;
    border: 1px solid #f1f1f1;
    position: relative;
    margin-bottom: -1px;
    background: #f8f9fb;
    cursor: pointer;
    transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    margin-bottom: 10px;
}

.uploader:hover,
.modal-window .uploader{
    background: var(--prv_interactive_color);
    border-color: var(--prv_interactive_color);
    color:#fff;
}
.modal-window .uploader{
    border-radius: var(--prv_button_radius);
    padding: 11px 25px 5px 54px;
}
.modal-window .uploader:hover{
    opacity: var(--prv_btn_opacity);
}
.uploader input[type=file] {
    z-index: 10;
    opacity: 0;
    border: none;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.uploader i {
    font-size:18px;
    line-height:18px;
    position: absolute;
    top: 11px;
    right: 24px;
}
.modal-window .uploader i {
    left: 24px;
    right: auto;
}
.uploader .filename {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.api-form-rating.view-2{
    padding-right: 40px;
    margin-bottom: 10px;
}
@media(min-width: 768px){
    .modal-window .uploader_container{
        display: flex;
        align-items: flex-center;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .modal-window .uploader_container > div{
        width: 50%;
        margin: 0;
    }
    .modal-window .uploader_container{
        margin: 20px 0;
    }
    .api-form-rating.view-2{
        margin-bottom: 0
    }
}

.captcha-block{
    margin-bottom: 25px;
    overflow: hidden;
    z-index: 10;
}

.feedback_modal {
    padding-bottom:60px;
}
.PRVUniversalFeedback .error_text {
    color:red;
}
.prv_from_group {
    margin-bottom: 37px;
    position: relative;
}
.prv_from_group label {
    margin: 0;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 1;
    -moz-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    transition: all ease-out .2s;
    cursor: text;
    color: #999;
    font-size:1em;
}
.prv_from_group .label_text {
    height: 43px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    width: 100%;
    resize: none;
}
.label_text:focus+label,
.label_text:not(:placeholder-shown)+label {
	top: -16px;
    font-size:.8em;
}
.feedback_modal .imp_text:focus,
.feedback_modal .textarea:focus{
	border-color: var(--prv_color);
}
.thanks_container .modal_heading,
.feedback_modal .modal_heading {
    margin:60px 0 68px;
}
.thanks_container h5 {
    margin:10px 0 10px;
}
.feedback_modal .checkbox_cnt{
	margin: 45px 0px 5px;
}
.feedback_modal .help-block{
	position: unset;
	text-align: left;
	margin: 0 0 20px;
    font-style: normal;
	color: #ff3b30;
}
.agree-checkbox-block{
    margin-bottom: 32px;
}
.textarea{
	resize: none;
}
.textarea_cnt {
	position: relative;
}
.textarea_cnt>.textarea{
	margin-bottom: 0;
}
.required_star {
    color: #fb5f5f;
    margin-left: 3px;
    font-weight: 400;
    vertical-align: middle;
}
.close_modal_btn {
    margin-top:50px;
}

@media (max-width: 767px) {
	.feedback_modal .modal-heading{
		margin: 12px 0;
	}
	.feedback_modal .checkbox_cnt{
		margin: 0 0 20px;
	}
}

.feedback_modal input[type="text"]::-webkit-input-placeholder,
.feedback_modal input[type="tel"]::-webkit-input-placeholder,
.feedback_modal input[type="email"]::-webkit-input-placeholder,
.feedback_modal textarea::-webkit-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]::-moz-placeholder,
.feedback_modal input[type="tel"]::-moz-placeholder,
.feedback_modal input[type="email"]::-moz-placeholder,
.feedback_modal textarea::-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:-moz-placeholder,
.feedback_modal input[type="tel"]:-moz-placeholder,
.feedback_modal input[type="email"]:-moz-placeholder,
.feedback_modal textarea:-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:-ms-input-placeholder,
.feedback_modal input[type="tel"]:-ms-input-placeholder,
.feedback_modal input[type="email"]:-ms-input-placeholder,
.feedback_modal textarea:-ms-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="tel"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="email"]:focus::-webkit-input-placeholder,
.feedback_modal textarea:focus::-webkit-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus::-moz-placeholder,
.feedback_modal input[type="tel"]:focus::-moz-placeholder,
.feedback_modal input[type="email"]:focus::-moz-placeholder,
.feedback_modal textarea:focus::-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus:-moz-placeholder,
.feedback_modal input[type="tel"]:focus:-moz-placeholder,
.feedback_modal input[type="email"]:focus:-moz-placeholder,
.feedback_modal textarea:focus:-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus:-ms-input-placeholder,
.feedback_modal input[type="tel"]:focus:-ms-input-placeholder,
.feedback_modal input[type="email"]:focus:-ms-input-placeholder,
.feedback_modal textarea:focus:-ms-input-placeholder {color: transparent;}

.modal_description .clsp-1, .modal_description .clsp-2 {
    fill: #8b9bae;
    fill-rule: evenodd;
}
.modal_description .clsp-2 {
    opacity: 0.1;
}
.checkbox_cnt {
    display:flex;
}
.chekbox_hidden {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 0;
    z-index: -1;
    left: 0;
}
.chekbox_visual {
    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;
}
.chekbox_visual: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;
}
.chekbox_hidden:checked + .chekbox_visual {
	background:var(--prv_interactive_color);
}
.chekbox_hidden:checked + .chekbox_visual:before {
	right:0;
}
@media (min-width: 500px) {
    .api-star-rating{ float: left; margin-right: 15px; }
}
.api-star-rating-label{ line-height: 32px; }
.api-star-rating i{ display: inline-block; height: 28px; width: 29px; cursor: pointer}
.api-star-rating i{ background: url("./sprite.png") no-repeat 0 -57px;}
.api-star-rating i.active{ background-position: -29px -57px; }

.placemark_baloon_container {
    padding: 25px
}
.placemark_baloon_header {
    font-size: 1.29em;
    line-height: 1.6471em;
}
.placemark_baloon_info {
    color:#212121;
    margin-top:16px;
}
.placemark_baloon_info .placemark_baloon_label {
    font-size: .7779em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .8px!important;
    color: #999;
    margin-bottom:2px;
    font-family: var(--prv_font_family);
}
.placemark_baloon_value {
    font-size: var(--prv_font_size);
    font-family: var(--prv_font_family);
}
.map_marker_border1 {
  fill: var(--prv_color);
}
.map_marker_bg {
  fill: #fff;
}
.map_marker_el1,
.map_marker_border2 {
  stroke: none;
}
.map_marker_border2 {
  fill: rgba(255,255,255,0.79);
}

#right_bar_map, #sideMap>div:not(.side-info-close) {
    height:100%;
}

.regionality__wrapper{
    padding: 30px 40px;
}
.reginality-title{
    font-weight: bold;
    font-size: 1.7857em;
    text-align: center;
    margin-bottom: 30px;
}
.regionality-list{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style-type: none;
    max-height: 500px;
}
.regionality-list__letter{
    margin: 20px 0 8px 0;
    font-weight: 500;
    color: var(--prv_btn_color);
}
.regionality-list__item{
    margin-right: 20px;
    font-size: 1.14em;
    cursor: pointer;
}
.regionality-list__item:hover{
    color: var(--prv_btn_color);
}

.footer .subscribe{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
}
.footer .navbar-logo{
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
}

.footer{
	background-color: #F8F9FB;
	color: #212121;
	padding: 35px 0 20px;
}
.contacts-section.light,
.bottom-menu-section.light{
	background-color: #EFF1F5;
	color: #212121
}
.contacts-section__email a{
	color: #212121;
}
.contacts-section.light .contacts-section__email a{
	color: #212121;
}
.contacts-section__email a:hover,
.contacts-section.light .contacts-section__email a:hover{
	color: var(--prv_color);
    text-decoration:none;
}
.contacts-section__network-list{
	font-size: 14px;
	margin-bottom: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}
.contacts-section__network-list li{
	display: inline-block;
	margin-right: 20px;
	padding: 10px;
	width: 38px;
	background-color: #EEF1F4;
	height: 38px;
	position: relative;
	border-radius: 100%;
}
.contacts-section__network-list li:hover{
	background-color: var(--prv_btn_color);
	border-radius: 100%;
	transition: all .4s;
}
.contacts-section__network-list li:hover a{
	color: #fff;
}
.contacts-section__network-list li:last-child{
	margin-right: 0;
}
.contacts-section__network-list a{
	color: #212121;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.contacts-section.light .contacts-section__network-list a{
	color: #212121;
}
.contacts-section__network-list a:hover,
.contacts-section__network-list a:focus{
	text-decoration: none;
}
.contacts-section .phonenum.show-modal{
	font-size: 0.6666em;
}
.contacts-section__phone-block,
.contacts-section__address-block,
.contacts-section__email-block{
	display: flex;
	align-items: center;
}
.contacts-section__phones,
.contacts-section__address,
.contacts-section__email{
	margin-left: 19px;
}
.contacts_icon{
	fill: #fff;
}
.contacts-section.light .contacts_icon{
	fill: #212121;
}
.contacts-section .phonenum,
.contacts-section .phonenum:focus{
	color: #212121;
}
.contacts-section.light .phonenum,
.contacts-section.light .phonenum:focus{
	color: #212121;
}
.contacts-section .phonenum:hover{
	color: var(--prv_color);
}
.contacts-section__phones .prv_top_number{
	font-weight: normal;
	font-size: 0.9333em;
	font-size: 1.1428em;
}
.contacts-section__phones .prv_top_number,
.contacts-section__phones .prv_top_number:hover,
.contacts-section__phones .prv_top_number:focus{
	color: #212121;
}
.contacts-section.light .contacts-section__phones .prv_top_number,
.contacts-section.light .contacts-section__phones .prv_top_number:hover,
.contacts-section.light .contacts-section__phones .prv_top_number:focus{
	color: #212121;
}
.main-footer {
	background-color: #212121;
	color: #757575;
	padding: 14px 0;
}
.main-footer.light{
	background-color: #EFF0F2;
}
.main-footer .network-list li a {color: #757575;}
@media(max-width: 1199px){
	.contacts-section__network-list{
		margin-top: 25px;
	}
}
@media (max-width: 991px) {
	.main-footer{
		padding: 24px 0;
	}
}
@media (max-width: 767px) {
	.contacts-section__network-list{
		margin-top: 20px;
	}
	.contacts-section__network-list li{
		margin-right: 20px;
	}
	.contacts-section__phone-block,
	.contacts-section__address-block,
	.contacts-section__email-block{
		justify-content: center;
	}
	.contacts-section__phone-block,
	.contacts-section__address-block{
		margin-bottom: 20px;
	}
	.contacts-section{
		padding: 20px 0;
	}
	.main-footer__rights-block{
		margin-bottom: 10px;
	}
}
.contacts-section__phones .dropdown-menu a,
.contacts-section__phones .dropdown-menu a:focus{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	font-size: 14px;
	text-decoration: none;
}
.contacts-section__phones .dropdown-menu a:hover,
.contacts-section__phones .dropdown-menu a:active,
.contacts-section__phones .dropdown-menu a:active:focus,
.contacts-section__phones .dropdown-menu a:active:hover{
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-repeat: repeat-x;
	text-decoration: none;
}
.bottom-menu-section{
	padding: 7px 0;
	position: relative;
}
.bottom-menu-section__container-underline{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: #434343;
}
.bottom-menu-section.light .bottom-menu-section__container-underline{
	background-color: #E5E5E5;
}
.bottom-nav-list{
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.bottom-nav-list>li{
	margin-right: 0px;
}
.footer .bottom-nav-list>li>a{
	padding: 10px 19px 10px 0;
	color: #666
}
.bottom-nav-list>li>a:hover {
    color: var(--prv_btn_color);
}
@media(min-width: 768px){
	.bottom-nav-list>li:first-child>a{
		padding-left: 0;
	}
	.bottom-menu-section__container .bottom-nav-list{
		justify-content: flex-start;
	}
	.bottom-menu-section__container-underline{
		width: 65%;
	}
}
@media(min-width: 992px){
	.bottom-menu-section__container-underline{
		width: 46%;
	}
}
.footer .phonenum-cnt .phonenum, .footer .phonenum-cnt .phonenum:focus{
	color: #212121;
	font-size: 10px;
}
.contacts-section__phone-block{
	margin-top: 5px;
}
.contacts-section__email-block{
	margin-top: 16px;
}
.contacts-section__address-block{
	margin-top: 20px;
}
.footer hr{
	border-top: 1px solid #C5C5C5;
	margin-top: 35px;
	margin-bottom: 25px;
}
.main-footer__rights-block,.main-footer__lefts-block{
	color: #757575;
}
@media (max-width: 991px) {
	.footer .bottom-nav-list{
		justify-content: center;
	}
	.footer .navbar-logo{
		margin-top: 30px;
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
	}
	.contacts-section__phone-block, .contacts-section__address-block, .contacts-section__email-block{
		justify-content: center;
	}
	.footer .subscribe{
		display: flex;
		justify-content: center;
	}
	.footer .contacts-section__network-list{
		justify-content: center;
	}
}

.bottom-nav-list{
	padding-left: 0;
	list-style: none;
	display:inline-block;
	justify-content: space-between;
	margin: 0;
}
.bottom-nav-list>li>a{
	padding: 16px 20px;
	display: block;
	color: #fff;
	font-size: 0.8571em;
	font-weight: 600;
}
.bottom-nav-list>li>a:focus,
.bottom-nav-list>li>a:hover{
	text-decoration: none;
	color: var(--prv_btn_color);
}
.bottom-nav-list>li>a.root-item-selected{
	color: var(--prv_btn_color)!important;
}


.nav-head-footer {margin-top: 30px; font-size: 14px; font-weight: bold; margin-bottom: 20px}

.contacts-block a {color: inherit}

.subscribe-form{
    display: inline-block;
}
.form_subscribe {
    margin-top: 11px;
    border: none;
    border-radius: 6px;
    padding: 4px 20px 4px 14px;
    font-size: 14px;
    background-color: #EEF1F4;
    display: flex;
    align-items: center;
	max-width: 270px;
	color: #757575;
	width: 100%;
}

.form_subscribe input[type='text'] {
  border: none;
  border-radius: 6px;
  padding: 14px 20px 14px 14px;
	font-size: 12px;
	width: 100%;
  background-color: transparent;
	color: #757575;
	width: 100%;
	text-transform: uppercase;
}
.form_subscribe button[type='submit'] {
    cursor: pointer;
    border: none;
    border-radius: 100px;
    background-color: #8C8D92;
    width: 25px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_subscribe button[type='submit']:hover{
    opacity: .8;
}
.subscribe-text--black{
    color: #212121;
}
.form_subscribe input[type='text']::placeholder {
  color: #8C8D92;
}
.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{
    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;
    }   
}
.nav_list>li>a:hover{
    color: var(--prv_btn_color);
}
.nav_list>li>a:focus,
.nav_list>li>a:hover{
	text-decoration: none;
}
.nav_list>li>a:hover{color:#2BA800}

.smalltext {color:#fff; font-size: 14px;}
.service-item__detail h2, .p-price {color: #fff;}

