@CHARSET "UTF-8";

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Regular.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),  url('../fonts/Montserrat/Montserrat-Thin.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Thin.ttf')  format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Montserrat/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Light.ttf')  format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Montserrat/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Bold.ttf')  format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat/Montserrat-SemiBold.ttf')  format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Medium.ttf')  format('truetype');
	font-weight: 500;
	font-style: normal;
}

:root {
	--default-color: #323232;
	--red-color: #E41E25;
	--grey-light-color: #EBEBEB;
	--grey-color: #D9D9D9;
	--grey: #909090;
}

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size:14px;
}

body{
	font-family: Montserrat-Regular, Arial, sans serif;  
	color:var(--default-color);
	//font-size:1rem;
	//line-height:1.8rem;
	font-size: 14px;
	line-height: 22px;
}

ul, ol{
	margin: 0;
	padding: 0;
}

p, ul li, ol li{
	color:var(--default-color);
	font-size:1rem; 
	line-height:1.8rem;
}

p{margin-bottom: 25px;}

p:last-child{margin-bottom: 0}

.text-block p{font-weight: 300}

a{text-decoration:none;color: #258CFF;}

a:hover, a:focus{
	outline: none;
}

b, strong{
	font-weight: 600;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}

#wrapper{
	position:relative;
	min-height: 100%;
	width:100%;
	/*overflow-x:hidden;*/
	background: #F5F5F5;
	/*background: url(../img/main.jpg) left 0 no-repeat;*/
	/*background-size: 100% auto;*/
}

#content .container, header .container{
	width: 98.5% !important; 
	min-width: 1386px; 
	max-width: 1940px
}

.col-left_colon{
	width: 11.7%;
	position: sticky;
	top: 0;
	padding-right: 10px;
}
.col-right_content{width: 75.5%;position: inherit;min-height: 500px}

section{margin-bottom: 8.57rem}

section.module_questions, section.module_text-block{
	margin-bottom: 0rem;
}
.close{
	opacity: 1 !important;
	z-index: 1001;
	position: fixed;
	top: 20px;
	right: 20px;
	display:none;
}

.module_making-order {
	width: 620px;
	margin: 0 auto 180px auto;
}

.close i{color:#fff}
}
	
div, input, textarea{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-family: Montserrat-Regular, Arial, sans serif;
	font-weight:normal;
}

/*h1, .h1, h2, h3{
	text-transform: uppercase;
}*/

h2{
	margin:2rem 0 2.857rem 0;
	font-size: 2.57rem;
	line-height: 3.34rem;
}

.text-block h2{
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 2.7rem;
	margin-top: 32px;
	margin-bottom: 24px;
}

h1, .h1{
	font-size:3rem;
	line-height: 3.9rem; 
	margin: 2rem 0 2.857rem 0;
}

.title{
	/*font-size: 1.44rem;
	line-height: 2.3rem;*/
	margin-bottom:1rem;
}
.title.flex{
	align-items: center;
}
h3{
	font-size:1.7rem;
	margin-bottom: 1.7rem;
	line-height: 2.7rem;
	font-weight: 700;
}
h4{
	font-size: 1.2857rem;
	line-height: 1.7rem;
	margin: 20px 0 15px 0;
}

.h5{
	font-size: 1.29rem;
	line-height: 1.57rem;
	font-weight: 700;
	margin-top: 0;
}

.h6{
	font-size: 1.14rem;
	line-height: 1.57rem;
	font-weight: 700;
	margin-top: 0;
}

.row24{margin-left: -12px; margin-right: -12px}

.row24 .col-xs-1, .row24 .col-xs-2, .row24 .col-xs-3, .row24 .col-xs-4, .row24 .col-xs-5, .row24 .col-xs-6, 
.row24 .col-xs-7, .row24 .col-xs-8, .row24 .col-xs-9, .row24 .col-xs-10, .row24 .col-xs-11, .row24 .col-xs-12{
	padding-left: 12px;
	padding-right: 12px;
}

.row-flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -24px;
	margin-right: -24px;
}

.flex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-row{
	flex-flow: row;
}

.m0{margin:0;}

.m-t0{margin-top: 0}
.m-b0{margin-bottom: 0}

.m-t16{margin-top: 16px}
.m-t24{margin-top: 24px}
.m-t48{margin-top: 48px}
.m-b16{margin-bottom: 16px}
.m-b24{margin-bottom: 24px}

.p0{padding:0;}

.p15{padding:10px;}

.p5{padding:5.5rem 0;}

.p-b5{padding-bottom:5rem;}

.p-r0{padding-right: 0}

.p-r15{padding-right:10px;}

.m-r15{margin-right:10px;}

.p-l0{padding-left: 0}

.p-l15{padding-left:10px;}

.m-l15{margin-left:10px;}

.br8{border-radius: 8px}

.slick-slide .item.br8 img{
	border-radius: 8px
}

.br4{border-radius: 4px}

.bg-dark{background:#29282a}
.bg-grey{background:#ece8e6}
.bg-light-grey{background:#f4f7ff}

.hidden {display: none !important;}

.bg-red{background: var(--red-color);}
.bg-white{background: #fff;}
.bg-grey{background: var(--grey-light-color);}

.red-text{color: var(--red-color)}
.t300{
	font-weight: 300;
}
.t-select{
	font-weight: 700;
	line-height: 1.2rem;
	font-size: 0.857rem;
}
.link-default{
	color: var(--default-color);
}
.link-default:hover{
	color: var(--red-color);
}


hr{
	border-color: var(--grey-color);
}

.btn{
	border-radius: 100px;
	font-size: 0.8577rem;
	font-weight: 700;
	line-height: 34px;
	padding: 0 16px;
	border: 2px solid var(--red-color);
	-webkit-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
	text-decoration: none;
	background: none;
	color: var(--red-color);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
}

.btn:hover, .btn:focus{
	background: var(--red-color);
	border-color: var(--red-color);
	color: #fff;
	outline:none !important
}

.btn-primary{
	background: var(--red-color);
	color:#fff;
}

.btn-primary:hover, .btn-primary:focus{
	background: #FF0000;
	border-color: #FF0000;
	color: #fff;
}

.btn-o-primary{
	background: none;
	border-color: var(--grey);
	color: var(--grey);
}

.btn-o-primary:hover, .btn-o-primary:focus{
	background: var(--red-color);
	border-color: var(--red-color);
	color: #fff;
}

.btn-grey{
	background: var(--grey-light-color);
	border-color: var(--grey-light-color);
	color: var(--default-color);
}

.btn-grey:hover, .btn-grey:focus{
	background: var(--default-color);
	border-color: var(--default-color);
	color: #fff;
}

.btn-grey-light{
	background: none;
	border: 1px solid var(--grey);
	color: var(--default-color);
	font-weight: 500;
}

.btn-grey-light:hover, .btn-grey-light:focus{
	background: var(--default-color);
	border-color: var(--default-color);
	color: #fff;
}

.btn-light{
	background: none;
	border-color: #fff;
	color: #fff;
}

.btn-light:hover, .btn-light:focus{
	background: #fff;
	border-color: #fff;
	color: var(--red-color);
}

.btn-small{text-transform: none;}

.btn-large{
	padding: 0 36px;
	line-height: 44px;
}

/*.caption{
	font-weight: 700;
	font-size: 1.2857rem;
	line-height: 1.7rem
}
.title-block .more{
	font-weight: 700;
	color:#1bab7d;
	text-decoration: underline;
	font-size: 1.14rem;
	margin-top: 40px;
	display: block;
}
.title-block .more:hover{
	text-decoration: none;
}*/
.formResponsive{
}
.formResponsive lead{
	color: var(--default-color);
	font-weight: 300;
	//font-size: 0.857rem;
	font-size: 12px;
	line-height: 140%;
	display: block;
	padding: 0 22px;
}
.formResponsive h5{
	font-size: 1.14rem;
	line-height: 1.5rem;
	margin: 0 0 17px 0;
}
.form-control{
	height: 40px;
	border-radius: 8px;
	border: 1px solid var(--grey-color);
	background: none;
	padding: 7px 20px;
	font-size: 1rem;
	color: #929292;
	line-height: 26px;
	box-shadow: none;
	text-align: center;
	font-weight: 300;
}
textarea.form-control{
	height: 140px;
	resize: none;
	padding: 10px 20px;
	line-height: 180%;
}
.form-group{
	margin-bottom:16px;
}
input:focus, button:focus{outline:none;}

.form-control::-moz-placeholder{color: #929292; font-family: Montserrat-Regular, Arial, sans serif;font-weight: 300;font-size:1rem;}
.form-control:-ms-input-placeholder{color:#929292; font-family: Montserrat-Regular, Arial, sans serif;font-weight: 300;font-size:1rem;}
.form-control::-webkit-input-placeholder{color:#929292; font-family: Montserrat-Regular, Arial, sans serif;font-weight: 300;font-size:1rem;}
.form-control::-input-placeholder{color:#929292; font-family: Montserrat-Regular, Arial, sans serif;font-weight: 300;font-size:1rem;}


.form-group .checkbox{
	margin-top: 0;
	padding: 0
}

.form-group .checkbox input{
	opacity:0;
	margin-left: 6px;
	margin-top: 14px;
}

.form-group .checkbox label{
	position: relative;
	padding-left: 40px;
	display: block;
	text-align: left;
}

.form-group .checkbox label:before{
	position: absolute;
	left: 0;
	content: '';
	width: 24px;
	height: 24px;
	background: #fff;
	border: 2px solid var(--default-color);
	border-radius: 4px;
	top:2px;
	z-index: 10;
}

.form-group .checkbox input:checked + label:after{
	position: absolute;
	left: 8px;
	content: '';
	width: 8px;
	height: 8px;
	background: url(../img/icons/check.svg) center no-repeat;
	top: 10px;
	z-index: 11;
}
.form-group .checkbox label span{
	display: block;
	font-size: 0.7rem;
	line-height: 1rem;
}
.form-group .checkbox label span a{
	text-decoration: none;
}
.form-group .checkbox label span a:hover{
	text-decoration: underline;
}
/*.form-group .checkbox label .small{
	font-size: 11px;
	letter-spacing: 0;
	font-weight: 500
}

.form-group .checkbox label .small a{
	color: #333;
}
.form-group .checkbox input.empty + label:before{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}*/

/*formResponsive*/

/*breadcrumbs*/
.breadcrumb{
	background:none;
	padding:0 0 32px 0;
	margin-bottom:0;
}
.breadcrumbs ul{
	margin:0; 
	padding:0;
}
.breadcrumb li{
	position:relative;
	display:inline-block;
	list-style:none;
	margin-right: 7px;
	position: relative;
}
.breadcrumb li + li{
	padding-left: 15px;
}
.breadcrumb li a{
	text-decoration:none;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s
}
.breadcrumb>li>a{text-decoration: none;}
.breadcrumb>li>a:hover{color: var(--red-color)}
.breadcrumb>li,.breadcrumb>li>a, .breadcrumb>li>span{
	font-size:0.857rem;
	color: var(--grey);
	font-weight:500;
	line-height: 140%;
}
.breadcrumb>li>span{font-weight:300}
.breadcrumb>li+li:before {
	content: "";
	background: url(../img/icons/arrow-bread.svg) center no-repeat;
	width: 4px;
	height: 4px;
	left: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	margin-top: -2px;
}

/*breadcrumbs end*/

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

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

.bx-pagination{margin: 12px 0 0 0}
.bx-pagination .bx-pagination-container ul li{
	margin:0 4px;
}
.bx-pagination .bx-pagination-container ul li span{
	font-weight: 300;
	color: var(--default-color);
	font-size: 1rem;
	background: none;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	color: #fff;
	background: var(--red-color);
	font-weight: 700;
	font-size: 1.14rem;
}
.bx-pagination .bx-pagination-container ul li a{
	color: var(--default-color);
}
.bx-pagination .bx-pagination-container ul li a:hover span {
    background: var(--grey-light-color);
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span, 
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span, 
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: var(--grey-color);
	color: var(--default-color);
}
/**/

/*header*/
header{
	//padding-top:24px; /* для блока "Сайт находится в процессе обновления"*/
	//height: 140px;
height: 199px;
	z-index: 200;
	top:0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;

}
header .left-colon{
	width: 11.7%;
	padding-right: 0;
}
header .main-header{
	width: 75.5%;
}
header .right-colon{
	width: 12.8%;
}
header .email a, header .location a{
	color: var(--default-color);
	font-size: 0.857rem;
	line-height: 1.2rem;
	font-weight: 300;
	display: block;
	padding-left: 23px;
}
header .email a{
	background: url(../img/icons/icon_mail-footer.svg) left center no-repeat;
	background-size: 13.5px auto;
}
header .location a{
	background: url(../img/icons/icon_local-footer.svg) left center no-repeat;
	background-size: 12px auto;
	cursor:pointer
}
header .email a:hover{
	text-decoration: underline;
}
header .def-company{
	font-weight: 700;
	font-size: 0.71rem;
	line-height: 0.87rem;
	text-transform: uppercase;
	color: var(--grey);
	margin-top: 31px;
}
.btn-search_click{
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/icons/icon-search.svg) left top no-repeat;
	margin-left: 9px;
	margin-top: 37px;
}
.btn-search_click:hover{
	opacity: 0.8;
	cursor: pointer;
}
header .location{margin-bottom: 33px}
.nav-toggle{
	width: 24px;
	margin-top: 6px;
}
.nav-toggle:hover{cursor: pointer;}
.nav-toggle .icon-bar{
	height: 4px;
	background: var(--default-color);
	display: block;
}
.nav-toggle .icon-bar + .icon-bar{
	margin-top: 4px;
}
.logo{
	margin-left: 17px;
}

/*menu*/
/*.navbar-toggle{display:block;float:left;border:none;margin:17px 0 0 0;padding:0;}
.navbar-toggle .icon-bar{width:18px;}
.navbar-default .navbar-toggle .icon-bar{background-color:#1ead7f;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background:none;}*/

.navbar-nav>li {
    margin: 0 auto;
}
.navbar-default{
	border:none;
	background:none;
	margin:0;
    min-height: auto;
}

.navbar-default .navbar-collapse{
	float:left;
	margin-left:9px;
	margin-top:0;
}
.navbar-default .navbar-collapse.collapse{
	display: block !important;
}

header .navbar-collapse{
	padding-left:0;
}

.navbar-default .navbar-nav>li>a{
	color: var(--default-color);
	text-decoration:none;
	font-weight:600;
	padding:0;
	line-height: 1.2rem;
}

.navbar-default .navbar-nav>li{
	margin-right:33px
}
.navbar-default .navbar-nav>li:last-child{margin-right:0;}
.navbar-default .navbar-nav>li>a:hover{text-decoration: none;color:  var(--red-color);}
/*menu*/

.right-header{
	margin-left: -0.8%;
	padding-left: 0;
	width: 13%;
	position:relative
}
.right-header .phone{
	position: relative;
	padding-right: 0;
}
.right-header .phone fieldset{
	background: #fff;
	width: 240px;
	padding: 10px;
	box-shadow: 0 8px 40px rgba(0,0,0,0.1);
	position: absolute;
	top: 100%;
	left: 24px;
	display: none;
	z-index: 10;
}
.right-header .phone label{
	font-weight: 300;
	justify-content: space-between;
}
.right-header .phone label:hover{
	cursor: pointer;
}
.right-header .phone label span{
	font-weight: 700;
}
.right-header .phone fieldset div + div{
	margin-top: 16px;
}

.right-header .phone fieldset input[type="radio"]{
	display: none;
}
.right-header .phone .phone-title{
	font-weight: 700;
	line-height: 1.2rem;
	padding-bottom: 10px;
	justify-content: space-between;
	align-items: center;
}
.right-header .phone .phone-title a{
	color: var(--default-color);
}
.right-header .phone .phone-title span{
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out;
	-ms-transition: -ms-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
.right-header .phone .phone-title span.open{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.right-header .soc-set{
	padding-left: 0;
}
.right-header .soc-set .moduletable_social .menu .item{
	margin-right: 0;
	line-height: 16px;
	vertical-align: top;
}
.right-header .soc-set .moduletable_social .menu .item + .item{margin-left: 10px}
.right-header .soc-set .moduletable_social .menu{text-align: right}
.right-header .soc-set .moduletable_social {margin-right: 11px}
.right-header .soc-set .moduletable_social .telegram img{width: 14px}
.right-header .soc-set .moduletable_social .menu .item:hover{opacity: 0.8}
.right-header .icons{
	justify-content: space-between;
	margin-top: 25px;
	padding-right: 42px;
}
.right-header .icons .item{
	position: relative;
}
.right-header .icons .item .amount{
	position: absolute;
	right: -13px;
	top: -4px;
	background: #fff;
	border-radius: 50%;
	height: 16px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
	font-size: 0.7rem;
	padding: 0 5px;
}
.calculate-icon {
	position:absolute;
	top:100%;
	margin-top:85px;
	left:50%;
	margin-left:-30px;
	padding:0
}
.calculate-icon a{
	background:#fff;
	display:block;
	width:60px;
	text-align:center;
	padding:6px
}
/*header end*/


/*footer*/
footer{
	width:100%;
	z-index:5;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-top: 4.29rem;
}
footer .container{
	max-width: 1160px;
	position: relative;
	padding-bottom: 56px;
}
footer .container:before{
	position: absolute;
	content: '';
	width: 902px;
	height: 869px;
	bottom: 0;
	margin-right: -134px;
	right: 0;
	background: url(../img/footer-man.svg) right bottom no-repeat;
}
footer .container:after{
	position: absolute;
	content: '';
	width: 209px;
	height: 285px;
	bottom: 104px;
	left: 175px;
	background: url(../img/footer-fish.svg) right bottom no-repeat;
}
footer .container .row{
	position: relative;
	z-index: 2;
}
footer .btn_request{
	margin-bottom: 7rem;
}
footer a{
	color: var(--default-color);
	text-decoration:none;
}
footer .nav>li>a{
	padding:0;
	line-height:180%;
	//line-height:100%;
	font-weight: 300;
}
footer .nav>li{margin-bottom:15px;}
footer .nav>li.parent{
	font-weight: 700;
	line-height: 1.57rem;
	font-size: 1.286rem;
	margin-bottom:34px;
}
footer .nav>li>a:hover{
	color:var(--red-color);
	background: none;
}
.main-footer{padding-bottom:7px;}

footer h5{
	font-weight: 700;
	line-height: 1.57rem;
	font-size: 1.286rem;
	margin-bottom:34px;
	margin-top: 0;
}

.info-footer .item{
	font-weight: 300;
	line-height: 180%;
	margin-bottom:14px;
}
.info-footer .item span{
	display: inline-block;
}
.info-footer .item span.icon{
	width: 20px;
	margin-right: 15px;
	vertical-align: top;
	margin-top: 0;
}
.info-footer .item a{
	font-weight: 300;
	line-height: 180%;
}
.info-footer .item a:hover{
	color: var(--red-color);
	text-decoration: none;
}
.info-footer .item address{
	line-height: 180%;
	font-size: 1rem;
	margin-bottom: 0;
	font-weight: 300;
	display: inline-block;
}
footer .info-social{
	margin-top: 2.857rem;
}
.footer-bottom{
	font-weight:300;
	font-size:1rem;
	margin-top:3rem;
	justify-content: space-between;
}
footer .copyright{
	line-height: 1.43rem;
	z-index: 1;
}
/*footer end*/

/*left aside*/
#mySidenav{
	margin-top: 3px;
	margin-left: 0;
}
#mySidenav li a{
	line-height: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--default-color);
}
#mySidenav li a.selected{
	text-decoration:underline
}
#mySidenav li a.red-text, #mySidenav li a:hover{
	color: var(--red-color);
}
#mySidenav li{
	margin-bottom: 16px;
}
.col-left_colon .info-block{
	font-size: 0.857rem;
	line-height: 1.2rem;
	font-weight: 300;
	margin-top: 36px;
}
.col-left_colon .info-block .time-work{
	margin-top: 30px;
}
/*left aside end*/

/*content*/
#content{
	//padding-top: 135px;
	padding-top: 200px;
	position: relative;
}
.title-page{
	padding: 8.1rem 0 0 0
}
/*moduletable_social*/
.moduletable_social .menu .item{
	background: none;
	margin:0 30px 0 0;
	padding: 0
}
.moduletable_social .menu .item a{
	width: 100%;
	display: block;
}
.moduletable_social i{font-size:1.4rem;color:var(--default-color)}
.moduletable_social a:hover i{color: var(--red-color)}

/*moduletable_social end*/

/*page-main*/
/*module_home-preview*/
.module_home-preview{
	margin-top: 12px;
	margin-bottom: 3.5rem;
}
.module_home-preview .item{margin-top: 46px;height:auto}
.module_home-preview .item > div{
	width: 95%;
	height: 400px;
	position: relative;
}
.module_home-preview-content{
	padding:55px 0 50px 55px;
	color: #fff;
}
.module_home-preview .image{
	position: absolute;
	bottom: 0;
	width: 69%;
	height: 440px;
	right: 18px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% auto;
}
.module_home-preview h2{
	font-size: 1.43rem;
	line-height: 1.86rem;
	margin: 0;
}
.module_home-preview .old-price{
	font-weight: 300;
	font-size: 2.29rem;
	line-height: 3rem;
	text-decoration: line-through;
}
.module_home-preview .price{
	font-size: 4rem;
	line-height: 5rem;
}
/*module_home-preview end*/

/*module_benefits*/
.module_benefits{margin-bottom: 5.14rem}
.module_benefits h5.card-title{
	text-transform: uppercase;
}
.module_benefits h5.card-text{
	font-weight: 300;
}
.module_benefits .card > div{
	padding: 24px;
	min-height: 200px;
	background-repeat: no-repeat;
}
.module_benefits .card:first-child > div{
	background-color: var(--grey-light-color);
}
.module_benefits .card:nth-child(2) > div{
	background-color: #FFCF26;
}
.module_benefits .card:nth-child(3) > div{
	background-color: #258CFF;
	color: #fff;
}
.module_benefits .card:nth-child(4) > div{
	background-color: #7EBC31;
	color: #fff;
}
/*module_benefits end*/

/*nav-tabs*/
.nav-tabs{
	border-bottom:1px solid var(--grey-light-color);
	margin-bottom:40px;
	margin-left: 0;
}
.nav-tabs.styled{
	border-bottom:none;
	margin-bottom:40px;
}
.nav-tabs>li{margin-right: 60px;}
.nav-tabs>li>a{
	border:none;
	border-radius:0;
	color:var(--grey);
	text-decoration:none;
	margin-right:0;
	padding:0;
	font-size: 1.14rem;
	line-height: 1.7rem;
	position: relative;
	padding-bottom: 8px
}
.nav-tabs.styled>li>a{
	padding-bottom: 9px
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus{
	border:none;
	background: none;
	color:var(--red-color);
}
.nav-tabs>li.active>a{
	background:none;
	color:var(--default-color);
	border:none;
	font-weight: 700;
}
.nav-tabs>li>a:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 0;
	border-bottom: 3px solid var(--red-color);
	content: '';
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	transition: 0.5s linear;
}
.nav-tabs>li.active>a:before, .nav-tabs>li>a:hover:before{
	width: 100%;
}
.nav-tabs.styled>li>a:before{
	height: 6px;
	width: 0;
	border: none;
	background: var(--red-color);
	border-radius: 100px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.nav-tabs.styled>li>a:hover:before,.nav-tabs.styled>li.active>a:before{
	width: 40px;
}
.nav-tabs.styled>li.active>a:after{
	height: 6px;
	width: 26px;
	border-bottom: 6px dotted var(--red-color);
	z-index: 2;
	content: '';
	left: 44px;
	bottom: 0;
	position: absolute;
}
.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	background:none;
	color: var(--default-color);
	border:none;
}
/*end nav-tabs*/

/*module_anons-catalogue*/
.module_anons-catalogue .catalogue .card .card-left .card-img{
	padding-left: 0;
	//margin-left: -24px;
	width: calc(100% + 24px);
}
.module_anons-catalogue .catalogue .card{
	padding-top: 20px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.module_anons-catalogue .catalogue .card .card-body{
	padding-top: 14px;
}
.module_anons-catalogue .catalogue .card .card-body > .flex{
	justify-content: space-between;
}
.module_anons-catalogue .catalogue .card .card-title{
	margin-top: 8px;
}
.module_anons-catalogue .catalogue .card .card-text, .module_anons-catalogue .catalogue .card .card-text p{
	font-size: 0.857rem;
	line-height: 1.2rem;
	font-weight: 300;
}
.module_anons-catalogue .catalogue .card .card-text + .btn, .module_anons-catalogue .catalogue .card .col-xs-8 .card-links{display:none}
.module_anons-catalogue .catalogue .card .card-properties .name{
	font-weight: 300;
	font-size: 0.857rem;
	line-height: 1.2rem;
	margin-left: 16px;
}
.module_anons-catalogue .catalogue .card .card-properties .flex{
	align-items: center;
}
/*.module_anons-catalogue .catalogue .card .card-exapmles{*/
/*	margin-bottom: -48px;*/
/*}*/
.module_anons-catalogue .catalogue .card .card-links{margin-bottom: -8px}
.module_anons-catalogue .catalogue .card .card-links a{
	font-size: 0.857rem;
	line-height: 1.2rem;
	font-weight: 300;
	margin-right: 16px;
	margin-bottom: 8px;
}

.module_anons-catalogue .catalogue .card .card-links a:last-child{
	margin-right: 0;
}
.module_anons-catalogue .catalogue .card .card-links .more{
	color:  var(--default-color);
	font-weight: 500;
}
.module_anons-catalogue .catalogue .card .card-links .more:hover{cursor:pointer;color: var(--red-color)}
.module_anons-catalogue .catalogue .card .card-links a:hover{text-decoration: underline;}
.podbor h3{margin-top: 0}
.key_words_all{display: none}
.key_words a{
	line-height: 32px;
	font-weight: 700;
	color: var(--default-color);
	font-size: 0.857rem;
	display: inline-block;
	margin-bottom: 10px;
}
.key_words a:not(.more){
	border: 1px solid var(--grey);
	border-radius: 100px;
	padding: 0 16px;
	font-weight: 500;
	font-size: 0.857rem;
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}
.key_words .more:hover{
	color: var(--red-color);
	cursor: pointer;
}
.key_words a:hover{
	text-decoration: none;
}
/*module_anons-catalogue end*/

/*.module_production*/
.module_production .images-nav, .module_production .video-nav{margin-top: 48px}
.module_production .production_images .images-nav .slick-slide{
	width: 358px;
	padding:0 24px;
	height:auto;
}
.module_production .production_images .images-nav .slick-slide div{
	width: 190px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
padding-right: 20px;
}
.module_production .production_images .images-nav .slick-slide.slick-current div{
	width: 309px;
}
.module_production .production_images .images-for .slick-slide{
	height:auto;
}
.module_production .production_videos .video-nav .slick-slide{
	width: 474px;
	padding:0 24px;
	height:auto;
}
.module_production .production_videos .video-for .slick-slide div{border-radius:8px;}
.module_production .production_videos .video-for .slick-slide{height:441px}
.module_production .production_videos .video-for .slick-slide iframe{
	border-radius:8px
}
.module_production .production_videos .video-nav .slick-slide div{
	width: 309px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	border-radius: 8px;
padding-right: 27px;
}
.module_production .production_videos .video-nav .slick-slide.slick-current div{
	width: 426px;
}
.module_production .production_videos .video-nav .slick-slide iframe{height:174px !important;border-radius:8px}
.module_production .production_videos .video-nav .slick-slide.slick-current iframe{height:240px !important}
.module_production .production_images .images-nav .slick-list,
.module_production .production_videos .video-nav .slick-list{margin:0 -24px}
.module_production .col-xs-5{width:41.7%}
.module_production .col-xs-7{width:58.3%}
.module_production .production_images{overflow:hidden}
.module_production .production_images .images-nav{height:205px;position:relative}
/*.module_production .production_images .images-nav:before{
	position:absolute;
	content:'';
	right:0;
	bottom:0;
	height:78px;
	width:190px;
	background:#F5F5F5
}*/
/*.module_production end*/

/*module_reviews*/
.module_reviews h2{
	margin-bottom: 1.7rem;
}
.module_reviews .text_block-def{
	font-weight: 300;
	margin-bottom: 2.857rem;
}
.list-column{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 48px;
	-webkit-column-gap: 48px;
	column-gap: 48px;
}
.list-column3{
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 48px;
	-webkit-column-gap: 48px;
	column-gap: 48px;
}
.module_reviews .card{
	padding: 30px 22px 24px 22px;
}
.module_reviews .card .name-user{
	font-weight: 600;
}
.module_reviews .card .data{
	font-weight: 500;
	font-size: 0.857rem;
}
.module_reviews .card .card-header{
	line-height: 1.14rem;
	justify-content: space-between;
	margin-bottom: 1.7rem;
}
.module_reviews .card .card-text, .module_reviews .card .card-text p{
	font-weight: 300;
}
.module_reviews .card .card-text{margin-bottom:1.7rem;}
.card{margin-bottom: 48px}

.module_reviews .card .photos a{
	margin-right: 20px;
	display: inline-block;
	width: 27.45%;
	overflow: hidden;
}
.module_reviews .card .photos a img{
	-webkit-transition: 500ms linear;
	-o-transition: 500ms linear;
	transition: 500ms linear;
}
.module_reviews .card .photos a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.module_reviews .blagodarnost .card > div{
	padding:16px;
	text-align:center
}
.module_reviews .blagodarnost .card{width:20%;padding:0 24px}
.module_reviews .blagodarnost .card img{margin:0 auto}
/*end module_reviews*/

/*module_about-company*/
.module_about-company.anons__about-company{margin-bottom: 5.17rem}
.module_about-company .anons-about .text-block{
	padding-right: 5px;
}
.module_about-company .anons-about .right-block{
	padding-left: 21px;
}
.module_about-company .anons-about .right-block iframe{
	border-radius:8px
}
.anons__about-company.module_about-company .anons-about .right-block{
	padding-top: 32px;
}
.module_about-company .anons-about .right-block img{
	margin-top: 44px;
}
.module_about-company .advantages{
	margin-top: 8.4rem;

}
.module_about-company .advantages .item{
	width: 20%;
}
.advantages .item{
	padding: 0 24px;
	margin-bottom: 48px;
}
.advantages .item > div{
	padding: 24px 24px 42px 24px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 120px;
	background-position: 116% 13px;
}
.module_about-company .advantages .item > div{
	padding-bottom: 28px;
	background-size: auto 200px;
	background-position: 102px -10px;
}
.advantages .item > div.bg-red{
	color: #fff;
}
.advantages .item .title{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.57rem;
	font-size: 1.29rem;
}
.module_about-company .advantages .item .title{
	line-height: 1.2rem;
	font-size: 1rem;
}
.advantages .item .text{
	font-weight: 300;
}
.advantages .item .text a{
	color: var(--default-color);
}
.module_about-company .advantages .item .text{
	font-size: 0.857rem;
	font-weight: 500;
	line-height: 1.2rem;
}
.advantages .item .bg-red .icon{
	-webkit-filter: grayscale(1) brightness(1000%);
	filter: grayscale(1) brightness(1000%);
}
.advantages .item .bg-grey .icon{
	-webkit-filter: grayscale(1) brightness(0);
	filter: grayscale(1) brightness(0);
}
.advantages .item .icon img{
	height: 80px;
}
/*end module_about-company*/

/*module_questions*/
.module_questions #questions_accord .panel-default, .accordeon .item{
	border: none;
	box-shadow: none;
	background: none;
	margin-bottom: 17px;
}
.module_questions #questions_accord .panel-default>.panel-heading,
.accordeon .item-header{
	border: none;
	background: none;
	padding: 0 0 16px 0;
}
.accordeon .item-header:hover{
	cursor: pointer;
}
.module_questions #questions_accord .panel-default>.panel-heading a,
.accordeon .item-header{
	font-weight: 700;
	font-size: 1.14rem;
	color: var(--grey);
	padding-right: 65px;
	display: block;
	position: relative;
}
.module_questions #questions_accord .panel-default>.panel-heading a:focus,
.module_questions #questions_accord .panel-default>.panel-heading a:hover{
	text-decoration: none;
}
.module_questions #questions_accord .panel-default>.panel-heading a:not(.collapsed),
.accordeon .active__item .item-header{
	color: var(--default-color);
}
.module_questions #questions_accord .panel-collapse,
.accordeon .item-body{
	line-height: 180%;
	font-weight: 300;
	padding-right: 65px;
}
.accordeon .item-body{display: none}
.module_questions #questions_accord .panel-default>.panel-heading a img,
.accordeon .item-header img{
	position: absolute;
	right:28px;
	top: 10px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out;
	-ms-transition: -ms-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
.module_questions #questions_accord .panel-default>.panel-heading a:not(.collapsed) img,
.accordeon .active__item .item-header img{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-filter: grayscale(1) brightness(0);
	filter: grayscale(1) brightness(0);
}
.accordeon{
	display: flex;
	flex-wrap: wrap;
}
.accordeon .colon{
	width: 50%;
}
#form_ask-question{
	width: 56%;
	padding: 28px 31px 22px 31px;
	box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.05);
	background: #fff;
	position: relative;
}
#form_ask-question .btn{height: 48px}
#form_ask-question:before{
	background: url(../img/man-for-form.svg) left top no-repeat;
	content: '';
	top: 0;
	left: 100%;
	margin-left: 55px;
	width: 277px;
	height: 543px;
	position: absolute;
}
/*#form_ask-question:after{
	content: '';
	top: 0;
	left: 100%;
	position: absolute;
	width: 55px;
	height: 50px;
	border: 40px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 0px solid transparent;
	border-left: 80px solid #fff;
}*/
/*module_questions end*/

/*module_news*/
.last_news, .main-page_news{margin-top: 20px}
.main-page_news .colon:first-child, .main-page_news .colon:last-child{
	width: 30%;
}
.main-page_news .colon:nth-child(2){
	width: 40%;
}
.main-page_news .colon{
	padding: 0 24px;
}
.main-page_news .colon:first-child .card,
.main-page_news .colon:last-child .card{
	background: #f1f1f1;
}
.main-page_news .colon:first-child .card,
.main-page_news .colon:last-child .card{
	height: 100%;
}
.main-page_news .colon:first-child .card-body,
.main-page_news .colon:last-child .card-body{
	padding: 16px 32px 35px 32px;
}
.main-page_news .colon:first-child .card,
.main-page_news .colon:last-child .card{
	margin-bottom: 0;
}
.main-page_news .colon:nth-child(2) .card{
	margin-bottom: 0;
}
.main-page_news .colon:nth-child(2) .card + .card{
	margin-top: 38px;
}

.main-page_news .data{
	font-weight: 300;
	font-size: 0.857rem;
	line-height: 1.2rem;
}
.main-page_news .card-name{
	font-weight: 700;
	font-size: 1.14rem;
	line-height: 1.6rem;
	margin-top: 8px;
}
.main-page_news .card-text{
	font-weight: 300;
	margin-top: 8px;
}
.main-page_news .more{margin-top: 8px;display: block;}
.main-page_news .card-text p{
	font-weight: 300;
}
.last_news .data{font-weight: 300;color: #8F8F8F}
.last_news .card-name{
	line-height: 1.2rem;
	font-weight: 700;
	display: block;
	color: var(--default-color);
}
.last_news .card-name:hover{;
	color: var(--red-color);
	text-decoration: none;
}
.last_news .card-body{
	margin-top: 8px;
}
.last_news .item{margin-bottom: 24px}
.last_news .card-header{
	position:relative
}
.last_news .card-header .more{
	position:absolute;
	right:0;
	top:4px
}
.main-page_news ul{
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 48px;
	-webkit-column-gap: 48px;
	column-gap: 48px;
}
/*module_news end*/

/*module_soc-seti*/
.module_soc-seti .item-body{
	height: 220px;
}
.module_soc-seti .item-body > div{
	padding-right: 35px;
	padding-top: 60px;
}
.module_soc-seti .item.vk .item-body{
	background: #0077FF;
}
.module_soc-seti .item.vk .item-body > div{
	background-repeat: no-repeat;
	background-position: 14px bottom;
	height: 100%;
}
.module_soc-seti .item.instagram .item-body{
	background: #FF7950;
	-moz-background: radial-gradient(at bottom left, #FAE100 0%, #FADC04 5.44%, #FBCE0E 11.67%, #FCB720 18.29%, #FE9838 25.14%, #FF7950 30.54%, #FF1C74 49.22%, #6C1CD1 100%);
	-ms-background: radial-gradient(at bottom left, #FAE100 0%, #FADC04 5.44%, #FBCE0E 11.67%, #FCB720 18.29%, #FE9838 25.14%, #FF7950 30.54%, #FF1C74 49.22%, #6C1CD1 100%);
	-o-background: radial-gradient(at bottom left, #FAE100 0%, #FADC04 5.44%, #FBCE0E 11.67%, #FCB720 18.29%, #FE9838 25.14%, #FF7950 30.54%, #FF1C74 49.22%, #6C1CD1 100%);
	-webkit-background: radial-gradient(at bottom left, #FAE100 0%, #FADC04 5.44%, #FBCE0E 11.67%, #FCB720 18.29%, #FE9838 25.14%, #FF7950 30.54%, #FF1C74 49.22%, #6C1CD1 100%);
	background: radial-gradient(at bottom left, #FAE100 0%, #FADC04 5.44%, #FBCE0E 11.67%, #FCB720 18.29%, #FE9838 25.14%, #FF7950 30.54%, #FF1C74 49.22%, #6C1CD1 100%);
}
.module_soc-seti .item.instagram .item-body>div{
	background-repeat: no-repeat;
	background-position: 43px bottom;
	height: 100%;
}
.module_soc-seti .item img{margin-bottom: 25px}
/*module_soc-seti end*/

/*module_catalogue*/
.catalogue-items{margin-top:4.1rem;}
.module_catalogue .item{
	margin-bottom:20px;
}
.module_catalogue .item > div{
	min-height:216px;
	position:relative;
	padding:32px 30px 30px 30px;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.module_catalogue .item:first-child > div, .module_catalogue .item:nth-child(6) > div{
	background-color: #1a464c
}
.module_catalogue .item:nth-child(2) > div, .module_catalogue .item:nth-child(8) > div{
	background-color: #1c8d6f
}
.module_catalogue .item:nth-child(5) > div{
	background-color: #316b5e
}
.module_catalogue .item:nth-child(3) > div, .module_catalogue .item:nth-child(4) > div, .module_catalogue .item:nth-child(7) > div{
	background-color: #5ae9c4
}
.module_catalogue .item .text{
	font-size:1.14rem;
	line-height:1.7rem;
}
.module_catalogue .item:nth-child(3) > div:before, .module_catalogue .item:nth-child(7) > div:before,
.module_catalogue .item:nth-child(3) > div:after, .module_catalogue .item:nth-child(7) > div:after{
	position:absolute;
	content: '';
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.module_catalogue .item:nth-child(3) > div:before{
	background: url(../img/shadow_for3cat-1.png) left center no-repeat
}
.module_catalogue .item:nth-child(3) > div:after{
	background: url(../img/shadow_for3cat-2.png) left center no-repeat
}
.module_catalogue .item:nth-child(7) > div:before{
	background: url(../img/shadow_for3cat-1.png) left center no-repeat
}
.module_catalogue .item:nth-child(7) > div:after{
	background: url(../img/shadow_for3cat-2.png) left center no-repeat
}
.module_catalogue .item > div > a{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: block;
	z-index: 3
}
/*module_catalogue end*/

/*module_home-contacts*/
.module_contacts{
	
}
#Map{padding-right: 0}
.module_contacts .wrap-contatcs-info{
	padding-left: 50px;
	padding-top:11px;
	padding:11px 0 46px 50px;
	background:#fff;
	box-shadow:0 0 62px rgba(0,0,0,0.09);
	height:100%;
}

.module_contacts .info-contacts > div{
	position: relative;
	padding-left:36px;
	margin-left: 8px;
	margin-top:21px;
	font-size:1.07rem;
	line-height:1.57rem;
}
.module_contacts .info-contacts > div:before{
	position: absolute;
	width:25px;
	height:25px;
	left:0;
	border-radius:50%;
	top:2px;
	content:'';
	background:#29282a;
}
.module_contacts .info-contacts.phones > div:before{
	background-image:url(../img/icons/phone.png);
	background-position:  center;
	background-repeat: no-repeat;
}
.module_contacts .info-contacts.address > div:before{
	background-image:url(../img/icons/location.png);
	background-position:  center;
	background-repeat: no-repeat;
}
.module_contacts .info-contacts.time-work > div:before{
	background-image:url(../img/icons/time.png);
	background-position:  center;
	background-repeat: no-repeat;
}
.module_contacts .info-contacts.email > div:before{
	background-image:url(../img/icons/email.png);
	background-position:  center;
	background-repeat: no-repeat;
}
.module_contacts .l-block{margin-top:20px;}
.module_contacts #Map{margin-top:20px;}
.module_contacts .contacts-content_inside .l-block {margin-top: 45px;}

.module_contacts h4{
	font-weight:700;
	color:#1bab7d;
	font-size:1.14rem;
}
.module_contacts .info-contacts.phones > div a{
	font-weight:700;
	font-size:1.257rem;
	line-height:1.57rem;
	text-decoration: none;
}
.module_contacts .info-contacts.email > div a{
	font-size:1.07rem;
	line-height:1.57rem;
	text-decoration: underline;
}
.module_contacts .info-contacts{margin-bottom:46px;}
.module_contacts .wrap-contatcs-info .btn{margin-top:10px;padding:0 10px;margin-left: 8px;}
.ymaps-2-1-78-map{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.module_contacts .contacts-content{margin:0;}
.module_contacts .l-block > .row{height:100%;}

/*module_home-contacts end*/

/*page-main end*/

.text-colon{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 48px;
	-moz-column-gap: 48px;
	column-gap: 48px;
}

/*page_reviews*/
.module_reviews .reviews-list.otzoviki{
	margin-top: 4.29rem;
	margin-bottom: -80px;
}
.module_reviews .reviews-list.otzoviki .card{
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 80px;
}
.module_reviews .reviews-list.our-clients .card,
.module_reviews .reviews-list.video .card{padding: 0 24px}
.module_reviews .reviews-list.our-clients .card > div,
.module_reviews .reviews-list.video .card > div{
	padding: 30px 22px 24px 22px;
	height: 100%;
}
.module_reviews .reviews-list.otzoviki .card .card-img{width: 120px}
.module_reviews .reviews-list.otzoviki .card .card-body{margin-left: 32px}
.module_reviews .reviews-list.otzoviki .card .title{
	font-weight: 300;
	font-size: 1.7rem;
	line-height: 2.74rem;
	margin-bottom: 42px;
}
.module_reviews .reviews-list.otzoviki .card .btn{line-height: 36px}
.module_reviews:not(.anons-reviews) .main-reviews-tabs{
	position: relative;
}
a.send-review{
	position: absolute;
	right: 0;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 120%;
	color: var(--default-color);
	padding-left: 30px;
	background: url(../img/icons/icon_send-review.svg) left center no-repeat;
	margin-top: 5px;
}
/*page_reviews end*/

/*page_blog*/
.module_blog .card > div{
	padding: 22px;
	height:100%
}
.img-animation{
	-webkit-transition: 500ms linear;
	-o-transition: 500ms linear;
	transition: 500ms linear;
}
.module_blog .card .card-img{overflow: hidden;}
.module_blog .card a:hover .card-img .img-animation{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.module_blog .card .card-title{
	font-weight: 700;
	line-height: 1.57rem;
	font-size: 1.29rem;
	color: var(--default-color);
	margin-top:8px
}
.module_blog .card .data{
	font-weight: 300;
	font-size: 0.857rem;
	line-height: 1.2rem;
	color: var(--default-color)
}
.module_blog .card .card-text{
	font-weight: 300;
	color: var(--default-color);
}
.module_blog .card a:hover .card-text, .module_blog .card a:hover .card-title,
.module_blog .card a:focus .card-text, .module_blog .card a:focus .card-title{
	color: var(--default-color);
	text-decoration: none;
}
.module_blog .card a:hover, .module_blog .card a:focus{
	text-decoration: none;
}
/*page_blog end*/

/*page_vacancies*/
.group-vacancies .h5{
	padding-bottom: 16px;
	border-bottom: 1px solid var(--grey-color);
	margin-bottom: 0;
}
.group-vacancies .panel-default>.panel-heading{
	border: none;
	background: none;
	padding: 16px 0;
}
.group-vacancies .panel{
	border: none;
	background: none;
	border-bottom: 1px solid var(--grey-color);
	
	margin-bottom: 0;
}
.group-vacancies .panel-default>.panel-heading a{
	color: var(--grey);
	font-weight: 700;
	line-height: 140%;
	font-size: 1.14rem;
}
.group-vacancies .salary{
	position: absolute;
	top: -39px;
	right: 0;
	color: var(--default-color);
	font-weight: 700;
	line-height: 140%;
	font-size: 1.14rem;
}
.group-vacancies .panel-collapse{
	position: relative;
	font-weight: 300;
}
.group-vacancies .panel-collapse p{
	margin-bottom: 16px;
}
.group-vacancies .panel-collapse .btn{
	margin-bottom: 32px;
}
.group-vacancies .panel-default>.panel-heading a:not(.collapsed) {
    color: var(--default-color);
    text-decoration: none;
}
/*page_vacancies end*/

/*page_sitemap*/
/*.module_sitemap .moduletable_menu ul{
	padding: 0 24px;
}*/
.module_sitemap .nav>li>a{
	padding:0;
	line-height:180%;
	font-weight: 300;
	color: var(--default-color);
}
.module_sitemap .nav>li{margin-bottom:15px;}
.module_sitemap .nav>li.parent, .module_sitemap h5{
	font-weight: 700;
	line-height: 1.57rem;
	font-size: 1.286rem;
	margin-bottom:34px;
}
.module_sitemap .nav>li>a:hover{
	color:var(--red-color);
	background: none;
}
/*page_sitemap end*/

/*page_catalog-one_level*/
.module_catalog-one_level{margin-bottom: 5.17rem}
.anons-production .product{
	margin-bottom: 48px;
}
.anons-production .product .card-title{
	font-weight: 600;
	color: var(--default-color);
	line-height: 1.2rem;
}
.anons-production .product a:hover .img-animation{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.anons-production .product .card-img{overflow: hidden;}
.anons-production .product a:hover{text-decoration: none;}
.anons-production .product a:hover .card-title{color: var(--red-color)}
/*page_catalog-one_level end*/

/*page_404*/
.module_page-not-found .error{
	font-size: 5.7rem;
	line-height: 7.4rem;
	font-weight: 200;
	color: #000;
}
.module_page-not-found .error + div{
	margin-left: 26px;
	font-size: 1.14rem;
	line-height: 1.7rem;
}
.module_page-not-found .text-block{
	align-items: center;
}
.module_page-not-found{margin-bottom: 5.7rem}

.module_catalog-one_level .anons-production{
	margin-bottom: 8.57rem;
}
.module_catalog-one_level .anons-production .row + .btn{margin-top: -24px}
/*page_404 end*/

/*page_about*/
.page-about{padding-bottom: 800px}
.module_recvizits .title{
	padding-right: 160px;
}
.module_recvizits .title h2{margin-top: 0}
.module_recvizits .info{
	color: #000;
	font-weight: 300;
}
.module_recvizits .info strong{
	font-weight: 500;
	font-size: 0.857rem;
	line-height: 1.2rem;
}
.module_recvizits .info p{
	margin-bottom: 15px;
}
.module_recvizits .info p:last-child{
	margin-bottom: 0;
}
.module_recvizits .info{
	margin-bottom: 60px;
}
.module_recvizits{
	margin-bottom: 4.29rem;
}
.module_recvizits .info a{
	color: var(--default-color);
}
.module_recvizits .info a:hover{
	text-decoration: underline;
}
.module_recvizits .moduletable_social .menu .item{margin-right: 24px}
/*page_about end*/

/*page_contacts*/
#map {
    height: 680px;
    width: 100%;
}
.map_page-contacts{
	margin-top: -1.5rem;
}
.module_map{
	position:absolute;
	bottom: 0;
	right: 0;
	height: 680px;
	width: 86.5%;
	margin-bottom: 8.57rem;
}
.page-contact .module_map{
	bottom: 345px;
}
#form_ask-question.form-vertiсal{
	width: 77%;
	padding: 24px 32px 0 32px;
}
#form_ask-question.form-vertiсal:before{
	height: 100%;
	margin-left: 20px;
}
.form-vertiсal textarea.form-control{
	height: 104px;
	text-align: left;
	padding: 8px 7px;
}
.form-vertiсal .form-group{margin-bottom: 24px}
.form-vertiсal .form-group .checkbox{margin-top: 34px}
.form-vertiсal  h3{
	font-size: 2.29rem;
	line-height: 2.97rem;
	margin-top: 0;
}
.formResponsive.form-vertiсal lead{
	padding: 0;
	font-size: 1rem;
	line-height: 1.8rem;
}
.page-contact .module_form-contacts{
	padding-top: 800px;
}
.map-info{
	width:272px;
	font-weight:300;
	font-size:1rem;
	line-height:1.8rem;
	font-family:Montserrat-Regular, Arial, sans serif;
	padding:12px 10px
}
.map-info div:not(.img){
	margin-bottom:15px;
	padding-left:38px
}
.map-info div.img{
	margin-bottom:24px;
	border-radius:4px
}
.map-info div.phone{
	background:url(../img/icons/icon_phone-footer.svg) left 2px no-repeat
}
.map-info div.email{
	background:url(../img/icons/icon_mail-footer.svg) left 2px no-repeat
}
.map-info div.address{
	background:url(../img/icons/icon_local-footer.svg) left 2px no-repeat
}
.map-info div.work-time{
	background:url(../img/icons/icon_time-footer.svg) left 2px no-repeat;
	max-width:210px
}
.map-info div.moduletable_social{
	padding-left:0;
	margin-top:24px;
}
.map-info div.moduletable_social h5{
	font-size:1.29rem;
	line-height:1.567rem;
	font-weight:700;
	margin-bottom:22px
}
#id_16705134805449987731{
	height:auto !important;
	overflow:inherit !important
}
/*page_contacts end*/

/*page_search*/
.text-search p{
	font-weight: 300;
}
.text-search p strong{
	font-weight: 600;
}
.text-search{margin-bottom: 66px}
/*page_search end*/

/*page_article-detaly*/
.text-block p img{
	margin-bottom: 7px;
}
.navigation_articles{
	justify-content: space-between;
	margin-top: 40px;
	align-items: center;
}
.navigation_articles .btn{padding: 0 40px}
.navigation_articles img{
	-webkit-filter: grayscale(1) brightness(0);
	filter: grayscale(1) brightness(0);
}
.navigation_articles .next{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.nav-article{padding-left: 143px}
.nav-article a{
	color: #000;
	font-weight: 600;
	line-height: 1.2rem;
}
.nav-article a:hover{
	color: var(--red-color);
}
.nav-article li{margin-bottom: 5px}
/*page_article-detaly end*/

/*page_catalog*/
/*left-aside*/
.left-aside{width:25%;}
.left-aside .result_search{
	font-weight: 300;
}
.left-aside .help-choiced{
	line-height: 44px;
	text-transform: none;
}
.left-aside .help-choiced img{
	margin-left: 4px;
	-webkit-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-ou
}
.left-aside .help-choiced:hover img{
	-webkit-filter: grayscale(1) brightness(1000%);
	filter: grayscale(1) brightness(1000%);
}
.filtr-content{margin-top: 29px}
.filtr-btn{display:none}
.bx-filter-block .items{margin-top: 17px}
.filtr-block .caption{
	font-weight:700;
	color: var(--default-color);
	line-height: 1.2rem;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--grey-light-color);
	justify-content: space-between;
}
.filtr-block .caption .bx-filter-parameters-box-hint{
	max-width: 85%;
	display: block;
}
.filtr-block .caption img{
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out;
	-ms-transition: -ms-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
.filtr-block .bx-active .caption img{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-filter: grayscale(1) brightness(0);
	filter: grayscale(1) brightness(0);
}
.filtr-block .group-item .items label{
	color:var(--default-color);
	font-weight:300;
	margin-bottom:0;
	position: relative;
	font-size: 1rem;
	line-height: 1.8rem;
}
.filtr-block .group-item .items .item:not(.diapazon) label{
	padding-left:40px;
}
.filtr-block .group-item .items .item:not(.diapazon) label:before{
	position: absolute;
	content:'';
	width:24px;
	height:24px;
	top:0;
	left:0;
	background:#fff;
	border: 1px solid var(--grey-color);
	border-radius: 50%;
}
.filtr-block .group-item .items .item:not(.diapazon) .checkbox + label:before{
	border-radius: 3px;
}
.filtr-block .group-item .items .item:not(.diapazon) input:checked + label:after{
	position: absolute;
	content:'';
	width:8px;
	height:8px;
	top:8px;
	left:8px;
	background: url(../img/icons/check.svg) center no-repeat;
}
.filtr-block .group-item .item{margin-bottom:8px;}
.filtr-block .group-item{margin-bottom:32px;}
.bx-filter-parameters-box-container{padding-bottom:0}
.filtr-block .group-item:last-child{margin-bottom:0}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block{height:auto !important}
.bx-filter .bx-filter-parameters-box-container .diapazon .form-control{
	width: 100px;
	height: 33px;
	margin: 0 8px;
	background:#fff;
	border-radius:4px
}
.filtr-block .group-item .item.diapazon{
	align-items: center;
	margin-bottom: 15px;
}
.filtr-block .show-all_btn{
	font-weight: 500;
	line-height: 1.2rem;
	font-size: 0.857rem;
	color:  var(--default-color);
}
.filtr-block .show-all_btn:hover{
	color:  var(--red-color);
}
.filtr-block .btn#del_filter{margin-left: 10px}

.module_articles .card{
	margin-bottom: 32px;
}
.left-aside .module_articles .card-title{
	color:  var(--default-color);
	line-height: 1.2rem;
	font-weight: 700;
}
.left-aside .module_articles .card-img{
	overflow: hidden;
}
.left-aside .module_articles .card a:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.left-aside .module_articles{margin: 40px 0}

#termins_accord .panel-title a{
	font-weight: 700;
	color: var(--default-color);
	font-size: 1rem;
	line-height: 1.2rem;
	display: block;
	position: relative;
}
#termins_accord .panel-title a:hover{
	text-decoration: underline;
}
#termins_accord .panel-title a img{
	position: absolute;
	right: 0;
	width: 8px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out;
	-ms-transition: -ms-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
#termins_accord .panel{
	border: none;
	box-shadow: none;
	background: none;
	margin-bottom: 24px;
}
#termins_accord .panel-heading{
	padding: 0 0 8px 0;
	border-color: var(--grey-light-color);
}
#termins_accord .panel-collapse{
	padding: 0;
	background: none;
	font-weight: 300;
}
#termins_accord .panel-collapse>div{
	padding: 16px 0 0 0;
}
#termins_accord .panel-title a.collapsed img{
	-webkit-filter: grayscale(1) brightness(0);
	filter: grayscale(1) brightness(0);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 0.5;
}
#termins_accord .panel-title a:not(.collapsed){
	color: var(--red-color);
	text-decoration: none;
}
/*left-aside end*/
.catalog .module_cattalogue-items{width:73%;padding-left: 30px}
.catalog .filtr-block{padding:30px 20px;background: #29282a}
/*page_catalog item*/

/*page_catalog-category*/
.right-content_catalogue{
	padding-left: 32px;
}
.right-content_catalogue .podbor:first-child h3{
	margin-top: 0;
}
.category_menu{
	justify-content: space-between;
	border-bottom: 1px solid var(--grey-light-color);
	margin: 0 0 0 24px;
	width: 1023px;
}
.category_menu ul li a{
	color: var(--default-color);
	font-weight: 300;
	display: block;
	padding-bottom: 8px;
	line-height: 1.2rem;
	position: relative;
}
.category_menu ul li a:before{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	border-bottom: 3px solid var(--red-color);
	content: '';
	width: 0;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.category_menu ul li.active a:before, .category_menu ul li a:hover:before{
	width: 100%;
}
.category_menu ul li.active a:before, .category_menu ul li a:hover{text-decoration: none;}
.category_menu ul li.active a{
	font-weight: 600;
}
.right-content_catalogue .row-flex{margin:0}
.category_menu ul li + li{
	margin-left: 24px;
}
.catalog_items{margin-top: 55px}
.catalog_items + .catalog_items{margin-top: 0}
.catalog_items .card{margin-bottom: 83px}
.catalog_items .card-img{
	margin-top: 8px;
}
.catalog_items .card-img.slick-dotted.slick-slider{
	margin-bottom: 0;
	padding-bottom: 0;
	overflow: hidden;
}
.catalog_items .card-img .slick-dots{
	bottom: 8px;
	height: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.catalog_items .card-img .slick-dots li{
	height: 6px;
	width: 6px;
	background: var(--grey-color);
	border-radius: 1px;
	margin: 0 4px;
	border: none;
	vertical-align: top;
}
.catalog_items .card-img .slick-dots li button{
	height: 6px;
	width: 6px;
}
.catalog_items .card-img .slick-dots li.slick-active{
	height: 8px;
	width: 8px;
	background: var(--default-color);
	border-radius: 2px;
}
.catalog_items .card-img .slick-dots li.slick-active button{
	height: 8px;
	width: 8px;
}
.catalog_items .card-img a:hover .img-animation{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.catalog_items .card-title{
	color: #000;
	line-height: 1.2rem;
	font-weight: 700;
	display: block;
	max-width: 70%;
}
.catalog_items .card-title:hover{
	color: var(--red-color);
	text-decoration: none
}
.catalog_items .card-body{
	padding: 0 9px;
}
.catalog_items .card-body>.flex{
	justify-content: space-between;
}
.catalog_items .raiting{margin-top:12px}
.card-price{
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 2.74rem;
}
.catalog_items .card-price{
	padding-top: 8px;
	color:  #000;
}
.card-price .old{
	font-weight: normal;
	color: var(--grey);
	font-size: 1.14rem;
	line-height: 1.7rem;
	text-decoration: line-through;
	margin-left: 15px;
}
.check-availability{
	font-weight: 500;
	color:#69A024;
	font-size: 0.857rem;
	line-height: 1.2rem;
}
.check-availability.not{color:var(--red-color)}
.catalog_items .props_items{
	margin-top: 8px;
	max-width: 285px;
}
.catalog_items .props_items .item{
	margin-bottom:1px;
	position:relative;
	justify-content: space-between;
	line-height: 1.4rem;
	align-items: end;
	margin-bottom:10px
}

.catalog_items .props_items .item>div{
	background: #F5F5F5;
	z-index: 2;
	position: relative;
}
.catalog_items .props_items .item:before{
	position:absolute;
	bottom:5px;
	height:2px;
	border-bottom:2px dotted var(--grey);
	content:'';
	left:0;
	width:100%;
}
.catalog_items .props_items .name{
	padding-right:5px;
	max-width: 60%;
}
.catalog_items .props_items .value{
	padding-left:5px;
	max-width: 30%;
}
.catalog_items .prop_variants .value{
	line-height: 1.2rem;
}
.catalog_items .prop_variants .value a{
	margin-right: 17px;
	line-height: 1.2rem;
	border-bottom: 1px dotted #258CFF;
	font-weight: 600;
}
.catalog_items .prop_variants .value a:hover{
	border-color: transparent;
	text-decoration: none;
	color: var(--default-color);
}
.catalog_items .prop_variants .value a:last-child{
	margin-right: 0;
}
/*.product-item-scu-item-color-container{
	padding:0;
	width:15px;
	max-width:inherit;
	height:10px;
	position:relative;
}
.product-item-scu-item-color-container + .product-item-scu-item-color-container{
	margin-left:8px;
}
.product-item-scu-item-color-container:last-child{margin-right:3px}
.product-item-scu-item-color-container:after{
	content: ''; 
    	position: absolute;
	border: 2px solid transparent; 
	border-top: 2px solid #F5F5F5; 
	border-right: 2px solid #F5F5F5;
	right: -2px; 
	top: 2px;
	z-index: 10;
}
.product-item-scu-item-color-container:before{
	content: ''; 
    	position: absolute;
	border: 2px solid transparent; 
	border-bottom: 2px solid #F5F5F5; 
	border-right: 2px solid #F5F5F5;
	right: -2px; 
	bottom: -2px;
	z-index: 10;
}
.product-item-scu-item-color-container.selected .product-item-scu-item-color{border-left:2px solid var(--red-color)}
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block,
.product-item-scu-item-color-container .product-item-scu-item-color-block{
	outline:none
}
.product-item-detail-slider-images-container{right:24px}
.product-item-scu-item-color{width:15px; height:10px;background-size: 15px 10px;}*/
/*.product-item-scu-container{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 285px;
	line-height: 1.4rem;
	align-items: end;
	position:relative
}*/
.catalog_items .props_items .product-item-scu-container:before {
	position: absolute;
	bottom: 7px;
	height: 2px;
	border-bottom: 2px dotted var(--grey);
	content: '';
	left: 0;
	width: 100%;
}
.product-item-info-container{margin-bottom:0}
.product-item-scu-container > div{
	background: #F5F5F5;
	z-index: 2;
	position: relative;
}
.product-item-scu-container > div:first-child{padding-right:5px}
/*.product-item-scu-container > div:last-child{padding-left:5px;max-width:80%}*/
/*.catalog_items .card-footer{padding: 0 9px}*/
.catalog_items .card-footer .btn{
	text-transform: none;
	padding: 0 10px;
	border-width: 2px;
	width:122px
}
.catalog_items .card-footer span{
	width: 122px;
	display:inline-block
}
.catalog_items .card-footer .btn + .btn{margin-left: 13px}
.catalog_items .card-footer span + .btn{margin-left: 13px}
.catalog_items .card-header{
	padding: 0 9px;
	align-items: center;
	justify-content: space-between;
	min-height: 26px;
}
.product-item-image-wrapper{background:#fff}
.product-item-image-wrapper span{border-radius:8px}
.add-in-favourite{
	width: 16px;
	height: 16px;
	background: url(../img/icons/icon_star.svg) center no-repeat;
}
.add-in-favourite[act="del"], .add-in-favourite.added{
	background: url(../img/icons/icon_star-fill.svg) center no-repeat;
}
.add-in-compare{
	width: 14px;
	height: 16px;
	background: url(../img/icons/icon_compare-red.svg) center no-repeat;
	margin-left: 9px;
}
.add-in-compare:not(.added){
	-webkit-filter: grayscale(1) brightness(0);
	filter: grayscale(1) brightness(0);
}
.info_action{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.857rem;
	line-height: 1.03rem;
	color: #FF0000;
	margin-left: 17px;
}
.info-delivery{
	margin-left: 31px;
	font-weight: 500;
	padding-left: 22px;
}
.info-delivery.free{
	background: url(../img/icons/icon_delivery-free.svg) no-repeat left center;
	background-size: 16px auto;
}
.info-delivery.pay{
	background: url(../img/icons/icon_delivery-pay.svg) no-repeat left center;
	background-size: 16px auto;
}
.info-garanty, .info-delivery{
	font-size: 0.643rem;
	line-height: 0.9rem;
	font-weight: 500;
	color: #000;
}
.info-garanty{
	margin-left: 29px;
	align-items:center
}
.info-garanty span{
	background: url(../img/icons/info-garanty_.svg) no-repeat center;
	background-size: auto 20px;
	width: 15px;
	height:20px;
	display:block;
	color:#fff;
	margin-right:3px;
	text-align:center;
	line-height:18px;
	font-weight:700;
	font-size:0.857rem
}
.info_sales{
	background: url(../img/icons/icon-sale.svg) no-repeat right center;
	//width: 55px;
	height: 26px;
	padding: 4.5px 4px 10px 0;
	color: #fff;
	text-align: right;
	font-weight: 700;
	line-height: 1.2rem;
	//margin-left: 26px;
	width: 40%;
	margin-left: 0 !important;
	//width: 55px;
    //width: 65px;
}
.right-content_catalogue .module_questions #questions_accord .panel-default>.panel-heading a img{
	right: 0;
}
.right-content_catalogue .module_questions #questions_accord .panel-default{
	margin-bottom: 24px;
}
.right-content_catalogue .module_questions .form-block{margin-top: 25px}
.right-content_catalogue .module_questions #form_ask-question{width: 79%}
#form_ask-question + svg{
	position: relative;
	margin-left: -2px;
	z-index: 2;
}
#form_ask-question + svg polyline{
	fill: #fff;
	stroke: #fff;
	stroke-width:2;
}

.right-content_catalogue .module_questions #form_ask-question lead{padding: 0}

.right-content_catalogue #form_ask-question textarea.form-control{height: 94px}
.right-content_catalogue #form_ask-question:before{height: 100%}
.radio, input.checkbox{
	display:none;
}
.click_def{
	margin-left: 20px;
	margin-top: -4px;
	display:none
}
/*page_catalog-category end*/

/*page_catalog-item-detaly*/
.product-item-detail-info-container{
	margin-bottom:0;
	font-family: Montserrat-Regular, Arial, sans serif;
}
.module_card-detaly{margin-bottom: 32px;margin-top: 25px}
.product-item-detail-slider-images-container{right:24px}
.module_card-detaly .images_product-detaly_dop{
	padding-right: 14px;
}
.module_card-detaly .images_product-detaly_dop .item{
	height: 80px;
	padding-bottom: 0;
	width:80px;
	outline:none !important
}
.module_card-detaly .images_product-detaly_dop .item>div{
	background: #fff;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.module_card-detaly .images_product-detaly_dop .product-item-detail-slider-controls-image.slick-current>div{
	border:1px solid var(--red-color)
}
.module_card-detaly .images_product-detaly_main{
	padding-left: 4px;
	margin-top: 45px;
}
 .module_card-detaly .left-colon{
 	position: relative;
 }
.module_card-detaly .header_product-detaly{
	position: absolute;
	left: 16.666666666666664%;
	width: 83.33333333333334%;
	padding-left:4px;
	top: 0;
	justify-content: space-between;
	padding-right: 24px;
}
.module_card-detaly .header_product-detaly .add-in-favourite,
.module_card-detaly .header_product-detaly .add-in-compare,
.module_card-detaly .header_product-detaly .info-delivery,
.module_card-detaly .header_product-detaly .info-garanty{
	width: 32px;
	height: 32px;
	background-color: #fff;
	border-radius: 50%;
	margin-left: 16px;
}
.module_card-detaly .header_product-detaly .info-garanty span{
	margin-right:0
}
.module_card-detaly .header_product-detaly .add-in-favourite{
	margin-left: 16px;
}
.module_card-detaly .header_product-detaly .add-in-compare,
.module_card-detaly .header_product-detaly .info-delivery,
.module_card-detaly .header_product-detaly .info-garanty{
	margin-left: 24px;
	background-image: none;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.module_card-detaly .header_product-detaly .add-in-compare:not(.added) {
	-webkit-filter: none;
	filter: none;
}
.module_card-detaly .header_product-detaly .add-in-compare:not(.added) img{
	-webkit-filter: grayscale(1) brightness(0);
	filter: grayscale(1) brightness(0);
}
.module_card-detaly .header_product-detaly > .flex{
	align-items: center;
}
.module_card-detaly .header_product-detaly .info_action{
	margin-left: 21px;
	line-height: 1.53rem;
	font-size: 1.29rem;
	margin-right:16px
}
.module_card-detaly .lead{
	border: 2px solid var(--grey-color);
	padding: 16px 110px 16px 16px;
	position: relative;
}
.module_card-detaly .lead:before{
	position: absolute;
	right: 24px;
	top: 50%;
	content: '';
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background: url(../img/icons/card-detaly_lead.svg);
}
.module_card-detaly .lead p{
	line-height: 1.2rem;
	font-weight: 600;
	margin-top: 8px;
	margin-bottom: 0;
}
.module_card-detaly .lead small{
	line-height: 1rem;
	margin-top: 8px;
	font-size: 0.7rem;
	display: block;
}
.module_card-detaly .right-colon h1{
	font-size: 1.29rem;
	line-height: 1.57rem;
	font-weight: 700;
	margin: 0 0 11px 0;
}
.module_card-detaly .raiting .star, .catalog_items .raiting .star {
	width: 12px;
	height: 11px;
	background: url(../img/icons/star_mini.svg) left top no-repeat;
	background-size: 100% auto;
}
.module_card-detaly .raiting .star.fill, .catalog_items .raiting .star.fill{
	background: url(../img/icons/star-fill_mini.svg) left top no-repeat;
	background-size: 100% auto;
}
.module_card-detaly .raiting .star + .star, .catalog_items .raiting .star + .star{
	margin-left:3.5px;
}
.module_card-detaly .mark-product_detaly{
	align-items: center;
}
.module_card-detaly .mark-product_detaly .amount_reviews{
	line-height: 1rem;
	font-size: 0.7rem;
	padding-left: 25px;
	background: url(../img/icons/amount_review.svg) left 1px no-repeat;
	margin-left: 43px;
	background-size: 15px auto;
}
.module_card-detaly .price-procuct_detaly{
	margin-top: 11px;
	align-items: flex-end;
}
.module_card-detaly .price-procuct_detaly span.old{
	line-height: 2.74rem;
}
.module_card-detaly .price-procuct_detaly a{
	display: block;
	line-height: 2.74rem;
	margin-left: 24px;
	font-weight: 600;
	color: var(--default-color);
}
.module_card-detaly .price-procuct_detaly a:hover{
	color: var(--red-color);
	text-decoration: none;
}
.module_card-detaly .product-item-scu-item-list{margin-right: -16px;margin-left:0;overflow:inherit}
.module_card-detaly .product-item-scu-item-list li{
	width: 14.28%;
	max-width: inherit;
	padding: 0 16px 0 0;
	margin-bottom:8px
}
.module_card-detaly .product-item-detail-info-container-title{
	font-weight: 700;
	font-size: 0.857rem;
	line-height: 1.03rem;
}
.module_card-detaly .product-item-scu-container{margin-top: 8px;padding:0}
.module_card-detaly .product-item-scu-item-color-block{padding-top:0;outline:none}
.module_card-detaly .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{
	border:1px solid var(--red-color);
}
.module_card-detaly .product-item-scu-item-color{
	height: 60px;
	background: #fff;
	text-align: center;
	align-items: center;
	position: inherit;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	background-repeat: no-repeat;
}
.module_card-detaly .product-item-scu-item-color img{
	max-height: 100%;
	margin: 0 auto;
}
.module_card-detaly .product-item-scu-item-color-container .name{
	margin-top: 4px;
	line-height: 500;
	font-size: 0.57rem;
	line-height: 0.8rem;
	color:var(--default-color);
	text-decoration:none
}
.module_card-detaly .product-item-scu-item-color-container a:hover .name{
	color:var(--red-color);
	text-decoration:none
}
.module_card-detaly .product-item-scu-item-color-container a:hover{
	text-decoration:none
}
/*.product-item-scu-item-color-container{margin-bottom: 8px}*/
.module_card-detaly .product-item-scu-list .show_more{
	color: var(--default-color);
	font-weight: 700;
	font-size: 0.857rem;
	line-height: 1.2rem;
}
.module_card-detaly .product-item-scu-list .show_more span{
	border-bottom: 1px dashed var(--default-color);
}
.module_card-detaly .product-item-scu-list .show_more img{
	margin-left: 4px;
	-webkit-filter: grayscale(1) brightness(0);
	filter: grayscale(1) brightness(0);
}
.module_card-detaly .product-item-scu-list .show_more.open img{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.module_card-detaly .product-item-scu-list .show_more:hover{
	text-decoration: none;
}
.module_card-detaly .product-item-scu-list .show_more:hover span{
	border-color: transparent;
	cursor: pointer;
}
.module_card-detaly .product-item-detail-info-container + .product-item-detail-info-container{margin-top: 17px}
.module_card-detaly .buttons_block{
	margin-top: 25px;
}
.module_card-detaly .buttons_block .btn + .btn{
	margin:0 10%;
	width: 80%;
	text-transform: none;
	font-size: 0.7rem;
	padding: 0 10px;
}

.module_product-detaly-complect .mobile_mode{
	display: none;
}

@media (max-width: 767px){
	.module_card-detaly .product-item-detail-info-container .buttons_block .btn_help-me{
		margin-bottom: 24px !important;
	}
}

.btn_buy-credit{
	border-color: #21A038;
	color: #21A038;
	font-size: 10px;
	//padding-left: 10px;
	//padding-right: 10px;
}
/*max-width: 991px*/
@media (max-width: 1730px){
	.btn_buy-credit{
		width: 100%;
	}
	.module_product-detaly-complect .mobile_mode{
		display: flex;
	}
	.module_product-detaly-complect .desktop_mode{
		display: none;
	}

	.module_product-detaly-complect .flex.mobile_mode {
		justify-content: normal;
	}
	.module_product-detaly-complect .mobile_mode .card.item_container{
		margin-left: 38px !important;
		width: 45%;
		padding: 0px;
		border: none;
		margin-top: 0px;
	}
	.module_product-detaly-complect .mobile_mode .card.full{
		margin-left: 38px !important;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		width: 50%;
		height: 100%;
		margin-top: 0;
	}
	.card-footer.flex{
		flex-wrap: nowrap;
	}

	.module_product-detaly-complect .mobile_mode .card.item.main:before{
		position: absolute;
		content: '+';
		font-weight: 400;
		font-size: 3.4rem;
		line-height: 4.89rem;
		right: -38px;
    	top: 41%;
	}

	.module_product-detaly-complect .mobile_mode .card.item.half{
		margin-left: 0;
		height: 50%;
		width: 100%;
		height: calc(50% - 10px);
	}

	.module_product-detaly-complect .mobile_mode .card-img {
		height: auto;
	}

	.module_product-detaly-complect .mobile_mode .card.item.half img{
		max-height: 60px;
	}
	.module_product-detaly-complect .mobile_mode .card.item.half .card-title{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 20px;
	}
	.module_product-detaly-complect .mobile_mode .card.item.half .card-footer.flex{
		margin-top: 0;
		//position: absolute;
		//bottom: 8px;
	}

	.module_product-detaly-complect .mobile_mode .card.item.main{
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		width: 45%;
		height: 100%;
		//width: 50%;
	}
	.module_product-detaly-complect .mobile_mode .c_full .card.item.main{
		width: 50%;
	}
	.module_product-detaly-complect .mobile_mode .card.item.main .card-footer.flex, .module_product-detaly-complect .mobile_mode .card.item.full .card-footer.flex{
		width: 100%;
	}
	.module_product-detaly-complect .mobile_mode .card.item.half + .card.item.half{
		margin-top: 20px;
	}
	.module_product-detaly-complect .mobile_mode .card.item.dashed a span{
		vertical-align: middle;
		font-size: 30px;
	}
	.module_product-detaly-complect .mobile_mode .card.item.dashed a span + span{
		font-size: 16px;
	}
	.module_product-detaly-complect .mobile_mode .card.item.dashed{
		margin-left: 0px;
		margin-top: 30px;
		width: 50%;
	}
	.module_product-detaly-complect .mobile_mode .card.item.dashed + .card.item.dashed{
		margin-left: 38px;
	}
	.module_product-detaly-complect .mobile_mode .card.item.dashed .card-body{
		margin: auto;
		text-align: center;
	}
	.module_product-detaly-complect .mobile_mode .card.item.result {
		width: 100%;
		margin-top: 30px;
		border: 2px solid red;
	}
	.h2_complect{
		text-align: center;
    	margin-bottom: 20px !important;
	}
}

.module_card-detaly .buttons_block .btn + .btn img{
	margin-right: 10px;
	-webkit-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}
.btn_buy-credit:hover{
	background: #21A038;
	border-color: #21A038;
	color: #fff;
}
.btn_buy-credit:hover img, .btn_help-me:hover img, .btn_ask-quastion:hover img{
	-webkit-filter: grayscale(1) brightness(1000%);
	filter: grayscale(1) brightness(1000%);
}
.btn_ask-quastion, .btn_help-me{
	border-color: #000;
	color: var(--default-color);
}
.btn_ask-quastion:hover, .btn_help-me:hover{
	border-color: #000;
	background: #000;
	color: #fff;
}

.module_product-detaly-complect{
	//background: #f1f1f1;
	background: #fff;
	//padding: 24px 18px;
	padding: 32px;
	margin-bottom: 48px;
}
.module_product-detaly-complect h2{
	//font-size: 1.7rem;
	font-size: 20px;
	line-height: 2.7rem;
	margin: 0;
	margin-bottom: 32px;
	font-weight: 700;
}
.module_product-detaly-complect .card{
	//width: 280px;
	width: 200px;
	position: relative;
	margin-bottom: 0;
	border-radius: 8px;
	background: #fff;
	padding: 8px;
	border: 1px solid #BCBCBC;
}
.module_product-detaly-complect .card.item.result{
	border: 2px solid red;
}
.module_product-detaly-complect .card.unvis{
	//width: 280px;
	width: 200px;
	position: relative;
	margin-bottom: 0;
	//border-radius: 8px;
	//background: #fff;
	background: transparent;
	padding: 8px;
	border: none;
	//border: 1px solid #c2c2c2;
}

.module_product-detaly-complect .card.dashed{
	border: 1px dashed #BCBCBC;
	color: #BCBCBC;
}

.module_product-detaly-complect .card.dashed p{
	color: #c2c2c2;
}

.module_product-detaly-complect .card + .card{
	margin-left: 15px;
}

.module_product-detaly-complect .card + .card:nth-child(2){
	margin-left: 65px;
}
.module_product-detaly-complect .card-img{
	//height: 234px;
	//min-height: 50%;
	height: auto;
	padding: 15px 0; 
	background: #fff;
	align-items: center;
	justify-content: center;
}
.module_product-detaly-complect .card-title{
	font-weight: 600;
	//line-height: 1.2rem;
	line-height: 1.5rem;
	color: var(--default-color);
	display: block;
	//height: 50px;
	//height: 60px;
	height: auto !important;
	overflow: hidden;
}
.module_product-detaly-complect .card-footer{
	margin-top: 8px;
	align-items: center;
}
.module_product-detaly-complect .card-price{
	font-size: 1.7rem;
	//line-height: 2.7rem;
	line-height: 1.7rem;
	font-weight: 700;
	width: 60%;
}
.module_product-detaly-complect .card-price span.old{
	font-size: 13px;
	line-height: 1.7rem;
	font-weight: normal;
	margin-left: 15px;
	color: var(--grey);
	margin-top: 5px !important;
}
.module_product-detaly-complect .info_gift{
	background: url(../img/icons/info-gift.svg) no-repeat right center;
	width: 123px;
	height: 32px;
	padding: 6px 13px 8px 32px;
	color: #fff;	
	text-align: right;
	font-weight: 700;
	line-height: 1.2rem;
	text-transform: uppercase;
}
/*.module_product-detaly-complect .card + .card:after{
	position: absolute;
	content: '+';
	font-weight: 700;
	font-size: 3.4rem;
	line-height: 4.89rem;
	left: -48.5px;
	top: 120px;
}*/
.module_product-detaly-complect .desktop_mode .card:first-child:before{
	position: absolute;
	content: '+';
	//font-weight: 700;
	font-size: 3.4rem;
	line-height: 4.89rem;
	right: -48.5px;
	top: 120px;
}
/*.module_product-detaly-complect .card + .card.result:before{
	content: '=';
}*/
.module_product-detaly-complect .card.result .item-price{
	margin-top: 8px;
	font-weight: 0.857rem;
	line-height: 1.2rem;
}
.module_product-detaly-complect .card.result .item-price span{
	display: block;
	font-weight: 700;
	font-size: 1.29rem;
	line-height: 1.57rem;
}
.module_product-detaly-complect .card.result .item-price.itogo{
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
}
.module_product-detaly-complect .card.result .item-price.itogo span{
	font-size: 1.7rem;
	line-height: 2.7rem;
}
.module_product-detaly-complect .card.result .card-footer{
	margin-top: 16px;
}
.module_product-detaly-complect .card.result .card-footer .btn{
	line-height: 36px;
	width: 180px;
}
.module_product-detaly-complect .card.result .item-price.price-tovar span{
	text-decoration: line-through;
}
.module_product-detaly-complect .btn_show-complects{
	color: var(--default-color);
	font-weight: 700;
	font-size: 0.857rem;
	line-height: 1.2rem;
}
.module_product-detaly-complect .btn_show-complects:hover{
	color: var(--red-color);
	cursor: pointer;
}
.komplect_block{
	background: #fff;
	padding: 24px 0;
	margin: 50px 0 0 0;
	align-items: center;
	box-shadow: 0 8px 40px rgba(0,0,0,0.05);
}
.komplect_block .img img{
	width: 122px;
}
.komplect_block .name{
	margin-left: 16px;
	font-weight: 300;
	line-height: 1.2rem;
	font-size: 0.857rem;
	width: 151px;
}
.komplect_block .komplekt_items{
	margin-left: 69px;
	font-weight: 300;
	line-height: 1.2rem;
	font-size: 0.857rem;
	width: 656px;
}
.komplect_block .komplekt_items .item{
	width: 50%;
	padding-right: 56px;
	justify-content: space-between;
	margin-bottom: 8px;
}
.komplect_block .komplekt_items .h6{
	font-size: 1rem;
	line-height: 1.2rem;
}
.komplect_block .komplekt_items .item .price-item{
	font-weight: 500;
	width: 20%;
	text-align: right;
}
.komplect_block .komplekt_items .item .name-item{
	width: 80%;
}
.komplect_block .itogo{
	border-left: 1px solid #D9D9D9;
	height: 100%;
	font-weight: 700;
	font-size: 1.29rem;
	line-height: 1.57rem;
	padding: 19px 0 19px 22px;
}
.komplect_block .itogo span{
	line-height: 1.6rem;
	font-size: 1.14rem;
	margin-bottom: 5px;
	display: block;
}
.module_product-detaly-accessories{margin-bottom:4.57rem}
.module_product-detaly-accessories .card{margin-bottom: 56px}
.module_product-detaly-accessories .card>div{
	padding: 13px 8px 8px 8px;
	border: 2px solid transparent;
	border-radius: 16px;
	-webkit-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}
.module_product-detaly-accessories .card:hover>div{
	border: 2px solid var(--default-color);
}
.module_product-detaly-accessories .card .card-img{
	background: #fff;
	height: 213px;
	justify-content: center;
	align-items: center;
	margin-top: 8px;
}
.module_product-detaly-accessories .mini .card .card-img{
	height: 126px;
}
.module_product-detaly-accessories .card .card-img a{text-align: center;}
.module_product-detaly-accessories .card .card-img img{max-width: 78%}
.module_product-detaly-accessories .card .product-item-image-wrapper span{
	background-size:73% auto
}
.module_product-detaly-accessories .raiting .star{
	width: 12px;
	height: 11px;
	background: url(../img/icons/star_mini.svg) left top no-repeat;
}
.module_product-detaly-accessories .raiting .star + .star{
	margin-left: 3.5px;
}
.module_product-detaly-accessories .mini .raiting .star{
	width: 9px;
	height: 9px;
	background-size: 100% auto;
}
.module_product-detaly-accessories .mini .raiting .star + .star{
	margin-left: 2px;
}
.module_product-detaly-accessories .raiting .star.fill{
	background: url(../img/icons/star-fill_mini.svg) left top no-repeat;
}
.module_product-detaly-accessories .mini .raiting .star.fill{
	background-size: 100% auto;
}
.module_product-detaly-accessories .mini .info_action{
	font-size: 0.7rem;
	line-height: 1rem;
	margin-left: 8px;
}
.module_product-detaly-accessories .mini .info_sales{
	width: 36px;
	height: 16px;
	background-size: 100% auto;
	font-size: 0.7rem;
	line-height: 0.857rem;
	padding: 1px 2px 3px 0;
}
.module_product-detaly-accessories .colors .product-item-scu-container{
	justify-content: center;
}
.module_product-detaly-accessories .card-header{
	align-items: center;
	justify-content: end;
	min-height:26px;
	
}
.module_product-detaly-accessories .card .card-body{
	margin-top: 8px;
}
.module_product-detaly-accessories .card .card-title{
	color: var(--default-color);
	font-weight: 600;
	line-height: 1.2rem;
	display: block;
}
.module_product-detaly-accessories.mini .card .card-title{
	font-weight: normal;
	line-height: 1rem;
	font-size: 0.7rem;
}
.module_product-detaly-accessories .card .card-price{
	font-weight: 700;
	line-height: 2.7rem;
	font-size: 1.7rem;
	margin-top: 8px;
}
.module_product-detaly-accessories .product-item-image-wrapper{
	background:#fff;
}
.module_product-detaly-accessories.mini .card .card-price{
	line-height: 1.6rem;
	font-size: 1.14rem;
}
.module_product-detaly-accessories .card .card-price span.old{
	margin-left: 16px;
	color: var(--grey);
	font-weight: normal;
	line-height: 1.7rem;
	font-size: 1.14rem;
	text-decoration: line-through;
}
.module_product-detaly-accessories.mini .card .card-price span.old{
	font-size: 1rem;
	margin-left: 7px;
}
.module_product-detaly-accessories.mini .check-availability{
	font-size: 0.57rem;
	line-height: 0.8rem;
}
.module_product-detaly-accessories .btn{
	margin-top: 8px;
	text-transform: none;
	line-height: 38px;
}
.module_product-detaly-accessories.mini .btn{
	font-size: 0.57rem;
	line-height: 0.8rem;
	line-height: 30px;
}
.module_product-detaly-accessories > .flex{
	justify-content: center;
}
.module_product-detaly-advantages img{
	margin: 0 auto 60px auto;
}
.content_product-detaly-advantages{
	position: relative;
}
.module_product-detaly-advantages .advantages_items{
	position: absolute;
	height: 100%;
	left: 0;
	width: 100%;
	top: 0;
}
.module_product-detaly-advantages .advantages_items .item{
	font-size: 1.14rem;
	line-height: 1.7rem;
	position: absolute;
}
.module_product-detaly-advantages .advantages_items .item:first-child{
	left: 32px;
	top: 0;
	margin-top: -11px;
}
.module_product-detaly-advantages .advantages_items .item:nth-child(2){
	left: 32px;
	top: 91px;
}
.module_product-detaly-advantages .advantages_items .item:nth-child(3){
	left: 32px;
	top: 197px;
}
.module_product-detaly-advantages .advantages_items .item:nth-child(4){
	left: 32px;
	top: 300px;
}
.module_product-detaly-advantages .advantages_items .item:nth-child(5){
	left: 32px;
	top: 405px;
}
.module_product-detaly-advantages .advantages_items .item:nth-child(6){
	right:86px;
	top: 0;
	margin-top: -10px;
}
.module_product-detaly-advantages .advantages_items .item:nth-child(7){
	right: 76px;
	top: 91px;
}
.module_product-detaly-advantages .advantages_items .item:nth-child(8){
	right: 78px;
	top: 197px;
}
.module_product-detaly-advantages .advantages_items .item:nth-child(9){
	right: -5px;
	top: 300px;
}
.module_product-detaly-advantages .advantages_items .item:last-child{
	right: 12px;
	top: 405px;
}
.module_catalog-item_tabs{margin-bottom:40px}
.module_catalog-item_tabs .nav-tabs>li{
	margin-right: 30px;
}
.module_catalog-item_tabs .nav-tabs>li>a, .product_reviews .nav-tabs>li>a{
	padding-bottom: 10px;
}
.module_catalog-item_tabs .nav-tabs>li>a:before, .product_reviews .nav-tabs>li>a:before{
	border-width: 5px;
	height: 5px;
}
.module-specifications .text-block h3{
	font-weight: 600;
	margin: 0;
	font-size: 1rem;
	line-height: 1.8rem;
}
.text-block .table td, .text-block .table>thead>tr>td, .text-block .table>tbody>tr>td{
	background: none;
	color: var(--default-color);
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.4rem;
	padding: 7px 10px 7px 0;
}
.text-block .table .click_def{margin-left: 10px; display:inline-block}
.text-block .table .click_def img{width: 12px}
.module-specifications .text-block td{
	position:relative
}
.module-specifications .text-block td span.hint{
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	width: 300px;
	padding: 25px 10px;
	box-shadow: 0 8px 30px rgb(0 0 0 / 20%);
	font-weight: normal;
	display:none;
	z-index:10;
	margin-top:6px
}
.module-specifications .text-block td span.hint:before{
	position: absolute;
	content:'';
	border: 10px solid transparent; 
	border-bottom: 13px solid #fff;
	left:20px;
	top: -22px;
	z-index: 11;
}
.module-specifications .text-block table{border-spacing:0}
.module_complect .item{
	align-items: center;
	padding: 16px;
	border: 1px solid var(--grey-light-color);
	justify-content: space-between;
}
.module_complect .item .img{
	height: 80px;
	width: 80px;
	background: #fff;
	align-items: center;
	justify-content: center;
}
.module_complect .item .img img{
	max-width: 90%;
	display: block;
	margin: 0 auto;
}
.module_complect .item .name{
	padding: 0 24px;
	width: 400px;
}
.module_complect .item .name a{
	font-weight: 600;
	line-height: 1.2rem;
	color: var(--default-color);
}
.module_complect .item .name a:hover{
	color: var(--red-color);
	text-decoration: none;
}
.module_complect .item .status{
	font-weight: 600;
	line-height: 1.2rem;
	color: var(--grey);
}
.module_complect .item .status.yes{
	border-radius: 8px;
	border: 2px solid #69A024;
	color: #69A024;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.module_complect .item .status_two{
	line-height: 1.2rem;
	font-weight: 600;
	cursor: pointer;
}
.module_complect .item .btn_delete button{
	font-weight: 600;
	line-height: 1.2rem;
	color: var(--grey);
	border: none;
	background: none;
}
.module_complect .item .btn_delete{margin-right: 80px}
.module_complect .item .flex{
	align-items: center;
}
.module_complect .section-footer{
	justify-content: flex-end;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid var(--grey-light-color);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 2.74rem;
}
.module_complect .section-footer .btn{
	margin-left: 15px;
}
.module_complect .section-footer .card-price{
	margin: 0 35px 0 25px;
}
/*page_catalog-item-detaly end*/

/*page_cart*/
.module_basket .town_info .btn{
	margin-left: 17px;
}
.module_basket .town_info{color: #000}
.module_basket .text_block-def{
	line-height: 0.8rem;
	font-size: 0.57rem;
	color: #000;
}
#bx-soa-total.info-order>div{
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 40px rgba(0,0,0,0.5);
	padding: 24px;
}
#bx-soa-total h3{
	margin-top: 26px;
}
.bx-soa-cart-total-line{
	justify-content: space-between;
	position: relative;
}
.info-order .bx-soa-cart-total-line:before{
	position: absolute;
	bottom: 7px;
	height: 2px;
	border-bottom: 2px dotted var(--grey);
	content: '';
	left: 0;
	width: 100%;
}
.info-order .bx-soa-cart-total-line>span {
    background: #fff;
    z-index: 2;
    position: relative;
    max-width: 40%;
    display: block;
    font-size: 1.14rem;
    line-height: 1.7rem;
}
.info-order .bx-soa-cart-total-line+.bx-soa-cart-total-line{
	margin-top: 25px;
}
.bx-soa-cart-total-line>span.bx-soa-cart-t{
	padding-right: 5px;
}
.bx-soa-cart-total-line>span.bx-soa-cart-d{
	padding-left: 5px;
}
.bx-soa-cart-total-button-container{
	margin-top: 24px;
}
.bx-soa-cart-total-button-container .btn+.btn{
	margin-top: 24px;
}
.basket-items-list-table .content-stroke{
	border: 1px solid var(--grey-light-color);
	border-radius: 8px;
	padding: 16px;
	align-items: center;
}
.basket-items-list-table .content-stroke + .content-stroke{
	margin-top: 16px;
}
.basket-items-list-table .content-stroke .photo{
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 4px;
}
.basket-items-list-table .content-stroke .photo a{
	height: 100%;
	justify-content: center;
	align-items: center;
}
.basket-items-list-table .content-stroke .photo img{
	max-width: 96%;
	max-height: 96%;
}
.basket-items-list-table .content-stroke td{
	display: block;
}
.basket-items-list-table .content-stroke td.name{
	width: 308px;
	margin-left: 24px;
}
.basket-items-list-table .content-stroke td.name a{
	font-weight: 500;
	font-size: 0.857rem;
	line-height: 1.2rem;
	color: var(--default-color);
	display: block;
}
.basket-item-price-current{
	font-weight: 700;
	font-size: 1.14rem;
	line-height: 1.6rem;
}
.basket-item-price-old-text{
	font-weight: 500;
	line-height: 1.2rem;
	font-size: 0.857rem;
	color: var(--grey);
	text-decoration: line-through;
}
.basket-items-list-table{width: 100%}
.basket-items-list-table .content-stroke td.price,
.basket-items-list-table .content-stroke td.summ{
	padding: 0 10px;
}
.basket-items-list-table .content-stroke td.price{margin-left: 10px}
.basket-items-list-table .content-stroke td.delete{margin-left: 10px}
.basket-items-list-table .content-stroke td.delete img{
	width: 10px;
}
.basket-items-list-table .content-stroke td.quant .basket-item-amount-filed{
	width: 60px;
	background: none;
	border: none;
	font-size: 1.14rem;
	line-height: 24px;
	text-align: center;
}
.basket-item-block-amount{
	align-items: center;
}
.basket-item-amount-btn-minus, .basket-item-amount-btn-plus{
	display: block;
	width: 8px;
	height: 10px;
	background: url(../img/icons/icon_arrow-accord_red.svg) no-repeat center;
	-webkit-filter: grayscale(1) brightness(0);
	filter: grayscale(1) brightness(0);
}
.basket-item-amount-btn-minus{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.basket-item-amount-btn-plus{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
/*page_cart end*/

#form_order .form-block{padding-right:20px;}
#form_order label{
	display: block;
	width:14%;
	padding-right:10px;
	line-height:40px;
}
#form_order .mini label{
	width:30%;
}
#form_order .comments-form-group label{
	display:block;
	width:100%;
}
.formRequired{
	color:#3bb78f;
	display: inline-block;
	margin-right: 4px;	
}
#form_order .form-control{
	width:86%;
}
#form_order .mini .form-control{
	width:70%;
}
#form_order .comments-form-group .form-control{
	width:100%;
}
select.form-control{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/arr-grey.jpg) right center no-repeat #fff;
}
select.form-control#type-delivery_order{
	border:1px solid #c8c7c8;
	font-weight: 500
}

#form_order .formContainer{
	padding:32px 33px 32px 26px;
	box-shadow: 0 0 30px rgb(0 0 0 / 9%);
}

.formContainer.result{
	overflow: overlay;
}
#form_order .comments-form-group{margin-top:20px;margin-bottom:32px;}
#form_order .comments-form-group textarea{height:156px;}
#form_order .checkbox label{width:53%; padding-right: 0;line-height: 18px;}
#form_order .form-group .checkbox label:before{
	width:14px;
	height:14px;
	top:2px;
	border:1px solid #bfc1c8;
}
.module_order .info-order{
	padding:0 26px 80px 26px;
	background:#fff;
	position: relative;
	box-shadow: 0 0 30px rgb(0 0 0 / 9%);
}
.module_order .info-order h4{
	font-size:1.14rem;
	font-weight: 500;
	padding:27px 26px 20px 26px;
	margin:0 -26px;
}
.module_order .info-order .content_info-order{
	margin:0 -26px;
	padding:23px 26px;
	position: relative;
}
.module_order .info-order .content_info-order .about-product-item .title-stroke{
	font-size:1.14rem;
	font-weight: 500;
	margin-bottom:47px;
}
.module_order .info-order .content_info-order .about-product-item .name .value-stroke .articul{
	color:#969595;
	font-weight: normal;
}
.module_order .info-order .content_info-order .about-product-item .name .value-stroke{
	font-weight: 500
}
.module_order .info-order .content_info-order:before{
	position: absolute;
	top:62px;
	height:1px;
	content: '';
	width:100%;
	background:#d7d3d4;
	left:0;
}
.module_order .info-order .content_info-order .about-product-item .summ .value-stroke{
	padding-top:21px	
}
.module_order .info-order .content_info-order .delivery-item{
	margin-top:50px;
}
.module_order .info-order .content_info-order .common-summ-item{margin-top:105px;}
.module_order .info-order .content_info-order .common-summ-item .delivery-summ{margin-bottom:20px;}
.module_order .info-order .content_info-order .common-summ-item .common-summ {font-weight: 700}
.module_order .info-order .back{
	position: absolute;
	bottom:35px;
	left:26px;
	color:#1bab7d;
	font-weight:500;
	background:url(../img/icons/left-arrow.svg) left center no-repeat;
	background-size: 10px auto;
	padding-left:15px;
	display: inline-block;
}
.module_order #form_order{padding-right:20px;}
/*page_order-oformlenie end*/


/*page_thanks*/
.module_instruction{margin-top: 8.57rem}
.module_instruction .icon{
	height: 120px;
	align-items: center;
	justify-content: center;
}
.module_instruction .text{
	margin-top: 32px;
	padding: 0 38px;
}
.thanks_info-order{margin-top: 63px}
.thanks_info-order #bx-soa-total.info-order>div{
	box-shadow: none;
	background: none;
	padding: 0;
}
.thanks_info-order .bx-soa-cart-total-line>span{
	background: none;
}
.thanks_info-order .bx-soa-cart-total-line:before{
	content: none;
}
.thanks_info-order .bx-soa-cart-total-line{
	padding: 16px;
	border-bottom: 1px solid #cbcbcb;
}
.thanks_info-order .bx-soa-cart-total-line+.bx-soa-cart-total-line{
	margin-top: 0;
}
.thanks_info-order .bx-soa-cart-total{
	border-top: 1px solid #cbcbcb;
}
.thanks_info-order .bx-soa-cart-total-line>span{
	font-weight: 300;
	line-height: 1.8rem;
	font-size: 1rem;
	color: #000;
}
.thanks_info-order .bx-soa-cart-total-line>span span.old{
	margin-right: 19px;
	text-decoration: line-through;
	color: #929292;
}
.thanks_info-order .bx-soa-cart-total-line-total>span{
	font-size: 1.14rem;
	font-weight: 700;
	text-transform: uppercase;
}
.thanks_info-order .bx-soa-cart-total-line.info{
	padding: 24px 0;
}
.thanks_info-order .bx-soa-cart-total-line.info span{
	font-weight: 500;
	font-size: 0.857rem;
	line-height: 1.2rem;
	margin-bottom: 8px;
	display: block;
}
.thanks_info-order .bx-soa-cart-total-line.info .status{
	text-transform: uppercase;
	color: #E41E25;
	font-weight: 700;
}
.thanks_info-order .bx-soa-cart-total-line.info .status img{margin-left: 8px}
.thanks_info-order .bx-soa-cart-total-line.info .row .flex{
	align-items: center;
}
/*page_thanks end*/

/*page_production*/
.production_dop-preview{margin-top: 48px}
.module_production-info .text-colon{margin-top: 72px}
.production_dop-preview .item{padding: 0 24px; height:auto;transition:none}
.production_dop-preview .item iframe{border-radius:8px}
.production_dop-preview .slick-list{margin: 0 -24px}
.module_production-info .production_text h3{margin-top: 0}
.production_main-preview_photo a:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.module_production-info .right-block iframe{border-radius:8px}
/*page_production end*/

/*page_wholesalers*/
.module_form-contacts + .module_questions #questions_accord{
	display: flex;
	flex-wrap: wrap;
}
.module_form-contacts + .module_questions #questions_accord .colon{
	width: 50%;
}
.module_form-contacts + div .module_questions #questions_accord{
	display: flex;
	flex-wrap: wrap;
}
.module_form-contacts + div .module_questions #questions_accord .colon{
	width: 50%;
}
.module_form-contacts + .module_questions > .row{margin: 0}
.module_form-contacts + div .module_questions > .row{margin: 0}
/*page_wholesalers end*/

/*content end*/

.text_full-width .text-block{width:1023px}
.text_full-width .col-xs-12{float:none}

.text-block .data{
	font-weight:300;
	display:block;
	margin-bottom:20px
}

 .column {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	 column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.list-default{
	margin:0 0 20px 35px;
	padding:0;
}

.list-default li{
	list-style:none;
	padding:0 0 0 20px;
	position:relative;
	line-height: 1.5rem;
	margin-bottom: 2px;
}

.panel-collapse .list-default li{
	font-size:0.875rem;
	color:#2c2f34;
}

ul.list-default li:before{
	position:absolute;
	left:0;
	width:6px;
	height:6px;
	content:'';
	background:#96d1ef;
	top:9px;
}

ol.list-default{
  counter-reset: myCounter;
}

ol.list-default li:before{
	position:absolute;
	left:0;
	counter-increment: myCounter;
	content:counter(myCounter)'.';
	color:#96d1ef;
	font-size:1rem;
	font-weight:600;
	width:20px;
	height:20px;
	display:inline-block;
	line-height: 1.3rem;
}

blockquote{
	background:#edf4f8;
	border:none;
	margin:40px 0;
	padding:30px 45px 30px 75px;
	position:relative;
}

blockquote p{
	font-style:italic;
	line-height:1.75rem;
	font-family:Merriweather-Italic, Times New Roman, sans serif;
	position:relative;
}

blockquote:before{
	position:absolute;
	content:"\201C";
	color:#dddee7;
	font-size:200px;
	left:20px;
	font-family: ConquerorText-Regular, sans serif;
	top: 8px;
	line-height: 1;
}

.production .panel-collapse blockquote p{line-height:1.75rem;font-size:1rem;}

.table th, .table>thead>tr>th{
	background:#051656;
	color:#fff;
	font-size:1.125rem;
	font-family: Montserrat, Arial, sans serif;
	font-weight:700;
	padding:10px 45px;
	border:none;
	vertical-align: middle
}

.table-large th, .table-large>thead>tr>th{
	padding:10px 5px;
	font-weight:600;
	font-size: 0.9375rem;
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
}

.table-large th:last-child, .table-large>thead>tr>th:last-child{
	border-right:none;
}

.table td, .table>thead>tr>td, .table>tbody>tr>td{
	background:#edf4f8;
	color:#2c2f34;
	font-size:0.9375rem;
	padding:10px 45px;
	border: none;
}

.table-large td, .table-large>thead>tr>td, .table-large>tbody>tr>td{
	padding:10px 5px;
	background: rgba(150, 209, 239, 0.3);
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
}

.table-large>thead>tr>td:last-child, .table-large>tbody>tr>td:last-child{
	border-right:none;
}

/*.table-large>thead>tr:last-child>td, .table-large>tbody>tr:last-child>td{
	border-bottom: none
}*/

.table{
	border-spacing: 6px;
	border-collapse: separate;
	margin-bottom:0;
}

.table-responsive{margin-bottom:20px;}

.table-large{border-spacing:0;}

/*modal*/
.modal-dialog{
	width: 420px;
}

.modal-content {
	-webkit-box-shadow: 0 8px 30px rgb(0 0 0 / 25%);
	box-shadow: 0 8px 30px rgb(0 0 0 / 25%);
	border: none;
	border-radius: 0;
	min-height: 100%;
	padding: 100px 0;
}
.modal-body{
	padding: 0 30px;
}
.modal-header{
	padding: 0 30px;
	border: none;
	height: auto;
}
.modal-title{
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 2.7rem;
	margin-top: 42px;
	color: #000;
	margin-bottom:16px
}
.modal .formResponsive h5{
	margin-bottom:0;
	line-height:1.8rem
}
.modal .close{
	position: inherit;
	top: auto;
	right: auto;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	background: url(../img/icons/close.svg) center no-repeat;
	float: none;
	-webkit-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
}
.modal .close:hover{
	opacity: 0.6 !important;
}
.modal .formResponsive lead{
	font-size: 1rem;
	line-height: 1.8rem;
	color: #000;
}
.modal .form-group .checkbox label{
	padding: 0 25px 0 65px;
}
.modal .form-group .checkbox label:before{
	left: 25px;
}
.modal .form-group .checkbox input:checked + label:after{
	left: 33px;
}
.modal#Modal_send-review .mark_send-review{
	justify-content: space-between;
	align-items: center;
}

.modal#Modal_send-review textarea.form-control{
	height: 124px;
}

.fl_upld{
	width:100%;
}
.fl_upld input{
	display:none;
}
.fl_upld label{
	cursor:pointer;
	border: 1px dashed #929292;
	border-radius:6px;
	padding:0 25px;
	color:#000;
	font-weight:500;
	font-size: 0.857rem;
	line-height: 38px;
	text-align: center;
	display: block;
	-webkit-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}
.fl_upld label:hover{
	background:#929292;
	color: #fff;
}
.fl_upld div{
	/*margin-top:20px;*/
	color:#f00;
}

.fl_upld div.img-file{
	height:60px;
	overflow:hidden
}

.fl_upld div.img-file{
	height:60px;
	overflow:hidden;
	background:#fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items:center;
	justify-content:center;
	border: 1px solid var(--grey-color);
	border-radius: 4px;
}

.modal#Modal_menu-catalog .modal-content{
	padding: 18px 0 20px 0;
}
.modal#Modal_menu-catalog .modal-dialog{
	width: 96%;
	max-width: 1452px;
}
.modal#Modal_menu-catalog .modal-header{
	padding: 0 36px;
	justify-content: space-between;
	align-items: center;
}
.modal#Modal_menu-catalog .modal-body{
	padding: 32px 36px 0 36px;
}
.modal#Modal_menu-catalog .nav-tabs.styled{
	margin-bottom: 31px;
}
.modal#Modal_menu-catalog .nav-tabs>li{
	margin-right: 67px;
}
.modal#Modal_menu-catalog .nav-tabs>li>a{
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.6rem;
	font-weight: 700;
}
.modal#Modal_menu-catalog .categories{
	border-bottom: 1px solid var(--grey-color);
}
.modal#Modal_menu-catalog .categories ul{
	margin-bottom: 32px;
	padding-right: 45px;
}
.modal#Modal_menu-catalog .categories ul .parent{
	font-weight: 600;
	line-height: 1.2rem;
	margin-bottom: 16px;
}
.modal#Modal_menu-catalog .categories ul li a{
	font-weight: 300;
	color:  var(--default-color);
}
.modal#Modal_menu-catalog .categories ul li a:hover{
	color:  var(--red-color);
	text-decoration: none;
}
.modal#Modal_menu-catalog .series{
	margin-top: 32px;
}
.modal#Modal_menu-catalog .series h6{margin-bottom: 11px}
.modal#Modal_menu-catalog .series .product{
	margin-bottom: 20px;
}
.modal#Modal_menu-catalog .series .product .card-img{
	height: 190px;
	align-items: center;
	overflow: hidden;
}
.modal#Modal_menu-catalog .series .product .card-title{
	margin-top: 8px;
	font-weight: 300;
	font-size: 0.857rem;
	line-height: 1.2rem;
	color: var(--default-color);
	padding-right: 70px;
}
.modal#Modal_menu-catalog .series .product a:hover{
	text-decoration: none;
}
.modal#Modal_menu-catalog .series .product a:hover .card-title{
	color: var(--red-color);
}
.modal#Modal_menu-catalog .series .product a:hover .card-img img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.modal#Modal_menu-catalog .close{
	margin: 0;
}
.modal#Modal_menu-catalog  .btn-search_click{
	margin-top: 0;
	font-weight: 700;
	line-height: 36px;
	font-size: 1.14rem;
	padding-right: 42px;
	background-position: right center;
	width: auto;
	height: auto;
	color:  var(--default-color);
}
.modal#Modal_menu-catalog .btn-search_click:hover{
	opacity: 0.8;
	text-decoration: none;
	cursor: pointer;
}
modal#Modal_menu-catalog .menu-mobile{display:none}
.menu-mobile{display:none}
.modal#Modal_search {background: rgba(0,0,0,0.7)}
.modal#Modal_search .modal-content{
	background: none;
	box-shadow: none;
	padding: 0;
}
.modal#Modal_search .modal-dialog{width: 1070px}
.modal#Modal_search .form-group{
	background: #fff;
	box-shadow: 0 8px 40px rgba(0,0,0,0.1);
	position: relative;
	border-radius: 8px;
}
.modal#Modal_search .form-control{
	height: 60px;
	line-height: 24px;
	padding: 18px;
	text-align: left;
	border: none;
	padding-right: 70px;
	color: #000;
	font-size: 1.14rem;
	font-weight: normal;
}
.modal#Modal_search form button{
	position: absolute;
	right: 19px;
	width: 23px;
	height: 23px;
	top: 50%;
	margin-top: -11.5px;
	background: url(../img/icons/icon-search.svg) left top no-repeat;
	background-size: auto 100%;
	border: none;
}
.modal#Modal_search .form-control::-moz-placeholder{color: #000;font-weight: normal;font-size:1.14rem;}
.modal#Modal_search .form-control:-ms-input-placeholder{color: #000;font-weight: normal;font-size:1.14rem;}
.modal#Modal_search .form-control::-webkit-input-placeholder{color: #000;font-weight: normal;font-size:1.14rem;}
.modal#Modal_search .form-control::-input-placeholder{color: #000;font-weight: normal;font-size:1.14rem;}

/*modal_choose-town*/
#Modal_choose-town .radio{
	display: none;
}
#Modal_choose-town label{
	font-weight: 300;
	line-height: 1.42rem;
	margin-bottom:6px
}
#Modal_choose-town .select-town{
	font-size: 1.14rem;
	line-height: 1.7rem;
	font-weight: 700;
	margin-bottom:6px
}
.modal#Modal_choose-town .close{
	line-height: 38px;
	padding: 0 28px;
	background: none;
	border: 2px solid var(--red-color);
	text-transform: uppercase;
	width: inherit;
	height: inherit;
	display: inline-block;
	margin: 0;
}
.modal#Modal_choose-town .close:hover{
	background: var(--red-color);
	opacity: 1 !important;
}
.modal#Modal_choose-town .modal-header{
	justify-content: space-between;
	align-items: center;
}
.modal#Modal_choose-town .modal-content{padding: 42px 0 25px 0}
.modal#Modal_choose-town .form-control#town{
	width: 309px;	
	text-align: left;
	padding: 7px 16px;
}
.modal#Modal_choose-town .formResponsive .formContainer:first-child{
	align-items: center;
}
.modal#Modal_choose-town lead{
	padding: 0;
	font-size: 0.857rem;
	line-height: 1.03rem;
}
.modal#Modal_choose-town button{
	width: 24px;
	height: 24px;
	background: url(../img/icons/icon-search.svg) left top no-repeat;
	border: none;
	margin-left: 15px;
}
.modal#Modal_choose-town .formResponsive .formContainer.list-town{
	overflow-y: auto;
	height: 386px;
	scrollbar-width: thin;
	scrollbar-color: #000 #dedede;
}
.modal#Modal_choose-town .formResponsive .formContainer.list-town::-webkit-scrollbar {
	width: 4px;
}

.modal#Modal_choose-town .formResponsive .formContainer.list-town::-webkit-scrollbar-track {
	background: #dedede;
}

.modal#Modal_choose-town .formResponsive .formContainer.list-town::-webkit-scrollbar-thumb {
	background-color: #000; 
	border: 1px solid #000;
	width: 4px;
}
.modal .form-group .checkbox input{margin-left:31px}

.popup-window-titlebar-close-icon{
	width: 20px;
	height: 20px;
	margin: 0 auto;
	background: url(../img/icons/close.svg) center no-repeat;
	top:50px;
	right:50%;
	margin-right:-10px;
	opacity:1
}
.popup-window-titlebar-close-icon:hover{
	opacity: 0.6
}
.popup-window-close-icon:after{content:none}
.popup-window.popup-window-with-titlebar{padding:70px 30px 50px 30px}
.popup-window-titlebar{height:auto;text-align:center}
.popup-window-titlebar-text{
	padding:0;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 2.7rem;
	margin-top: 42px;
	color: var(--default-color);
	font-family: Montserrat-Regular, Arial, sans serif;
}
.popup-window-with-titlebar .popup-window-content{
	padding:0;
	margin:16px 0 24px 0;
	font-size: 1rem;
	line-height: 1.8rem;
	color: var(--default-color);
	font-family: Montserrat-Regular, Arial, sans serif;
}
.popup-window-with-titlebar .popup-window-content p{
	font-weight:300;
	font-family: Montserrat-Regular, Arial, sans serif;
}
/*modal_choose-town end*/

div.star_rating {
   float: left;
}

input.star {
   border: 0;
   width: 1px;
   height: 1px;
   overflow: hidden;
   position: !important;
   clip: rect(1px 1px 1px 1px);
   clip: rect(1px, 1px, 1px, 1px);
   opacity: 0;
   float: right;
}

label.star {
   position: relative;
   float: right;
   color: #C8C8C8;
}

label.star:before {
   margin: 2px;
   content: "\f005";
   font-family: FontAwesome;
   font-size: 1em;
   color: var(--accent-color);
   -webkit-user-select: none; / Safari 3.1+ /
   -moz-user-select: none; / Firefox 2+ /
   -ms-user-select: none; / IE 10+ /
   user-select: none;
}

input.star:checked ~ label.star:before {
   color: #e41e25;
}

label.star:hover ~ label.star:before {
   color: #e67478;
}

label.star:hover:before {
   color: #e67478;
}

/*input-file*/
.input-file-row {
	display: inline-block;
}
.input-file-row.hide {
	display: none;
}
.input-file {
	position: relative;
	//display: inline-block;
}

.input-file i {
	padding-right:8px;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}

.input-file-list {
	padding: 10px 0;
}
.input-file-list-item {
	display: inline-block;
	margin: 0 10px 15px 10px;
	width:100px;
	vertical-align: top;
	position: relative;
}
.input-file-list-item img {
	max-width:100%;
	max-height:100%
}
.input-file-list-name {
	text-align: center;
	display: block;
	font-size: 0.857rem;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.14rem;
	margin-top: 5px;
}
.input-file-list-remove, .input-file-list-remove:hover{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 5px;
	right: 5px;
	background: var(--red-color);
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 14px;
	border-radius: 50%;
}
/*input-file*/




/*.js-dropdown {
  display: inline-block;
  max-height: 400px;
  overflow-y: auto;
  width: auto;
}

.x-drop-down__dropped {
  display: none;
}

.x-drop-down__dropped.active {
  display: block;
}

.item_hide {
  display: none;
}*/

/*colors*/
.colors .product-item-scu-item-color-container{
	width: 15px;
	padding: 0;
	height: 10px
}
.colors .product-item-scu-item-color-container + .product-item-scu-item-color-container{
	margin-left:5px
}
.colors .product-item-scu-item-color-block{
	outline: none;
	height: 10px;
	display: block;
	padding: 0;
}
.colors .product-item-scu-item-color{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:5;
	border-radius: 2px 0 0 2px;
	background-size:cover
}
.colors .product-item-scu-item-color-container svg{
	position:absolute;
	left:0;
	z-index:10;
	margin-left:12px;
	height:5px
}
.colors .product-item-scu-item-color-container svg.top{
	top:0
}
.colors .product-item-scu-item-color-container svg.bottom{
	top:5px
}
.product-item-scu-item-color-container svg .p0{fill:#f5f5f5}
.colors .product-item-scu-item-color-container.selected .product-item-scu-item-color:before{
	position:absolute;
	top:0;
	left:0;
	width:2px;
	height:100%;
	content:'';
	background:var(--red-color);
	z-index:6;
	border-radius:2px 0 0 2px
}
.colors .product-item-scu-block{padding-left:5px}
/**/

/*page_making-order*/
.module_making-order .step + .step{margin-top: 24px}
.module_making-order .checkbox-list .bx-soa-pp-company{
	display: block;
}
.module_making-order .checkbox-list .bx-soa-pp-company label{
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.8rem;
	position: relative;
}
.module_making-order .checkbox-list .bx-soa-pp-company label strong{
	font-weight: 700;
	margin-left: 5px;
}
.module_making-order .checkbox-list .bx-soa-pp-company label span.icon{
	text-align: center;
	width: 44px;
	margin-right: 72px;
}

.module_making-order .checkbox-list .bx-soa-pp-company label span.icon img{
	max-width: 100%;
}

.module_making-order .checkbox-list .bx-soa-pp-company label{
	align-items: center;
}
.module_making-order .checkbox-list .bx-soa-pp-company + .bx-soa-pp-company{
	margin-top: 28px;
}
.module_making-order .checkbox-list .bx-soa-pp-company label:before{
	position: absolute;
	content: '';
	left: 68px;
	width: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,0.3);
}
.module_making-order .checkbox-list .bx-soa-pp-company input:checked + label:after{
	position: absolute;
	content: '';
	left: 76px;
	width: 8px;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	border-radius: 50%;
	background: #323232
}
.module_making-order textarea.form-control{
	height: 170px;
	text-align: left;
	padding: 12px;
}
.module_making-order{width: 620px;margin: 0 auto 180px auto}
.module_making-order .result_items > div{
	position: relative;
}
.module_making-order .result_items > div:before{
	position: absolute;
	content: '';
	border: 3px solid var(--grey-color);
	border-radius: 8px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.module_making-order .result_items{margin-top: 8px}
.module_making-order .result_items .item + .item{
	border-top: 1px solid var(--grey-color);
}
.module_making-order .result_items .item{
	padding: 24px 16px;
	justify-content: space-between;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.8rem;
}
.module_making-order .result_items .item .price{
	font-weight: 700;
	font-size: 1.14rem;
	line-height: 1.6rem;
}
.module_making-order .result_items .item .price span{
	font-weight: 300;
	text-decoration: line-through;
	font-size: 1rem;
	line-height: 1.2rem;
	margin-right: 10px;
	display: inline-block;
}
.module_making-order .result_items .item.itogo .price, .module_making-order .result_items .item.itogo{
	font-size: 1.29rem;
	line-height: 1.57rem;
	font-weight: 700;
}
.module_making-order .result_items .item.itogo{
	position: relative;
	border-top: none;
}
.module_making-order .result_items .item.itogo:before{
	position: absolute;
	content: '';
	border: 3px solid #000;
	border-radius: 8px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.module_making-order .btn{
	margin: 0 auto;
	width: 286px;
	line-height: 56px;
	margin: 0 auto
}
.module_making-order .btn + lead{
	font-weight: 300;
	font-size: 0.857rem;
	line-height: 1.2rem;
	display: block;
	width: 380px;
	margin: 24px auto 0 auto;
}
.module_making-order input#address_making-order + lead,.module_making-order .form-town lead{
	text-align: center;
	display: block;
	line-height: 1rem;
	font-size: 0.7rem;
	margin-top: 8px;
}
.module_making-order input#address_making-order{
	margin-top: 10px;
	text-align: left;
	padding-left: 34px;
	background: url(../img/icons/icon_local-footer.svg) 10px center no-repeat;
	background-size: 13px auto;
}
.module_making-order input{color: #000}
.module_making-order .town{
	height: 40px;
	border-radius: 8px;
	border: 1px solid var(--grey-color);
	justify-content: space-between;
	padding: 7px 20px 7px 34px;
	background: url(../img/icons/icon_local-footer.svg) 10px center no-repeat;
	background-size: 13px auto;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.module_making-order .town:before{
	-webkit-filter: grayscale(1) brightness(0);
	filter: grayscale(1) brightness(0);
	background:url(../img/icons/icon_arrow-accord.svg) center no-repeat;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	content: '';
	width: 13px;
	height: 20px;
	-webkit-transition: transform .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out;
	-ms-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
.module_making-order .town.open:before{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.module_making-order .town-for-choose{
	border: 1px solid var(--grey-color);
	border-top: none;
	border-radius: 0 0 8px 8px;
	padding:10px;
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	background: #F5F5F5;
	z-index: 10;
}
.module_making-order .town-for-choose formgroup{
	display: block;
}
.module_making-order .town-for-choose formgroup label{
	font-weight: 300;
}
.module_making-order .form-town{
	position: relative;
	margin-bottom: 28px;
}
.module_making-order label{cursor: pointer}
/*page_making-order end*/
.modal-open {
  overflow: auto;
}

ul.menu.list-inline li{
	display: inline;
}

.moduletable_social .menu .item a{
	width: auto;
	display: inline-block;
}

ul.menu.list-inline{
	margin-left: 0px;
}

.right-header .icons {
  margin-top: 0px;
}
/*div.col-xs-2.btn-search_block{
	width: 70%;
}*/
/*.btn-search_click{
	width: 100%;
	padding: 5px;
margin-left: 0px;
  margin-top: 0px;
}*/

@media (max-width: 1800px){
	.menu.list-inline{
		margin-bottom: 0px;
	}
	.moduletable_social.info-social{
		line-height: 1rem;
	}
}

@media (max-width: 1360px){
	/*.col-xs-2.btn-search_block div{
		margin-top: 0px !important;
	}*/
	.menu.list-inline{
		margin-bottom: 10px;
	}
}

.right-header .icons {
  margin-top: 0px;
  margin-top: 10px;
}

.slider.carousel_main .slick-slide.slick-active > div{
	margin-left: 20px !important;
	//margin-right: 10px !important;
}

.video_slider_mainpage .slick-slide.slick-current.slick-active:first-child > div{
	margin-left: 0px !important;
}

.slider.carousel_main{
	margin-left: -20px !important;
	width: calc(100% + 20px) !important;
margin-right: 0px !important;
}

.module_complect .slick-prev.slick-arrow, .module_product-detaly-accessories_ .slick-prev.slick-arrow{
	//left: 30px;
	left: -40px !important;
}

.module_complect .slick-next.slick-arrow, .module_product-detaly-accessories_ .slick-next.slick-arrow{
  //right: -25px;
  left: auto;
  right: -44px;
}
img {
        border-radius: 4px;
}

/*.video_slider_mainpage .slick-slide.slick-active{
	margin-left: 10px !important;
	margin-right: 10px !important;

//display: flex !important;
	//justify-content: space-between;
}*/
.slick-slide.slick-active:first-child{
	//padding-left: 0px;
}

.l0_b1 {
	border: 1px solid var(--grey);
	margin-bottom: 10px;	
    border-radius: 100px;
    padding: 0 16px;
    font-weight: 500;
    font-size: 0.857rem;
    display: inline-block;
    margin-right: 10px;
}
.l0_b1 a{
	line-height:32px;
	color: var(--default-color);
}
.module_product-detaly-complect.br8 .m-t16{
	margin-top: 0px;
}
.module_product-detaly-complect .card-footer {
  margin-top: 20px;
  align-items: center;
}
@media (max-width: 500px){
	.discount_nabor_block{
		width: 100% !important;
	}
	.discount_body{
		flex-wrap: wrap;
	}
	.discount_nabor_block .card-footer.flex.m-t16{
		position: static !important;
	}

	.module_product-detaly-complect.br8 .card-footer.flex{
		flex-wrap: wrap !important;
	}
	.module_product-detaly-complect.br8 .card-footer.flex {
		flex-wrap: wrap !important;
	}
	.module_product-detaly-complect.br8 .card-price{
    	width: 100%;
		text-align: center;
	}
	.module_product-detaly-complect.br8 .info_sales{
    	width: 100%;
		background: url(../img/icons/icon-sale.svg) no-repeat center center !important;
		text-align: center;
		padding-left: 10px;
	}
}
.accessories_items .card .product-item-container_{
	height: 100% !important;
}
@media only screen and (max-width: 1360px) and (min-width: 991px){
	.module_product-detaly-complect .card-price{width: 100% !important;}
	.module_product-detaly-complect .info_sales{margin: 0px !important;}
}
.complect_items .add_farsh{
	display: flex;
	width: 100%;
}
.complect_items .add_farsh label{
	width: 100%;
	margin-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.big_width{
	display: block;
}
.small_width{
	display: none;
}
@media (max-width: 991px){
	#content {
		padding-top: 150px !important; /* для блока "Сайт находится в процессе обновления" */
	}
	.big_width{
		display: none;
	}
	.small_width{
		display: block;
	}
}
input.your_name{
	display: none;
}

@media (max-width: 800px){
	body{
		font-size: 14px !important;
		line-height: 22px !important;
	}
	p, ul li, ol li{
		font-size: 14px !important;
		line-height: 22px !important;
	}
	.col-left_colon .info-block{
		font-size: 14px !important;
		line-height: 18px !important;
	}
	.module_anons-catalogue .catalogue .card .card-text, .module_anons-catalogue .catalogue .card .card-text p{
		font-size: 14px !important;
		line-height: 18px !important;
	}
	.module_anons-catalogue .catalogue .card .card-properties .name{
		font-size: 14px !important;
		line-height: 18px !important;
	}
	.module_anons-catalogue .catalogue .card .card-links a{
		font-size: 14px !important;
		line-height: 18px !important;
	}
	.key_words a:not(.more){
		font-size: 12px !important;
	}
	.module_about-company .advantages .item .text{
		font-size: 12px !important;
	}
	.form-group .checkbox label span{
		font-size: 12px !important;
		line-height: 16px !important;
	}
	header .def-company{
		font-size: 12px !important;
		line-height: 14px !important;
	}
	#content {
		padding-top: 170px !important;
	}
	.catalog_items .props_items .item {
		font-size: 12px !important;
		line-height: 14px !important;
	}
}
@keyframes gradient {
	100% {
		background-position: 100% 100%;
	}
}

main
{
	z-index: 9;
	position: relative;
}

.modal
{
	z-index: 3300 !important;
}

.modal .error
{
	color: red;
}