/* =======================================================
*
* 	Template Style 
*
* ======================================================= */

body {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #333;
  background: #000;
  margin:0 auto;
}

h1, h2, h3, h4, h5, h6, heading{
  font-family: 'Sansation';
}

/* Better Font Rendering =========== */
body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* styles for fixing flex on safari */
.row:before, .row:after {display: none !important;}

/* styles for scrollbar */
/* width */
body::-webkit-scrollbar {
  width: 10px;
}
/* Track */
body::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
body::-webkit-scrollbar-thumb {
  background: #666; 
}
/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #333; 
}

.yadro-page-wrap{
	max-width: 1400px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    background: white;
}


#page {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow:hidden;
}
.offcanvas #page {
  overflow: hidden;
  position: relative;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

/* GLOBAL SHARPENING FOR IMAGES
* --------------------------------------- */	
img, .sharp{
	image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges; /* Firefox */
	image-rendering: optimizequality; /* Firefox */
    -ms-interpolation-mode: nearest-neighbor; /* IE */	
}
img.nofilter{
	image-rendering: inherit;
    image-rendering: inherit; /* Firefox */
	image-rendering: inherit; /* Firefox */
    -ms-interpolation-mode: inherit; /* IE */	
}

img.max-width{
	max-width:250px;
}

/* GLOBALS 
* --------------------------------------- */
a,
a:active,
a:focus, 
a:hover,
button,
button:active,
button:focus, 
button:hover,
.btn,
.btn:active, 
.btn:focus, 
.btn:hover,
.slick-slide,
.slick-slide:hover,
.slick-slide:active{   
    outline:none !important;
	text-decoration:none!important;
}
a, button {
	color:#004f9c;
	transition: all 0.3s ease; 
}
a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
  color: #000;
}

::-webkit-selection {
    color: #fff;
	text-shadow:none;
    background: #004f9c;
}

::-moz-selection {
    color: #fff;
	text-shadow:none;
    background: #004f9c;
}

::selection {
    color: #fff;
	text-shadow:none;
    background: #004f9c;
}

.nowrap{white-space:nowrap;} /* неразрывная строка */
.block{display:block!important;}
.inline-block{display:inline-block!important;}
.inline{display:inline!important;}
.relative{position:relative!important;}
.pointer{cursor:pointer!important;}
.transition{
	transition:all .3s ease-in-out;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.pb-5{padding-bottom:5px!important;}
.pb-10{padding-bottom:10px!important;}
.pb-15{padding-bottom:15px!important;}
.pb-30{padding-bottom:30px!important;}
.pb-1_5em{padding-bottom:1.5em!important;}
.pb-2em{padding-bottom:2em!important;}
.pt-5{padding-top:5px!important;}
.pt-10{padding-top:10px!important;}
.pt-15{padding-top:15px!important;}
.pt-20{padding-top:20px!important;}
.pt-30{padding-top:30px!important;}
.pt-1em{padding-top:1em!important;}
.pr-5{padding-right:5px!important;}
.pad-20{padding:20px;}
.pr-10{padding-right:10px!important;}
.mtb-10{margin:10px 0!important;}
.mt-5{margin-top:5px!important;}
.mt-15{margin-top:15px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-50{margin-top:50px!important;}
.mt-60{margin-top:60px!important;}
.mb-1em{margin-bottom:1em;}
.mb-15{margin-bottom:15px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-25{margin-bottom:25px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-50{margin-bottom:50px!important;}
.mb-60{margin-bottom:60px!important;}
.m-0-auto{margin:0 auto!important;}

.border-style-1{border:1px solid #ddd;border-radius:2px;}

.spacer.empty {
	padding: 3em 0 1em;
    margin-bottom:0px;	
}
@media screen and (max-width: 767px){
	.spacer.empty {
		padding: 0em 0 1em;
		margin-bottom:0px;	
	}	
}

.max-h-50{max-height:50px;}

.opacity-6{opacity:.6;}
.opacity-9{opacity:.9!important;}

.shadow_after_css{
	 -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;	
}
.shadow_after_css_lit{
	 -webkit-box-shadow: 0px 20px 10px -15px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 20px 10px -15px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 20px 10px -15px rgba(0, 0, 0, 0.55);	
}
.shadow_after_css_big{
	min-height:70px;
	 -webkit-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.75);		
}
.shadow_after_css_full{
	 -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.75) !important;	
}
.shadow_after:after, .shadow_before:before{display:block; content:""; position:absolute; bottom:-20px; left:0px; width:100%; height:20px;
	background-image:url("../images/shadow.png");
	background-size: 100% 20px;
	 -webkit-background-size: 100% 20px;
	 -o-background-size: 100% 20px;
	  -moz-background-size: 100% 20px;
	background-position: top center;
	background-repeat: no-repeat;
	z-index:100;
	opacity:.6;
	transition:all .3s ease-in-out;
}


.bg-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.1) url("../images/bg-pattern.png");
    background-size: 2px 2px;
}
.bg-header-dark:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1) url("../images/bg-pattern.png");
	background-size: 3px 3px;
    opacity: .2;
}
.z-index-up{
	z-index:200;
}
.z-index-upper{
	z-index:300;
}
.z-index-1{
	z-index:1!important;
}
.z-index-2{
	z-index:2;
}


/* FONTS SIZES & COLORS
* --------------------------------------- */	
.bold{font-weight:700;}
.heading {
  font-weight: 400;
}
.all-text{
	font-size:28px;
	line-height:1.1;
	margin:0;
	padding:0;
}	
.fnts-1_2{
	font-size:1.2em;
}
.fnts-1_5{
	font-size:1.5em;
}
.fnts-2{
	font-size:2em;
}
.fnts-3{
	font-size:3em;
}
.txt-lit{
	font-size:0.6em;
}
.fntc-fff{
	color:#fff;
}
.fntc-888{
	color:#888!important;
}
.fntc-000{
	color:#000;
}
.fntc-red{
	color:#b90404;
}
.fntc-blue{
    color: #178dec;
}
.c-green{color:#0baf0b;}
.c-blue{color:#6b6bff;}
.c-red{color:#f35555;}
.c-yellow{color:#dcdc1b;}
.c-logo{color:#ec6a32;}
.ts-1{
	text-shadow:0 1px 1px #000;
}	
.ts-2{
	text-shadow:0 2px 2px #fff;
}	
.ts-3{
	text-shadow:0 1px 1px #fff;
}	
.bg-1{
	background-color:#eee;
}	
.line-through{
	text-decoration: line-through;
} 
.uppercase{
	text-transform:uppercase;
}
.lowercase{
	text-transform:lowercase;
}
.lh-1{line-height:1em;}
.lh-1_1{line-height:1.1em;}
.lh-1_2{line-height:1.2em;}
.lh-1_3{line-height:1.3em;}
@media screen and (max-width: 767px){
	.center-mobile{
		text-align:center;
	}
	.center-mobile-block{
		margin:0 auto;
	}	
}

.bg-shine-1{
	position:relative;
	z-index: 0;	
}
.bg-shine-1:after{
	content: '';
    position: absolute;
    top: -120px;
    left: -220px;
    width: 500px;
    height: 500px;
    z-index: -1;
    background: url(../images/bg-shine-1.png);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .7;
}
@media screen and (max-width: 767px){
	.bg-shine-1:after{
		top: -100px;
		left: -100px;
		width: 300px;
		height: 300px;
	}
}
.bg-shine-2{
	position:relative;
	z-index: 0;	
}
.bg-shine-2:after{
    content: '';
    position: absolute;
    top: -180px;
    left: -180px;
    width: 400px;
    height: 400px;
    z-index: -1;
    background: url(../images/bg-shine-1.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
}
@media screen and (max-width: 767px){
	.bg-shine-2:after{
		top: -100px;
		left: -80px;
		width: 200px;
		height: 200px;
	}
}
.bg-shine-3{
	position:relative;
	z-index: 0;	
}
.bg-shine-3:after{
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
	margin-top: -250px;
	margin-left: -250px;	
    z-index: -1;
    background: url(../images/bg-shine-1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .7;
}
@media screen and (max-width: 767px){
	.bg-shine-3:after {
		top: 50%;
		left: 50%;
		width: 300px;
		height: 300px;
		margin-top: -150px;
		margin-left: -150px;
	}
}

/* стили для тултип */
/* --------------------------------------- */
.tooltip_css{
  visibility: hidden;
  width: 120px;
  background-color: #555!important;
  color: #fff!important;
  text-align: center!important;
  padding: 5px!important;
  border-radius: 6px!important;
  line-height:14px!important;  
  font-size:13px!important;
  text-shadow:0 1px 1px #000!important;
  font-weight:normal!important;
  text-transform:none!important;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1000;
  top: 125%;
  left: 50%;
  margin-left: -60px;
  word-break: break-word;
  -webkit-box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75)!important;
  -moz-box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75)!important;
  box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75)!important;
  
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;

}
/* Tooltip arrow */
.tooltip_css::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}
.has-tooltip:hover .tooltip_css, .has-tooltip.active .tooltip_css {
  visibility: visible;
  opacity: 1;
}

/* ----------------- тултип выключен ---------------- */
.nott .tooltip_css{
	display:none;
}

/* ----------------- тултип справа ---------------- */
.ttright .tooltip_css{
    top: 50%;
    left: 125%;
    margin-left: 0;
    margin-top: -12px;	
}
/* Tooltip arrow */
.ttright .tooltip_css::after {
    top: 50%;
    left: -5px;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}



/* FORMS
* --------------------------------------- */	
input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}
input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}
input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}

.form-data .form-group{
	margin-bottom:10px;
}
.form-data .form-control{
	color:#000;
}
.form-control {
    font-size: 1em;
    padding: .75em;
}
label { font-weight: 700; }
.yadro-search-form {
    background-color: #f5f6f6;
    padding: 25px 25px 15px;
    width: 100%;
    max-width: 830px;
    margin-left: 15px;
    margin-right: 15px;
}

.yadro-form-group { float: left; }
.yadro-form-group-pad { padding: 0 8px; }
.yadro-form-group-1 { width: 50%; }
.yadro-form-group-2 { width: 50%; }
.yadro-form-group-3 { width: 25%; }
.form-control { border-radius: 0; }
.form-group {
  margin-bottom: 30px;
}
.form-group label {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  height: 54px;
  font-size: 1em;
  font-weight: 400;
  color: #333;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: yellow;
}
.form-control {
    position: relative;
    z-index: 1;
    border: 1px solid #ddd;
    height: 50px;
    background: transparent;
}
.form-control.error {
	border:2px solid #b90404;
	background:#ffffff;	
}
.form-result{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
input[type="radio"], input[type="checkbox"] {
    margin: 0;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 18px;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 20px;
	}
}
/* Pop-Up 
* --------------------------------------- */
.consult-popup{
	text-align:center; width:500px; margin:0 auto; position:relative;
    padding: 0px 20px;
}
@media screen and (max-width: 767px){
	.consult-popup{
		width:300px;
		padding: 0px 10px;
	}	
}
@media screen and (max-width: 479px){
	.consult-popup{
		width:100%;
		padding: 0px 10px;
	}	
}
	

/* HomePage-Pop-Up */
.form-white-popup{
	text-align:center; max-width:450px; margin:40px auto; background-color:#fff; position:relative;
	padding:40px;
}
.liner-4{
	padding:10px 0;
	font-size:1.2em;
	color:#000;
}

/* Product-Pop-Up */
.product-white-popup{
	text-align:center; width:80%; margin:40px auto; background-color:#fff; position:relative;
	padding:40px;
}
.product-form-main-img{
	width:100%; margin:0 auto;
}
.product-white-popup h2, .product-white-popup h3 {
	margin-top:0px;
	word-wrap: break-word;
    word-break: break-word;	
}
@media (max-width: 767px){
	.product-white-popup{
		width:90%;
		padding:40px 20px 20px;
	}	
	.product-white-popup .contact-form{
		border-top:2px dotted #ddd;
	}	
	.product-white-popup h2, .product-white-popup h3 {
		margin-top:20px;
	}	
}
@media (min-width: 768px){
	.product-white-popup .contact-form{
		border-left:2px dotted #ddd;
		padding-left:10px;
	}
}
.product-white-popup h2 span.price-for {
    display: inline-block;
    padding-right: 3px;
    font-size: 16px;
}

/* HomePage-Pop-Up */
.form-white-popup{
	text-align:center; max-width:450px; margin:40px auto; background-color:#fff; position:relative;
	padding:40px;
}
.liner-4{
	padding:10px 0;
	font-size:1.2em;
	color:#000;
}

/* Text-Pop-Up */
.text-white-popup{
	text-align:left; width:60%; margin:40px auto; background-color:#fff; position:relative;
	padding:40px;
}
@media (max-width: 767px){
	.text-white-popup{
		width:90%;
		padding:40px 20px 20px;
	}	
}


/* HEADER
* --------------------------------------- */
.top-contacts {
	background-color:#333;
	position: relative;
    z-index: 100000;
	padding:10px 0 10px;
    background: url("../images/bg-granit.jpg");
    background-position: center;
    background-size: auto;
    background-repeat: repeat-x;	
}
.top-contacts:before {
    display: block;
    position: absolute;
    content: "";
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
	opacity:.8;
	box-shadow: 0 25px 50px 5px #ffffff33;
}
.top-contacts:after {
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-image: -moz-linear-gradient(90deg, rgb(0 0 0 / 45%) 40%, transparent 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0 0 0 / 45%) 40%, transparent 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0 0 0 / 45%) 40%, transparent 100%);
	opacity:.6;
}
.top-contacts .contacts {
    background-color: #464646;
}
.top-contacts .navbar-brand img{ max-height:65px; margin:4px 0 0;}
.top-contacts .info{display:block; position:relative; font-size:.9em; color:#fff; text-shadow:0 1px 1px #000; margin:6px 0 0; padding:0;}
.top-contacts .info img, .top-contacts .info img{
    height: 1.3em;
    display: inline-block;
    background-color: #ddd;
    padding: 2px;
    position: relative;
    top: -2px;
    border-radius: 2px;
	margin-right: 3px;
}
#yadro-offcanvas a img{
	height: 1.3em;
    display: inline-block;
    background-color: #ddd;
    padding: 2px;
    position: relative;
    top: -2px;
    border-radius: 2px;
    margin-right: 3px;
    float: left;
}
#yadro-offcanvas i.icon{
	display:inline-block;
	width:20px;
	font-size:1.2em;
	text-align:center;
	position:relative;
	top:-2px;
	float: left;
}
#yadro-offcanvas a span.accurate{
    display: block;
    padding-left: 30px;
	text-transform:none;
}
.top-contacts .info span.number{
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    background-color: #ddd;
    color: #000;
    font-size: 6px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    padding: 1px 2px;
    text-shadow: 0 1px 1px #fff;
    font-weight: 600;
}
.socials{
	padding:10px 0;
}
.socials a{
	display: inline-block;
    margin: 5px 0 0 15px;
    color: #ddd;
    font-size: 1.6em;
	text-shadow: 0 2px 2px #000;
}
.socials a:first-child{
    margin: 5px 0 0 0px;
}
#yadro-offcanvas .socials{
	border-top:2px solid #ddd;
}
#yadro-offcanvas .socials a{
    margin: 10px 20px 0 0;
    font-size: 1.8em;
}
#yadro-offcanvas .socials a:last-child{
    margin: 10px 0 0 0;
}

.yadro-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.5s ease-in-out;
}

.yadro-top-bar.noshadow{ box-shadow: none; }

.yadro-top-bar .menu{
	padding-top:0px;
	background-color:#ffffff;
    -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.35);		
}		
.yadro-top-bar:after{
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height: 200px;
	background: transparent;
    background-image: -moz-linear-gradient(90deg, transparent 30%, rgba(0,0,0,.7) 100%);
    background-image: -webkit-linear-gradient(90deg, transparent 30%, rgba(0,0,0,.7) 100%);
    background-image: -ms-linear-gradient(90deg, transparent 30%, rgba(0,0,0,.7) 100%);
	z-index:-1;
	transition:all .3s ease-in-out;
}
.yadro-top-bar.active:after{
	height: 0px;
}
.yadro-top-bar:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/blue-wave-jpg.jpg);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: .1;
}
	
.yadro-top-bar.active .menu{
    position: fixed;	
    top: 0;
    left: 0;
    width: 100%;	
    height: 60px;
	background-color:rgba(255,255,255,.97);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	background-image:none;
	padding-top:0;
}

.yadro-top-bar.active .menu .navbar .menu-bg{
    background-color: transparent;
    background-image: none;
    background-image: none;
    background-image: none;	
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	padding: 10px 0px 5px;	
}
.yadro-top-bar.active .logo-block{
    display:none; 
}
.yadro-top-bar a.nav-link {
    display: inline-block;
    padding: 10px 12px 7px;
    border-radius: 0px;
    text-transform: uppercase;
    text-shadow: 0 2px 2px #fff;
}
@media screen and (max-width: 1200px) {
	.yadro-top-bar a.nav-link {
		padding: 10px 10px 7px;
	}	
}

a.nav-link span.count, a.category-group-item span.cat-ins span.count, .category-thumb span.count{
    display: inline-block;
    position: relative;
    top: -2px;
	line-height: 1em;
    height: 1.2em;
    font-size: .8em;
    padding: 2px;
    background-color: #fafafa;
    border-radius: 2px;
    border: 1px solid #ddd;
	color: #000;
}
.yadro-top-bar.active a.nav-link {
	font-size: .9em;
    color: #333;
    padding: 10px 12px 10px;
    margin-top: 2px;
    text-shadow: 0 1px 1px #fff;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;	
}
.yadro-top-bar a.nav-link:hover, .yadro-top-bar .nav-item.active a.nav-link {
	color: #fff;	
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	text-shadow: 0 1px 1px #000;
    background-color: #3273b5;
    background-image: -moz-linear-gradient(90deg, transparent 70%, rgb(0 0 0 / 30%) 100%);
    background-image: -webkit-linear-gradient(90deg, transparent 70%, rgb(0 0 0 / 30%) 100%);
    background-image: -ms-linear-gradient(90deg, transparent 70%, rgb(0 0 0 / 30%) 100%);		
}
.yadro-top-bar a.nav-link.current{color: #b31a06;}

.yadro-top-bar a.nav-link i.icon{display:inline-block; padding-right:5px;}


#yadro-top-bar .close-dropdown, #yadro-top-bar .close-sub-dropdown{display:none;}
#yadro-offcanvas .caret{display:none;}
#yadro-offcanvas .close-dropdown, #yadro-offcanvas .close-sub-dropdown{
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
	  color: rgba(255, 255, 255, 0.2);
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
    font-size: 1.6em;
}
#yadro-offcanvas .sub-level .close-sub-dropdown{
    top: 3px;
}
#yadro-offcanvas .sub-level:first-child .close-sub-dropdown{
    top: 14px;	
}
#yadro-offcanvas ul li.offcanvas-has-dropdown.active .close-dropdown, #yadro-offcanvas ul li.offcanvas-has-dropdown.sub-level.active .close-sub-dropdown {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


.yadro-top-bar.active .navbar-brand { font-size: 1.4em; }
.yadro-top-bar .navbar-brand img {
	display:inline-block; 
    width: 180px;
    height: auto;
}
.yadro-top-bar.active .navbar-brand img { display:inline-block; width: 150px; }
.yadro-top-bar-bg { height: 0px; }
.yadro-top-bar a.nav-link { color: #333; }

.navbar-brand {
	float: none;
    position: absolute;
    background-color: #333;
    height: auto;
    padding: 10px 20px;
	margin-top: -10px;
    box-shadow: 0 15px 15px -10px #000;
    background-image: -moz-linear-gradient(90deg, transparent 30%, rgba(0,0,0,.5) 100%);
    background-image: -webkit-linear-gradient(90deg, transparent 30%, rgba(0,0,0,.5) 100%);
    background-image: -ms-linear-gradient(90deg, transparent 30%, rgba(0,0,0,.5) 100%);
	border-radius: 0 0 4px 4px;
	z-index: 1;
}
.yadro-top-bar.active .navbar-brand {
	padding: 13px 15px 0 0;
}
.navbar-brand span{display:inline-block; position:relative; top:10px; line-height: 0.6em; padding-right: 20px;}
@media screen and (min-width: 992px) {
	.yadro-top-bar.active .navbar-brand span {top:7px;}
}
.navbar-brand span i{
	display:block;
	font-style:normal;
	font-size: 0.35em;    
    text-transform: uppercase;    
}

/* стили для фикс-логотипа */
.yadro-top-bar .navbar-brand-fixed {
	width:auto;
	overflow:hidden;
}
.yadro-top-bar.active .navbar-brand-fixed {
	display:inline-block;
	width:auto;	
}
#yadro-offcanvas .navbar-brand-fixed{
	display:none;
}
.yadro-top-bar .navbar-brand-fixed img { display: inline-block; width: 160px; padding: 0 5px; transition:all .5s ease-in-out; }
.yadro-top-bar.active .navbar-brand-fixed img { display: inline-block; width: 130px; padding: 7px 15px 0 0;}
/* EOF стили для фикс-логотипа */

.navbar {
    font-weight: 400;
	font-size:.9em;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
	letter-spacing:0.3px;
	min-height: 60px;
}
.navbar .menu-bg{
	position:relative;
	width:100%;
	height:100%;
	border-radius:0px;
	padding: 20px 0px 5px;
}

.yadro-top-bar.active .menu .navbar{
	font-size:.9em;	
}
@media screen and (min-width: 991px) {
	.navbar { font-size:1em; }
	.yadro-top-bar.active .menu .navbar { font-size:.9em; }
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(104, 199, 187)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler { 
    border-color: rgb(104, 199, 187);
    border-radius: 0;
    cursor: pointer;
}
ul.navbar-nav{
    padding: 0;
	position: relative;
}
ul.navbar-nav li {
  list-style:none;
}
ul.navbar-nav li.has-dropdown {
  position: relative;
}
ul.navbar-nav li.nav-item.has-dropdown .dropdown {
	display:none;
  width: auto;
  min-width:300px;
  -webkit-box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 0 4px 4px 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  border:1px solid #ddd;
}
ul.navbar-nav li.nav-item.has-dropdown.sub-level .dropdown {
  top: -10px;
  left: 100%;
}
#yadro-offcanvas ul.navbar-nav li.nav-item.offcanvas-has-dropdown .dropdown a {
	font-size: 1em;
    text-transform: none;
}
.navbar-nav > li.nav-item.offcanvas-has-dropdown > a {
	padding-top:0;
	padding-bottom:0;
}
.navbar-nav > li.nav-item.offcanvas-has-dropdown .dropdown > li:first-child {
	padding-top:20px!important;
}

/* ul.navbar-nav li.nav-item.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ddd;
  border-width: 8px;
  margin-left: -8px;
} */
ul.navbar-nav li.nav-item.has-dropdown.sub-level .dropdown:before {
    bottom: auto;
    left: auto;
    top: 10px;
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: transparent;
    margin-left: 0;
    border-right-color: #b11905;
    border-width: 8px;
}
.caret {
	margin-left: 4px;
    border-top: 4px dashed #74a8cd;
}
.caret-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
	margin-top: -2px;
    vertical-align: middle;
    border-left: 4px dashed;
    border-left: 4px solid \9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
#yadro-offcanvas .caret-right {	
	display:none;
}

ul.navbar-nav li.nav-item.has-dropdown .dropdown li {
  display: block;
}
ul.navbar-nav li.nav-item.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
ul.navbar-nav li.nav-item.has-dropdown .dropdown li a.nav-link {
    font-size: 1em;
    padding: 10px;
    display: block;
    color: black;
    line-height: 1.2em;
    letter-spacing: 0;
    text-shadow: none;
    background: transparent;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	text-transform: none;
}
ul.navbar-nav li.nav-item.has-dropdown .dropdown li a.show-all {
    display: inline-block;
    font-size: .8em;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
}
ul.navbar-nav li.nav-item.has-dropdown .dropdown li a.show-all:hover {
	color:#000;
    box-shadow: none;	
}
ul.navbar-nav li.nav-item.has-dropdown .dropdown li a.nav-link:hover {
	color: #fff;	
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	text-shadow: 0 1px 1px #000;
    background-color: #3273b5;
    background-image: -moz-linear-gradient(90deg, transparent 70%, rgb(0 0 0 / 30%) 100%);
    background-image: -webkit-linear-gradient(90deg, transparent 70%, rgb(0 0 0 / 30%) 100%);
    background-image: -ms-linear-gradient(90deg, transparent 70%, rgb(0 0 0 / 30%) 100%);

}
ul.navbar-nav li.nav-item.has-dropdown .dropdown li a.nav-link.current {
	color: #fff;	
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	text-shadow: 0 1px 1px #000;
    background-color: #3273b5;
    background-image: -moz-linear-gradient(90deg, transparent 70%, rgb(0 0 0 / 30%) 100%);
    background-image: -webkit-linear-gradient(90deg, transparent 70%, rgb(0 0 0 / 30%) 100%);
    background-image: -ms-linear-gradient(90deg, transparent 70%, rgb(0 0 0 / 30%) 100%);

}

.scrolled ul.navbar-nav li.nav-item.has-dropdown:hover a, .scrolled ul.navbar-nav li.nav-item.has-dropdown:focus a {

}
ul.navbar-nav li.nav-item img.img-lang{
	max-height:20px;
}
ul.navbar-nav li.nav-item a.default{cursor:default;}

.top-menu{
	padding:10px 0;
	background-color:rgba(0,0,0,.2);
}
.top-menu img.filter-bw {
  opacity:0;
}
@media screen and (max-width: 767px){
	.top-menu{
	  background-image: -moz-linear-gradient(90deg, #ffffff 0%, #efefef 100%);
	  background-image: -webkit-linear-gradient(90deg, #ffffff 0%, #efefef 100%);
	  background-image: -ms-linear-gradient(90deg, #ffffff 0%, #efefef 100%); 	
	}
}
.logo-padding{
	height:100px;	
}
.logo-top{
    position: absolute;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    z-index: 1000;
    top: 2px;
}
.logo-top.filter-bw {
  opacity:0;
}
.logo-top.filter-bw.scrolled {
  opacity:1;
}
.logo-top.scrolled{
    width: 120px;
    top: 0px;
    margin-left: -60px;
}
#yadro-logo a img{
    width: 120px;
    height: auto;
}
#yadro-logo.loading{
	position:absolute;
	bottom:-130px;
	left: 0px;
	z-index: 200;
	width:100%;
}
@media screen and (max-width: 768px) {
	#yadro-logo.loading{
		position:relative;
		top:0;
		z-index: 0;
	}
}
.contacts-center{
	display:block;	
	color:#ccc;
	padding:0;
	z-index:1;
	padding-top:2px;
}
.contacts-center:before{
	font-family: 'icomoon';
	content: '\e952';
    position: absolute;
    top: -4px;
    left: -10px;
    width: 10px;
    height:10px;
	color:#555;
	font-size: 30px;	
}
.contacts-center:after{
	font-family: 'icomoon';
	content: '\e953';
    position: absolute;
    top: -4px;
    right: 10px;
    width: 10px;
    height:10px;
	color:#555;
	font-size: 30px;
}
.contacts-left{
	display:block;	
	color:#ccc;
	padding:0;
	z-index:1;
}
.contacts-right{
	display:block;	
	color:#ccc;
	float:right;
	width:auto;
	text-align:right;
	padding:0;	
	z-index:1;
}
.contacts-left i, .contacts-right i{
	display:inline-block;
	position:relative;
	top:0px;
	color:#aaa;
    padding-right: 3px;
    padding-left: 0px;
}
.contacts-left .content, .contacts-right .content{
	color:#eee;
}
.contacts-left a, .contacts-right a{
	color:#eee;
}
.contacts-left a:hover, .contacts-right a:hover{
	color:#fff;
}
.phone-mobile{
    display: block;
    position: relative;
    padding: 6px 5px 4px;
    margin-top: 10px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #333;
}
.phone-mobile span.phone-name{
	display:block;
	padding-bottom:5px;
}
.phone-mobile .operator{
	display:block;
	position:absolute;
	height:30px;
	width:30px;
	z-index:1;
	left:-10px;
	top:-10px;
	background-color:#d3d3d3;
	border-radius:100%;
	text-align:center;
	box-shadow:0 2px 2px #222;
}
.phone-mobile .operator img{
	display:block;
	margin:0 auto;
	height:20px;
	width:20px;
	margin-top:5px;
}

#yadro-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 768px) {
  #yadro-header {
    background-position: center center;
    background-attachment: scroll;
  }
}
#yadro-header .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  #yadro-header,
  .yadro-cover {
    padding: 0;
  }
}

/* OPACITY BLOCKS
* --------------------------------------- */
#yadro-opacity-block{
	background-color:#fff;	
	position:relative;
	padding-top:80px;
}
#yadro-dark-block{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	background-color:#fff;
	z-index:100;
	opacity:1;
	transition: all .3s ease-in-out; 
}
@media screen and (max-width: 991px) {
	#yadro-opacity-block{
		padding-top:60px;
	}	
}
@media screen and (max-width: 767px) {
	#yadro-dark-block{
		display:none;
	}
}
#yadro-fader-block{
	opacity: 0;
	visibility: hidden;
	position: fixed;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #00000075;
    z-index: 1000;
    transition: all .5s ease-in-out;
    top: 0;
    left: 0;
}
#yadro-fader-block.active {
  opacity: 1;
  visibility: visible;
}
#yadro-fader-block #anonce{
	position:absolute;
	width:100%;
	margin:0 auto;
	top:50%;
	height:50px;
	margin-top:-25px;
	text-align:center;
	color:#fff;
	font-size:1.4em;
	font-weight:800;
	text-transform:uppercase;
}

/* Позиционирование */
.yadro-page-wrap { 
	position: relative;
	z-index:1;
    max-width: 100%;
	min-height:400px;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 50%);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);	
    background: #fff;
	overflow:hidden;
	padding-bottom: 70px;
}
.yadro-page-wrap:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    /* background: url(../images/bg-water-page.jpg) center center no-repeat;
    background-size: cover; */
    opacity: .03;
    background-color: #2d414f;
}

.mx-auto{margin:0 auto;}

.yadro-container-outer {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;	
}
.yadro-section {
  padding-top: 5em;
	padding-bottom: 3em;
}
.yadro-section-form {
  padding-top: 5em;
	padding-bottom: 1em;
}
.yadro-section-nobottom {
  padding-top: 6em;
  padding-bottom:0;
}
.yadro-section-equalpad {
  padding-top: 5em;
	padding-bottom: 5em;
}
.yadro-section-equalpad-small {
  padding-top: 3em;
	padding-bottom:3em;
}
.yadro-section-nopadding {
  padding-top: 0;
  padding-bottom:0;
}
.yadro-section-nobottom-smalltop {
  padding-top: 3em;
  padding-bottom:0;
}
.yadro-section-nobottom-xsmalltop {
  padding-top: 2em;
  padding-bottom:0;
}
.yadro-section-footer {
  padding-top: 1em;
	padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .yadro-section {
    padding-top: 3em;
	padding-bottom:3em;
  }
 .yadro-section-form {
	padding-top: 3em;
	padding-bottom: 1em;
  } 
}
@media screen and (max-width: 991px) {
	.yadro-section-nobottom {
	  padding-top: 3em;
		padding-bottom:0;
	 } 
	.yadro-section-nobottom-smalltop {
	  padding-top: 1em;
	  padding-bottom:0;
	}	 
	.yadro-section-equalpad {
	  padding-top: 3em;
		padding-bottom: 3em;
	}	
}

.section-heading {
    padding: 0 0 1em 0;
}
.section-heading h3 {
	font-size: 2.2em;
    color: #b31a06;
    text-transform: uppercase;
    margin: 0;
}
.section-heading h4 {
  font-size: 1.6em;
  color: #b31a06;
  text-transform:uppercase;
  margin: 0;
  text-shadow: 0 2px 2px #fff;
}
.section-heading h5 {
    font-size: 1.8em;
    color: #333;
    margin: 0;
    text-shadow: 0 2px 2px #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
}
.section-heading p.h5 {
    font-size: 1.6em;
    color: #333;
    margin: 0;
    text-shadow: 0 2px 2px #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
}
.yadro-bg-section {
  background: rgba(234, 39, 45, 0.03);
}


#yadro-offcanvas {
  position: fixed;
  z-index: 10001;
  width: 320px;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
	background-color:#2B3E4E;
	  background-image: -moz-linear-gradient(0deg, #ffffff30 0%, transparent 100%);
	  background-image: -webkit-linear-gradient(0deg, #ffffff30 0%, transparent 100%);
	  background-image: -ms-linear-gradient(0deg, #ffffff30 0%, transparent 100%); 		
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(320px);
  -webkit-transform: translateX(320px);
  -ms-transform: translateX(320px);
  -o-transform: translateX(320px);
  transform: translateX(320px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#yadro-offcanvas-container{
	width:100%;
	height:auto;
	position:relative;
	padding: 75px 40px 40px 40px;	
}

@media screen and (max-width: 991px) {
	#yadro-offcanvas {
		display: block;
	}
 	#yadro-offcanvas .navbar-nav > li {
		float: none;
		position: relative;
	} 
	#yadro-offcanvas .navbar-nav {
		float: none;
	}
}

/* styles for scrollbar */
/* width */
#yadro-offcanvas::-webkit-scrollbar {
  width: 10px;
}
/* Track */
#yadro-offcanvas::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
#yadro-offcanvas::-webkit-scrollbar-thumb {
  background: #666; 
}
/* Handle on hover */
#yadro-offcanvas::-webkit-scrollbar-thumb:hover {
  background: #333; 
}

.offcanvas #yadro-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#yadro-offcanvas a {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  line-height: 1.2em;
  text-shadow: 0 1px 1px #000; 
}
#yadro-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#yadro-offcanvas ul {
  padding: 0;
  margin: 0;
}
#yadro-offcanvas ul li {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
#yadro-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#yadro-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
  margin-right: 40px;
}

.yadro-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 10px !important;
}
.yadro-nav-toggle.active i::before, .yadro-nav-toggle.active i::after {
  background: #444;
}
.yadro-nav-toggle:hover, .yadro-nav-toggle:focus {
  outline: none;
  border-bottom: none !important;
}
.yadro-nav-toggle:active, .yadro-nav-toggle.active {
  outline: none;
  border-bottom: none !important;
  box-shadow: none !important;
}
.yadro-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.yadro-nav-toggle i::before, .yadro-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.yadro-nav-toggle.yadro-nav-white > i {
  color: #fff;
  background: #ddd;
}
.yadro-nav-toggle.yadro-nav-white > i::before, .yadro-nav-toggle.yadro-nav-white > i::after {
  background: #ddd;
}

.yadro-nav-toggle i::before {
  top: -7px;
}

.yadro-nav-toggle i::after {
  bottom: -7px;
}

.yadro-nav-toggle:hover i::before {
  top: -10px;
}

.yadro-nav-toggle:hover i::after {
  bottom: -10px;
}

.yadro-nav-toggle.active i {
  background: transparent;
}

.yadro-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}

.yadro-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
}

.yadro-nav-toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 10005;
  border-bottom: none !important;
}
@media screen and (max-width: 991px) {
  .yadro-nav-toggle {
    display: block;
	background: transparent;
    padding: 10px;
    opacity: .95;
  }
}

/* BUTTONS
* --------------------------------------- */	
.btn-action{
	color:#fff;
	background-color:#b90404;
	text-shadow:0 1px 1px #000;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;	
  cursor:pointer;
  text-transform: uppercase; 
  transition:all .3s ease-in-out;
}
.btn-action:hover{
	color:#fff;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;		
}
.yadro-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 0.85em;
    font-weight: 400;  
    padding: 12px 20px;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 10px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #ea272d;
  color: #fff;
  border: 2px solid #ea272d;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ec3e44 !important;
  border-color: #ec3e44 !important;
}
.btn-primary.btn-outline {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  color: #ec6a32;
  text-transform: uppercase;
  font-size: 14px !important;
  letter-spacing: 1px;
  border: 2px solid #ea272d;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #ea272d;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.promo-hover-btn{
	display: inline-block;
    position: relative;
    font-size: .8em;
    z-index: 1;
    padding: 14px 12px 10px;
    background-color: #41515fa6;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    overflow: hidden;
    border: 2px solid #fff;
}
.promo-hover-btn.solid{
    background-color: #e95517;
    border-radius: 4px;
    -webkit-box-shadow: 0px 14px 30px -15px rgb(0 0 0 / 75%) !important;
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    background-image: -moz-linear-gradient(90deg, transparent 80%, rgba(255,255,255,.7) 100%);
    background-image: -webkit-linear-gradient(90deg, transparent 80%, rgba(255,255,255,.7) 100%);
    background-image: -ms-linear-gradient(90deg, transparent 80%, rgba(255,255,255,.7) 100%);		
	border: none;
}
.promo-hover-btn.little{
    font-size: .6em;
    padding: 4px 8px 2px;
}
a.promo-hover-btn:hover, a.promo-hover-btn:active, a.promo-hover-btn:focus{
	color:#fff;
}
.promo-hover-btn:hover{
	background-color:#ec1b00 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
	text-shadow: none!important;
    background-image: -moz-linear-gradient(90deg, transparent 80%, rgba(0,0,0,.3) 100%);
    background-image: -webkit-linear-gradient(90deg, transparent 80%, rgba(0,0,0,.3) 100%);
    background-image: -ms-linear-gradient(90deg, transparent 80%, rgba(0,0,0,.3) 100%);		
}

.btn-primary {
    background: #69c6ba;
    border: none;
    border-radius: 0;
    outline: none;
}

.btn-primary:hover { background: #c66995; }



textarea {
  resize: vertical;
  overflow: auto;
}


.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.yadro-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  z-index: 999999;
	background: url(../images/loader.gif) center no-repeat #fffffff2;
}
.yadro-loader div{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  z-index: 999999;
	background: url(../images/favicon.png) center no-repeat transparent;
}
.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.bootstrap-datetimepicker-widget {
  color: #000 !important;
}


/* BREADCRUMBS */
.breadcrumb {
    background-color: transparent;
    padding: 1em 0 0;
    border: 0px;
    line-height: 1.4em;
    margin-bottom: 0px;	
}
.breadcrumb:after {
	display:block;
	content:'';
	clear:both;
}
.breadcrumb li a{
	color:#fff;
	border-bottom:1px dotted #ccc;
}
.breadcrumb li:first-child a{
	border-bottom:none;	
}
.breadcrumb > li:after{display:none;}
.breadcrumb li.breadcrumb-item{
	cursor:pointer;
	display:inline-block;
	position:relative;
	font-size: .8em;
	margin-bottom:5px;
	border:1px solid #ddd;
	border-radius:10px;	
	background-color:#fff;
	background-image: -moz-linear-gradient(90deg, #fafafa 0%, #fff 100%);
	background-image: -webkit-linear-gradient(90deg, #fafafa 0%, #fff 100%);
	background-image: -ms-linear-gradient(90deg, #fafafa 0%, #fff 100%);	  
	color:#004f9c;
	-webkit-box-shadow: 0px 14px 5px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 5px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 5px -15px rgba(0, 0, 0, 0.75); 
	transition:all .3s ease-in-out;
}
.breadcrumb li.breadcrumb-item:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
 	background-image: none;
	background-image: none;
	background-image: none;	  
	background-color:#fff;
}
.breadcrumb li.breadcrumb-item a{
	color:#004f9c;
}
.breadcrumb-item span, .breadcrumb-item+.breadcrumb-item span{
	display:inline-block;
	padding:10px 15px;	
}
.breadcrumb-item+.breadcrumb-item {
	margin-left: 0.5em;
}
.breadcrumb-item img, .breadcrumb-item+.breadcrumb-item img{
	display:none;
}	
.breadcrumb-item+.breadcrumb-item::before {
	display: block;
    position: absolute;
    left: -1em;
    top: 50%;
	margin-top:-10px;
    font-family: 'Font Awesome 5 Free';
    content: '\f138';
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-size: 22px;
    color: #004f9c;
	opacity:.8;
}
.breadcrumb-item+.breadcrumb-item:hover::before {
	opacity:1;
}
@media screen and (max-width: 767px) {
	
	.breadcrumb li.breadcrumb-item {
		font-size: 1em;
		display:block;
		float:left;
		background-image: none;
	}	
	.breadcrumb-item span i{
		font-size: 16px;
		margin-top: 2px;
	}
	.breadcrumb-item span{
		height: 40px;
	}	
	.breadcrumb-item+.breadcrumb-item img{
		display: inline-block;
		height: 40px;
		padding: 2px 6px;
	}		
	.breadcrumb-item+.breadcrumb-item span{
		display:none;
	}		
	.breadcrumb-item+.breadcrumb-item::before {	
		font-size: 16px;	
		left: -1.1em;
		margin-top: -7px;
		opacity: .5;
	}
}

/* CATALOG HEADER SLIDER
* --------------------------------------- */
#yadro-catalog-header{
    padding-top: 160px;
    padding-bottom: 80px;	
	position:relative;
	z-index: 10;
	overflow-x: hidden;	
	background-color: #555;	
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;	
}
#yadro-catalog-header img{
	display: inline-block;
	max-height: 100px;	
}
@media screen and (max-width: 767px) {
	#yadro-catalog-header{
		background-position: center center;
		background-size: cover;
	}
	#yadro-catalog-header:before{
		display:block;
		content:'';
		z-index: 1;
		height: 100%;
		width: 100%;
		position: absolute;
		overflow: hidden;
		top: 0px;
		left: 0px;
		background: rgba(0, 0, 0, 0.3);
	}	
	#yadro-catalog-header img{
		display: block;
		max-height: 50px;
		margin:0 auto;
		margin-bottom:20px;
	}	
}
#yadro-catalog-header .bg-image{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url(../images/bg-wave.svg);
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
}

#yadro-catalog-header .slide-header{
	position:relative;
	z-index:1;	
	background-color: #004f9c;	
}
#yadro-catalog-header .slide-header:after, #yadro-catalog-header .slide-header.both:after{
    content: '';
    position: absolute;
    top: 50%;
	margin-top:-150px;
    left: 100%;   
	width: 300px;
    height: 300px;	
	border: 150px solid transparent;
	border-left: 100px solid #004f9c;
	opacity:1;
	z-index:1;
}
#yadro-catalog-header .slide-header.reverse:after{
    content: '';
    position: absolute;
    top: 50%;
	margin-top:-150px;
    left: -100px;   
	width: 300px;
    height: 300px;	
    border: 150px solid #004f9c;
    border-left: 100px solid transparent;	
	opacity:1;
	z-index:-1;
}	
#yadro-catalog-header .slide-header.both:before{
    content: '';
    position: absolute;
    top: 50%;
	margin-top:-150px;
    left: -100px;   
	width: 300px;
    height: 300px;	
    border: 150px solid #004f9c;
    border-left: 100px solid transparent;	
	opacity:1;
	z-index:-1;
}


#yadro-catalog-header .header-catalog-slider{
	margin-left:-15px;
	margin-right:-15px;
}
#yadro-catalog-header div.slide-bg{
	background-size: cover;	
	background-position: center center;	
	background-repeat: no-repeat;	
}
#yadro-catalog-header div.slide-bg:before, #yadro-catalog-header.slide-bg:before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url("../images/bg-dark.png");
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: .6;
}

.height-block{
	color:#fff;
	text-shadow:rgba(0,0,0,.5) 0px 1px 1px;
	font-size:1em;
	line-height:1.1em;
	z-index:100;
	text-align:center;
	vertical-align:middle;
}
.height-block .top{
	display: block;
    font-size: 2.8em;
    line-height: 1em;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 0 4px 8px #000;
    font-weight: 600;
}
.height-block .bottom{
	display:block;
    font-size: 1em;
    line-height: 1.2em;
}
.height-block .bottom p{
	display: block;
    font-size: 1.2em;
    line-height: 1em;
    margin: 0 0 5px 0px;
    position: relative;
    text-shadow: 0 2px 4px #000;
}
.height-block .bottom p:before{
    display: inline-block;
    position: relative;
    font-family: 'Font Awesome 5 Free';
    content: '\f14a';
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-size: .9em;
    color: #ddd;
    top: 0px;
    left: 0;
	padding-right:7px;
}
.height-block .soft-line{
	display:block;
	position:relative;
	height:2px;
	width:50%;
	margin-top:15px;		
	margin-bottom:15px;	
	background-image: -moz-linear-gradient(0deg, #fafafa 0%, transparent 100%);
	background-image: -webkit-linear-gradient(0deg, #fafafa 0%, transparent 100%);
	background-image: -ms-linear-gradient(0deg, #fafafa 0%, transparent 100%);
}
@media screen and (max-width: 991px) {
	#yadro-catalog-header{
		padding-top:180px;
	}	
}
@media screen and (max-width: 767px) {
	#yadro-catalog-header{
		padding-top:80px;
		padding-bottom: 40px;
	}		
	#yadro-catalog-header .height-block{
		padding:0 0 20px;
		font-size:18px;
		text-align:center;		
	}	
	#yadro-catalog-header .height-block.product{
		padding-top:2em;
	}	
	#yadro-catalog-header .height-block .top{
		font-size: 1.6em;
		line-height: 1.1em;
	}	
	#yadro-catalog-header .slide-header{
		position:absolute;
		left:0;
		top:0;
		z-index: 3;
		background-color:transparent;
	}	
	#yadro-catalog-header .slide-header:after, #yadro-catalog-header .slide-header.both:before{
		display:none;
	}
	#yadro-catalog-header div.slide-bg:before{
		opacity: 1;
	}	
	#yadro-catalog-header div.slide-bg:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3) url("../images/bg-pattern.png");
		background-size: 2px 2px;
	}	
	.height-block .soft-line{
		background-image: -moz-linear-gradient(0deg, transparent 0%, #fff 50%, transparent 100%);
		background-image: -webkit-linear-gradient(0deg, transparent 0%, #fff 50%, transparent 100%);
		background-image: -ms-linear-gradient(0deg, transparent 0%, #fff 50%, transparent 100%);
		margin: 15px auto;
	}	
}


/* FOOTER */

footer {
    background: #2B3E4E;
    padding: 80px 0 40px;  
    font-size: 1em;
		background-image: -moz-linear-gradient(90deg, #55636f 0%, transparent 100%);
		background-image: -webkit-linear-gradient(90deg, #55636f 0%, transparent 100%);
		background-image: -ms-linear-gradient(90deg, #55636f 0%, transparent 100%);	
}
footer .divider{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #686d71;
    margin-top: 10px;
    margin-bottom: 10px;
}

footer p.contacts img {
    height: 1.3em;
    display: inline-block;
    background-color: #fffdfd;
    padding: 2px;
    position: relative;
    top: -2px;
    border-radius: 2px;
	box-shadow: 0 3px 4px -2px #666;
}

footer a { color:#fff; transition:all .3s ease-in-out; }
footer a:hover { color: #eee; }
footer a:focus, footer a:active { color: #eee; }

footer i{
	display:inline-block;
	width:20px;
	font-size:1.2em;
	text-align:center;
	position:relative;
	top:-2px;
	float: left;
}

footer h4 { 
	padding-top: 5px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #000;
    font-size: 1.4em;
}

footer p { 
    padding-top: 5px;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-size: 1em;
}

footer p img {
    height: 1.3em;
    display: inline-block;
    background-color: #ddd;
    padding: 2px;
    position: relative;
    top: -2px;
    border-radius: 2px;
    margin-right: 3px;
    float: left;
}

footer p span.accurate{
    display: block;
    padding-left: 30px;
	text-transform:none;
}
footer p span.taxi{
	display:block;
	padding-top:5px;
}
footer p span.taxi a{
    display: inline-block;
    border: 1px solid #aaa;
    padding: 5px 33px 5px 5px;
    background-color: #fffae0;
    border-radius: 4px;
    background-image: url(../images/yandex_go.jpg);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    text-shadow: 0 1px 1px #fff;
    text-transform: uppercase;
    font-size: .8em;	
}
footer .promo-hover-btn{
	margin-top:15px;
}
footer p.copyright{ 
    margin-top: 20px;
    margin-bottom: 0;
    color: #ccc;
    text-shadow: none;
}
footer p.copyright i{
	display:inline-block;
	width:20px;
	font-size:1.2em;
	text-align:center;
	position:relative;
	top:0;
	float: none;
}
footer p.copyright.light{ 
    font-size: 0.8em;
    color: #ccc;
    text-shadow: none;
}
footer img.logo{
	padding-top:10px;	
	padding-bottom:10px;
	max-width: 150px;
}
#map_block{
	position:relative;
}
#map_loading{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	text-transform:uppercase;
	padding-top:110px;
	font-size:16px;
	color:#aaa;
	background: url(../images/bx_loader.gif) center no-repeat transparent;
}
.map{
	position:relative;
	z-index:2;
    border: 1px solid #ddd;
    border-radius: 2px;
	min-height:300px;
	margin: 15px 0;
}
@media screen and (max-width: 767px) {
	footer img.logo{
		padding-top:10px;
		padding-bottom:10px;

	}
	footer {
		padding-top: 40px;
		padding-bottom: 80px;  

	}
	footer p.copyright{ 
		text-align:center;
	}
}

/* SITEMAP */
#sitemap{
	margin-top: 0.5em;
    margin-bottom: 1.4em;
}
#sitemap ul{
	margin:0;
	padding:0;
}
#sitemap ul > li > ul{
	padding-top: 3px;
	padding-left: 10px;
    border-left: 3px dashed #ddd;
}
#sitemap li{
	list-style:none;
	padding: 3px 0 3px;
}
#sitemap ul > li > ul > li:last-child{
	padding-bottom: 0px;
}

.scrollup {
	background-color: #dd3d44;
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
	border: 1px solid #FFF;
    display:none;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}

@media screen and (max-width: 1200px) {
	.top-contacts .navbar-brand img{ max-height:50px; margin:4px 0 0;}
	.navbar-brand {
		float: none;
		position: relative;
		background-color: transparent;
		height: auto;
		box-shadow: none;		
		padding: 0;
		text-align: left;
		line-height: 0;
		font-size: 0;
	}	
	
}

@media screen and (max-width: 991px) {
    .yadro-top-bar .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 20px;
        background: white;
    }

    .yadro-top-bar, .yadro-top-bar-bg { height: auto; }

    #mainNav {
        width: 200px;
        position: absolute;
        top: 53px;
        right: 15px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
        -moz-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
        box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
    }

    .yadro-top-bar .menu{
        height: 60px;
		padding-top: 0;
    }
	
    .yadro-sub {	
		z-index:999;
	}

    .yadro-top-bar.active .navbar-expand-lg .navbar-nav .nav-link,
    .yadro-top-bar .navbar-expand-lg .navbar-nav .nav-link { padding: 15px; }

    .yadro-top-bar .navbar-brand { 
		font-size: 1.4em;
		padding: 10px 0px 0;
		text-align: left;
		margin-top: 0;
		background-image: none;		
	}
	.yadro-top-bar.active .navbar-brand {
		font-size: 1.4em;
		padding: 18px 0px 0;

	}

    .yadro-top-bar .navbar-brand img { 
		width: 140px;
	    height: auto;	
		position: relative;
		z-index: 10002; 
	}
	.yadro-top-bar.active .navbar-brand img {
		display: inline-block;
		width: 110px;
	}
}
@media screen and (max-width: 767px) {
    .yadro-top-bar .navbar-brand img, .yadro-top-bar.active .navbar-brand img { 
		width: 100px;
	}
	.yadro-top-bar .navbar-brand, .yadro-top-bar.active .navbar-brand {
		float: none;
		position: relative;
		background-color: transparent;
		height: auto;
		box-shadow: none;		
		padding: 18px 0px 0;
		text-align: left;
		margin-top: 0;
	}	
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

#footer .socials{
	padding:0;
	display:inline-block;
}
#footer .socials a{
    margin: 5px 20px 5px 0;
    font-size: 1.8em;
	color:#666;	
}

/* MAIN SLIDER
* --------------------------------------- */
#common-home{
	padding-top:50px;	
}
#yadro-header{
	background-color:#000;
	margin-bottom:0px;	
}
#yadro-header .slides{
	max-width:1400px;
	margin:0 auto;
}
#yadro-header .action{
	position:absolute;
	left:0;
	bottom:0;
    background-image: -moz-linear-gradient(90deg, rgba(0,0,0,.5) 50%, transparent 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,.5) 50%, transparent 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0,0,0,.5) 50%, transparent 100%);	
}
#yadro-header div.slide-bg{
	background-size: contain;	
	background-position: center center;	
	background-repeat: no-repeat;	

	/* border-bottom:10px solid #ff232a; */
    outline:none !important;
	text-decoration:none!important;	
}
@media screen and (max-width: 767px) {
	#yadro-header div.slide-bg{
		background-position: center 20%;
	}
}
#yadro-header div.slide-bg:before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../images/bg-dark.png");
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: .6;
}
/* Add it for columns equal height */
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
.slick-dots {
    width: 100%;
    position: absolute;
    bottom: -10px;
    text-align: right;
    z-index: 10;
}
.slick-dots li.slick-active {
    background: #ceddec;
    cursor: pointer;
}
.slick-dots li:hover{
	background: #333;
}
.slick-dots li button{
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
	border:1px solid #bbb;	
}

.slider-numbers .slick-dots::before{
	position: relative;
    display: inline-block;
    content: 'Страницы: ';
    padding: 0 10px 0 0;
    cursor: default;
    color: #000;
    height: 22px;
}
.slider-numbers .slick-dots {
	bottom: auto;
    top: 100%;
}
.slider-numbers .slick-dots li.slick-active {
    background-color: #1480f1;
	border-top: 3px solid #1463b7;
	box-shadow:none;
    cursor: pointer;
}
.slider-numbers .slick-dots li{
    width: 22px;
    height: 22px;
    margin: 0 5px;
    padding: 2px 4px 4px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 5px 4px -3px #aaa;
    border-top: 3px solid #488bd4;
    background: #333;	
    color: #fff;
}
.slider-numbers .slick-dots li a{
	color:#fff;
	text-shadow:0 1px 1px #000;
}
.slider-numbers .slick-dots li:hover{
    background-color: #1480f1;
	border-top: 3px solid #1463b7;
	box-shadow:none;	
}
.slider-numbers .slick-dots li:hover > a{
	color:#fff;
	text-shadow:none;
}
.slider-numbers .slick-dots li.slick-active a{
	color:#fff;
	text-shadow:none;
}

.slide_prev, .slide_next{
    position: absolute;
    top: 50%;
    margin-top: -65px;
    width: 40px;
    height: 80px;
    z-index: 100;
    color: #888;
    font-size: 6em;
    opacity: .2;
    cursor: pointer;
    transition: all .3s ease-in-out;
    line-height: 80px;
}
.slide_prev{
	left:-60px;
	text-align:left;
}
.slide_next{
	right:-60px;
	text-align:right;	
}
.slide_prev:hover, .slide_next:hover{
	opacity:1!important;
}
@media screen and (max-width: 768px) {
	.slide_prev, .slide_next, .slick-dots{
		text-align: center;
	}
}