:root {
	--base-shadow: 9px 5px 38.7px 4.3px rgba(75, 85, 100, 0.14);
	--icon-shadow: 1px 3px 13px 0px rgba(75, 85, 100, 0.48);
	--blue: #2d96ca;
	--marengo: #4b5564;
	--red: #ed1c24;
	--green: #2DCA50;
	--red-gradient: linear-gradient(135deg, rgba(255,87,101,1) 0%, rgba(163,0,1,1) 100%);
	--red-gradient-vertical: linear-gradient(0deg, rgba(255,87,101,1) 0%, rgba(163,0,1,1) 100%);
	--red-shadow: 0px 0px 35px 0px rgba(237, 28, 36, 0.68);
	--red2-shadow: 0px 0px 16.2px 1.8px rgba(237, 28, 36, 0.27);
	--blue-shadow: 0px 0px 16.2px 1.8px rgba(45, 150, 202, 0.27); 
	--hover-shadow: 0px 0px 38.7px 4.3px rgba(75, 85, 100, 0.5);
	--border-gray: 1px solid rgba(75, 85, 100, 0.1);
	--bgray: #E0E5F1;
}


html,body{
	background:#fff;
}

body{
	font-display: swap;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	/*background:url(images/bg.jpg) top center no-repeat #fff;
	background-size:100% auto;*/
	color:#4b5564;
	overflow-x:hidden;
}
/*
body.lk{
	background:#f5f5f5;
}
*/
#demo_panel{
	border:1px solid #3baeee;
	padding:5px;
	border-radius:5px;
	position:fixed;
	left:-210px; 
	top:80px;
	background:white;
	width:230px;
	z-index:9999;
	font-size:14px;
}

#demo_panel a{
	display:block;
	margin-bottom:5px;
}

svg,img{}

.icon svg{
	max-height:100%;
	max-width:100%;
}

.wr{
	max-width:1140px;
	margin:0px auto;
}


a{
	color:#2d96ca;
	text-decoration:underline;
	cursor:pointer;
}

a:hover{
	color:#ed1c24;
	text-decoration:underline;
}

a.text_color{
	color:#4b5564;
	text-decoration:none;
}

a.text_color:hover{
	color:#ed1c24;
	text-decoration:none;
}

a.text_color_under{
	color:#4b5564;
	text-decoration:underline;
}

a.text_color_under:hover{
	color:#ed1c24;
	text-decoration:none;
}

.red{
	color:var(--red);
}

.blue{
	color:var(--blue);
}

img{
	vertical-align:top;
}

button,
input[type="submit"],
input[type="reset"]{
	cursor:pointer;
	outline:none;
}

input:focus,
button:focus,
textare:focus{
	outline:none;
}

/****/



/****/

.btn{
	color:#ffffff;
	font-size:16px;
	/*background:#ed1c24;*/
	background:var(--marengo);
	text-decoration:none;
	padding:0px 43px;
	font-weight:normal;
	height:40px;
	box-sizing:border-box;
	cursor:pointer;
	border:none;
	border-radius:5px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:10px;
}

.btn:hover{
	background:#313745;
	color:#fff;
}

.btn:focus{
	outline:none;
	box-shadow:none;
}

.btn .icon{
	width:30px;
	height:30px;
	display:flex;
	justify-content:center;
	align-items: center;
	overflow:hidden;
	flex-shrink:0;
	line-height:0px;
	font-size:0px;
}

.btn .icon svg path,
.btn .icon svg path{
	fill:#fff;
}

.btn .txt{
	/*flex-grow:1;
	text-align:center;
	*/
}

/*
.btn.btn_marengo{
	background:var(--marengo);
	border:2px solid #fff;
	box-shadow:var(--icon-shadow);
	color:#fff;
}

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

.btn:hover .icon svg path *,
.btn:focus .icon svg path *{
	fill:#fff;
}
*/


.btn_icon{
	position:relative;
	text-align:center;
	width:100%;
	max-width:330px;
	background:#f2f2f2;
	color:#4b5564;
	padding-left: 20px;
	padding-right: 10px;
	box-sizing: border-box;
}

.btn_icon .icon{
	width:30px;
	height:30px;
	display:flex;
	justify-content:center;
	align-items: center;
	overflow:hidden;
	flex-shrink:0;
}

.btn_icon .txt{
	flex-grow:1;
}

.btn_icon .icon svg path{
	fill:#4b5564;
}

.btn_icon:hover{
	background:#4b5564;
	color:#fff;
}

.btn_icon:hover .icon svg path{
	fill:#fff;
}

.btn_icon.btn_icon_short{
	padding:0px 10px 0px 22px;
}

.btn_icon_c{
	padding:0px 20px;
}

.btn_icon_c .icon{
	position:static;
	display:inline-flex;
	vertical-align:middle;
	margin-right:25px;
	top:auto;
	left:auto;
	margin-top:0px;
}


/**/

.btn.btn_white{
	background:#fff;
	color:var(--marengo);
	border:1px solid #EDEEF0;
}

.btn.btn_white .icon{
	margin-right:7px;
}

.btn.btn_white .icon svg path,
.btn.btn_white .icon svg path{
	fill:var(--marengo);
}

.btn.btn_white:hover,
.btn.btn_white:focus{
	background:var(--marengo);
	color:#fff;
	border:1px solid var(--marengo);
}

.btn_white:hover .icon svg path,
.btn_white:focus .icon svg path{
	fill:#fff !important;
}

.btn_red{
	color:white;
	background:var(--red);
}

.btn_red .icon svg path{
	fill:#fff;
}

.btn_red:hover{
	color:var(--marengo);
	background:var(--bgray);
}

.btn_red:hover svg path{
	fill:var(--marengo);
}

/**/

.btn_fat{
	height:auto;
	line-height:1;
	font-size:14px;
	padding:8px 11px 10px 11px;
	font-weight:normal;
	text-align:left;
	justify-content:flex-start;
	
}

.btn_fat .icon{
	width:20px;
	margin-right:10px;
}


.btn_fat .txt{
	height:42px;
	justify-content:start;
	align-items:center;
	display:flex;
	white-space:normal;
}

.btn_quad{
	height:60px;
	width:210px;
	font-size:14px;
}

div.margin_btns .btn{
	margin:0px 15px 30px 15px;
}

.btn_icon_center{
	display:block;
	height:auto;
	line-height:1;
	font-size:14px;
	padding:8px 11px 20px 11px;
	font-weight:normal;
}

.btn_icon_center .icon{
	display:block;
	margin-bottom:5px;
}

.btn_icon_center .icon svg{
	max-width:40px;
	max-height:30px;
}

.btn_w330{
	width:100%;
	max-width:330px;
}

.btn_kv{
	border-radius:5px;
	background:var(--marengo);
	color:#fff;
	padding:0px 18px;
	height:30px;
	font-size:14px;
	font-weight:300;
	/*border:2px solid #fff;
	box-shadow:var(--base-shadow);*/
}

.btn_kv:hover,
.btn_kv:focus{
	color:#fff;
	background:var(--blue);
}

.btn_width_auto{
	width:auto;
	padding:0px 20px;
}


.btn_licon{
	position:relative;
	padding:12px 7px 8px 87px;
	height:64px;
	box-sizing:border-box;
	border-radius: 10px;
	background:#fff;
	color:#2D96CA;
	text-decoration:none;
	display:flex;
	margin-bottom:48px;
	font-size:14px;
	line-height:1;
	font-weight:normal;
	text-align:left;
}

.btn_licon.btn_licon2{
	padding-left:104px;
}

.btn_licon span.icon{
	width:107px;
	height:107px;
	top:50%;
	left:6px;
	margin-top:-54px;
	position:absolute;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}

.btn_licon span.icon img,
.btn_licon span.icon svg{
	max-width:107px;
	max-height:107px;
}

.btn_licon span.txt{
	position:relative;
}

.btn_licon:hover{
	background: radial-gradient(100% 336.01% at 96.49% 0%, rgba(255, 255, 255, 0.39) 4.89%, rgba(255, 255, 255, 0) 100%), #2D96CA;

	color:#fff;
}


.btn.btn_marengo2{
	background: var(--marengo);
	box-shadow: 6px 19px 47px rgba(161, 161, 161, 0.2);
	font-size:14px;
	font-weight:bold;
	color:#fff;
	height:40px;
	padding:0px 40px;
	color:#fff;
}

.btn.btn_marengo2:hover{
	background:var(--blue);
	color:#fff;
}

.btn.btn_white2{
	background: #fff;
	box-shadow: 6px 19px 47px rgba(161, 161, 161, 0.2);
	border-radius: 20px;
	border:1px solid #fff;
	font-size:14px;
	font-weight:bold;
	color:var(--marengo);
	height:40px;
	padding:0px 40px;
}

.btn.btn_white2:hover{
	background:var(--blue);
	border:1px solid var(--blue);
	color:#fff;
}

.btn.btn_blue{
	background: var(--blue);
	box-shadow: 6px 19px 47px rgba(161, 161, 161, 0.2);
	font-size:14px;
	font-weight:bold;
	color:#fff;
	height:40px;
	padding:0px 40px;
}

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

.btn.btn_elis{
	background: #edf0f5;
	box-shadow: 6px 19px 47px rgba(161, 161, 161, 0.2);
	font-size:14px;
	font-weight:bold;
	color:var(--marengo);
	height:40px;
	padding:0px 40px;
}

.btn.btn_elis:hover{
	background:var(--blue);
	color:#fff;
}

/****/

.qbtn{
	background:var(--marengo);
	color:#fff;
	border-radius:10px;
	display:flex;
	width:100%;
	max-width:300px;
	height:50px;
	align-items:center;
	justify-content:center;
	padding:0px 12px;
	font-size:14px;
	color:#fff;
	transition:background 0.2s linear;
	border:none;
	font-weight:bold;
	text-decoration:none;
}

.qbtn:hover{
	background:var(--blue);
	color:#fff;
	text-decoration:none;
}

.qbtn .icon{
	display:flex;
	width:30px;
	height:30px;
	align-items:center;
	justify-content:center;
	font-size:0px;
	margin-right:5px;
}

.qbtn .icon svg,
.qbtn .icon img{
	max-width:30px;
	max-height:30px;
}

.qbtn .icon svg path{
	fill:#fff;
}

.qbtn .txt{
	flex-grow:1;
	text-align:center;
}

.btn.btn_gray{
	background:#EDEEF0;
	color:var(--marengo);
	font-weight: 700; 
}

.btn.btn_gray:hover{
	background:var(--marengo);
	color:#fff;
}

.btn.btn_white{
	background:#fff;
	border:1px solid #EDEEF0;
	color:var(--marengo);
}

.btn.btn_white:hover{
	background:var(--marengo);
	border:1px solid var(--marengo);
	color:#fff;
}

.qbtn.qbtn_marengo{
	background:var(--marengo);
}

.qbtn.qbtn_marengo:hover{
	background:var(--blue);
}

.qbtn.qbtn_medium{
	max-width:200px;
	height:40px;
}

.qbtn.qbtn_thin{
	height:30px;
}

/****/

.half{
	opacity:0.5;
}

.download-full-manual .btn{
	height:60px;
	padding:0px 90px;
}

a.link_icon{}

a.link_icon .icon{
	width:30px;
	height:30px;
	display:inline-flex;
	margin-right:14px;
	justify-content:center;
	align-items:center;
	vertical-align:middle;
}

a.link_icon .icon svg{
	max-height:29px;
	max-width:29px;
}

a.link_icon .icon path{
	fill:#3b9dce;
}

a.link_icon.link_icon_r .icon path{
	fill:var(--red);
}

a.link_icon:hover .icon path{
	fill:#ed1c24;
}

a.link_icon .txt{
	display:inline-block;
	vertical-align:middle;
}

a.link_icon.link_icon_red{
	text-decoration:none;
}

a.link_icon.link_icon_red .icon{
	height:40px;
	width:40px;
	border-radius:10px;
	background:var(--red-gradient);
	box-shadow:var(--red-shadow);
	display:inline-flex;
	justify-content:center;
	align-items:center;
}

a.link_icon.link_icon_red .icon svg{
	max-height:25px;
	max-width:25px;
}

a.link_icon.link_icon_red .icon svg path{
	fill:#fff;
}

a.link_icon.link_icon_box{
	text-decoration:none;
	color:#000;
}

a.link_icon.link_icon_box:hover{
	text-decoration:none;
	color:var(--blue);
}

a.link_icon.link_icon_box .icon{
	height: auto;
	width: auto;
	margin-right: 5px;
}

.gray_note{
	display:block;
	height:auto;
	line-height:1;
	font-size:14px;
	padding:8px 11px 20px 11px;
	font-weight:normal;
	border-radius:20px;
	box-shadow:var(--base-shadow);
	text-align:center;
}

.gray_note .icon{
	display:block;
	margin-bottom:5px;
}

.gray_note .icon svg{
	max-width:40px;
	max-height:30px;
}

.gray_note .icon svg path{
	fill:#4b5564;
}

.container{
	max-width:1440px;
}

.center{
	text-align:center;
}

.aright{
	text-align:right;
}

.aleft{
	text-align:left;
}

.green{
	color:var(--green);
}



q{
	padding:15px 10px 15px 77px;
	background:url(images/q_bg.svg) left center no-repeat #E0E5F1;
	background-size:auto 100%;
	border-radius:5px;
	display:block;
	margin-bottom:20px;
	font-size:14px;
	font-weight:400;
	line-height:1.4;
}

q::before,
q::after{
	content:none;
}

hr{
	height: 1px;
	background: #55aad5;
	border-top:1px solid #e5f2f8;
	margin:2rem 0px;
}

h1{
	text-align:center;
	font-size:28px;
	margin-bottom:46px;
}

h2{
	text-transform:uppercase;
	font-size:22px;
	margin-bottom:1.5rem;
}

h3{
	text-align:left;
	font-size:20px;
	border-top:1px solid var(--blue);
	margin-bottom:30px;
	margin-top:30px;
	padding-top:30px;
	text-transform:uppercase;
}

h3.bline{
	padding:0px;
	margin:0px;
	border:none;
	font-size:20px;
	border-bottom:1px solid #abb0b7;
	text-align:left;
	font-weight:bold;
	padding-bottom:8px;
	margin-bottom:32px;
}

h4{
	font-weight:18px;
	font-weight:bold;
}

dl, ol, ul{
	margin-bottom:1.5rem;
}

ul.blank{
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.menu_flex{
	display:flex;
	justify-content:space-between;
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:0px;
}

ul.menu_flex li{
	margin:0px 10px;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
}

ul.menu_flex li:first-of-type{
	margin-left:0px;
}

ul.menu_flex li:last-of-type{
	margin-right:0px;
}

ul.inline{
	font-size:0px;
}

ul.inline li{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
}

/**/

ol:not(.lower-alpha){
	counter-reset: ol-counter;
	list-style:none;
	padding:0px;
}

ol:not(.lower-alpha) > li{
	counter-increment: ol-counter;
	position:relative;
	padding-left:30px;
	margin-bottom:20px;
}

ol:not(.lower-alpha) > li::before{
	content:counter(ol-counter);
	display:inline-flex;
	/*
	background: rgb(78,109,136);
	background: linear-gradient(135deg, rgba(78,109,136,1) 0%, rgba(26,47,73,1) 100%);
	*/
	background:#f2f2f2;
	justify-content:center;
	align-items:center;
	font-size:16px;
	color:#000;
	width:20px;
	height:20px;
	border-radius:50%;
	line-height: 1;
	box-sizing: border-box;
	padding-top: 1px;
	position:absolute;
	left:0px;
}

ol.blue_circle > li::before{
	background:var(--blue);
	color:#fff;
}

ol.lower-alpha{
	list-style-type:lower-alpha;
}

ol.lower-alpha li{}

/**/

article{
	margin-bottom:60px;
}

article ul,
.hide-description ul{
	padding:0px;
	list-style:none;
}

article ul li,
.hide-description ul li{
	padding-left:30px;
	background:url(images/li.png) 0px 0px no-repeat;
	min-height:29px;
	margin-bottom:13px;
	padding-top: 2px;
}
/*
article.service ul li{
	padding-left:0px;
	background:none;
}

article.service ul li::before{
	height:29px;
	width:22px;
	margin-right:8px;
	content:'';
	display:inline-block;
	background:url(images/li.png) 0px 0px no-repeat;
	vertical-align:middle;
}
*/
ul li p{
	margin:0px;
	display:inline;
}
/*
article figure,
.hide-description figure{
	width:210px;
	height:210px;
	border-radius:20px;
	background:#fff;
	border:1px solid #e6e6e6;
	border-bottom:4px solid #e6e6e6;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:30px;
}

article figure.left{
	margin-right:30px;
}

article figure.right{
	margin-left:30px;
}

article figure img{
	max-width:180px;
	max-height:180px;
}

article figure.full{
	width:auto;
	margin:0px 120px;
	height:auto;
	padding:20px 10px;
}

article figure.full img{
	max-width:100%;
	max-height:100%;
	margin:10px;
	height:auto;
}
*/
article dl{
	margin-bottom:30px;
}

article dt{
	padding-left:30px;
	min-height:30px;
	background:url(images/li.png) 0px 0px no-repeat;
	padding-top:3px;
	font-weight:normal;
	margin-bottom:17px;
}

article dd{
	margin-bottom:17px;
}


article::after{
	content:'';
	display:block;
	clear:both;
}

article img{
	max-width:100%;
}

/* form */

input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="tel"]{
	height:40px;
	padding:0px 15px 0px 15px;
}


input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="tel"],
textarea{
	background:#fff;	
	border-radius: 5px;
	border: 1px solid #DDD; 
	box-sizing:border-box;
	font-display: swap;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}

textarea{
	resize:none;
	min-height:173px;
	outline:none;
	box-shadow:none;
	padding:4px 15px 4px 15px;
}



input[type="text"].white,
input[type="email"].white,
input[type="password"].white,
input[type="tel"].white,
textarea.white{
	background:#fff;
	box-shadow:var(--base-shadow);
	border:none;
}

input[type="text"]:invalid:focus,
input[type="email"]:invalid:focus,
input[type="date"]:invalid:focus,
input[type="password"]:invalid:focus,
input[type="tel"]:invalid:focus,
textarea:invalid:focus{
  border-color:#ff0000 !important;
}

/**/

.form-row > .col, .form-row > [class*="col-"]{
	padding:0px 15px;
}

/**/

.form-group{
	margin-bottom:10px;
}

.form-group label,
.form-item .form-head{
	display:block;
	font-weight:bold;
	margin-bottom:10px;
	font-size:14px;
}

.form-group label.radio_inp{
	font-weight:normal;
}

.form-group label span,
.form-item .form-head span{
	font-weight:normal;
}

.form-group.form-group-full{}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="date"],
.form-group input[type="password"],
.form-group input[type="tel"],
.form-group textarea{
	width:100%;
}

.form-group select,
.form-group .jq-selectbox{
	width:100%;
}


.form-group.form-group-tip{}

.form-group.form-group-tip label{
	font-weight:normal;
	margin-bottom:0px;
}

.form-error-message{
	font-size:14px;
	color:var(--red);
}

.request-form-success{
	text-align:center;
}

.request-form-success .icon{
	width:60px;
	height:60px;
	margin:0px auto;
	margin-bottom:10px;
}

.request-form-success .icon svg{
	width:60px;
}

.request-form-success .icon svg path{
	fill:var(--blue);
}

.form-item{}


.form_popup_header{
	margin-bottom:20px;
	min-height:24px;
	font-size:14px;
	padding-right:63px;
}

.form_popup .send{}

.form_popup .send .btn{
	height:50px;
	background:var(--red);
}

.form_popup .send .btn:hover{
	background:var(--marengo);
	color:#fff;
}

/**/

.custom-control label{
	font-weight:normal;
}

.custom-control-input{
	box-shadow:none;
}

.custom-control-label::before{
	border-color:var(--marengo);
}

.custom-control-input:checked ~ .custom-control-label::before{
	background:var(--marengo);
	border-color:var(--marengo);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: var(--blue);
  border: var(--blue);
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

/**/



/**/

.form_popup{}

.form_popup textarea{
	min-height:75px;	
}

.form_popup .title{
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:15px;
}

.form_popup .title span{
	font-weight:normal;
}

.form_popup-1-cols{
	width:330px;
}

.form_popup-2-cols{
	width:720px;
}

.form_popup .send .btn{
	width:100%;
	box-sizing:border-box;
	max-width:330px;
}

.form_popup .note{
	padding-top:10px;
	font-size:10px;
	margin:0px;
}

.form_popup .note{

}

.basket .note{
	max-width:520px;
}



/**/

.dropdown{
	position:relative;
}

.dropdown-filter{}

.dropdown-filter .btn{
	width:100%;
	position:relative;
	z-index:20;
	height:30px;
	line-height:30px;
	box-shadow:none !important;
}

.dropdown-filter .dropdown-fields{
	width:100%;
	top:-15px !important;
	z-index:10;
	padding:10px 15px 15px 15px;
}

/**/

.ar-file{
	
}

.ar-file .ar-upload{

}

.ar-file .ar-upload{
	display:inline-flex;
	align-items:center;
	position:relative;
	cursor:pointer;
	color:var(--marengo);
	gap:10px;
}

.ar-file .ar-upload span.ar-upload-label{
	text-decoration:none;
}
/*
.ar-file .ar-upload::before{
	content:"";
	width:25px;
	height:15px;
	background-image:url(images/arrows_file.png);
	background-position:0px 0px;
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-7px;
}
*/
.ar-file .ar-upload:hover{
	color:var(--red);
}

.ar-file .ar-upload:hover .ar-upload-trigger svg path{
	fill:var(--red);
}

/*
.ar-file .ar-upload:hover::before,
.ar-file .ar-upload:focus::before{
	background-position:0px -15px;
}
*/
.ar-file .ar-info{
	font-size:16px;
	display:none;
}

.ar-file .ar-info .ar-info-status{
	font-style:italic;
	margin-bottom:1px;
}

.ar-file .ar-info .ar-info-filename{
	margin-bottom:1px;
}

.ar-file .ar-info .ar-info-filename .file{
	display:inline-block;
	vertical-align:middle;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space:nowrap;
}

.ar-file .ar-info .ar-info-filename .del{
	display:inline-block;
	width:15px;
	height:15px;
	border-radius:50%;
	background:url(images/close_red.png) center center no-repeat;
	margin-left:8px;
	vertical-align:middle;
	cursor:pointer;
}

.ar-file .ar-info .ar-info-change{}

.ar-file .ar-info .ar-info-change .ar-info-change-link{
	color:var(--blue);
	text-decoration:underline;
	cursor:pointer;
}

.ar-file .ar-info .ar-info-change .ar-info-change-link:hover{
	color:var(--red);
}

.ar-file.ar-file-selected .ar-upload{
	display:none;
}

.ar-file.ar-file-selected .ar-info{
	display:block;
}

.ar-file input[type="file"]{
	position:absolute;
	left:-9999px;
}

.ar-file .ar-error-size{
	display:none;
	color:var(--red);
	font-size:14px;
}

/**/

.over{
	overflow:hidden;
}

.left{
	float:left;
}

.right{
	float:right;
}

.tright{
	text-align:right;
}

.tcenter{
	text-align:center;
}

.clear::after{
	content:'';
	display:block;
	clear:both;
}

.mbottom-5{
	margin-bottom:5px;
}

.mbottom-10{
	margin-bottom:10px;
}

.mbottom-15{
	margin-bottom:15px;
}

.mbottom-20{
	margin-bottom:20px;
}

.mbottom-30{
	margin-bottom:30px;
}

.mbottom-40{
	margin-bottom:40px;
}

.mbottom-50{
	margin-bottom:50px;
}

.mbottom-60{
	margin-bottom:60px;
}

.mright-30{
	margin-right:30px;
}

.weight-500{
	font-weight:500;
}

.font-18{
	font-size:18px;
}

.font-16{
	font-size:16px;
}

.font-14{
	font-size:14px;
}

.font-12{
	font-size:12px;
}


.h-100{
	height:100%;
}

.uppercase{
	text-transform:uppercase;
}

.grecaptcha-badge { visibility: hidden; }

/**/

.accordion{}

.accordion button{
	padding:0px;
	border:none;
	background:none;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	color:var(--marengo);
	line-height:1;
	height:auto;
	
}

.accordion > .card{
	border:none;
	background:none;
}

.accordion .card-header{
	border:none;
	background:none;
	border-bottom:2px solid #c9ccd0;
	padding:0px 0px 6px 0px;
}

.accordion .card-body{
	padding:11px 0px 14px 0px;
}


/**/

.price_span{
	color:var(--red);
	font-size:20px;
}

.price_span span{
	color:var(--marengo);
	font-size:20px;
}

/**/

#wrapper{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

header.tmpl{
	/*background:url(images/bg_header.png) top center no-repeat;*/
	flex-shrink: 0;
	padding-top:30px;
	margin-bottom:23px;
}

header.tmpl .header_white{
	background:#fff;
	box-shadow:var(--base-shadow);
	border-radius:20px;
	padding-bottom:20px;
	margin-bottom:20px;
}

header.tmpl .container.top .row{
	align-items:center;
}

header.tmpl .logo{
	text-align:center;
	padding-top:15px;
}

header.tmpl .logo a{
	display:inline-block;
	vertical-align:top;
}

header.tmpl .logo img{
	max-width:160px;
	vertical-align:top;
}

header.tmpl .top .ov{
	padding-top:25px;
}

#header_top{
	padding:26px 95px 26px 57px;
	display:flex;
	background: #FFFFFF;
	border: 1px solid rgba(75, 85, 100, 0.1);
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom:23px;
}

#header_top .col1{
	flex-shrink:0;
	margin-right:68px;
	font-size:14px;
}

#header_top .col2{
	flex-grow:1;
}

#header_top .col1 .logo{
	margin-bottom:12px;
}

#header_top .col2 .line1,
#header_top .col2 .line2{
	display:flex;
	align-items: center;
}

#header_top .col2 .line1{
	margin-bottom:15px;
}


#header_top .header_btn{}

#header_top .header_btn:not(:last-of-type){
	margin-right:30px;
}

#header_top .header_btn .btn{
	width:180px;
	height:40px;
	font-size:14px;
	padding:0px 10px;
	background:#f2f2f2;
	color:var(--marengo);
}

#header_top .header_btn .btn .icon{
	width:24px;
}

#header_top .header_btn .btn .icon svg path{
	fill:var(--marengo);
}

#header_top .header_btn .btn:hover{
	background:var(--blue);
	color:#fff;
}

#header_top .header_btn .btn:hover .icon svg path{
	fill:#fff;
}

#header_top .telegram{
	padding-top:7px;
}

#header_top .telegram a{
	display:inline-flex;
	padding:5px 12px 5px 5px;
	align-items:center;
	color:var(--marengo);
	text-decoration:none;
	border:1px solid #EDF9FF;
	border-radius: 5px;
}

#header_top .telegram a .icon{
	width:20px;
	height:20px;
	background:var(--marengo);
	border-radius:3px;
	margin-right:14px;
	display:flex;
	align-items:center;
	justify-content:center;
}

#header_top .telegram a .icon svg{
	max-width:10px;
}

#header_top .telegram a .icon svg path{
	fill:#fff;
}

#header_top .telegram a:hover{
	background:var(--marengo);
	border-color:var(--marengo);
	color:#fff;
	text-decoration:none;
}

/*****/

#header_top .telegram.parent{
	text-align:center;
}

#header_top .telegram.parent a{
	border:none;
	background:var(--marengo);
	color:#fff;
}

#header_top .telegram.parent a .icon{
	/*background:#fff;*/
	background:var(--red);
}

#header_top .telegram.parent a .icon svg path{
	fill:var(--marengo);
}

#header_top .telegram.parent a:hover{
	border:none;
	background:var(--blue);
}

#header_top .telegram.parent a:hover .icon{
	background:var(--marengo);
}

#header_top .telegram.parent a:hover .icon svg path{
	fill:var(--blue);
}



/****/

#header_top .social{
	display:flex;
	gap:10px;
	justify-content:center;
	padding-top:6px;
}

#header_top .social a{
	display:flex;
	width:26px;
	height:26px;
	background:var(--marengo);
	justify-content:center;
	align-items:center;
	border-radius:5px;
}

#header_top .social a svg{
	max-width:18px;
	max-height:18px;
}

#header_top .social a svg path{
	fill:#fff;
}

#header_top .social a:hover{
	background:var(--blue);
}

#header_phones_block{
	display:flex;
	align-items:flex-end;
	color:var(--marengo);
	width:564px;
	margin-right:30px;
	font-size:12px;
}

#header_phones_block .phone_1{
	order:1;
}

#header_phones_block .work_time{
	order:2;
}

#header_phones_block .phone_2{
	order:3;
}

#header_phones_block .phone{
	flex-shrink:0;
}

#header_phones_block .phone .number{
	font-size:20px;
}

#header_phones_block .phone .number a{
	text-decoration:none;
	color:var(--marengo);	
}

#header_phones_block .phone .number a:hover{
	color:var(--blue);
}

#header_phones_block .place{
	text-align:center;
}

#header_phones_block .work_time{
	flex-grow:1;
	text-align:center;
	display:flex;
	margin:0px 13px;
}

#header_phones_block .work_time .c{
	margin:0px 12px;
	flex-shrink:0;
}

#header_phones_block .work_time .l,
#header_phones_block .work_time .r{
	flex-grow:1;
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVERTgwMzg3MDdEMDExRUNBM0I1ODc0NUM0QUZFODFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVERTgwMzg4MDdEMDExRUNBM0I1ODc0NUM0QUZFODFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NURFODAzODUwN0QwMTFFQ0EzQjU4NzQ1QzRBRkU4MUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NURFODAzODYwN0QwMTFFQ0EzQjU4NzQ1QzRBRkU4MUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6mfoLfAAAADklEQVR42mL4LyYPEGAAA0wBNe/ioigAAAAASUVORK5CYII=') center center repeat-x;
}

#header_top .header_links{
	font-size:12px;
}

#header_top .header_links div{}

#header_top .header_links div:not(:last-of-type){
	margin-bottom:7px;
}

#header_top .header_links a{
	color:var(--marengo);
	text-decoration:none;
}

#header_top .header_links a:hover{
	color:var(--blue);
}

/***/

#top_tools{
	display:flex;
	justify-content:space-between;
	align-items:center;
	/*border-bottom: 1px solid rgba(75, 85, 100, 0.1);*/
}

#top_tools .tleft{}

#top_tools .tleft .btn{
	padding:0px 14px;
	height:46px;
	background:var(--red);
	font-size:14px;
}

#top_tools .tleft .btn:hover{
	background:var(--blue);
}

#top_tools .tleft .icon{
	margin-right:4px;
	width:23px;
	text-align:center;
}

#top_tools .tleft .txt{
	width:200px;
}

#top_tools .tright{
	display:flex;
}

#top_tools .tright a{
	color:var(--marengo);
	text-decoration:none;
}

#top_tools .tright a:hover{
	color:var(--blue);
}

#top_tools .tright .personal{
	margin-right:30px;
}

#top_tools .tright .personal a,
#top_tools .tright .basket a{
	display:flex;
	align-items:center;
}

#top_tools .tright .personal .icon,
#top_tools .tright .basket .icon{
	margin-right:10px;
	font-size:0px;
	position:relative;
}

#top_tools .tright .basket .icon .count{
	width:14px;
	height:14px;
	line-height:14px;
	text-align:center;
	position:absolute;
	border-radius:50%;
	background:var(--red);
	color:#fff;
	right:-6px;
	top:-2px;
	font-size:12px;
}


/**/

main.tmpl .container{
	padding:0px;
}

/***/

.flex-container{
	display: flex;
	flex-direction:row;
	/*flex-wrap: nowrap;*/
	flex-wrap: wrap;
	justify-content: center;
	align-content: stretch;
	align-items: stretch;
}

.flex-container-between{
	justify-content:space-between;
}

.grid-container{
	display:grid;
	grid-column-gap:20px;
	grid-row-gap:30px;
	justify-content: center;
}

.grid-container-2-cols{
	grid-template-columns:1fr 1fr;
}

.grid-container-3-cols{
	grid-template-columns:1fr 1fr 1fr;
}

.grid-container-4-cols{
	grid-template-columns:1fr 1fr 1fr 1fr;
}

.grid-container-5-cols{
	grid-template-columns:1fr 1fr 1fr 1fr 1fr;
}


.grid-container-product-cols{
	grid-template-columns: repeat(auto-fill, 272px);
}

.grid-container-filter-cols{
	grid-template-columns: repeat(auto-fill, 202px);
	justify-content:flex-start;
	grid-column-gap:16px;
}



main.tmpl{
	flex-grow: 1;
	padding:0px 0px 30px 0px;
}

main.tmpl img{
	max-width:100%;
	height:auto;
}



/**/



.owl-carousel-big-btn .owl-nav button,
.owl-carousel-big-btn .owl-nav button.owl-next,
.owl-carousel-big-btn .owl-nav button.owl-prev{
	border:1px solid #e5e5e5;
	position:absolute;
	border:none;
	top:50%;
	margin-top:-24px;
	border-radius:50%;
	padding:0px;
	background:#4b5564;
	width:59px;
	height:59px;
	box-shadow:inset 0px 0px 0px 4px rgba(71, 81, 95, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
}

.owl-carousel-big-btn .owl-nav button span{
	background: url(images/arrows_header.png) center center no-repeat #4b5564;
	width: 16px;
	height: 31px;
	font-size: 0px;
	margin:0px 2px 0px 0px;
}

.owl-carousel-big-btn.owl-loaded .owl-nav button.owl-prev{
	left:36px;
}

.owl-carousel-big-btn.owl-loaded .owl-nav button.owl-next{
	right:36px;
}

.owl-dots{
	text-align:center;
	margin-bottom:10px;
	display:none;
}

.owl-carousel .owl-dots button.owl-dot,
.owl-dots button.owl-dot{
	background:var(--marengo);
	border-radius:50%;
	width:10px;
	height:10px;
	padding:0px;
	border:none;
	margin:0px 3px;
}

.owl-carousel .owl-dots button.owl-dot:hover,
.owl-carousel .owl-dots button.owl-dot:focus,
.owl-dots button.owl-dot:hover,
.owl-dots button.owl-dot:focus{
	background:var(--red);
}

.owl-carousel .owl-dots button.owl-dot.active,
.owl-dots button.owl-dot.active{
	background:var(--blue);
}



/**/

.block{
	margin-bottom:50px;
	position:relative;
}

.block > .zag,
.block > h2{
	margin:0px;
	margin-bottom:30px;
	text-align:center;
	font-size:22px;
	text-transform:uppercase;
}

.block > .zag.aleft,
.block > h2.aleft{
	text-align:left;
}

.block > .body{
	position:relative;
}


.block > .vertical{
	position:absolute;
	transform: rotate(90deg) translate(100%);
	transform-origin: 100% 0;
	right:40px;
	top:0px;
}

.block .vertical .l{
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWPwDk35DwAD9wIE3Xf06wAAAABJRU5ErkJggg==) repeat-x center center;
	width:94px;
	flex-shrink: 0;
}

.block .vertical .c{
	padding-left:12px;
}

.block .note{
	margin-bottom:25px;
}

/**/





/**/

footer.tmpl{
	flex-shrink: 0;
	padding-top:55px;
	padding-bottom:104px;
	background:url(images/bg_footer.jpg) center center;
	background-size:cover;
	color:#fff !important;
}

footer.tmpl a{
	color:#fff;
	text-decoration:none;
}

footer.tmpl b{
	color:#fff !important;
}

footer.tmpl p{
	margin:0px 0px 10px 0px;
	color:#fff !important;
}

footer.tmpl a:hover{
	color:#2d96ca;
}

footer.tmpl .social{
	font-size:0px;
}

footer.tmpl .social a{
	display:inline-flex;
	justify-content:center;
	align-items: center;
	vertical-align:top;
	margin-right:10px;
	width:36px;
	height:36px;
	/*
	background: rgb(107,255,255);
	background: linear-gradient(127deg, rgba(107,255,255,1) 0%, rgba(9,51,130,1) 100%);
	*/
	background:var(--marengo);
	border-radius:5px;
	/*box-shadow: 0px 0px 35px 0px rgba(45, 150, 202, 0.68); */
}

footer.tmpl .social a svg{
	max-width:28px;
	max-height:28px;
	width:100%;
}

footer.tmpl .social a svg g,
footer.tmpl .social a svg path{
	fill:#fff;
}

footer.tmpl .social a svg path.heart{
	background:transparent;
}


#foot_menu{
	text-transform:uppercase;
	padding:14px 15px 7px 15px;
}

#foot_menu li{
	font-size:13px;
}

#foot_menu a{
	display:block;
	text-decoration:none;
	color:#fff;
	border-bottom:2px solid transparent;
	padding-bottom:2px;
}

#foot_menu a:hover{
	border-bottom:2px solid #2d96ca;
}

#foot_dmenu{}

#foot_dmenu li{
	margin-bottom:8px;
}

#foot_smenu{
	padding:0px 15px;
	font-size:13px;
	margin-bottom:40px;
}

#foot_smenu li{
	font-size:13px;
	margin:0px 7px;
}

#foot_smenu ul.menu_flex li:first-of-type{
	margin-left:0px;
}

#foot_smenu ul.menu_flex li:last-of-type{
	margin-right:0px;
}

#foot_smenu li a{
	color:#fff;
	text-decoration:none;
}

#foot_smenu li a:hover{
	color:#2d96ca;
	text-decoration:none;
}


footer.tmpl .site{
	text-align:center;
	font-weight:bold;
}

footer.tmpl .footer_phone{
	text-align:center;
}

footer.tmpl .footer_phone span.icon{
	display:inline-block;
	width:30px;
	height:30px;
	vertical-align:middle;
	margin-right:11px;
}

footer.tmpl .footer_phone span.icon svg path{
	fill:#2d96ca;
}

footer.tmpl .footer_phone span.txt{
	vertical-align:middle;
}


/**/


#toolbar{	
	background:#4b5564;
	border:1px solid #8b919b;
	border-right:none;
	overflow:hidden;
	position:fixed;
	transition:right 0.2s linear;
	right:-180px;
	top:50%;
	margin-top:-125px;
	border-radius:20px 0px 0px 20px;
	width:255px;
	z-index:500;
}

#toolbar:hover{
	right:0px;
	transition:right 0.2s linear;
}

#toolbar a{
	display:flex;
	align-items: center;
	border-bottom:2px solid #767d88;
	text-decoration:none;
	color:#fff;
	padding-left:15px;
}

#toolbar a .icon{
	height:48px;
	width:48px;
	display:flex;
	align-items: center;
	justify-content:center;
	margin-right:10px;
}

#toolbar a .txt{
	padding-right:10px;
}

#toolbar a:last-of-type{
	border-bottom:none;
}



#toolbar a svg{
	max-height:35px;
	max-width:29px;
}

#toolbar a svg path{
	fill:#fff;
}

#toolbar a:hover svg path{
	fill:#fff;
}

#toolbar a:hover{
	background:var(--blue);
}

/**/

.main_puls_task{

}

.small-part{
	width:255px;
	flex-grow:0 !important;
	flex-shrink:1;
}

.center-part{
	width:540px;
	margin:0px 30px;
	flex-grow:1;
}

.center-part::after,
.center-part::before{
	content:'';
	position:absolute;
	height:calc( 100% - 2px );
	width:1px;
	top:0px;
	background:#EDEDED;
}

.center-part img{
	width:100%;
}

.center-part::after{
	left:-15px;
}

.center-part::before{
	right:-15px;
}

.obvod_title{
	display:flex;
}

.obvod_title .l,
.obvod_title .r{
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWPwDk35DwAD9wIE3Xf06wAAAABJRU5ErkJggg==) repeat-x center center;
	text-align:center;
	flex-grow:1;
}

.obvod_title .c{
	padding:0px 34px;
}



.client_slider{
	width:1000px;
	margin:0px auto;
	height:250px;
}

.client_slider div.slide,
.client_slider a{
	display:flex;
	width:100px;
	height:100px;
	padding:6%;
	justify-content:center;
	align-items: center;
	box-sizing:border-box;
	border-radius:20px;
	/*box-shadow: 10px 6px 51px 0px rgba(45, 149, 201, 0.15);*/
	transition:all 0.5s linear;
	background:#fff;
	border:1px solid #e6e6e6;
	border-bottom:4px solid #e6e6e6;
}

.client_slider a:hover{
	/*box-shadow: 10px 6px 51px 0px rgba(45, 149, 201, 0.58); */
	border:1px solid #cdcdcd;
	border-bottom:4px solid #cdcdcd;
}

.client_slider a img{
	max-width:100%;
	max-height:100%;
}

.client_slider div.active a{}

.client_slider .owl-item{
	height:250px;
	display:flex;
	justify-content:center;
	align-items: center;
}
/*
.client_slider a.active_num-1{
	justify-content:flex-end;
}

.client_slider a.active_num-6{
	justify-content:flex-start;
}
*/
@media (min-width: 1020px){
	
	.client_slider .active_num-2,
	.client_slider .active_num-5{
		width:150px !important;
		height:150px !important;
	}


	.client_slider .active_num-3,
	.client_slider .active_num-4{
		width:200px !important;
		height:200px !important;
	}
}

.client_slider .owl-item img{
	max-width:100%;
}

.client_slider.owl-loaded .owl-nav button.owl-next{
	right:-70px;
}

.client_slider.owl-loaded .owl-nav button.owl-prev{
	left:-70px;
}

.red_blocks_icons{
	justify-content:flex-start;
	align-items:top;
}

.red_blocks_icons .bl{
	width:200px;
	margin:0px 9px;
	line-height:1;
	position:relative;
}

.red_blocks_icons .bl:first-of-type{
	margin-left:0px;
}

.red_blocks_icons .bl .title{
	font-size:16px;
	height:60px;
	display:flex;
	align-items:center;
	margin-bottom:32px;
}

.red_blocks_icons.red_blocks_icons_only .bl .title{
	margin-bottom:0px;
}

.red_blocks_icons .bl .title span{
	display:block;
}

.red_blocks_icons .bl .title .icon{
	width:60px;
	height:60px;
	background: rgb(255,87,101);
	background: linear-gradient(135deg, rgba(255,87,101,1) 0%, rgba(163,0,1,1) 100%);
	border-radius:10px;
	box-shadow: 0px 0px 35px 0px rgba(237, 28, 36, 0.68);
	display:flex;
	justify-content:center;
	align-items:center;
	flex-shrink:0;
}

.red_blocks_icons .bl .title .t{
	padding-left:25px;
}

.red_blocks_icons .bl .title .t div.question{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(images/question.png) 0px 0px no-repeat;
    cursor: pointer;
    margin: 3px;
	vertical-align:middle;
	position:relative;
}

.red_blocks_icons .bl .title .icon svg{
	max-height:36px;
	max-width:36px;
}

.red_blocks_icons .bl .title .icon svg *{
	fill:#fff;
}

.red_blocks_icons .bl .txt{
	hyphens: auto;
}

.red_blocks_icons.red_blocks_icons_big .title{
	font-size:18px;
}

.red_blocks_icons .hover{
	width:200px;
	padding:10px;
	border-radius:20px;
	background:#fff;
	box-shadow:var(--base-shadow);
	position:absolute;
	text-align:center;
	z-index:30;
	left:0px;
	top:14px;
	display:none;
}

.red_blocks_icons .bl.bl-r .hover{
	left:auto;
	right:0px;
}

.red_blocks_icons .question:hover .hover{
	display:block;
}

.red_blocks_icons.red_blocks_icons_center{
	background:url(images/bg_sheme.png) 0px 28px repeat-x;
}

.red_blocks_icons.red_blocks_icons_center .bl{
	width:170px;
}

.red_blocks_icons.red_blocks_icons_center .bl .title .t{
	padding-left:0px;
	text-align:center;
}

.red_blocks_icons.red_blocks_icons_center .bl .title{
	flex-direction:column;
	align-items:center;
	height:auto;

}

.red_blocks_icons.red_blocks_icons_center .bl .title .icon{
	margin-bottom:10px;	
}

.red_blocks_icons .btn{
	padding:0px 15px;
	height:50px;
	background:#f2f2f2;
	color:var(--marengo);
	font-size:14px;
}

.red_blocks_icons .btn svg path{
	fill:var(--marengo);
}

.red_blocks_icons .btn:hover{
	background:var(--blue);
	color:#fff;
}

.red_blocks_icons .btn:hover svg path{
	fill:#fff;
}

.blue_blocks_icons{
	justify-content:center;
}

.blue_blocks_icons .bl {
	width:240px;
}

.blue_blocks_icons .bl .title .icon{
	background: rgb(107,255,255);
	background: linear-gradient(145deg, rgba(107,255,255,1) 0%, rgba(14,53,138,1) 100%);
	/*box-shadow: var(--blue-shadow); */
	box-shadow:none;
}

.blue_blocks_icons .bl .txt{
	font-size:13px;
}

.red_blocks_icons.contact_blocks{
	justify-content: center;
	gap:40px;
	padding-left:18px;
}

.red_blocks_icons.contact_blocks .bl{
	width:160px;
	margin:0px;
}

.red_blocks_icons.contact_blocks .bl .title .t{
	padding-left:10px;
	font-size:15px;
}

.red_blocks_icons.contact_blocks .bl .title{
	margin-bottom:12px;
}

.red_blocks_icons.contact_blocks .bl .title .t{
	font-size:14px;
}

.red_blocks_icons.contact_blocks .bl .title .icon{
	width:48px;
	height:48px;
	box-shadow:none;
	border-radius: 5px;
	background:var(--marengo);
}

.red_blocks_icons.contact_blocks .bl .txt{
	font-size:12px;
	hyphens: none;
	line-height:14px;
}


.red_blocks_icons .bl .title .icon svg{
	max-width:20px;
	max-height:20px;	
}



/**/




/**/

#main_bottom_callback{
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap:30px;
	grid-row-gap:45px;
	justify-content: center;
	max-width:947px;
	margin:0px auto;
}

#main_bottom_callback .bl{
	position:relative;	
	background: #EDEEF0;
	outline: 1px solid #dddfe2;
	border-radius:5px;
}

#main_bottom_callback .bl .body{
	padding:22px 45px 22px 190px;
}

#main_bottom_callback .bl .body .pic{
	position:absolute;
	bottom:0px;
	left:0px;
}

#main_bottom_callback .bl.bl1 .body .pic{
	left:-27px;
}

#main_bottom_callback .bl.bl2 .body .pic{
	left:-22px;
	bottom:3px;
}

/*
#main_bottom_callback .bl .body .pic svg{
	max-width:100%;
	max-height:121px;
}

#main_bottom_callback .bl .body .pic svg path,
#main_bottom_callback .bl .body .pic svg circle{
	fill:#2d96ca;
}
*/
#main_bottom_callback .bl .body .txt{
}

#main_bottom_callback .bl .body .title{
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:15px;
}

#main_bottom_callback .bl .body .title span{
	display:inline-flex;
	align-items:center;
	height:41px;
	align-items:center;
	padding:0px 10px;
	background: #FFFFFF;
	border-radius: 5px;
}

#main_bottom_callback .bl .body .desc{
	min-height:73px;
	margin-bottom:5px;
	font-size:12px;
	line-height:1.1;
}

#main_bottom_callback .bl .more{

}

#main_bottom_callback .bl .more a.btn{
	background:var(--marengo);
	color:#fff;
	font-size:14px;
	max-width:190px;
	padding:0px 15px;
}

#main_bottom_callback .bl .more a.btn.btn_icon .icon,
#main_bottom_callback .bl .more a.btn svg{
	max-width:24px;
	max-height:24px;
}

#main_bottom_callback .bl .more a.btn.btn_icon .icon{
	margin-right:15px;
}

#main_bottom_callback .bl .more a.btn svg path{
	fill:#fff;
}

#main_bottom_callback .bl .more a.btn:hover{
	background:#313745;
}

/*
#main_bottom_callback .bl .more a.btn:focus,
#main_bottom_callback .bl .more a.btn:hover{
	background:#2d96ca;
}
*/

.about_top{
	justify-content:space-between;
	margin-bottom:24px;
}

.about_top .bl{
	width:450px;
}

.about_top .title{
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:22px;
}

.about_top .txt{
	display:flex;
}


.about_top .txt .desc{
	min-height:90px;
	display:flex;
	align-items:center;
	line-height:1;
}

.about_top .txt .icon{
	flex-shrink: 0;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:10px;
	width:90px;
	height:90px;
	background-color:#fff;
	background-position:center center;
	background-repeat:no-repeat;
	box-shadow:var(--base-shadow);
	margin-right:30px;	
}

.about_top .txt .icon.safety{
	background-image:url(images/about_top_safety.png);
}

.about_top .txt .icon.tir{
	background-image:url(images/about_top_tir.png);
}

/**/

.present_download{
	margin-bottom:66px;
}

.present_download .title{
	font-size:22px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:22px;
}

.present_download .download_big{
	background-position:center center;
	background-size:cover;
	width:300px;
	height:200px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:20px;
	position:relative;
	overflow:hidden;
}


.present_download .obvod_title{
	margin-bottom:20px;
}

.present_download .obvod_title .c{
	padding:0px 106px;
}

.present_download .download_big a.btn{
	font-weight:normal;
	padding:0px 75px;
	background:#fff;
	color:#4b5564;
	position:relative;
	z-index:20;
}

.present_download .download_big a.btn:hover,
.present_download .download_big a.btn:focus{
	background:#4b5564;
	color:#fff;	
}

.present_download .download_small{
	text-align:center;
}



/**/

#about_man{
	box-shadow:var(--base-shadow);
	background:#fff;
	border-radius:20px;
	margin-bottom:56px;
	position:relative;
}

#about_man::before{
	content:'';
	width:100px;
	height:91px;
	background:url(images/clip.png) 0px 0px no-repeat;
	display:block;
	position:absolute;
	top:7px;
	right:-12px;
}

#about_man aside{
	float:left;
}

#about_man aside img{
	width:330px;
	border-radius:20px;
	box-shadow:var(--base-shadow);
}

#about_man article{
	margin-left:360px;
	padding:23px 23px 23px 0px;
}


#about_man h2,
.title-bold{
	font-weight:bold;
	margin-bottom:51px;
	text-transform:uppercase;
	font-size:22px;
	margin-bottom:1.5rem;
	padding-right:100px;
}

.sert_slider_block{
	padding:30px 90px;
	border-radius:20px;
	background:#fff;
	box-shadow:var(--base-shadow);
	max-width:1140px;
	margin:0px auto;
}


article .sert_slider_block{
	max-width:856px;
	margin-bottom:24px;
}

#catalog .sert_slider_block{
	/*width:900px;*/
}

.sert_slider_block img{
	max-width:100%;
}

.sert_slider_block .owl-item img{
	width:100%;
}

.sert_slider_block_list.owl-loaded .owl-nav button.owl-prev,
.sert_slider_block_list.owl-loaded .owl-nav button.owl-next{
	background:url(images/arrows_gray.png) center center no-repeat #fff;
	border:none;
	box-shadow:var(--base-shadow);
	width:24px;
	height:24px;
	box-shadow: 0px 0px 9px rgba(75,85,100,0.3);
	margin-top:-12px;
}

.sert_slider_block_list.owl-loaded .owl-nav button.owl-prev span,
.sert_slider_block_list.owl-loaded .owl-nav button.owl-next span{
	display:none;
}

.sert_slider_block_list.owl-loaded .owl-nav button.owl-prev{
	left:-65px;
}

.sert_slider_block_list.owl-loaded .owl-nav button.owl-next{
	right:-65px;
	transform:rotate(180deg);
}
/*
.sert_slider_block_list .owl-stage img{
	max-height:232px;
}
*/

/**/


.owl_btn_mini.owl-loaded .owl-nav button.owl-prev,
.owl_btn_mini.owl-loaded .owl-nav button.owl-next{
	background:url(images/arrows_gray.png) center center no-repeat #fff;
	border:none;
	box-shadow:var(--base-shadow);
	width:24px;
	height:24px;
	box-shadow: 0px 0px 9px rgba(75,85,100,0.3);
	margin-top:-12px;
}

.owl_btn_mini.owl-loaded .owl-nav button.owl-prev span,
.owl_btn_mini.owl-loaded .owl-nav button.owl-next span{
	display:none;
}

.owl_btn_mini.owl-loaded .owl-nav button.owl-prev{
	left:20px;
}

.owl_btn_mini.owl-loaded .owl-nav button.owl-next{
	right:20px;
	transform:rotate(180deg);
}


/**/



/**/

.shop_bottom_link{}

.shop_bottom_link .logo{
	margin-bottom:22px;
}

.shop_bottom_link .str1{
	margin-bottom:5px;
}

.shop_bottom_link .str2{
	font-size:18px;
	font-weight:bold;
	margin-bottom:22px;
}

.shop_bottom_link .more{}

.shop_bottom_link .more a.btn{
	max-width:330px;
}


#catalog{
	display:flex;
}

#catalog > aside{
	flex-shrink:0;
	width:254px;
	margin-right:30px;
	position:relative;
	z-index:100;
}

#catalog > .body{
	flex-grow:1;
	max-width: calc( 100% - 284px );
}

#catalog > .body.body_full{
	max-width:100%;
}

#catalog > aside .title{
	text-transform:uppercase;
	font-size:22px;
	margin-bottom:18px;
}

#catalog.usefull > aside .title{
	font-size:16px;
	font-weight:bold;
}

#catalog.service_block > aside{
	width:270px;
}
/*
#catalog.service_block > aside .title{
	font-size:28px;
	line-height:24px;
	min-height:24px;
	margin-bottom:46px;
	font-weight:bold;
	padding-left:29px;
	padding-top:29px;
}
*/
/*
#catalog.service_block > aside::before{
	left:0px;
	top:50px;
	position:absolute;
	content:'';
	background: rgba(237, 245, 250, 0.73);
	border-radius: 10px;
	height:827px;
	width:80px;
	z-index:-1;
}
*/
#catalog .sub_section_catalog{
	margin-bottom:10px;
	font-size:0px;
}

#catalog .sub_section_catalog a{
	display:inline-flex;
	font-size:14px;
	margin-right:20px;
	align-items:center;
	padding:0px 30px;
	height:25px;
	background:#fff;
	box-shadow:var(--base-shadow);
	border-radius:20px;
	margin-bottom:20px;
	text-decoration:none;
	color:var(--marengo);	
}

#catalog .sub_section_catalog a:hover{
	background:var(--marengo);
	color:#fff;
}

#catalog .call-measurer-main{
	margin-bottom:30px;
	padding:17px 41px 18px 163px;
	border-radius:5px;
	background:url(images/factory2.png) left center no-repeat var(--marengo);
	background-size:contain;
	color:#fff;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
}

#catalog .call-measurer-main b{
	font-weight:bold;
}

#catalog .cat-description{
	margin-bottom:20px;
}

#catalog .call-measurer-main .call-measurer-main-wr{
	display:flex;
	justify-content:space-between;
}

#catalog .call-measurer-main .call-measurer-main-wr .call-measurer__btn{
	flex-shrink:0;
	width:160px;
	margin-left:49px;
	display:flex;
	align-items:center;
}

#catalog .call-measurer-main .call-measurer-main-wr .call-measurer__btn .btn{
	padding:0px 5px;
	width:100%;
	height:40px;
	background:#fff;
	color:var(--marengo);
	border-radius: 5px;
	font-weight: 400;
	font-size: 12px;
}

#catalog .call-measurer-main.call-measurer-main-znaki{
	background:url(images/factory-znaki.png) -30px 0px no-repeat var(--marengo);
	background-size:auto 100%;
}

#catalog .call-measurer-main.call-measurer-main-znaki .call-measurer-main-wr .call-measurer__btn{
	margin-left:29px;
}

#catalog .layout-buttons{
	margin-left:30px;
	font-size:0px;
}

#catalog .layout-buttons a{
	width:40px;
	height:30px;
	display:inline-block;
	vertical-align:top;
	background:url(images/filter_sort.png) 0px 0px no-repeat;
}

#catalog .layout-buttons a.line{
	margin-right:15px;
	background-position:0px 0px;
}

#catalog .layout-buttons a.bar{
	background-position:-40px 0px;
}

#catalog .layout-buttons a.line.on{
	margin-right:15px;
	background-position:0px -30px;
}

#catalog .layout-buttons a.bar.on{
	background-position:-40px -30px;
}

#catalog .catalog_sort_fields{
	margin-bottom:30px;
}

#catalog .catalog_sort_fields .txt{
	/*margin-left:auto;*/
}

#catalog .catalog_sort_fields .limit-block{
	margin-right:30px;
}

#catalog .catalog_sort_fields .limit-block select,
#catalog .catalog_sort_fields .limit-block .bootstrap-select{
	width:80px;
	margin-left:10px;
}

#catalog .catalog_sort_fields .sort-block select,
#catalog .catalog_sort_fields .sort-block .bootstrap-select{
	width:150px;
}


#catalog .catalog_sort_fields .btns a{
	text-decoration:none;
	font-weight:bold;
}


#catalog .product-section-list{
	font-size:14px;
}


.bimlib-info{
	background:#fff;
	border-radius:20px;
	box-shadow:var(--base-shadow);
	margin-bottom:30px;
}

.bimlib-info .pic{
	flex-shrink:0px;
	padding:8px 100px;
}

.bimlib-info .pic a:hover img{
	box-shadow:var(--hover-shadow);
}

.bimlib-info .body{
	justify-content:center;
	display:flex;
	flex-direction:column;
	padding-left:30px;
}


.bimlib-info .title{
	font-size:18px;
	font-weight:bold;
	margin-bottom:21px;
}




/**/

#sections_list{
	display:grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	grid-column-gap:40px;
	grid-row-gap:30px;
	justify-content: center;
	margin-bottom:56px;
}

#sections_list img{
	max-width:100%;
}

#sections_list .section-item{
	text-align:center;
	background:#fff;
	box-shadow:var(--base-shadow);
	border-radius:20px;
	padding:20px 30px 30px 30px;
	position:relative;
}

#sections_list .section-item .section-image{
	height:160px;
	display:flex;
	justify-content:center;
	align-items:center;
}

#sections_list .section-item .section-image img{
	max-height:160px;
}

#sections_list .section-item .title{
	font-size:20px;
	line-height:1;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:30px;
}

#sections_list .section-item .title a{}

#sections_list .section-item:hover{
	background:#4b5564;
	color:#fff;
}

#sections_list .section-item:hover a{
	color:#fff;
}


#sections_list .section-item .sale-icon{
	position:absolute;
	left:0px;
	top:0px;
	background:url(images/product_label_discont.png) 0px 0px no-repeat;
	width:35px;
	height:35px;	
}

/* больше не используем 14.06.2023
.left_menu{
	margin-bottom:54px;
}


.left_menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.left_menu ul.nav{
	display:block;
}

.left_menu li{
	position:relative;
	padding-left:20px;
}

.left_menu li span.number{
	font-weight:normal;
}

.left_menu li.parent > span.trigger{
	position:absolute;
	left:0px;
	top:6px;
	width:10px;
	height:15px;
	background:url(images/arrow_menu.png) 0px 0px;
	background-position:0px 0px;
	cursor:pointer;
}

.left_menu li.parent.open > span.trigger{
	background-position:10px 0px;
	transform:rotate(90deg);
}
*/

/*
.left_menu li.parent::before{
	content:'';
	position:absolute;
	left:0px;
	top:6px;
	width:10px;
	height:15px;
	background:url(images/arrow_menu.png) 0px 0px;
	background-position:0px 0px;
	transform:rotate(0deg);
}

.left_menu li.parent.open::before{
	background-position:10px 0px;
	transform:rotate(90deg);
}
*/


/* больше не используем 14.06.2023
.left_menu ul.nav li a,
.left_menu ul.nav li span.link{
	display:inline-block;
	margin-left:0px;
	text-decoration:none;
	color:var(--marengo);
}

.left_menu ul.nav li a:hover{
	color:var(--blue);
}

.left_menu ul.nav li.active > a{
	color:var(--red);
}

.left_menu.left_menu_simple ul.nav li{
	padding-left:0px;
}

.left_menu.left_menu_simple ul.nav li a,
.left_menu.left_menu_simple ul.nav li span.link{
	margin-left:0px;
}

.left_menu ul.nav > li > a{
	font-weight:bold;
	font-size:16px;
}

.left_menu li.parent.open > a{
	color:var(--blue);
}

.left_menu li.parent ul li a{
	font-size:15px;
}

.left_menu ul.nav > li{
	margin-bottom:6px;
}

.left_menu ul.nav li ul{
	display:none;
}

.left_menu ul.nav li.parent.open > ul{
	display:block;
}

.left_menu ul.nav li.catitem23 > ul > li.child{
	display:none;
}

.left_menu ul.nav li.catitem23 > ul > li.child:first-of-type{
	display:block;
}

.left_menu ul.nav li.selected > a,
.left_menu ul.nav li.selected > span.link{
	color:var(--blue);
}

.left_menu ul.nav li.parent_li{
	cursor:pointer;
}
*/

/**/

.project_header{
	padding:60px 120px 55px 120px;
	background:url(images/bg_project_header.jpg) center center no-repeat;
	background-size:cover;
	color:#fff;
	border-radius:20px;
	box-shadow:var(--base-shadow);
}

.project_header .flex-container{
	flex-wrap:nowrap;
}

.project_header a{
	color:#fff;
	text-decoration:none;
}

.project_header a:hover{
	color:var(--red);
	text-decoration:none;
}

.project_header .txt{
	padding-right:100px;
	line-height:1;
}

.project_header .title,
.project_header h1{
	margin:0px;
	text-align:left;
	font-weight:normal;
	font-size:28px;
	margin-bottom:32px;
}

.project_header .category{
	font-size:18px;
	margin-bottom:27px;
}

.project_header .desc{
	font-size:16px;
}

.project_header .portfolio{
	font-size:18px;
}

.project_header .present{
	font-size:14px;
	background:url(images/project_header_present.png) left center no-repeat;
	min-height:30px;
	display:inline-flex;
	align-items:center;
	padding-left:40px;
}

.project_header .pic{
	margin-bottom:20px;
	width:330px;
}

.project_header .pic img{
	border-radius:20px;
	border:1px solid #fff;
	max-width:100%;
}


.form_callback{
	padding:30px 15px;
	background:#fff;
	border-radius:20px;
	box-shadow:var(--base-shadow);
	max-width:750px;
	margin:0px auto;
	position:relative;
}

.form_callback .send{
	position:absolute;
	bottom:-20px;
	width:100%;
	left:0px;
	text-align:center;
}

.form_callback .send .btn{
	padding:0px 90px;
}

/**/

.actual_questions{

}

.actual_questions .row{
	justify-content:center;	
}

.actual_questions .bl{
	background:#fff;
	border-radius:20px;
	box-shadow:var(--base-shadow);
	padding:20px 20px 42px 20px;
	display:flex;
	flex-direction:column;
	height:100%;
	position:relative;	
}

.actual_questions .bl .title{
	color:var(--blue);
	font-weight:bold;
	font-size:16px;
	margin-bottom:23px;
}

.actual_questions .bl .desc{
	font-size:14px;
}

.actual_questions .bl .more{
	bottom:-20px;
	left:0px;
	position:absolute;
	width:100%;
	text-align:center;
}

.actual_questions .bl .more .btn{
	font-weight:normal;
	font-size:14px;
	padding:0px 15px;
}

/**/


.services_list{
	margin-bottom:60px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.services_list .head{
	overflow:hidden;
	border-radius:20px;
	box-shadow:var(--base-shadow);
	margin-bottom:20px;
	background-position:right center;
	background-size:cover;
}

.services_list .head_gray{
	height:200px;
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	color:#ffffff;
	padding:24px 30px 24px 30px;
	text-align:center;
	background:rgba(76,86,100,0.9);
}

.services_list .head_gray .title{
	font-size:18px;
	font-weight:bold;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
	
}

.services_list .head_gray .title a{
	color:#fff;
	text-decoration:none;
}

.services_list .head_gray .btn{
	border:1px solid white;
	height:30px;
	line-height:30px;
	font-weight:normal;
	font-size:14px;
}

.services_list .call{
	text-align:center;
}

.services_list .call a.link_icon{
	color:var(--marengo);
}

.services_list .call a.link_icon svg path{
	fill:var(--marengo);
}

.services_list .call a.link_icon:hover{
	color:var(--blue);
}

.services_list .call a.link_icon:hover svg path{
	fill:var(--blue);
}

.services_list .call .link_icon span.icon{
	height:18px;
	width:21px;
}

/**/

.slider_our_projects{
	padding:0px 100px;
}



.slider_our_projects .slide{
	width:290px;
	line-height:1;
}

.slider_our_projects .slide a{
	display:block;
}

.slider_our_projects .slide .pic{
	height:285px;
	background-size:cover;
	/*background-size:100% auto;*/
	background-position:center center;
	border-radius:20px;
	margin-bottom:18px;
	cursor:pointer;
	transition: all 0.3s ease-out;
}



.slider_our_projects .slide .pic:hover{
	/*background-size:150% auto;*/
	transition: all 0.3s ease-out;
	box-shadow:var(--base-shadow);
}

.slider_our_projects .slide .title{
	font-weight:bold;
	height:60px;
	padding-bottom:10px;
	border-bottom:1px solid #e9eaec;
	margin-bottom:6px;
}

.slider_our_projects .slide .address{
	background:url(images/icon_map.png) left center no-repeat;
	padding-left:34px;
	height:50px;
	display:flex;
	align-items:center;
	font-size:12px;
}

.slider_our_projects.owl-carousel-big-btn .owl-nav button,
.slider_our_projects.owl-carousel-big-btn .owl-nav button.owl-next,
.slider_our_projects.owl-carousel-big-btn .owl-nav button.owl-prev{
	top:142px;
}

.slider_our_projects.owl-carousel-big-btn .owl-nav button.owl-prev{
	left:0px;
}

.slider_our_projects.owl-carousel-big-btn .owl-nav button.owl-next{
	right:0px;
}

.slider_our_projects.center .title{
	text-align:center;
}

/**/
/*
.w930 .slider_our_projects{
	background:#fff;
	margin:0px 25px;
	border-radius:5px;
	padding:35px;
}

.w930 .slider_our_projects .slide{
	width:250px;
}

.w930 .slider_our_projects .slide .pic{
	height:250px;
}

.w930 .slider_our_projects .slide .title{
	font-size:14px;
}

.w930 .owl-loaded .owl-nav button.owl-prev,
.w930 .owl-loaded .owl-nav button.owl-next{
	background:var(--marengo);
	border:3px solid #9da1aa;
	top:140px;
	margin-top:0px;
}

.w930 .owl-loaded .owl-nav button.owl-prev{
	left:-20px;
}

.w930 .owl-loaded .owl-nav button.owl-next{
	right:-20px;
}
*/


/**/

.white-popup{
	max-width:800px;
}

.white-popup img{
	max-width:100%;
}

.popup_service{
	max-width:750px;
	margin:0px auto;
	line-height:1;
}

.popup_service .pic{}

.popup_service .pic .item{
	display:block;
	border-radius:20px;
	background-size:cover;
	background-position:center center;
}

.popup_service .pic .big{
	margin-bottom:30px;
}

.popup_service .pic .big .item{
	height:285px;
}

.popup_service .pic .small{
	display:flex;
	justify-content:center;
}

.popup_service .pic .small .item{
	height:58px;
	width:58px;
	margin:0px 10px;
	cursor:pointer;
}

.popup_service .title{
	font-size:22px;
	font-weight:bold;
	margin-bottom:28px;
}

.popup_service .address{
	font-size:16px;
	padding-bottom:18px;
	border-bottom:1px solid #c9ccd0;
	padding-left:38px;
	background:url(images/icon_map.png) 0px 0px no-repeat;
	margin-bottom:18px;
	min-height:51px;
}


/**/

.product_item{
	border-radius: 5px;
	border: 1px solid #EDEEF0;
	background: #FFF; 
	padding: 24px 12px 30px 12px;
	/*box-shadow:var(--base-shadow);*/
	width:273px;
	box-sizing:border-box;
	line-height:1.1;
	position:relative;
	display:flex;
	flex-direction:column;
}

.product_item:hover{
	background: #f6f6f6; 
}

.product_item .body{
	display:flex;
	flex-direction:column;
	flex-grow:1;
}

.product_item .body .head{
	/*margin-bottom:auto;*/
}

.product_item .body .buy{
	margin-top:auto;
}

.owl-item .product_item{
	box-shadow:none;
	border:1px solid #e6e6e6;
	border-bottom:4px solid #e6e6e6;
}

#card_product .labels,
.product_item .labels{
	position:absolute;
	left:0px;
	top:0px;
	z-index:40;
}

#card_product .labels .label,
.product_item .labels .label{
	margin-bottom:8px;
}
/*
#card_product .labels .hit,
.product_item .labels .hit{
	width:70px;
	height:31px;
	background:url(images/product_label_hit.png) 0px 0px no-repeat;
}

#card_product .labels .available,
.product_item .labels .available{
	width:120px;
	height:36px;
	background:url(images/product_label_available.png) 0px 0px no-repeat;
}
*/
#card_product .labels .label_avail,
.product_item .labels .label_avail,
.product_item .labels .label{
	width:95px;
	padding:4px 4px 5px 4px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:var(--green);
	border-radius: 0px 5px 5px 5px;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	line-height:1;
}

.product_card .labels .label_avail.label_avail_red,
#card_product .labels .label_avail.label_avail_red,
.product_item .labels .label_avail.label_avail_red,
.product_item .labels .label.discont{
	/*background:var(--red);*/
	background:#E7E7E7;
	color:var(--marengo);
}

.product_card .labels .label.aktsiya,
#card_product .labels .label.aktsiya,
.product_item .labels .label.aktsiya{
	background:var(--red);
	color:#fff;
}

.product_card .labels .label_avail.label_prodano,
.product_item .labels .label_avail.label_prodano{
	background:#E1E1E1;
	color:var(--marengo);	
}

.product_card .labels .label.new,
#card_product .labels .label.new,
.product_item .labels .label.new{
	background:#f68815;
	color:#fff;
}

.product_card .labels .label_avail.label_avail_action,
#card_product .labels .label_avail.label_avail_action,
.product_item .labels .label_avail.label_avail_action{
	background:var(--red);
	color:#fff;
}

.product_item .labels .label_avail.label_avail_black{
	background:#000;
}

.product_item .pic{
	height:220px;
	margin-bottom:5px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.product_item .pic img{
	max-width:100%;
	max-height:220px;
}

.product_item .gallery{
	position:absolute;
	right:10px;
	top:20px;
	z-index:10;
}

.product_item .gallery a{
	display:flex;
	justify-content:center;
	align-items:center;
	width:50px;
	height:50px;
	border:1px solid #e8eeef;
	border-radius:5px;
	margin-bottom:5px;
	background:#fff;
}

.rating-stars{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:22px;
	gap:6px;
}

.rating-stars .title{
	margin-right:30px;
}

.rating-stars .rating-star{
	width:14px;
	height:14px;
	background:url(images/rating_stars.svg) 14px 0px;
}

.rating-stars .rating-star.rating-reached,
.rating-stars .rating-star.rating-hover{
	background-position:0px 0px;
}

.rating-stars span.stars{
	font-size:0px;
}

.rating-stars span.stars a.rating-star{
	display:inline-block;
	vertical-align:middle;
}

.rating-stars .rating-stars-add .rating-star{
	cursor:pointer;
}

/**/

.product_item .rating-stars{
	margin-bottom:0px;
}

.product_item .title{
	font-weight:500;
	text-align:left;
	font-size:14px;
	margin-bottom:15px;
	min-height:88px;
}

.product_item .title a{
	color:var(--marengo);
	text-decoration:none;
}

.product_item .old_price{
	margin-bottom:3px;
	color:var(--marengo);
	text-decoration:line-through;
	text-align:left;
}

.product_item .price{
	color:var(--red);
	font-size:20px;
	font-weight:bold;
	text-align:left;
	margin-bottom:15px;
}

.product_item .old_price span.dop,
.product_item .price span.dop{
	/*display:inline-block;
	margin-left:5px;*/
	font-size:14px;
	font-weight:normal;
	color:var(--marengo);
}

.product_item .price.price_close{
	font-size:14px;
	text-decoration:line-through;
	color:var(--marengo);
	font-weight:normal;
}

.product_item .price.price_close span.dop{
	text-decoration:line-through;
}

.product_item .price.price_discont{
	
}

.product_item .more{
	text-align:center;
	padding:0px 0px;
}

.product_item .more .btn{
	width:100%;
}

.ceil_line .product_item .btn_icon .icon{
	margin-right:10px;
}

/**/

.attrbs{}

.attrbs .line{
	margin-bottom:2px;
}
/**/
.product_item .attrbs{
	font-size:12px;
}

.product_item .attrbs .line{
	margin-bottom:10px;
	flex-wrap:nowrap;
}

.product_item .attrbs .line .th{
	font-weight:bold;
	display:flex;
	align-items:center;
}

.product_item .attrbs .line .td{
	text-align:right;
	width:150px;	
}



.product_item .attrbs select,
.product_item .attrbs .bootstrap-select{
	max-width:100%;
}

.product_item .head_info{
	display:flex;
	justify-content:space-between;
	gap:10px;
	align-items:center;
	margin-bottom:15px;
}

.product_item .artikul{
	font-size: 10px;
	font-style: normal;
	font-weight: 300; 	
}

/**/

.ceil_line .product_item{
	max-width:100%;
	margin-bottom:20px;
	width:100%;
}

.ceil_line .product_item:after{
	content:'';
	clear:both;
}

.ceil_line .product_item .pic{
	float:left;
	width:200px;
	height:200px;
}

.ceil_line .product_item .body{
	margin-left:226px;
}

.ceil_line .product_item .head{
	display:flex;
	max-width:570px;
}

.ceil_line .product_item .head .title{
	order:1;
	margin-right:90px;
}

.ceil_line .product_item .head .rating-stars{
	order:2;
}

.ceil_line .product_item .buy{
	display:flex;
}

.ceil_line .product_item .buy .price{
	display:flex;
	align-items:center;
	margin-right:60px;
}

.ceil_line .product_item .attrbs{
	max-width:400px;
}


.product_item .chars{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}

.product_item .chars:not(:last-of-type){
	margin-bottom:14px;
}

.product_item .chars .zag{
	font-weight:600;
	margin-right:auto;
	font-size:14px;
}

.product_item .chars .cpic{
	width:44px;
	height:26px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:2px;
	font-weight:bold;
	background:#fff;
	overflow:hidden;
	border:1px solid #bbb;
}

.product_item .chars .cpic img{
	max-width:100%;
	max-height:26px;
}

.product_item .chars .val{
	margin-left:10px;
	width:95px;
	text-align:right;
	font-size:12px;
}

.product_item .chars.colorral .val{
	max-height:35px;
}

.product_item .chars .val.val_full{
	width:auto;
}

/**/

.product_slider{
	max-width:880px;
	margin:0px auto;
}

.product_slider .owl-item{
	width:280px !important;
	padding-bottom:3px;
}

.product_slider.owl-loaded .owl-nav button.owl-prev{
	left:-50px;
}

.product_slider.owl-loaded .owl-nav button.owl-next{
	right:-50px;
}


.product_slider_big{
	max-width:1140px;
	margin:0px auto;
}

#catalog .product_slider_big{
	max-width:856px;
}

.product_slider_big .owl-item{
	width:280px !important;
	padding-bottom:3px;
}

.product_slider_big.owl-loaded .owl-nav button.owl-prev{
	left:-50px;
}

.product_slider_big.owl-loaded .owl-nav button.owl-next{
	right:-50px;
}


/***/

.pagination{
	margin:30px 0px;
	text-align:center;
}

.pagination .title,
.pagination .page{
	margin:0px 10px;
}

.pagination .page{
	border-radius: 5px;
	border: 1px solid rgba(75, 85, 100, 0.10);
	background: var(--, #FFF); 
	display:flex;
	justify-content:center;
	align-items:center;
	background:#fff;
	font-size:16px;
	width:26px;
	height:40px;
	text-decoration:none;
	color:var(--marengo);
}

.pagination .page svg path{
	fill:var(--marengo);
}

.pagination .page.prev,
.pagination .page.next{
	width:auto;
	padding:0px 9px;
}

.pagination .page.next svg{
	transform:rotate(180deg);
}

.pagination a.page:hover{
	color:var(--marengo);
	background:var(--bgray);
}

.pagination a.page:hover svg path{
	fill:#fff;
}

.pagination span.page{
	background:var(--marengo);
	color:#fff;
}

.pagination span.page svg path{
	fill:#fff;
}

/**/

table.production_time{
	width:100%;
	/*border-spacing:30px 5px;*/
	border-collapse:separate;
	margin:0px -30px 60px -30px;
	margin:0px 0px 60px 0px;
}

table.production_time tr.first{
	box-shadow:var(--base-shadow);	
	border-radius:20px;
}

table.production_time th{
	background:#fff;

	font-weight:bold;
	font-size:16px;
	text-align:center;
	padding:4px 0px 8px 0px;
	text-transform:uppercase;
}

table.production_time td{
}

table.production_time tr td{
	border-bottom:2px solid #c9ccd0;
	position:relative;
	padding:7px 0px;
}

table.production_time tr td:first-of-type::before{
	content:'';
	width:30px;
	height:2px;
	background:#c9ccd0;
	display:block;
	position:absolute;
	right:-30px;
	bottom:-2px;
}


table.production_time tr:last-of-type td{
	border-bottom:none;
}

table.production_time tr:last-of-type td::before{
	content:none !important;
}


.scheme_work{
	padding:0px 80px;
	position:relative;
	background:url(images/bg_sheme.png) left center repeat-x;
}

.scheme_work::before,
.scheme_work::after{
	content:'';
	width:47px;
	height:42px;
	position:absolute;
	top:50%;
	margin-top:-21px;
	background:url(images/arrow_sheme.png) 0px 0px no-repeat;
}

.scheme_work::before{
	left:15px;
}

.scheme_work::after{
	right:15px;
}

.scheme_work .bl{
	position:relative;
	background:#fff;
	box-shadow:var(--base-shadow);
	display:flex;
	height:100%;
	padding:40px 8px 10px 8px;
	line-height:1;
	justify-content:center;
	border-radius:10px;
}

.scheme_work .bl .icon{
	position:absolute;
	width:100%;
	left:0px;
	top:-30px;
}

.scheme_work .bl .icon span{
	width:60px;
	height:60px;
	border-radius:50%;
	background:var(--marengo);
	border:2px solid #fff;
	box-shadow:var(--base-shadow);
	display:flex;
	margin:0px auto;
	justify-content:center;
	align-items:center;
}

.scheme_work .bl .icon svg{
	max-height:35px;
	max-width:35px;
}

.scheme_work .bl .icon svg *{
	fill:#fff;
}

.scheme_work .bl .txt{
	text-align:center;
}

/***/

.product_item-offer .row{
	justify-content:center;
}

.product_item-offer .bl{
	background:url(images/product_check.png) left center no-repeat;
	min-height:35px;
	display:flex;
	align-items:center;
	padding-left:56px;
}

.product_block_guarantee{
	background:#f3f4f5;
	border-radius:20px;
	/*box-shadow:var(--base-shadow);*/
	margin-bottom:30px;
}

.product_block_guarantee .bl{
	background:#fff;
	border-radius:20px;
	/*box-shadow:var(--base-shadow);*/
	display:flex;
	padding:25px 30px 30px 30px;
	max-width:450px;
	border:1px solid #e6e6e6;
	border-bottom:4px solid #e6e6e6;
}

.product_block_guarantee .bl .icon{
	flex-shrink:0;
	width:100px;
	display:flex;
	align-items:center;
	margin-right:30px;
}

.product_block_guarantee .bl .icon svg path{
	fill:var(--blue);
}

.product_block_guarantee .bl .title{
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:10px;
}

.product_block_guarantee .bl .icon svg{
	max-height:100px;
	max-width:100px;

}

.product_examples{
	grid-template-columns: 1fr 210px 1fr;
}

.product_examples .bl{
	height:250px;
	background-position:center center;
	background-size:cover;
	border-radius:20px;
}

/**/

.tags-filter{
	margin-bottom:30px;
}

.tags-filter .tags-title{
	font-weight:bold;
	margin-bottom:20px;
}

.tags-filter .tag-list{}

.tags-filter .tag-list .item-tag{
	height:20px;
	line-height:20px;
	padding-left:35px;
	display:inline-block;
	margin-right:20px;
	margin-bottom:20px;
	vertical-align:top;
	background:url(images/icon_tag.png) left center no-repeat;
}

.tags-filter .tag-list .item-tag a{
	text-decoration:none;
	color:var(--marengo);
}

.tags-filter .tag-list .item-tag a:hover{
	text-decoration:none;
	color:var(--red);
}

#card_product{}

#card_product .head{
	margin-bottom:30px;
	padding-bottom:22px;
	border-bottom:1px solid #c9ccd0;
}

#card_product .rating-stars{
	justify-content:flex-start;
}

#card_product .photos{

}

#card_product .photos .big{
	height:410px;
	padding:30px;
	background:#fff;
	border-radius:20px;
	box-shadow:var(--base-shadow);
	margin-bottom:20px;
	overflow:hidden;
	position:relative;
}

#card_product .photos .big_wr{
	overflow:hidden;
	height:350px;
}

#card_product .photos .big a{
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	width:100%;
} 

#card_product .photos .big img{
	max-height:100%;
	max-width:100%;
}

#card_product .photos .small{
	margin-bottom:10px;
}

#card_product .photos .small a{
	margin-right:10px;
	width:58px;
	height:58px;
	background-position:center center;
	background-size:cover;
	border-radius:10px;
}

#card_product .photos .small a:last-of-type{
	margin-right:0px;
}

#card_product .price{
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
}

#card_product .price .price_span{
	font-size:22px;
}

#card_product .tovar_callback{
	margin-bottom:15px;
}

#card_product .tovar_callback label{
	font-size:14px;
}

#card_product .tovar_callback .form_group{
	margin-bottom:29px;
}

#card_product hr.sep{
	background:#c9ccd0;
	border:none;
	margin-top:20px;
	margin-bottom:20px;
}

#card_product .info-tabs{}

#card_product .info-tabs{
	line-height:1;
	border-radius:10px;
	background:var(--marengo);
	color:#fff;
	font-size:12px;
	overflow:hidden;
	/*grid-column-gap:0px;
	grid-row-gap:0px;*/
	display:flex;
	gap:0px;
}

#card_product .nav-tabs.info-tabs .nav-item{
	margin:0px;
	border-left:1px solid #fff;
	flex-grow:1;
}

#card_product .nav-tabs.info-tabs .nav-item:first-of-type{
	border-left:none;
}


#card_product .info-tabs a{
    display: flex;
	height:40px;
    align-items: center;
    justify-content: center;
    text-align: center;
	padding:0px 15px;
	color:#fff;
	text-decoration:none;
	line-height:1;
	border: none;
}

#card_product .info-tabs a.active,
#card_product .info-tabs a:hover{
	border:none;
	background:var(--blue);
	border-radius:0px;
	border:none;
	line-height:1;
	font-size:12px;
}

#card_product .info-tabs-content{}

#card_product .info-tabs-content .tab-pane{
	padding-top:18px;
	font-size:14px;
}

#card_product .info-tabs-content .param-name{
	font-size:18px;
	font-weight:bold;
}

#card_product .inform{
	border-bottom:1px solid #a5aab1;
	margin-bottom:20px;
	padding-bottom:30px;
}

#card_product .inform .btn{
	max-width:none;
}

#card_product .conditions-price{
	margin-bottom:20px;
	display:block;
}

.attrbs_list{
	font-size:14px;
}

.attrbs_list .line{
	/*margin-bottom:10px;*/
	padding:5px 0px;
	display:flex;
}

.attrbs_list .th,
.attrbs_list .td{
	width:50%;
}

.attrbs_list .th{
	padding-right:10px;
	box-sizing:border-box;
}

.attrbs_list .td img{
	vertical-align:middle;
	margin-right:15px;
}

.attrbs_list .line .td.with_icon{
	padding-left:0px;
	min-height:30px;
	position:relative;
	display:flex;
	align-items:center;
}

.attrbs_list .line .td.with_icon .icon{
	/*position:absolute;*/
	width:30px;
	height:30px;
	/*left:0px;
	top:-4px;*/
	background-position:center center;
	background-size:cover;
	margin-right:10px;
}

.attrbs_list .line .td.with_icon div.l{}

.attrbs_list .line .td.with_icon div.l:not(:last-of-type)::after{
	content:'/';
}

/***/

.blocks_icons{
	display:grid;
	grid-template-columns: repeat(auto-fill, 150px);
	grid-column-gap:30px;
	grid-row-gap:30px;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}

.blocks_icons.blocks_stars{
	grid-template-columns: repeat(auto-fill, 195px);
}



.blocks_icons .icon{
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}


/**/


.block_blue_icons{
	justify-content:flex-start;
	margin-bottom:60px;
}

.tabs_body .block_blue_icons{
	margin-bottom:0px;
}

.block_blue_icons .bl{
	margin-right:100px;
	margin-bottom:10px;
}

.block_blue_icons .bl:last-of-type{
	margin-right:0px;
}

.block_blue_icons .bl a{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	color:var(--marengo);
	text-decoration:none;
}

.block_blue_icons .icon{
	flex-shrink:0;
	margin-right:20px;
	width:50px;
	height:50px;
	overflow:hidden;
	background:var(--marengo);
	border:2px solid #fff;
	box-shadow: 1px 3px 13px 0px rgba(75, 85, 100, 0.48);
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
}

.block_blue_icons .icon svg{
	max-width:28px;
	max-height:28px;
	width:100%;
}

.block_blue_icons .icon svg path{
	fill:#fff;
}

.block_blue_icons .bl a:hover{
	color:var(--blue);
}

.block_blue_icons .bl a:hover .icon{
	background:var(--blue);
}

/**/

.blocks_marengo_squads{}

.blocks_marengo_squads .bl{
	width:155px;
	height:155px;
	border:2px solid #fff;
	box-shadow:var(--icon-shadow);
	background:var(--marengo);
	overflow:hidden;
	font-size:12px;
	hyphens: auto;
	padding:19px 15px 15px 15px;
	color:#fff;
	border-radius:20px;
}

.blocks_marengo_squads .bl::before{
	content:'';
	display:block;
	height:2px;
	background:#fff;
	margin-bottom:16px;
}

/**/

.blocks_stars{
	align-items:flex-start;
}

.blocks_stars .bl{
	width:210px;
}

.blocks_stars .icon{
	width:80px;
	height:80px;
	border-radius:50%;
	background:var(--red-gradient);
	box-shadow:var(--red-shadow);
	margin:0px auto;
	margin-bottom:17px;
}

.blocks_stars .icon svg{
	max-height:50px;
	max-width:50px;
	width:100%;
}

.blocks_stars .icon svg *{
	fill:#fff;
}

.blocks_stars .txt{
	text-align:center;
}

/**/

.blocks_icons_options{}

.blocks_icons_options .bl{
	background: rgb(75,85,100);
	border-radius:20px;
	overflow:hidden;
	border:2px solid #fff;
	box-shadow:var(--base-shadow);
	color:#fff;
	font-weight:bold;
	position:relative;
}

.blocks_icons_options .bl .bg_pic{
	background-position:center center;
	background-size:cover;
	position:absolute;
	width:100%;
	height:100%;
	opacity:0.3;
}

.blocks_icons_options .bl .bg_gray{
	background: rgb(75,85,100);
	background: linear-gradient(135deg, rgba(75,85,100,1) 0%, rgba(26,47,73,0) 100%);
	padding:15px;
	box-sizing:border-box;
	width:155px;
	height:155px;
	position:relative;
}

.blocks_icons_options .bl .more{
	position:absolute;
	right:11px;
	bottom:11px;
}

.blocks_icons_options .bl .more a{
	display:flex;
	justify-content:center;
	align-items:center;
	width:25px;
	height:25px;
	border:2px solid #fff;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	border-radius:50%;
}

.blocks_icons_options .bl .more a:hover{
	background:var(--red);
}


.product_reviews{}

.product_reviews .reviews_list{}

.product_reviews .reviews_list .bl{
	margin-bottom:25px;
}

.product_reviews .reviews_list .bl .name{
	font-weight:bold;
	margin-bottom:23px;
}

.product_reviews .reviews_list .bl .name span{
	font-weight:normal;
}

.product_reviews .reviews_list .bl .desc{
	padding:10px 20px 20px 20px;
	box-shadow:var(--base-shadow);
	background:#fff;
	border-radius:20px;
}

.product_reviews .review_add{
	background:#fff;
	border-radius:20px;
	box-shadow:var(--base-shadow);
	padding:20px 20px 20px 20px;
}

.product_reviews .review_add > .title{
	text-align:center;
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;
}

.product_reviews .review_add .rating-stars{
	justify-content:flex-start;
}

.product_reviews .review_add .form-group{
	margin-bottom:26px;
}

.product_reviews .review_add .form-group label{
	font-weight:normal;
}

.product_reviews .review_add .send{
	margin-bottom:15px;
}

.product_reviews .review_add .send .btn{
	padding:0px 36px;
}

.product_reviews .review_add .little_note{
	font-size:12px;
}

.product_reviews .review_add .error_message{
	font-size:14px;
	color:var(--red);
	margin-bottom:10px;
}

.product_reviews .review_add .mess_send{
    margin-bottom: 10px;
    font-size: 14px;
    font-size: we;
    font-weight: bold;
    color: #1d9b00;
}

.blocks_icons_full_check{
	grid-template-columns:1fr 1fr;
}

.blocks_icons_full_check .bl{
	display:flex;
	align-items:center;
}

.blocks_icons_full_check .icon{
	display:flex;
	align-items:center;
	justify-content:center;	
	width:90px;
	height:90px;
	background:var(--marengo);
	border-radius:20px;
	border:2px solid #fff;
	box-shadow:var(--icon-shadow);
	flex-shrink:0;
	margin-right:30px;
}

.blocks_icons_full_check .icon svg{
	width:50px;
	height:63px;
}

.blocks_icons_full_check .icon svg *{
	fill:#fff;
}

.blocks_icons_full_check .title{
	font-weight:bold;
	font-size:18px;
	margin-bottom:9px;
}

/**/

.red-tape{
	background:var(--red-gradient-vertical);
	box-shadow:var(--red-shadow);
	position:relative;
	font-weight:bold;
	padding:50px 54px;
	border-radius:20px;
	margin:0px auto;
	max-width:690px;
	color:#fff;
	margin-bottom:60px;
}

.red-tape .pic{
	position:absolute;
	right:-164px;
	top:-25px;
}

.product_popup{
	max-width:900px;
	padding:20px 80px;
}

.product_popup h2,
.product_popup h3,
.product_popup h4{
	text-align:left;
	text-transform:none;
	font-weight:bold;
	margin-bottom:2rem;
}

.product_popup h3{
	font-size:18px;
}

.product_popup img{
	max-width:100%;
}

/**/

.c_items{
	max-width:700px;
	margin:0px auto;
}

.c_items ul{
	display: grid;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	justify-content: center;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	margin:0px;
	padding:0px;
	list-style:none;
}

.c_items li{
	text-align:center;
	font-size:15px;
}

.c_items img{
	width:60px;
	height:60px;
	border-radius:20px;
}

.c_items .c_name{}

.c_items.zamki{
	max-width:none;
	min-width:600px;
}

.c_items.zamki li{

}

.c_items.zamki img{
	width:auto;
	height:135px;
	border-radius:0px;
	max-height:100%;
	max-width:100%;
	border:1px solid #d5d5d5;
}

.c_items.zamki div.pic{
	width:150px;
	height:150px;
	border:1px solid #e1e1e1;
	margin-bottom:20px;
}

.c_items.porogi{}

.c_items.porogi ul{
	grid-template-columns: repeat(auto-fill, 285px)
}

.c_items.porogi div.pic{
	width:auto;
	height:auto;
	border:none;
}

.c_items.porogi img{
	width:auto;
	height:auto;
	border:none;
	border-radius:0px;
	max-width:100%;
}

.porogi_titles {
	font-size:14px;
	display:flex;
	justify-content:space-between;
	text-align:center;
}

.galka{
	padding-left:65px;
	padding-top:8px;
	background:url(images/galka_green.png) 0px 0px no-repeat;
	margin:20px 0px;
	min-height:35px;
}



.message_prod{
	padding-left:55px;
	padding-top:8px;
	min-height:50px;
	margin-bottom:10px;
	font-size:14px;
}

.message_prod.yes{
	background:url(images/galka_green.png) 0px 0px no-repeat;
}

.message_prod.no{
	background:url(images/galka_red.png) 0px 0px no-repeat;
}

.prod_ex_pics{}

.prod_ex_pics img{
	border-radius:20px;
	max-width:100%;
	width:100%;
}

.prod_ex_bl_wr .row{
	justify-content:center;
}

.prod_ex_bl{
	padding:25px 50px 50px 50px;
	box-shadow:var(--base-shadow);
	box-sizing:border-box;
	min-height:210px;
	border-radius:20px;
}

.prod_ex_bl .title{
	margin-bottom:10px;
	font-weight:bold;
}

/**/

/*
.usluga_header{
	background-position:right center;
	background-size: auto 100%;
	background-repeat:no-repeat;
	background-color:var(--marengo);
	border:2px solid #fff;
	box-shadow:var(--icon-shadow);
	border-radius:20px;
	color:#fff;
	padding:52px 31px 92px 31px;
	position:relative;
	margin-bottom:70px;
	min-height:274px;
	box-sizing:border-box;
}

.usluga_header .title,
.usluga_header h1{
	margin:0px;
	padding:0px;
	font-size:28px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
	line-height:1;
	max-width:520px;
	text-align:left;
	position:relative;
}

.usluga_header .desc{
	font-size:18px;
	margin-bottom:24px;
	position:relative;
}

.usluga_header .info{
	justify-content:flex-start;
	position:relative;
}

.usluga_header .info .bl{
	margin-right:30px;
}

.usluga_header .info .bl:last-of-type{
	margin-right:0px;
}

.usluga_header .info .bl a.link_icon{
	color:#fff;
	text-decoration:none;
	font-size:14px;
	line-height:1;
}

.usluga_header .info .bl a.link_icon:hover{
	color:var(--blue);
}

.usluga_header .info .bl a.link_icon .icon{
	width:30px;
	height:30px;
	background-image:url(images/usluga_header_icons.png);
	background-position:0px 0px;
}

.usluga_header .info .bl a.link_icon:hover .icon{
	background-position:0px -30px;
}

.usluga_header .info .bl.bl-2 a.link_icon .icon{
	background-position:-30px 0px;
}

.usluga_header .info .bl.bl-2 a.link_icon:hover .icon{
	background-position:-30px -30px;
}

.usluga_header .info .bl.bl-3 a.link_icon .icon{
	background-position:-60px 0px;
}

.usluga_header .info .bl.bl-3 a.link_icon:hover .icon{
	background-position:-60px -30px;
}


.usluga_header .info .bl.bl-2 a.link_icon .txt{
	height:30px;
	display:inline-flex;
	align-items:center;
}

.usluga_header .more{
	width:100%;
	text-align:center;
	position:absolute;
	left:0px;
	bottom:-16px;
}

.usluga_header .more .btn{
	max-width:330px;
	padding-left:30px;
}

.usluga_header.usluga_header_short{
	padding-bottom:52px;
}

.usluga_header_short .usluga_header_wr{
	display:flex;
}

.usluga_header_short .usluga_header_wr .body{
	flex-shrink:0;
	width:540px;
	margin-right:30px;
}

.usluga_header_short .usluga_header_wr .info{
	display:flex;
	align-items:flex-end;
}

.usluga_header.usluga_header_short .title{
	margin-bottom:12px;
}

.usluga_header.usluga_header_short .desc{
	margin-bottom:3px;
}

.usluga_header.usluga_header_short .info{
	position:absolute;
	bottom:70px;
	right:150px;
}

.usluga_header .gray_bg{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	border-radius:20px;
	background:url(images/service_bg.png) left top repeat-y;
}
*/

/**/

.flex-container .bl_ceil{
	margin-right:30px;
}

.flex-container .bl_ceil:last-of-type{
	margin-right:0px;
}

.bl_ceil .pic{
	margin-bottom:5px;
}

.bl_ceil .pic img{
	border-radius:20px;
	max-width:100%;
}

.bl_ceil .title{
	margin-bottom:0px;
	font-size:16px;
	font-weight:bold;
}

.bl_ceil .desc{
}

/**/

.slider_our_team{
	max-width:880px;
}

.slider_our_team .bl{
	width:200px;
}

.slider_our_team.museum_slider_arrows.owl-loaded .owl-nav button.owl-prev{
	left:0px;
	top:85px;
	margin-top:0px;
}

.slider_our_team.museum_slider_arrows.owl-loaded .owl-nav button.owl-next{
	right:0px;
	top:85px;
	margin-top:0px;
}

/**/

.sert_slider_block.sert_slider_block_usluga{
	padding:30px 60px;
}

.sert_slider_block_usluga .sert_slider_block_list.owl-loaded .owl-nav button.owl-prev{
	left:-40px;
}

.sert_slider_block_usluga .sert_slider_block_list.owl-loaded .owl-nav button.owl-next{
	right:-40px;
}

/**/

.our-customers{
	grid-template-columns: repeat(auto-fill, 210px);
	font-size:14px;
	line-height:1;
}

.our-customers .bl{
	background:#fff;
	border-radius:20px;
	background:url(images/li.png) 13px center no-repeat #fff;
	box-shadow:var(--icon-shadow);
	height:60px;
	padding:10px 20px 10px 50px;
	display:flex;
	align-items:center;
}

/**/

.our-partners{
	display:grid;
	grid-template-columns: repeat(auto-fill, 210px);
	grid-column-gap:22px;
	grid-row-gap:30px;
	justify-content:center;
}

.our-partners .bl{
	text-align:center;
}

.our-partners .bl img{
	box-shadow:var(--base-shadow);
}

.slider_our_ex{
	max-width:930px;
	margin:0px auto;
}

.slider_our_ex .bl{
	width:450px;
}

.slider_our_ex.owl-carousel-big-btn.owl-loaded .owl-nav button.owl-prev{
    left: -80px;
    margin-top: 0px;
    top: 135px;
}

.slider_our_ex.owl-carousel-big-btn.owl-loaded .owl-nav button.owl-next{
    right: -80px;
    margin-top: 0px;
    top: 135px;
}


/**/

.contact_map{
	margin-bottom:30px;
}

.contact_map img{
	max-width:100%;
}

.contact_map .in{
	max-width:800px;
	margin:0px auto;
}
/*
.contact_map ymaps{
	margin:0px auto;
}
*/
.map_block{
	line-height:1;
}

.address-line{
	min-height:47px;
	box-sizing:border-box;
	padding-top:5px;
	background:url(images/pin_red.png) 0px 0px no-repeat;
	margin-bottom:20px;
	padding-left:55px;
}

/**/

.useful_about_doors{
	margin-bottom:60px;
}

.useful_about_doors .row{
	justify-content:center;
}

.useful_about_doors .head{
	display:flex;
	align-items:center;
	color:var(--marengo);
	text-decoration:none;
	background:#fff;
	box-shadow:var(--base-shadow);
	border-radius:20px;
	margin-bottom:20px;
	cursor:pointer;
}

.useful_about_doors .head:hover{
	color:var(--blue);
}

.useful_about_doors .head:hover svg path{
	fill:var(--blue) !important;
}

.useful_about_doors .head .icon{
	display:flex;
	flex-shrink:0;
	width:90px;
	height:90px;
	margin-right:30px;
	background:#fff;
	box-shadow:var(--base-shadow);
	align-items:center;
	justify-content:center;
	border-radius:20px;
}

.useful_about_doors .head .icon svg{
	max-height:50px;
	max-width:50px;
	width:100%;
}

.useful_about_doors .head .icon svg path{
	fill:var(--marengo);
}

.useful_about_doors .head .txt{
	padding-right:20px;
}

.site-message{
	background:var(--marengo);
	color:#fff;
	padding:19px 30px 31px 30px;
	margin-bottom:60px;
	border-radius:20px;
	border:2px solid #fff;
	box-shadow:var(--icon-shadow);
	text-align:center;
	position:relative;
}

.site-message .more{
	position:absolute;
	width:100%;
	left:0px;
	bottom:-19px;
}

/**/

.arr_accordeon{
	margin-bottom:30px;
}

.arr_accordeon .pane:not(:last-of-type){
	margin-bottom:10px;
}

.arr_accordeon .header,
.show-next{
	border:none;
	margin:0px;
    padding: 20px 72px 20px 20px;
	font-size:18px;
	font-weight:normal;
	cursor:pointer;
	position:relative;
	border-radius:5px;
	background:#EDEEF0;
}

.arr_accordeon .header::after{
	content:'';
	position:absolute;
	width:32px;
	height:32px;
	border-radius:50%;
	right:23px;
	top:50%;
	margin-top:-16px;
	background:url(images/accordeon_select.svg) center center no-repeat var(--marengo);
}

.arr_accordeon .pane.open .header::after{
	transform:rotate(180deg);
}

.arr_accordeon .header span.link{
	cursor:pointer;	
}

.arr_accordeon .pane .ar_body{
	height:0px;
	overflow:hidden;
}



.arr_accordeon .pane.open .ar_body{
	height:auto;
}

.arr_accordeon .pane .ar_body_wr,
.hide-description{
	padding:35px 20px;
	border-radius:5px;
	background: #F6F6F6; 
	margin-bottom:0px;
	font-size: 16px; 
}


.hide-description{
	display:none;
}

/**/

#mobile_menu{
	background:var(--marengo);
	border-radius:20px;
	display:none;
	margin-top:20px;
}

#mobile_menu .mobile_menu_wr{
	height:0px;
	overflow:hidden;
}

#mobile_menu .links{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0px 20px;
}

#mobile_menu .links .call{
	padding-top:10px;
}

#mobile_menu .links .icon{
	left:8px;
}

#mobile_menu .links .icon svg{
	max-width:20px;
	max-height:20px;
	width:100%;
}

#mobile_menu .link{
	text-align:right;
	white-space:normal;
}

#mobile_menu a{
	color:#fff;
	text-decoration:none;
}

#mobile_menu a.btn{
	color:var(--marengo);
	line-height:1;
	width:auto;
	margin-right:10px;
	text-align:left;
	font-size:14px;
	margin-bottom:10px;
}

#mobile_menu a.btn svg path{
	fill:var(--marengo);
}

#mobile_menu a.btn:hover{
	background:var(--blue);
	color:#fff;
}

#mobile_menu a.btn:hover svg path{
	fill:var(--white);
}

#mobile_menu .mobile_menu_wr .icon{
	width:30px;
	height:30px;
	display:flex;
	justify-content:center;
	align-items:center;
}

#mobile_menu .mobile_menu_wr svg{
	max-height:100%;
	max-width:100%;
}

#mobile_menu .mobile_menu_wr .icon svg *{
	fill:#fff;
}

#mobile_menu ul{
	list-style:none;
	padding:10px 0px;
	margin:0px;
}

#mobile_menu ul li{
	padding:10px 20px;
}

#mobile_menu ul li.current{
	background:var(--blue);
}

.columns-warp{
	flex-wrap:nowrap;
}

.storage{}

.storage .bl{
	width:210px;
	margin-right:20px;
}

.storage .bl:last-of-type{
	margin-right:0px;
}

.contact_req_title{
	text-transform:uppercase;
	margin-bottom:30px;
	font-weight:bold;
}

.contact_req_bl{
	min-height:360px;
}

.simple_message{
	margin-bottom:60px;
}
/*
.simple_message_block{
	padding:10px 45px 40px 45px;
	border-radius:20px;
	background:#fff;
	box-shadow:var(--icon-shadow);
	margin:0px auto;
	max-width:570px;
	position:relative;
	text-align:center;
}
*/

.simple_message_block{
	padding: 21px 65px 40px 117px;
	background:url(images/simple_block_bg.svg) left center no-repeat var(--marengo);
	color:#fff;
	border-radius: 5px; 
	max-width:538px;
	margin:0px auto;
	line-height:1.1;
}

.simple_message_block .more{
	text-align:center;
	position:absolute;
	width:100%;
	left:0px;
	bottom:-25px;
}

.simple_message_block .btn{
	background:var(--red);
	font-size: 16px; 
	padding:0px 59px;
	height:50px;
	border-radius: 5px; 
	box-shadow: 6px 19px 47px 0px rgba(161, 161, 161, 0.20); 
}


/**/

#reviews{
	margin-bottom:30px;
}

#reviews .reviews_wr{
	grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
	margin-bottom:30px;
	gap:20px 30px;
}

#reviews .bl{
	border-radius:5px;
	padding:20px 17px;
	display:flex;
	position:relative;
	background:url(images/review_bg.svg) left bottom no-repeat #EDEEF0;
	gap:17px;
	align-items: flex-start;
}

#reviews .bl .pic{
	flex-shrink:0;
	width:138px;
	display:flex;
	justify-content:center;
	align-items:flex-start;
}

#reviews .bl .pic a img{

}

#reviews .bl .pic a:hover img{
} 

#reviews .bl .pic img{
	max-width:100%;
}

#reviews .bl .txt{
	line-height:1.3;
	padding:12px 15px 20px 15px;
	background:#fff;
	font-size:14px;
	font-weight:300;
}

#reviews .bl .txt .title{
	flex-shrink:0;
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
	text-transform:uppercase;
}

#reviews .bl .txt .desc{
	padding-bottom:20px;
}

#reviews .bl .txt .who{
	flex-shrink:0;
}

#reviews .more{
	text-align:center;
}
/*
#reviews .more a.btn .icon svg{
	transform:rotate(90deg);
}
*/
#reviews .link{
	padding-top:15px;
}

#reviews .link .btn{
	display:flex;
	min-width:255px;
	max-width:100%;
	margin:0px auto;
	background:#ED1C24;
	color:#fff;
	height:52px;
	/*border-radius:20px;
	font-size:14px;*/
}

/**/

.production-slide{
	padding:20px 90px;
	background:#fff;
	border-radius:10px;
	box-shadow:var(--base-shadow);
	display:flex;
	align-items:center;
	min-height:260px;
}

.production-slide div.slide img{
	max-width:100%;
}

.production-slide{}

/**/

.examples_pics{
	padding:25px;
	background:#fff;
	border-radius:20px;
	box-shadow:var(--base-shadow);
	display:flex;
	align-items:center;
	justify-content:center;
	height:257px;
}

.examples_pics img{
	max-width:100%;
}

.grid-production{
	display:grid;
	grid-column-gap:30px;
	grid-row-gap:30px;
	justify-content: center;
	grid-template-columns: repeat(auto-fill, 80px);
}

.grid-production .bl{
	text-align:center;
	font-size:14px;
}

.grid-production .bl .pic{
	margin-bottom:5px;
	
}

.grid-production.mat{
	grid-column-gap:20px;
	grid-template-columns: repeat(auto-fill, 92px);
	margin-bottom:182px;
}

.grid-production.colors{
	grid-row-gap:10px;
	margin-bottom:197px;
}



.grid-production.colors .bl{
	height:40px;
	border-radius:20px;
}

.grid-production.zamok{
	grid-template-columns: repeat(auto-fill, 150px);
	justify-content: flex-start;
}

.grid-production.pics{
	justify-content: flex-start;
}

.grid-production.pics .pic{
	padding:3px;
	border-radius:20px;
	box-shadow:var(--base-shadow);
	margin-bottom:20px;
	overflow:hidden;
}


.download-pdf{}

.download-pdf img{
	vertical-align:middle;
	margin-right:10px;
}

.site-message-button{
	text-align:center;
	margin-bottom:10px;
	display:none;
}


.search-form{
	max-width:800px;
	margin:0px auto;
}

.search-form .send{
	flex-shrink:0;
	margin-left:10px;
	margin-bottom:10px;
}


.search-form .inp{
	flex-shrink:1;
	flex-grow:1;
	margin-bottom:10px;
}

.search-form .inp input{
	width:100%;
	height:40px;
}

/**/

.map-container{
/*	height:450px;
	max-width:100%;
*/
height: 350px;
max-width: 800px;
margin: 0px auto;
}

.map-container h2, .map-container .h2 {
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    padding-bottom: 5px;
    text-align: left;
    max-width: 250px;
}

#popup_map2.map-container,#popup_map3.map-container{
	display:none;
}


/**/

#page404{
	display:flex;
	min-height:100vh;
	align-items:center;
	justify-content:center;
	background:url(images/bg_404.jpg) center center no-repeat;
	background-size:cover;
	padding:0px 10px;
}

#page404 img{
	max-width:100%;
}

#page404 .note{
	max-width:900px;
	margin:0px auto 30px auto;
}

#page404 .wr404{}

.article-prev-photo{}

.article-prev-photo img{
	max-width:100%;
}


/**/

#product_list{
	margin-bottom:30px;
}

figure.fcol{
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
	margin-bottom:30px;
	height: auto !important;
	width: auto !important;
	background: none;
	border: none;
}

figure.fcol img{
	width:100%;
	max-height:none;
	border-radius:20px;
	max-width:none !important;
}

figure.fcol.fcol_link{}

figure.fcol.fcol_link a{
	color:#000;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

figure.fcol.fcol_link a img{
	margin-bottom:10px;
}

figure.fcol.fcol_link a:hover{
	color:var(--blue);
	text-decoration:none;
}


.article_slide{
	margin-bottom:30px;
}

.article_slide .link{
	margin-bottom:20px;
	text-align:center;
}

.article_slide .txt{
	display:none;
}

/**/



.w930{
	max-width:950px;
	padding:0px 10px;
	margin:0px auto;
}

.w1170{
	max-width:1190px;
	padding:0px 10px;
	margin:0px auto;
}

h1.w1170,
h1.lk{
	text-align:left;
	justify-content:center;
	font-weight:bold;
	font-size:28px;
	text-transform:uppercase;
	margin-bottom:30px;
}

h2.lk{
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:54px;
	font-weight:bold;
}

#lk_service{
	font-size:14px;
}

#lk_service ul{
	display:flex;
	flex-wrap:wrap;
	margin:0px -15px;
	justify-content:center;
}

#lk_service ul li{
	margin:0px 15px 30px 15px;
}

#lk_service ul li a{
	display:flex;
	width:210px;
	height:80px;
	line-height:1.1;
	padding:4px 10px;
	box-sizing:border-box;
	position:relative;
	background:#fff;
	color:var(--marengo);
	text-decoration:none;
	position:relative;
	justify-content:center;
	align-items:center;
	text-align:center;
	border-radius:5px;
}

#lk_service ul li a:hover{
	background:var(--marengo);
	color:#fff;
	text-decoration:none;	
}

#lk_service ul li a .bg{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	opacity:0.2;
	background-position:right center;
	background-repeat:no-repeat;
}

#lk_service ul li a .txt{
	position:relative;
}

.cigarette{
	display:flex;
	min-height:60px;
	background:#fff;
	border-radius:10px;
	overflow:hidden;
	margin-bottom:30px;
}

.cigarette .goby{
	flex-shrink:0;
	width:90px;
	background:var(--marengo);
	display:flex;
	justify-content:center;
	align-items:center;
}

.cigarette .goby svg{
	max-width:40px;
	max-height:40px;
	width:100%;
}

.cigarette .goby svg path{
	fill:#fff;
}

.cigarette .txt{
	flex-grow:1;
	display:flex;
	align-items:center;
	padding:0px 60px 0px 60px;
	text-align:center;
}

.w930 .client_slider{
	width:812px;
}


#profile_menu{
	margin-bottom:40px;
}

#profile_menu ul{
	display:flex;
	justify-content:center;
	margin:0px -15px;
}

#profile_menu li{
	margin:0px 15px;
	font-size:14px;
	font-weight:300;
}

#profile_menu li a,
#profile_menu li span{
	display:flex;
	justify-content:center;
	align-items:center;
	width:210px;
	height:40px;
	border-radius:5px;
}

#profile_menu li a{
	text-decoration:none;
	color:var(--marengo);	
	background:#fff;
}

#profile_menu li a:hover,
#profile_menu li span{
	color:#fff;	
	background:var(--marengo);
}

.white_block{
	margin:0px auto 30px auto;
	max-width:570px;
	box-sizing:border-box;
	padding:40px 70px;
	background:#fff;
	border-radius:10px;
	position:relative;
}

#make_order .white_block{
	margin-bottom:50px;
}

.white_block .txt{
	margin-bottom:30px;
}

.white_block .note{
	margin-bottom:30px;
}

.white_block .more{
	text-align:center;
}

.white_block .btn{
	width:100%;
	max-width:330px;
}

.white_block .line{
	margin-bottom:14px;
	position:relative;
}

.white_block label{
	display:block;
	margin-bottom:11px;
	font-weight:600;
}

.white_block label span{
	font-size:12px;
	font-weight:300;
}

.white_block label span{
	
}

.white_block .line input[type="text"],
.white_block .line input[type="password"],
.white_block .line input[type="email"],
.white_block .line input[type="tel"],
.white_block .line input[type="date"],
.white_block .line textarea{
	width:100%;
	border:2px solid #c3c6cb;
}

.white_block input[type="checkbox"]{
	margin-right:10px;
}

.white_block .send{
	padding-top:16px;
	margin-bottom:25px;
}

.white_block .container{
	margin:0px -15px;
}


.white_block.dop label{
	opacity:.5;
}

.white_block.white_block_callback{
	margin:0px 0px 40px 0px;
	padding:40px;
	max-width:690px;
}

#address_list_wr{
	margin-bottom:30px;	
}

#address_list_wr .ajax_hidden{
	padding-bottom:20px;
}

#address_list_wr .white_block:last-of-type{
	margin-bottom:0px;
}

.white_block .btn:disabled{
	background:var(--blue) !important;
	cursor:default;
}

.wh_block{
	background:#fff;
	border-radius:10px;
	padding:25px 20px 20px 20px;
	font-size:14px;
}

/**/

#company_news{}

#company_news article.item{
	display:flex;
	padding:26px 120px 40px 120px;
	background:#fff;
	border-radius:10px;
}

#company_news article.item:last-of-type{
	margin-bottom:0px;
}

#company_news article.item time{
	flex-shrink:0;
	width:210px;
	margin-right:30px;
}

#company_news article.item .body{
	flex-grow:1;
}

#company_news article.item .pic{display:flex;}

#company_news article.item .pic a{
	height:215px;
	background-size:cover;
}

#company_news article.item .pic a:first-of-type{
	flex-grow:1;
}

#company_news article.item .txt{
	margin-bottom:14px;
}

#company_news article.item .pic a:not(:first-of-type){
	flex-shrink:0;
	width:290px;
	margin-left:15px;
}

/**/

.basket_order_list{
	margin-bottom:10px;
}

.basket_item{
	background:#F8F8F8;
	margin-bottom:10px;
	border-radius:9px;
	position:relative;
}

.basket_item .body{
	display:flex;
	align-items:center;
}

.basket_item > .title{
	padding-left:240px;
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;
}

.basket_item .big_title{
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;	
}

.basket_item > .title a{
	color:var(--marengo);
}

.basket_item .big_title a{
	color:var(--marengo);
}

.basket_item .pic{
	box-sizing:border-box;
	width:200px;
	flex-shrink:0;
	padding:10px;
	display:flex;
	justify-content:center;
	align-items:flex-start;
	background:#fff;
	border-radius:9px;
}

.basket_item .pic img{
	max-width:100%;
	max-height:180px;
}

.basket_item .txt{
	flex-grow:1;
	font-size:12px;
	font-weight:300;
	padding:10px 30px 10px 20px;
}

.basket_item .price-block{
	box-sizing:border-box;
	flex-shrink:0;
	position:relative;
	/*display:flex;
	flex-direction:column;
	align-items:flex-end;
	*/
	width: 155px;
	text-align: left;
}

.basket_item .price-block > .price{
	font-size:20px;
	font-weight:600;
}

.basket_item .price-block > .price small{
	font-size:12px;
	font-weight:300;
}



/**/

.basket_item a.basket_close{
	position:absolute;
	right:20px;
	top:20px;
	/*background:var(--marengo);
	padding:5px;
	border-radius:50%;
	*/
	line-height: 0px;
	z-index:40;
}

 a.basket_close{
	opacity:1;	 
 }

a.basket_close:hover{
	opacity:1 !important;
	/*background:var(--red);*/
}

a.basket_close svg{
	width:22px;
	height:22px;
}

a.basket_close svg path{
	fill:var(--marengo);
}

a.basket_close:hover svg path{
	fill:var(--red);
}

.basket_item .attrbs .line{
	justify-content:flex-start;
	align-items:center;
}

.basket_item .attrbs .line .th{
	width:128px;
	padding-right:15px;
}

.basket_itogo{
	margin-bottom:26px;
}

.basket_itogo .title{
	font-size:22px;
	font-weight:bold;
}

.basket_itogo .right{
	text-align:right;
	padding-top:4px;
}

.basket_itogo .price-list{
}

.basket_itogo .price-list .total{
	color:var(--red);
	font-size:18px;
	margin-bottom:17px;
}

.basket_aside .bootstrap-select{
	width:100% !important;

}

.basket_title{}

.basket_title .left{
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:24px;
}

.basket_title .right{
	font-size:16px;
}

.basket_title .right a{
	color:var(--marengo);
	text-decoration:underline;
}

.basket_aside{
	position:sticky;
	top:0px;
}

.basket_aside .delivery{
	margin-bottom:15px;
}

.basket_aside .payment{
	margin-bottom:15px;
}

.basket_aside .payment .jq-selectbox{
	width:100%;
}

.basket_aside .btns{
	text-align:center;
}

.basket_aside .btns .btn{
	max-width:220px;
	width:100%;
	font-size:14px;
}



/**/

/**/

.pm_table{
	margin-bottom:30px;
	font-size:14px;
}

.pm_table .row{
	display:flex;
	margin-bottom:10px;
	background:#fff;
	border-radius:5px;
	border:1px solid #e4e6e8;
	padding:12px 10px;
	align-items:center;
	box-sizing:border-box;
	margin:0px;
	flex-wrap:nowrap;
}

.pm_table .body .row:not(:last-of-type){
	margin-bottom:10px;
}

.pm_table .row.head{
	margin-bottom:50px;
	background:#e4e6e8;
}

.pm_table .row .id,
.pm_table .row .date,
.pm_table .row .status{
	flex-shrink:0;
	box-sizing:border-box;
}

.pm_table .row .id{
	width:210px;
}

.pm_table .row .jq-checkbox,
.pm_table .row input[type="checkbox"]{
	margin-right:10px;
}

.pm_table .row .date{
	width:120px;
}

.pm_table .row .status{
	width:180px;
}

.pm_table .row .subject{
	flex-grow:1;
	padding-right:20px;
}

.pm_table .row .subject a{
	color:var(--marengo);
	text-decoration:none;
	font-weight:bold;
}

.pm_table .checkbox label{
	margin-bottom:0px;
}

/**/

#lk-callback{}

#lk-callback .nav{
	display:flex;
	margin-bottom:50px;
}

#lk-callback .nav .link{
	display:flex;
	justify-content:center;
	align-items:center;
	width:345px;
	height:50px;
}

#lk-callback .nav span.link{
	background:#fff;
	color:var(--marengo);
}

#lk-callback .nav a.link{
	background:var(--marengo);
	color:#fff;
	text-decoration:none;
}

#lk-callback .nav a.link:hover{
	background:var(--blue);
}

#lk-callback .nav .link:first-of-type{
	border-radius:5px 0px 0px 5px;
}

#lk-callback .nav .link:last-of-type{
	border-radius:0px 5px 5px 0px;
}

#lk-callback .field{
	padding:40px 20px 40px 20px;
	background:#fff;
	border-radius:5px;
}

#lk-callback .btns{
	margin-bottom:40px;
}

#lk-callback .btns .btn{
	width:210px;
	height:40px;
	font-weight:bold;
	text-transform:uppercase;
}

#lk-callback .note{
	margin-bottom:30px;
}

/**/

#lk-register{
	margin:0px -15px 30px -15px;
}

#lk-register .item{
	border-radius:10px;
	/*box-shadow:var(--base-shadow);*/
	position:relative;
}

#lk-register .item .close{
	position:absolute;
	top:20px;
	right:20px;
	opacity:1;
	display:none;
	width:22px;
	height:22px;
}

#lk-register .item form{
	display:none;
	padding-bottom:30px;
}

#lk-register .item .close svg{
	max-height:22px;
	max-width:22px;
}

#lk-register .item .close svg path{
	fill:var(--blue);
}

#lk-register .item .close:hover{
	opacity:1;
}

#lk-register .item .close:hover svg path{
	fill:var(--red);
}

#lk-register .item .title{
	height:120px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:18px;
	text-transform:uppercase;
	background:#fcfcfc;
	color:#4b5564;
	font-weight:bold;
	text-decoration:none;
}

#lk-register .item .white_block:first-of-type{
	border-radius:0px 0px 10px 10px;
}

#lk-register .item.active{
}

#lk-register .item.active .title{
	color:var(--blue);
	background:#fff;
}

#lk-register .item.active form{
	display:block;
}

#lk-register .item.active .close{
	display:block;
}

#lk-register .item.deactive .title{
	color:#a1a6ae;
}

/**/

.order_select_other_delivery{
	margin-bottom:30px;
}

.order_select_other_delivery .btn.active{
	opacity:0.5;
}

.order_select_btn{
	width:100%;
	max-width:290px;
	height:40px;
}

.order_select_btn.profile_btn{
	width:auto;
	padding:0px 20px;
}

.order_select_btn.active{
	background:var(--blue);
}

.order_select_btn .icon{
	width:20px;
	height:20px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#fff;
	color:var(--marengo);
	border-radius:5px;
	margin-right:13px;
}

.order_select_btn:hover .icon,
.order_select_btn.active .icon{
	color:var(--blue);
}

.order_delivery_title{
	max-width:570px;
	margin:0px auto 21px auto;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

.other_delivery{
	position:relative;
	margin-bottom:53px;
}

.other_delivery .white_block{
	margin-bottom:0px;
}

.white_block .select{
	position:absolute;
	width:100%;
	bottom:-20px;
	left:0px;
}


.reg_links{}

.reg_links a{
	text-decoration:none;
	color:var(--marengo);
}

.reg_links a:hover{
	color:var(--blue);
}

/**/

.basket_aside_block{}

.basket_aside_block .title{
	margin-bottom:9px;
	font-weight:bold;
}

/**/

label.checkbox{
	cursor:pointer;
	font-weight:normal;
}

.checkbox input[type="checkbox"]{
	display:none;
}

/* .checkbox label::before */
/*
label.checkbox span.inp{
	content:'';
	display:inline-block;
	width:16px;
	height:16px;
	background:#fff;
	border-radius:50%;
	border:1px solid var(--blue);
	vertical-align:middle;
	position:absolute;
	left:0px;
	top:4px;
}

label.checkbox input[type="checkbox"]:checked + span.inp{
	background:url(images/checkbox.png) center center no-repeat var(--blue);
}

label.checkbox{
	padding-left:28px;
	position:relative;
}
/*
.checkbox.checkbox_pl label::before{
	position:absolute;
	left:0px;
	top:4px;
}
*/
.rotate_270deg{
	transform:rotate(270deg);
}

/**/

.basket_similar{
	padding:0px;
}


.basket_similar .item{
	background:#fff;
	border-radius:5px;
	padding:15px 20px;
	position:relative;
	font-size:15px;
	flex-direction: column;
	display: flex;
	height: 100%;	
}

.basket_similar .item_wr{
	margin-bottom:30px;
}

.basket_similar .item .title{
	font-weight:bold;
	margin-bottom:10px;
	min-height:68px;
	padding-right:20px;
}

.basket_similar .item .title a{
	color:var(--marengo);
	text-decoration:none;
}

.basket_similar .item .title a:hover{
	color:var(--blue);
	text-decoration:none;
}

.basket_similar .item .pic{
	height:90px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:10px;
}

.basket_similar .item .pic img{
	max-width:100%;
	max-height:90px;
}

.basket_similar .item .price{}

.basket_similar .item .add{}

.basket_similar .item .add a{
	color:var(--blue);
	text-decoration:none;
}

.basket_similar .item .add a:hover{
	color:var(--blue);
	text-decoration:underline;
}

.basket_similar .item > .clear{
	margin-top:auto;
}

.basket_similar a.basket_close{
	position:absolute;
	right:10px;
	top:10px;
}


/**/



/**/

.js_counter{
	font-size:0px;
	/*display:inline-block;*/
	vertical-align:top;
	display:inline-flex;
	gap:10px;
}

.js_counter .js_counter_btn{
	width:25px;
	height:33px;
/*display:inline-block;*/
	background:var(--marengo);
	border-radius:3px;
	position:relative;
	vertical-align:middle;
	cursor:pointer;
	display:flex;
	align-items:center;
	justify-content:center;
}

.js_counter .js_counter_btn.minus{
	background:url(images/js_counter_minus.svg) center center no-repeat var(--marengo);
}

.js_counter .js_counter_btn.plus{
	background:url(images/js_counter_plus.svg) center center no-repeat var(--marengo);
}

.js_counter .js_counter_btn:hover{
	background-color:var(--red);
}

/*
.js_counter .js_counter_btn::before,
.js_counter .js_counter_btn::after{
	content:'';
	height:2px;
	width:10px;
	background:#fff;
	position:absolute;
}

.js_counter .js_counter_btn::before{
	left:3px;
	top:7px;
}

.js_counter .js_counter_btn::after{
	transform:rotate(90deg);
	left:3px;
	top:7px;
}

.js_counter .js_counter_btn.minus::after{
	content:none;
}
*/
.js_counter .js_counter_inp{
	/*display:inline-block;*/
	font-size:14px;
	min-width:23px;
	box-sizing:border-box;
	vertical-align:middle;
	text-align:center;
	line-height:20px;
	user-select:none;
}

.js_counter .js_counter_inp input{
	width:55px;
	height:33px;
	padding:3px 5px;
	text-align:center;
}

/*****/

.inp_counter{
	font-size:0px;
	display:inline-block;
	vertical-align:top;
}

.inp_counter .inp_counter_btn{
	width:30px;
	height:40px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	background:var(--marengo);
	color:#fff;
	border-radius:5px;
	position:relative;
	vertical-align:middle;
	cursor:pointer;
}

.inp_counter .inp_counter_btn svg path{
	fill:#fff;
}

.inp_counter .inp_counter_btn:hover{
	background:var(--bgray);
}

.inp_counter .inp_counter_btn:hover svg path{
	fill:var(--marengo);
}

.inp_counter .inp_counter_inp{
	display:inline-block;
	font-size:16px;
	min-width:60px;
	padding:0px 20px;
	vertical-align:middle;
	text-align:center;
	user-select:none;
}

.inp_counter .inp_counter_inp input{
	height:40px;
	width:60px;
	box-sizing:border-box;
	padding:3px 5px;
	text-align:center;
	border-radius:5px;
	font-style:normal;
}

/****/

#content{
	padding-bottom:40px;
}

.alert-notetext{
	background:aquamarine;
}

.alert-errortext{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.ajax_wr{
	position:relative;
	overflow:hidden;
}


#answer_list{
	margin-bottom:30px;
}

#answer_list .answer{
	margin-bottom:30px;
	margin-right:120px;
	background:#e4e6e8;
	color:#4b5564;
	font-size:14px;
	border-radius:5px;
	padding:15px 25px;
}

#answer_list .answer.admin{
	margin-right:0px;
	margin-left:120px;
	background:#4b5564;
	color:#ffffff;
}

.lk-exit{
	text-align:right;

}

.lk-exit .btn{
	font-size:14px;	
}


.pickup label.pickup_item{
	overflow:hidden;
    border-bottom: 1px dashed var(--blue);
    padding-bottom: 14px;
	display:block;
}

.pickup label.pickup_item:last-of-type{
	border-bottom:none;
}

.pickup label.pickup_item .inp{
	float:left;
	padding-top:2px;
}

.pickup label.pickup_item .txt{
	margin-left:25px;
}

.pickup label.pickup_item .txt .title{
	margin-bottom:2px;
	cursor:pointer;
}

.pickup label.pickup_item .txt .address,
.pickup label.pickup_item .txt .time{
	font-size:12px;
}

.pickup label.pickup_item{}




#basket{
	margin-bottom:30px;
}

.simply_order_list_user{
	display:none;
}

.simply_order_list_user_type{
	display:none;
}

.bl-service1846{
	display:none;
}

#left_links_icons{
	padding-left:29px;
}

.header_slider .owl-prev{
	display:none !important;
}

table.fatty{
	border:none;
}

table.fatty,
table.fatty tr,
table.fatty td,
table.fatty th,
table.fatty thead,
table.fatty tbody{
	display:block;
}

table.fatty tr{
	display:flex;
	flex-wrap:nowrap;
	gap:47px;
	margin-bottom:10px;
}

table.fatty th{
	text-align:center;
}

table.fatty th,
table.fatty td{
	border:none;
	padding:12px 25px;
	background:#fff;
	border-radius:8px;
	width:50%;
}

/**/
/*
body.lk{
	background:#fff !important;
}

body.basket{
	background:#f5f5f5 !important;
}
*/


.ucervice_wr{
	/*width:920px;*/
	margin:0px auto;
}

h1.uservice{
	font-size:28px;
	line-height:1;
	font-weight:bold;
	margin:0px 0px 60px 0px;
	text-align:left;
	text-transform:uppercase;
}

h2.webinar{
	font-size:18px;
	text-transform:none;
	margin-bottom:30px;
	font-weight:bold;
	display:flex;
	align-items:center;
}

h2.webinar .icon{
	margin-right:10px;
}

h2.webinar .icon img,
h2.webinar .icon svg{
	max-width:26px;
	max-height:26px;
}

h2.webinar .icon svg path{
	fill:var(--blue);
}

h2.webinar .txt{}

h3.uservice{
	font-size:18px;
	line-height:1.16;
	border:none;
	padding:0px;
	margin:0px 0px 30px 0px;
	text-transform:none;
	font-weight:bold;
}

.fire-rating{
	display:flex;
}

.fire-rating span{
	width:14px;
	height:14px;
	margin-right:5px;
	background:url(images/fire-extinguisher.png) center center no-repeat;
	opacity:0.3;
}

.fire-rating span:last-of-type{
	margin-right:0px;
}

.fire-rating span.active{
	opacity:1;
}

.note930{
	width:930px;
	margin:0px auto 32px auto;
	min-height:30px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0px 18px;
	background:#fff;
	border-radius:5px;
	border:1px solid rgba(0, 0, 0, 0.1);
}

.note930 .txt{
	font-size:16px;
}

.note930 .time{
	font-size:14px;
}


.custom-checkbox.galka-blue-checkbox{
	padding-left:0px;
}

.custom-checkbox.galka-blue-checkbox .custom-control-label::before{
	box-sizing:border-box;
	width:30px;
	height:30px;
	border-radius:50%;
	border:2px solid var(--blue);
	background:#fff;
	position:relative;
	cursor:pointer;
	z-index:10;
	pointer-events:auto;
	top:auto;
	left:auto;
	display:inline-block;
	margin-right:15px;
	vertical-align:middle;
}

.custom-checkbox.galka-blue-checkbox .custom-control-input:checked ~ .custom-control-label::before{
	background:url(/bitrix/templates/npopuls/images/galka_blue.png) center center var(--blue);
	border:2px solid var(--blue);
}

.bvi-body .bvi.bvi-panel{display:none !important;}

/****/

.blue_blocks{
	counter-reset: blue-counter;
	display:flex;
	margin:0px 0px 20px 0px;
	padding:0px;
	list-style:none;
}

.blue_blocks li{
	counter-increment: blue-counter;
	padding:12px 17px 17px 21px !important;
	border-radius:10px;
	background:#E0ECF4 !important;
	position:relative;
	flex-shrink:0;
	box-sizing:border-box;
	width:168px;
	height:140px;
	font-size:12px;
	align-items:center;
	display:flex;
}

.blue_blocks li:not(:last-of-type){
	margin-right:40px;
}

.blue_blocks li::before{
	content:counter(blue-counter) !important;
	position:absolute;
	color:#2D9CDB !important;
	font-size:36px !important;
	font-weight:bold;
	left:-7px !important;
	top:0px !important;
	opacity:0.1;
	background:none !important;
}

.blue_blocks li::after{
	content:'';
	width:25px;
	height:8px;
	background:url(images/arrow-blue-blocks.png) 0px 0px no-repeat;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:-33px;
}

.blue_blocks li:last-of-type::after{
	content:none;
}

/***/

.in_service_form_block{}

.in_service_form{
	display:none;
	padding-bottom:20px;
}

.in_service_btn{
	display:none;
}

/*********/

.inp-counter{
	display:flex;
}

.inp-counter .inp-counter-btn{
	height:40px;
	width:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:5px;
	background:var(--marengo);
	color:var(--marengo);
	cursor:pointer;
	font-weight:bold;
	color:#fff;
	user-select: none;
	flex-shrink:0;
}

.inp-counter .inp-counter-btn:hover{
	background:var(--blue);
	color:#fff;
}

.inp-counter input{
	box-sizing:border-box;
	border: 1px solid rgba(75, 85, 100, 0.1);
	border-radius:5px;
	height:40px;
	width:60px !important;
	font-size:14px;
	font-weight:bold;
	margin:0px 20px;
	padding:0px;
	text-align:center;
	font-style:normal;
}

/****/

.youtube-video{
	margin-bottom:30px;
	text-align:center;
}

.youtube-video .video{
	display:block;
	max-width:500px;
	vertical-align:top;
	margin:0px auto;
}

.youtube-video .video a{
	display:block;
	position:relative;
}

.youtube-video .video a span.icon{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.youtube-video .video a:hover span.icon path.video__button-shape{
	fill: #ff0000;
	fill-opacity: 1;
}

.youtube-video .video a img{
	width:100%;
}

.serbig_block{
	background: radial-gradient(88.64% 162.39% at -17.08% 11.36%, rgba(45, 150, 202, 0.16) 0%, rgba(255, 255, 255, 0) 100%), #EDF9FF;
	border-radius: 10px;
	padding:40px 40px 25px 40px;
	position:relative;
	margin-top:40px;
	margin-bottom:40px;
}

.serbig_block .sbody,
.serbig_block .stitle{
	max-width:490px;
}

.serbig_block .stitle{
	font-size:18px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:bold;
}

.serbig_block .sbody{
	min-height:80px;
	margin-bottom:20px;
}

.serbig_block .spic{
	position:absolute;
	right:0px;
	bottom:0px;
}

/*****/







/*****/

#oglav_title{
	margin-bottom:10px;
}

#oglav_title span{
	color:#fff;
	background:var(--marengo);
	padding:10px;
	display:inline-block;
	border-radius:5px;
	font-size:16px;
	font-weight:bold;
}

ul#oglav{
	list-style:none;
	margin-bottom:30px;
	counter-reset: oglav-counter;
}

ul#oglav li{
	padding:0px;
	background-image:none !important;
}

ul#oglav > li:not(:last-of-type){
	margin-bottom:12px;
}

ul#oglav > li > .hlink{
	background-image:none;
	padding:11px 40px;
	position:relative;
	counter-increment: oglav-counter;
	background: radial-gradient(88.64% 162.39% at -17.08% 11.36%, rgba(45, 150, 202, 0.16) 0%, rgba(255, 255, 255, 0) 100%), #EDF9FF;
	border-radius: 5px;
	font-size:18px;
	font-weight:bold;
	line-height:1;
}

ul#oglav > li > .hlink::before{
	content:counter(oglav-counter);
	position:absolute;
	height:100%;
	width:30px;
	background: linear-gradient(273.06deg, #2A313A -5.5%, #4B5564 100.93%), #4B5564;
	border-radius: 5px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	display:flex;
	align-items:center;
	justify-content:center;
	left:0px;
	top:0px;
}

ul#oglav > li > .hlink > a{
	color:var(--marengo);
	text-decoration:none;
}

ul#oglav > li > .hlink > a:hover{
	color:var(--blue);
}

ul#oglav > li > ul{
	padding-top:16px;
	padding-left:26px;
}

ul#oglav > li > ul > li{
	margin-bottom:12px;
	display:flex;
	align-items:center;
	font-size:16px;
	line-height:1.125;
}

ul#oglav > li > ul > li::before{
	content:'';
	display:block;
	width:12px;
	height:12px;
	border-radius:50%;
	margin-right:16px;
	background:var(--marengo);
}

ul#oglav > li > ul > li > a{
	color:var(--marengo);
	text-decoration:none;
}

ul#oglav > li > ul > li > a:hover{
	color:var(--blue);
	text-decoration:none;
}

#spermatozoid{
	margin-bottom:30px;
}

#spermatozoid .spblue{
	background:var(--blue);
	width:400px;
	height:250px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	margin-left:auto;
	padding:15px 30px;
	box-sizing:border-box;
	border-radius:50%;
	position:relative;
}

#spermatozoid .spblue::before{
	content:'';
    border: 40px solid transparent;
	border-right: 150px solid var(--blue);
	position: absolute;
	left: -150px;
	right: 50%;
	margin-top: 165px;
	width: 0px;
	transform: rotate(-25deg);
}

/*****/



.popup_hover{
	max-width:400px;
	display:none;
}


.watermark .fancybox-content::before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	opacity:0.5;
	/*background:url(/images/watermark.png) center center no-repeat;*/
	z-index: 10;
}


/******/






header.ptmpl{
	margin-bottom:40px;
}

header.ptmpl .bottom{
	
}

header.ptmpl .col1 .wr{
	display:flex;
	align-items:center;
	padding:22px 0px 28px 0px;
}

header.ptmpl .col1 .logo,
header.ptmpl .col1 .link,
header.ptmpl .col1 .social2{
	flex-shrink:0;
}

header.ptmpl .col1 .logo{
	margin-right:16px;

}

header.ptmpl .col1 .logo img{
	width:100%;

}

header.ptmpl .col1 .link{
	margin-right:30px;
	width:180px;
}

header.ptmpl .col1 .link .btn{
	padding:0px 9px 0px 4px;
	color:#fff;
	font-size:14px;
	height:30px;
	border-radius:5px;
	font-weight:400;
}

header.ptmpl .col1 .link .btn .icon{
	margin-right:5px;
	width:20px;
	height:20px;
	background:var(--red);
	border-radius:3px;
}

header.ptmpl .col1 .link .btn .icon svg path{
	fill:#fff;
}

header.ptmpl .col1 .link .btn .txt{}

header.ptmpl .col1 .search{
	flex-grow:1;
}

header.ptmpl .col1 .social2{
	display:flex;
	gap:6px;
}

header.ptmpl .col1 .social2{
	margin-left:32px;
}

header.ptmpl .col1 .social2 a{
	display:flex;
	align-items:center;
	justify-content:center;
	border: 1px solid rgba(75, 85, 100, 0.1);
	box-sizing:border-box;
	width:35px;
	height:35px;
}

header.ptmpl .col1 .social2 a:hover{
	background:var(--blue);
	border:none;
}

header.ptmpl .col1 .social2 a:hover svg path{
	fill:#fff;
}

header.ptmpl .col1 .social2 a span{
	display:flex;
	align-items:center;
	justify-content:center;
	width:20px;
	height:20px;
	border-radius:5px;
	background:var(--marengo);
}

header.ptmpl .col1 .social2 a span svg{
	max-width:12px;
	max-height:12px;
}

header.ptmpl .col1 .social2 a span svg path{
	fill:#fff;
}

header.ptmpl .col1 .mobile_menu{
	display:none;
}

header.ptmpl .col2{
	padding:7px 0px;
	border-bottom:1px solid rgba(75, 85, 100, 0.1);
	border-top:1px solid rgba(75, 85, 100, 0.1);
}

header.ptmpl .col2 .wr{
	display:flex;
	align-items:center;
}

header.ptmpl .col2 .phones{
	display:flex;
	align-items:center;
	margin-right:22px;
	gap:10px;
}

header.ptmpl .col2 .phones .phone{
	display:flex;
	align-items:center;
}

header.ptmpl .col2 .phones .phone .number{
	height:32px;
	display:flex;
	align-items:center;
	padding:0px 10px;
	font-size:16px;
	font-weight:500;
	border: 1px solid rgba(75, 85, 100, 0.1);
	margin-right:10px;
	white-space:nowrap;
}

header.ptmpl .col2 .phones .phone .number a{
	color:var(--marengo);
	text-decoration:none;
}

header.ptmpl .col2 .phones .phone .note{
	display:flex;
	align-items:center;
}

header.ptmpl .col2 .phones .phone .note .icon{
	margin-right:5px;
}

header.ptmpl .col2 .phones .phone .note .txt{
	white-space:nowrap;
	font-size:12px;
	font-weight:normal;
}

header.ptmpl .col2 .email{
	font-size:14px;
}

header.ptmpl .col2 .email a{
	color:var(--marengo);
	text-decoration:none;	
}

header.ptmpl .col2 .email b{
	font-size:16px;
}

header.ptmpl .col2 .btns{
	margin-left:auto;
	display:flex;
	gap:10px;
}

header.ptmpl .col2 .btns .btn{
	padding:0px;
	width:160px;
	height:36px;
	font-size:12px;
	justify-content:center;
	padding:0px 12px;
	border-radius:5px;
}

header.ptmpl .col2 .btns .btn .icon{
	width:auto;
	height:auto;
	margin-right:10px;
}

#ntop_menu ul.top-menu{
	justify-content: space-between;
}

#ntop_menu ul.top-menu > li > span, #ntop_menu ul.top-menu > li > a{
	padding:0px 15px;
}

header.ptmpl .tools{

	display:flex;
	flex-wrap:wrap;
	gap:5px;
}

header.ptmpl .tools{
	margin-right:20px;	
}

header.ptmpl .tools .btn{
	width:130px;
	padding:0px;
	font-size:12px;
	height:36px;
	justify-content:center;
	font-weight:normal;
	border-radius:5px;
	position:relative;
	z-index:15;
}

header.ptmpl .tools .btn:first-of-type{
	width:175px;
}

header.ptmpl .tools .btn .txt{
	flex-grow:0;
}

header.ptmpl .tools .btn:last-of-type .icon{
	margin-right:4px;
}

header.ptmpl .tools.mobile_tools{
	display:none;
}

header.ptmpl .col1 .link{
	margin-right:0px;
	margin-left:20px;
}

header.ptmpl .col2 .soc_link{
	margin-left:40px;
}

header.ptmpl .soc_link a.main{
	display:block;
	text-align:center;
	text-decoration:none;
	color:#BBBBBB;
	font-size:10px;
	line-height:1;
}

header.ptmpl .soc_link a.main span{
	display:block;
}

header.ptmpl .soc_link a.main span.icon {

}

header.ptmpl .soc_link a.main span.icon svg path{
	fill:var(--blue);
}


body.npo header.ptmpl .soc_link{
	margin-left:22px;
}


body.npo header.ptmpl .soc_link a.main span.icon{
	margin-bottom:2px;
}

body.npo header.ptmpl .soc_link a.main svg{
	width:30px;
	height:30px;
}

header.ptmpl .social{
	display:none;
	position:absolute;
	background:#fff;
	z-index:400;
	padding:20px 10px;
	border: 1px solid rgba(75, 85, 100, 0.1);
}

header.ptmpl .social a{
	display:flex;
	padding:5px;
	height:35px;
	box-sizing:border-box;
	line-height:1.1;
	text-decoration:none;
	color:var(--marengo);
	border: 1px solid rgba(75, 85, 100, 0.1);
	margin-bottom:6px;
	align-items: center;
}

header.ptmpl .social a:last-of-type{
	margin-bottom:0px;
}

header.ptmpl .social a .icon{
	margin-right:15px;
	width:20px;
	height:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	background:var(--marengo);
}

header.ptmpl .social a .icon svg{
	max-width:13px;
	max-height:13px;
}

header.ptmpl .social a .icon svg path{
	fill:#fff;
}


header.ptmpl .social a:hover{
	color:var(--blue);
}

header.ptmpl .social a:hover span.icon{
	background:var(--blue);
}

header.ptmpl .social a.rutube .icon{
	background:none;
}

header.ptmpl .social a.rutube .icon svg{
	max-width:none;
	max-height:none;
}

header.ptmpl .social a.rutube:hover .icon svg path.circle{
	fill:#ED143B;
}

header.ptmpl .col1 .personal{
	display:flex;
	gap:10px;
	padding-left:11px;
	margin-left:11px;
	border-left:1px solid rgba(75, 85, 100, 0.1);
}

header.ptmpl .col1 .personal a{
	display:block;
	text-align:center;
	text-decoration:none;
	color:#BBBBBB;
	font-size:10px;
	line-height:1;
	width:48px;
}

header.ptmpl .col1 .personal a span{
	display:block;
}

header.ptmpl .col1 .personal a span.icon {
	margin-bottom:2px;
}

header.ptmpl .col1 .personal a span.icon svg{
	width:30px;
}

header.ptmpl .col1 .personal a span.icon svg path{
	fill:var(--marengo);
}

header.ptmpl .col1 .personal a:hover{
	color:var(--red);
}

header.ptmpl .col1 .personal a:hover span.icon svg path{
	fill:var(--red);
}


#blind_tools{
	text-align:right;
	padding:18px 20px;
	background:#fff;
	border: 1px solid rgba(75, 85, 100, 0.1);
	border-left:0px;
	position:absolute;
	left:-160px;
	top: 196px;
	width: 240px;
	z-index:800;
	transition:left 0.2s;
}

html.special #blind_tools{
	display:none;
}

#blind_tools:hover{
	left:0px;
}

#blind_tools a{
	display:inline-flex;
	align-items:center;
	text-transform:uppercase;
	color:var(--marengo);
	text-decoration:none;
}

#blind_tools a .icon{
	font-size:0;
	margin-left:20px;
}

#blind_tools a:hover{
	color:var(--blue);
}

.header_profile_links{
	position:relative;
}

.header_profile_links .count{
	width:15px;
	height:15px;
	border-radius:50%;
	background:var(--blue);
	color:#fff;
	font-size:9px;
	right:0px;
	top:0px;
	line-height: 15px;
	text-align: center;
	position:absolute;
}

.hidden_link{
	text-decoration:none;
	color:var(--marengo);
}

#popup_besit{
	display:none;
}

#popup_besit::before{
	content:'';
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	opacity:0.5;
	background: #2F3B47;
	z-index:9000;
}

#popup_besit form{
	background:url(images/popup_besit_bg2.png) center center no-repeat var(--marengo);
	z-index:9100;
	position:fixed;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	width:737px;
	height:339px;
	background-size:cover;
	box-sizing:border-box;
	border-radius:5px;
	padding:181px 10px 10px 45px;
}

#popup_besit form .note{
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	margin-bottom:10px;
	color:#fff;
}

#popup_besit form input[type="text"]{
	width:261px;
	height:36px;
	border-radius:5px;
	font-size:12px;
	border:none;
	outline:none;
	font-style:normal;
	box-shadow:none;
}

#popup_besit form button{
	width:200px;
	height:50px;
	border:none;
	outline:none;
	box-shadow:none;
	font-size:15px;
	color:var(--marengo);
	background:#fff;
	border-radius:5px;
}

#popup_besit form button:disabled{
	opacity:0.2;
	cursor:default;
}

#popup_besit form .close{
	position:absolute;
	right:23px;
	top:20px;
	cursor:pointer;
	opacity:1;
}

.four_block{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:30px;
	margin:30px 0px 30px 0px;
}

.four_block a{
	background-size:cover;
	border-radius:5px;
	height:120px;
}

.four_block a img{
	display:none;
}


#product_list .order_request{
	text-decoration:none !important;
}

#red_alert{
	background:#C32110;
}

#red_alert .wr{
	display:flex;
	justify-content:center;
	align-items:center;
	height:50px;
	color:#fff;
	position:relative;
	font-size:16px;
	gap:20px;
}

#red_alert .js_close{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-12px;
	cursor:pointer;
}

#red_alert a{
	color:#fff;
	text-decoration:none;
}

#red_alert .icon svg path{
	fill:#fff;
}

.pic2cols{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:16px;
}

.pic2cols img{
	border-radius:5px;
}

.pic2full{}

.pic2full img{
	width:100%;
	height:auto;
}

.pic3cols{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:16px;
}

.pic3cols img{
	border-radius:5px;
}


.grid-4pics{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	align-items:flex-end;
	gap:16px;
}




#form_PTC_HOSTEL{
	max-width:568px;
}

#form_PTC_HOSTEL .form_popup .title{
	color:var(--red);
	text-align:center;
	font-size:24px;
	font-weight:600;
	text-transform:uppercase;
	max-width:400px;
	margin:0px auto 20px auto;
}

#form_PTC_HOSTEL .form_popup_header{
	padding-right:0px;
}

#form_PTC_HOSTEL .form_popup .desc{
	color:#5C5C5C;
	font-size:16px;
	line-height:1;
	margin-bottom:15px;
}

#form_PTC_HOSTEL .form_popup .desc b{
	font-weight:500;
}

#form_PTC_HOSTEL .form_popup-1-cols{
	width:auto;
}

#form_PTC_HOSTEL .hostel{
	background:#EDEEF0;
	padding:15px;
	display:flex;
	gap:15px;
	border-radius:5px;
	align-items:center;
}

#form_PTC_HOSTEL .hostel .hostel-pic{
	flex-shrink:0;
}

#form_PTC_HOSTEL .hostel .hostel-txt{
	flex-grow:1;
	font-size:16px;
	font-weight:500;
	line-height:1;
}

#form_PTC_HOSTEL .form_popup_header{
	margin-bottom:15px;
}

#form_PTC_HOSTEL .row{
	background:#FBFBFB;
	padding:15px;
	border-radius:5px;
	border:1px solid #ECECEC;
	/*border-bottom:none;*/
	margin:0px 0px 15px 0px;
}

#form_PTC_HOSTEL .col-md-12{
	margin:0px;
	padding: 0px;
}

#form_PTC_HOSTEL .form_popup .send{
	/*
	background:#FBFBFB;
	padding:0px 15px 15px 15px;
	border-radius:0px 0px 5px 5px;
	border:1px solid #ECECEC;
	border-top:none;
	*/
	text-align:center;
}

#form_PTC_HOSTEL .form_popup .send .btn{
	justify-content:center;
}

#form_PTC_HOSTEL .form_popup .send .btn .icon{
	display:none;
}

.razn-pics{
    display: flex;
    width: 100%;
    overflow: hidden;
	justify-content:center;
	gap: 10px;
}

.razn-pics img{
    height: 300px !important;   /* общая высота */
    width: auto;     /* сохраняем пропорции */
    min-width: 0;
}

@media (max-width: 750px){
	.razn-pics{
		flex-direction:column;
		align-items:center;
	}
}