* {margin: 0;padding: 0;}
*, :after, :before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body {
	font: 16px/1.58 'Open Sans', Arial, sans-serif;
	color:#333;
}
html {
    font-family: sans-serif;
	text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	height: 100%;
}
h1 { padding-top:20px;
	color: #333;
    font-size: 24px!important;
    font-weight: bold!important;
	width: 100%;
    border-bottom: 1px solid #E0E0E0;

padding-bottom:3px;
margin-bottom:8px!important;
}

/******* header *****/
.bg-header {background: #edeeed}
.bg-header-menu {background:#fff;border: 2px solid #edeeed;}


/***** menu ****/
header {transition: 0.2s ease-out;}
.fixed {
   position: fixed !important;
   top: 0 !important;
   width: 100%;
   background: #fff;
	z-index: 20;

}

/***** mobile menu ****/
.mobile-header {position: relative;}
a.mobile-burger {
	position: absolute;
    top: 20px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    background-color: #cccccc;
    border: 1px solid #CCC;
	display: block;
    width: 38px;
    height: 30px;
}
a.mobile-burger:before {
    content: "\f0c9 ";
    font-family: FontAwesome;
    font-size: 24px;
    font-weight: 100;
    color: #000;
    line-height: normal;
    display: inline-block;
    float: left;
    padding: 2px 8px;
}
.offcanvas-body .bx-searchtitle .bx-input-group {
    display: flex;
    flex-wrap: wrap;
}
.offcanvas-body .bx-searchtitle .bx-input-group .bx-form-control {height: 32px;}
.offcanvas-body .bx-searchtitle .bx-input-group-btn {    width: 100%;margin-top: 5px; margin-bottom:5px;}
.offcanvas-body  .bx-searchtitle .bx-input-group-btn button {font-size: 13px;  width: 100%;}

/*****footer******/
.footer {
	background-color: #edeeed;
	padding-top:25px;
}
.footer-border-top {
	border-top: 1px solid  #ccc;
	padding-top:5px;
	color: rgba(0, 0, 0, 0.65);
	font-size: 15px;
}
footer {
	font-size: 16px;
    	line-height: 20px;
	color: #0066b6;
}
footer .title {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.58;
	text-transform: uppercase;
	padding-bottom: 24px;
}
.address {
	list-style: none;
	font-style: normal;
	display: block;
	clear: both;
	width: 100%;
	margin: 0px;
	float: left;
	border-left: 1px solid #CCC;
	color: #5c6877;
}
.address li {
    color: #073563;
    line-height: 32px;
    width: 100%;
    padding: 0px;
    clear: both;
    display: block;
    float: left;
    font-weight: normal;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
.address li strong.address_title,
.address li strong.address_tel_title,
.address li strong.address_email_title {
	color: #5c6877;
	height: 28px;
	width: 28px;
	float: left;
	text-indent: -9000px;
}
 .address li strong.address_title {
    background-image: url(./images/address-s.svg);
}
 .address li strong.address_tel_title {
    background-image: url(./images/phone-s.svg);
}
.address li strong.address_email_title {
    background-image: url(./images/contact-s.svg) ;
    margin-right: 5px;
}
.address li .address_txt_box,
.address li .address_tel_box {
    color: #5c6877;
    padding-right: 5px;
    padding-left: 40px;
    line-height: 1.6em;
    padding-top: 5px;
}
.address li a.address_email_box {
    color: #5c6877;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 1.6em;
    padding-top: 5px;
}
.address li strong {
    white-space: nowrap;
    display: block;
    font-weight: normal;
    background-repeat: no-repeat;
}


/*** Главная ****/
.home_bg_search {
  display: none;
	background:url(./images/home_bg_search.jpg) 0 0 no-repeat;
	background-size: cover;
padding-top: 80px;
    padding-bottom: 100px;
}
.form-search-wrapper {
	background: #555;
	color:#fff;
    	border: 1px solid rgba(255,255,255,0.7);
	padding:10px;
	width: 40%;
    	margin-left: auto;
}
.form-search-wrapper .title{
	font-size: 28px;
    	line-height: 42px;
	text-transform: uppercase;
    	font-weight: 900;
    	color: rgba(255, 255, 255, 1);
}
.form-search-wrapper .form-label {font-size: 13px;}
.form-search-wrapper .form-select {
	border: 1px solid #ccc;
    	border-radius: 4px;
	height: 42px;
    	font-size: 15px;
    	line-height: 26px;
}
.form-search-wrapper .btn.btn-primary,
.form-search-wrapper.btn.btn-primary,
.btn.btn-primary.orange {
	background-color: rgb(0, 107, 182);
	border: 1px solid rgb(0, 107, 182);
	font-weight: 700;
    	text-transform: uppercase;
	border-radius: 4px;
}
.form-search-wrapper.btn.btn-primary  {width: 100%;}
.btn.btn-primary.orange {width:320px;}
.form-search-wrapper .btn.btn-primary:hover, 
.form-search-wrapper .btn.btn-primary:focus, 
.form-search-wrapper .btn.btn-primary:active,
.form-search-wrapper.btn.btn-primary:hover,
.form-search-wrapper.btn.btn-primary:focus,
.form-search-wrapper.btn.btn-primary:active,
.btn.btn-primary.orange:hover,
.btn.btn-primary.orange:active,
.btn.btn-primary.orange:focus {
background-color: #004986;
    color: #FFF;
    border: 1px solid #004986;
}
.form-search-wrapper .title-sub {
	padding-bottom: 8px;
}
.home-company {
	text-align: center;
	color:#fff;
	padding: 60px 0;
}
.home-company-title{
	font-size: 30px;
	line-height: 1.58;
	font-weight: 900;
	text-transform: uppercase;
	padding-top: 30px;
}
.parallax {
    width: 100%;
    height: 100%;
    position: relative;
	top:0;

}
.parallax>div {
    position: relative;
}
/**** Дилеры ****/
.gde-kupit .nav-tabs .nav-link{
	border: transparent;
}
.gde-kupit .nav-tabs .nav-link.active {
	color: #0066b6;
}
/***форма***/
.inputtext, .inputtextarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.inputtextarea {
    min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
.captcha {display:flex;justify-content: space-between;}
.captcha .inputtext {width: calc(100% - 200px);}
/******* Каталог *****/
.catalog-wrapper {display:flex;padding: 15px 0px 50px 0px;}
.catalog-col-left {width: 272px; padding-right:32px;}
.catalog-col-right {width: calc(100% - 240px - 32px)}
.catalog-wrapper .bx-breadcrumb {margin-top:0;}
.bx-section-desc.bx-blue {padding-top:3px;}

/*** 152-закон ***/
.info-panel{
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: #edeeed;
  padding: 15px;
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  transition: 1s;
  z-index: 1000;
}

.info-panel-v{
  bottom: 0;
}

.info-panel span{
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.close-panel{
  display: inline-block;
padding: 7px 20px 7px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: 0px;
    background: linear-gradient(0deg, rgba(28, 108, 169, 1)0%,rgba(33, 123, 193, 1)100%);
    background: -moz-linear-gradient(0deg, rgba(28, 108, 169, 1)0%,rgba(33, 123, 193, 1)100%);
    background: -webkit-linear-gradient(90deg, rgba(28, 108, 169, 1)0%,rgba(33, 123, 193, 1)100%);
    background: -o-linear-gradient(0deg, rgba(28, 108, 169, 1)0%,rgba(33, 123, 193, 1)100%);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    font-size: 15px;
    border: 1px solid transparent;
    color: #fff;
    line-height: 1.4285;
  min-width: 149px;
  cursor: pointer;
  vertical-align: middle;
}

.close-panel:hover{
color: #fff;
    background-color: rgba(28, 108, 169, 1);
    border-color: rgba(28, 108, 169, 0.7);
    background: linear-gradient(0deg, rgba(33, 123, 193, 1)0%, rgba(28, 108, 169, 1)100%);
    background: -moz-linear-gradient(0deg, rgba(33, 123, 193, 1)0%, rgba(28, 108, 169, 1)100%);
    background: -webkit-linear-gradient(90deg, rgba(33, 123, 193, 1)0%, rgba(28, 108, 169, 1)100%);
    background: -o-linear-gradient(0deg, rgba(33, 123, 193, 1)0%, rgba(28, 108, 169, 1)100%);
}

.close-panel:active{
color: #fff;
    background-color: rgba(28, 108, 169, 1);
    border-color: rgba(28, 108, 169, 0.7);
    background: linear-gradient(0deg, rgba(33, 123, 193, 1)0%, rgba(28, 108, 169, 1)100%);
    background: -moz-linear-gradient(0deg, rgba(33, 123, 193, 1)0%, rgba(28, 108, 169, 1)100%);
    background: -webkit-linear-gradient(90deg, rgba(33, 123, 193, 1)0%, rgba(28, 108, 169, 1)100%);
    background: -o-linear-gradient(0deg, rgba(33, 123, 193, 1)0%, rgba(28, 108, 169, 1)100%);
}
@media only screen and (min-width: 1198px){
  .info-panel{
    width: 1150px;
    left: 50%;
    margin-left: -575px;
    overflow: hidden;
  }
  .info-panel span{
    display: inline-block;
    vertical-align: middle;
  }
  .info-panel p{
    width: 766px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0 32px
  }
}
@media (min-width: 992px) {
.navbar-brand {display:none}
}
@media (max-width: 1023px) {
.catalog-col-left {display: none;}
.catalog-col-right {width: 100%;}

}
@media (max-width: 991px){
.blog-header-logo img {width: calc(100% - 45px - 45px)}


.address {
	border:0;
	padding: 0;
}
.form-search-wrapper {
	width: 90%;
	margin-right: 5%; 
	margin-left: 5%;
}
.form-search-wrapper.btn.btn-primary {
width: 100%;
	margin-right: 0; 
	margin-left: 0;
}
.home_bg_search {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
@media (max-width: 480px) {
.home-company {
	font-size:13px;
padding: 60px 15px;
}
}

.slick-slider {
  min-height: 180px;
}

.slider-item img {
  height: auto;
  max-height: 600px;
}
