<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

:focus {
  outline: 0; }
:focus::-webkit-input-placeholder {color:transparent;}
:focus::-moz-placeholder          {color:transparent;}
:focus:-moz-placeholder           {color:transparent;}
:focus:-ms-input-placeholder      {color:transparent;}
a:hover, a:focus{
    color:unset;
    text-decoration: none;
}
body {
  font-family: 'Avenir Next Cyr';
  font-size: 14px;
  color: #666666;
  min-width: 100%;
  line-height: 1.1;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin: 15px 0;
    font-weight: 600;
}
strong {
    color: #000;
}
a {
  color: #000;
}
ul{
  color: #666;
  font-size: 16px;
  margin-top: 20px;
  margin-left: 20px;
  font-family: 'Avenir Next Cyr Demi';

}
.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}

#content ul li{
  line-height: 20px;
  list-style-position: inside;
  margin-bottom: 9px;
}
iframe {
	max-width: 100%;
}
.text-center{
  text-align: center;
}
#main-background{
  background: url(img/mainBg.jpg);
  -webkit-background-size: 100% auto;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -2;
  background-repeat: no-repeat;
}
#main-background-color{
  position: fixed;
  background: #6f6f6f;
  width: 100%;
  height: 120vh;
  opacity: 0.7;
  z-index: -1;
}
.right-header{
  position: relative;
  box-sizing: border-box;
  padding-top: 15px;
  color: #e8e7e7;
}
.right-header a{
 color: #e8e7e7;
}
.right-header .tel, .footer .tel{
  margin-bottom: 10px;
  font-size: 13px;
  position: relative;
  padding-left: 25px;

}
.right-header .tel:before, .footer .tel:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 17px;
  width: 15px;
  background: url(img/phone.svg) center no-repeat;
  background-size: 100%;

}
.right-header .mail, .footer .mail{
  font-weight: bold;
  font-size: 13px;
  position: relative;
  padding-left: 21px;
}
footer .tel a{
  color: #fff;
}
.about-box h3{
  font-weight: 400;
}
.right-header .mail:before, .footer .mail:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 17px;
  width: 15px;
  background: url(img/email.svg) center no-repeat;
  background-size: 100%;

}
.right-header .mail span, .footer .mail span{
  display: inline-block;
  padding-bottom: 3px;
  border-bottom:1px dotted #fff;
  transition: 0.3s;
  letter-spacing: -0.5px;
}
.right-header .mail:hover &gt;span, .footer .mail:hover &gt;span{
  border-bottom: none;

}
.button-pop-up{
  display: inline-block;
  float: left;
  position: relative;
  border-radius:5px;
  border:1px solid #fff;
  color:#fff;
  font-weight: 600;
  padding: 7px 5px;
  background-color: #ffffff30;
  margin-right: 10px;
  transition: 0.3s;
}
.button-pop-up:hover{
  background-color: #c23e15;
}
#header .search{
  width: 225px;
  position: relative;
  float: right;
  margin-top: -8px;

}
#header .search input[type="text"]{
  width: 100%;
  position: relative;
  z-index: 1;
  background: #dadada;
  border-radius: 5px;
  border:none;
  height: 27px;
  box-sizing: border-box;
  padding-left: 10px;
}
#header .search .search-icone{
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  right: 5px;
  background: url(img/search.svg) center no-repeat;
  -webkit-background-size: 59%;
  background-size: 59%;
  z-index: 2;
  border:none;
}
#header .search input[type="text"]::-webkit-input-placeholder {color:#5f5e5e; font-size: 13px;}
#header .search input[type="text"]::-moz-placeholder          {color:#5f5e5e; font-size: 13px;}
#header .search input[type="text"]:-moz-placeholder           {color:#5f5e5e; font-size: 13px;}
#header .search input[type="text"]:-ms-input-placeholder      {color:#5f5e5e; font-size: 13px;}

#header .search input[type="text"]:focus::-webkit-input-placeholder {color:transparent;}
#header .search input[type="text"]:focus::-moz-placeholder          {color:transparent;}
#header .search input[type="text"]:focus:-moz-placeholder           {color:transparent;}
#header .search input[type="text"]:focus:-ms-input-placeholder      {color:transparent;}

#header .search .radio-button{
  font-size: 13px;
  letter-spacing: -0.4px;
}
#header .search .radio-button input{

}
#header .search .radio-button-section{
  width: 50%;
  float: left;
  margin-top: 5px;
  cursor: pointer;
}
.validation input{
  transition: 0.3s;
}
.validation .warning{
  border:1px solid red!important;
}
#header .search input[type='radio'] {
  position: relative;
  height: 22px;
  width: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  float: left;
}

#header .search input[type='radio']::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}

#header .search input[type='radio']:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #c23e15;
    transform: translate(-50%, -50%);
    visibility: visible;
}
#header .search .radio-button-section span{ 
    margin-top: 3px;
    display: inline-block;
}
#header .navbar-menu{
  width: 100%;
  border-top: 1px solid #868686;
  border-bottom: 1px solid #868686;
  margin: 0;
}
#header .navbar-menu a{
  font-weight: 500;
  font-size: 16px;
}
#header .navbar-menu &gt; li:before{
  content:'';
  position: absolute;
  bottom: -2px;
  height: 3px;
  width: 100%;
  opacity: 0;
  background: #fff;
  transition: 0.3s;
}
#header .navbar-menu &gt; li.active:before{
  opacity: 1;
}
#header .navbar-menu &gt; li:hover:before{
  content:'';
  opacity: 1;
}

#header .navbar-menu &gt; li{
  list-style: none;
  display: inline-block;
  padding: 15px 0;
  box-sizing: border-box;
  position: relative;
}
#header .logo{
  padding: 34px 22px;
  background: #c23e15;
  border-radius: 5px;
}
#header .navbar-menu li ul{
  width: 350px;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  border-top:#c23e15 3px solid;
  position:absolute;
  list-style:none;
  text-align:left;
  top:46px;
  font-size:15px;
  left:0;
  margin:0;
  display: none;

  overflow:hidden;
  -webkit-transition:max-height 0.2s linear;
  -moz-transition:max-height 0.2s linear;
  transition:max-height 0.2s linear;
}
#header .navbar-menu li ul li{
  margin-bottom: 25px;
}
#header .navbar-menu li ul li:last-child{
  margin-bottom: 0;
}
#header .navbar-menu li ul a{
  color:#000;
  transition: 0.3s;
  font-size: 15px;
  font-family: 'Avenir Next Cyr Demi';
}
#header .navbar-menu li ul a:hover{
  color: #c23e15;
}
#header .navbar-menu li:hover ul{
  display: block;
}
#advantages .short-desc{
  font-size: 22px;
  color: #fff;
}
#advantages ul{
	color: #fff;
    text-align: left;
}

#advantages .container {
    max-width: 660px;
    padding: 43px 0 85px 0;
}
#advantages .container h1{
  font-size: 55px;
  color: #fff;
  font-weight: 200;
  letter-spacing: -1.3px;
  text-shadow: 2px 1px 2px #00000057;
  margin-top: 0;
  margin-bottom: 35px;
}
#advantages .container.inner-page h1{
  margin-bottom: 10px;
}
#advantages .advantages-list{
    margin-left: 37px;
}
#advantages .advantages-list li{
  font-size: 24px;
  color: #fff;
    list-style: none;
    margin-bottom: 13px;
    position: relative;
}
#advantages .advantages-list li:before{
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 10px;
  left: -23px;
  border-radius: 50px;
  background: #fff;
}
#advantages .more{
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  border-radius:5px;
  background: #c23e15;
  padding: 23px 70px;
  display: inline-block;
  margin-top: 26px;
  margin-left: 27px;
  box-sizing: border-box;
  border:2px solid #c23e15;
  transition:0.3s;
}
#advantages .more:hover{
  background: #fff;
  color:#c23e15;
}
#content{
  border-radius:4px;
  background: #fff;
  padding: 24px 45px 80px 45px;
  margin-bottom: 85px;
}
.navbar-wrapp{
  padding: 0;
  margin-top: 5px;
}
.footer .text{
  float: left;
}
.dev{
  float: right;
}
#content h2{
  font-weight: bold;
  font-size: 34px;
  color: #000;
  text-align: center;
  margin: 15px 0;
}
#content h2 span{
  position: relative;
}
#content h2 span:before{
  content: '';
  position: absolute;
  left: -80px;
  top: 21px;
  width: 53px;
  height: 5px;
  background:url(img/left-title.png) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
#content h2 span:after{
  content: '';
  position: absolute;
  right: -80px;
  top: 21px;
  width: 53px;
  height: 5px;
  background:url(img/right-title.png) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
#content p{
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}
#content .partners{

}
#content .partners .text{
  text-align: center;
}
.partners-carousel{
  margin-top: 35px;
}
.partners-carousel.owl-carousel img{
  height: auto;
  width: 96%;
  margin: 0 2%;
}
.partners-carousel .owl-stage {
    display: flex!important;
    align-items: center;
}
.partners-carousel .owl-dot{
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #edebeb!important;
    margin-right: 3px;
    margin-left: 3px;
}

.partners-carousel .owl-dot.active{
  background: #eebaaa!important;
}
.partners-carousel .owl-dot:focus{
  outline: 0;
}
.partners-carousel .owl-dots{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.center-block{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.more-delatis{
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  background: #c23e15;
  padding: 15px 76px;
  display: inline-block;
  box-sizing: border-box;
  border: 2px solid #c23e15;
  transition: 0.3s;
}
.partners .more-delatis{
  margin-top: 30px;
}
.more-delatis:hover {
    background: #fff;
    color: #c23e15;
}
.partners-carousel.owl-carousel .owl-prev, .partners-carousel.owl-carousel .owl-next{
  width: 24px;
  height: 24px;
}
.partners-carousel.owl-carousel .owl-prev{
  left: -40px;
  background: url(img/previous.svg)!important;
  background-size: 100%!important;
  position: absolute;
}
.partners-carousel.owl-carousel .owl-next{
  right: -40px;
  background: url(img/next.svg)!important;
  background-size: 100%!important;
  position: absolute;
}
.partners-carousel .owl-prev:focus, .partners-carousel .owl-next{
  outline: none;
}
.partners-carousel.owl-carousel .owl-nav{
    top: 22%;
    position: absolute;
    width: 100%;
}
.partners-carousel.owl-carousel{
  width: 94%;
  max-width: 1000px;
  margin: 35px auto 0 auto;
}
.services{
  margin-top: 80px;
}
.services .services-item{
  width: 100%;
  float: left;
  position: relative;
  background: url(img/pattern.jpg);
  padding: 30px 25px 110px 25px;
  box-shadow: 0 0 2px 0px #c6c6c6;
  height: 100%;
}

.services .services-item h3{
  font-size: 26px;
  color: #000;
  margin-top: 0;
} 

.services-item .more-delatis{
  margin-top: 30px;
  position: absolute;
  bottom: 40px;
}
.production{
  margin-top: 33px;
}
.production img{
  max-width: 100%;
}
.production .more-delatis{
  margin-top: 30px;

}
#content .production h2{
  margin-bottom: 30px;
}
.customers{
  margin-top: 50px;
}

.customers .item{
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-left: 115px;
  padding-right: 40px;
  padding-bottom: 20px;
  box-shadow: 0 0 5px #d7d7d7;
  position: relative;
  overflow: hidden;
  letter-spacing: -0.9px;
  background: #fbfafa;
}
.customers .item:before{
  content: '';
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background: #c23e15;
  top: -62px;
  left: -62px;
}
.customers h2{
  margin-bottom: 50px!important;
}
.customers .item .ico{
  width: 47px;
  height: 58px;
  position: absolute;
  top: 13px;
  left: 25px;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.customers .item ul{
  font-family: 'Avenir Next Cyr';
}
.customers .item h4{
  margin-top: 0;
  font-size: 20px;
}
.contacts{
  margin-top: 65px;
}
#content .contacts h2{
  margin-bottom: 55px;
}
#map{
  width: 100%;
  height: 400px;
  position: relative;
}
#map .map-info{
  width: 235px;
  box-sizing: border-box;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  right: 35px;
  background:#ffffffb8;
  z-index: 1;
  font-weight: bold;
  font-size: 13px;
  box-shadow: 0 0 11px #bcbcbc;
}
#map .map-info .tel{
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    color: #000;
}
#map .map-info .tel:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 17px;
    width: 15px;
    background: url(img/phone-red.svg) center no-repeat;
    background-size: 100%;
}
#map .map-info .mail {
    font-weight: 500;
    font-size: 13px;
    position: relative;
    padding-left: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
#map .map-info .mail:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 17px;
    width: 15px;
    background: url(img/email-red.svg) center no-repeat;
    background-size: 100%;
}
#map .map-info .mail span {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px dotted #fff;
    transition: 0.3s;
}
#map .map-info .mail:hover &gt;span {
    border-bottom: none;
}
#map .map-info .adress{
    font-weight: 500;
    font-size: 13px;
    position: relative;
    padding-left: 25px;
    display: block;
    color: #000;
}
#map .map-info .adress:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 17px;
    width: 15px;
    background: url(img/placeholder-red.svg) center no-repeat;
    background-size: 100%;
}
.footer{
  background: #c23e15;
}
.footer .logo-footer img{
 /* width: 100%;*/
}
.footer-nav{
  margin-top: 40px;
  margin-left: 0;
}
.footer-nav li{
  list-style: none;
  margin-bottom: 15px;
}
.footer-nav a{
  color: #fff;
}
.footer-nav a:hover{
  text-decoration: underline;
}
.right-footer {
    float: right;
    position: relative;
    box-sizing: border-box;
    padding-left: 30px;
}

.footer .tel,  .footer .mail{
  color: #fff;
}
.footer .mail{
  margin: 20px 0;
  display: block;
}
.footer .adress {
    font-weight: 500;
    font-size: 13px;
    position: relative;
    padding-left: 25px;
    display: block;
    color: #fff;
}
.footer .adress:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 17px;
    width: 15px;
    background: url(img/placeholder.svg) center no-repeat;
    background-size: 100%;
}
.footer .info{
  margin-top: 40px;
}
.buttons-wrapp{
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.footer .button-pop-up{
  background-color: #b02e06;
  margin-right: 0;
  padding: 7px 13px;
}
.footer .button-pop-up:hover{
  background: #ffffff30;

}
.social{
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.social .ico{
  display: inline-block;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 100%;
  border: 1px solid #cf6847;
  background-position: center;
  background-size: 61%;
  background-repeat: no-repeat;
}
.social .text{
  display: block;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
.social .icons{
  display: block;
  float: left;

}
.messanger{
  margin-top: 12px;
}
.social.messanger .ico{
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border:2px solid #e2f3fc;
  background-position: center;
  background-size: 61%;
  background-repeat: no-repeat;
  border-radius: 100%;
}
.social.messanger .ico.tg{
  background-color: #4daddd;
}
.social.messanger .ico.viber{
  background-color: #785299;
}
.social.messanger .ico.wa{
  background-color: #52ab37;
}
.copyright{
  font-size: 14px;
  color: #fff;
  font-weight: 200;
  background: #b02e06;
  padding: 15px 0;
}
.copyright strong{
  font-weight: 600;
  color: #fff;

}
.dev{
  float: right;
}
.dev a{
  color: #e68364;
  text-decoration: underline;
}
.dev a:hover{
  text-decoration: none;
}
.container-tooter{
  padding-bottom: 25px;
}
.navbar-light .navbar-toggler{
  background: #c23e15;
}
.bread-crumbs{
  margin-bottom: 20px;
  font-size: 16px;
}
.bread-crumbs a{
  color: #231f20;
}
.bread-crumbs span{
  font-size: 16px;
  color: #231f20;
  font-family: 'Avenir Next Cyr Demi';
}
.logo-brand{
  max-width: 250px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.ShortDesc{
    font-size: 15px;
    line-height: 20px;
    color: #666;

}
.order{
  background: #c23e15;
}
.catalogue .image-wrapp{
  width: 100%;
  height: 175px;
  box-shadow: 0 0 9px #d7d7d7;
  display: block;
  -webkit-background-size: 80%;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.catalogue.production-list .image-wrapp{
	height: auto;
	padding: 10px;
}
.catalogue.production-list .image-wrapp img{
	width: 100%;
}
#content .catalogue-item{
  padding-bottom: 27px;
  border-bottom:1px solid #e6e6e6;
  margin-bottom: 27px;
}
#content .catalogue-item h2{
  font-size: 22px;
  text-align: left;
  margin-top: 0;
}
#content .catalogue-more{
  font-size: 15px;
  color: #fff;
  font-family: 'Avenir Next Cyr Demi';
  display: inline-block;
  padding: 10px 58px;
  background: #000;
  border-radius: 5px;
  margin-top: 15px;
  transition: 0.3s;
}
#content .catalogue-more:hover{
  opacity: 0.8;
}

#content .certificates{
  margin-top: 40px;
}
#content .certificates-list{
  margin-top: 30px;
}
#content .certificates-list .certificates-item{
  width: 100%;
  height: 100%;
  background: url(img/pattern.jpg);
  box-sizing: border-box;
  padding: 15px 0;
  transition:0.3s;
}
#content .certificates-list .certificates-item a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#content .certificates-list .certificates-item img{
  max-width: 80%;
}
#content .certificates-list .certificates-item:hover{
  box-shadow: 0 0 19px #d7d7d7;
}
.catalogue .brand-list{
  width: 100%;
  max-width: 225px;
  box-shadow: 0 0 5px #d7d7d7;
  padding: 20px 40px 20px 25px;
  font-family: 'Avenir Next Cyr Demi';
  position: relative;
}

.catalogue .brand-list a{
  color: #000;
  transition: 0.3s;
  font-size: 15px;
  font-family: 'Avenir Next Cyr Demi';
  line-height: 18px;
  margin-bottom: 12px;
  display: block;
  letter-spacing: -0.9px;
}
.brand-list a.active{
  color: #c23e15;
}
.catalogue .brand-list a:hover{
  text-decoration: underline;
}
.catalogue .brand-list .next-brand{
  color: #24959e;
  cursor: pointer;
  border-bottom: 1px dashed #24959e;
  display: inline-block;

}
.catalogue .brand-list .next-brand:hover{
  border-bottom: 1px dashed #fff;
}

.catalogue .brand-list .hide-brand{
  display: none;
}
.catalogue .brand-list .bg-logo{
  position: absolute;
  top: 10px;
  right: 5px;
  width: 40px;
  height: 100%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.catalogue .brand-desc{
      font-size: 16px;
    line-height: 25px;
}
#content .catalogue .brand-desc h2{
  font-size: 22px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
}
#content .catalogue .brand-desc ul{
  font-family: 'Avenir Next Cyr Demi';
  margin-left: 40px;
}
#content .catalogue .brand-desc ul li{
  color: #231f20;
  font-size: 16px;
  list-style: none;
  position: relative;
}
#content .catalogue .brand-desc ul li:before{
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  left: -33px;
  top: 10px;
  background: #c23e15;
}
#content .catalogue  .go-shop{
    font-family: 'Avenir Next Cyr Demi';
    font-size: 15px;
    color: #fff;
    padding: 9px 34px 10px 70px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    transition: 0.3s;
    position: relative;
    line-height: 1.1;
}
.catalogue .go-shop{
  background: #c23e15;
}
#content .catalogue .go-shop:hover{
  opacity: 0.8;
}
#content .catalogue .go-shop:before{
  content: '';
  position: absolute;
  left: 40px;
  top: 7px;
  background: url(img/cart.svg);
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
}
#content .best-offers{
  margin-top: 60px;
  clear: both;

}
#content .offers-items{
  margin-top: 40px;
}
#content .offers-item .ShortDesc{
  margin-bottom: 50px;
}
#content .offers-item .row{
	height: 100%;
}
#content .best-offers .offers-item{
  width: 100%;
  height: 100%;
  padding: 20px 15px 20px 30px;
  box-shadow: 0 0 5px #d7d7d7;
  background: #fbfafa;
}
#content .best-offers .offers-item img{
  width: 100%;
}
#content .best-offers .offers-item .title{
  display: block;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
  word-wrap: break-word;
  width: 100%;
}
#content .best-offers .offers-item p{
  font-size: 15px;
  line-height: 19px;
  color: #666;
}
#content .best-offers .offers-item .order{
  display: inline-block;
  margin-top: 20px;
  padding: 9px 40px 10px 70px ;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s;
  font-family: 'Avenir Next Cyr Demi';
  font-size: 15px;
  position: absolute;
  bottom: 0;

}
#content .best-offers .offers-item .order:hover{
  opacity: 0.8;
}
#content .best-offers .offers-item .order:before{
  content: '';
  position: absolute;
  left: 40px;
  top: 7px;
  background: url(img/cart.svg);
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
}
#content .request{
  margin-top: 60px;
}

.request-form{
  width: 100%;
  position: relative;
}
.request-form input{
  width: 100%;
  border-radius: 5px;
  border:1px solid #eee;
  font-size: 18px;
  color: #bbb7b7;
  height: 55px;
  padding-left: 15px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.request-form input::-webkit-input-placeholder {color:#bbb7b7; font-size: 18px;}
.request-form input::-moz-placeholder          {color:#bbb7b7; font-size: 18px;}
.request-form input:-moz-placeholder           {color:#bbb7b7; font-size: 18px;}
.request-form input:-ms-input-placeholder      {color:#bbb7b7; font-size: 18px;}

.request-form input:focus::-webkit-input-placeholder {color:transparent;}
.request-form input:focus::-moz-placeholder          {color:transparent;}
.request-form input:focus:-moz-placeholder           {color:transparent;}
.request-form input:focus:-ms-input-placeholder      {color:transparent;}

.request-form .multiple-files{
  cursor: pointer;
  background: #eeeeee;
  width: 100%;
  position: relative;
  border-radius: 5px;
  font-size: 18px;
  color: #000;
  box-sizing: border-box;
  padding: 18px 0;
  padding-left: 25px;
  font-family: 'Avenir Next Cyr Demi';
  letter-spacing: -0.9px;
  padding-right: 40px;
}
.file{
  display: inline-block;
  position: relative;
  }
.delete-file{
    font-size: 11px;
    position: absolute;
    top: -1px;
    right: -47px;
    color: #c23e15;
    cursor: pointer;
}
.request-form .multiple-files:before{
  content: '';
  position: absolute;
  top: 15px;
  right: 12px;
  width: 27px;
  height: 27px;
  background: url(img/paperclip.svg) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.request-form .multiple-files span{
  font-size: 12px;
}
.request-form .multiple-files input{
  opacity: 0;
  margin: 0;
  padding: 0;
  display: none;

}
.ui-autocomplete-input{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    font-size: 18px;
    color: #000;
    height: 55px;
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.nc_search_form button{
    background: #c23e15;
    font-family: 'Avenir Next Cyr Demi';
    font-size: 16px;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 10px 41px;
    transition: 0.3s;
    margin-bottom: 20px;
}
.nc_search_form button:hover{
  opacity: 0.3s;
}
.advancedlink{
  display: none;
}
.files-list{
  padding-left: 25px;
  margin-top: 10px;
}

.request-form textarea{
  width: 100%;
  border-radius: 5px;
  border:1px solid #eee;
  font-size: 18px;
  color: #bbb7b7;
  height: 130px;
  padding-left: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  padding-top: 15px;
}
#top{
  width: 50px;
  height: 60px;
  position: fixed;
  right: 30px;
  bottom: 50px;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: none;
}
#top .icon{
  width: 50px;
  height: 50px;
  background-color: #c23e15;
  background-image: url(img/up-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 15px;
  background-size: 15px;
  border-radius: 5px;
  transition: 0.3s;
 border:#fff 1px solid;
}


.request-form textarea::-webkit-input-placeholder {color:#bbb7b7; font-size: 18px;}
.request-form textarea::-moz-placeholder          {color:#bbb7b7; font-size: 18px;}
.request-form textarea:-moz-placeholder           {color:#bbb7b7; font-size: 18px;}
.request-form textarea:-ms-input-placeholder      {color:#bbb7b7; font-size: 18px;}

.request-form textarea:focus::-webkit-input-placeholder {color:transparent;}
.request-form textarea:focus::-moz-placeholder          {color:transparent;}
.request-form textarea:focus:-moz-placeholder           {color:transparent;}
.request-form textarea:focus:-ms-input-placeholder      {color:transparent;}

.request-form .bg-form{
  background:url(img/man.jpg) no-repeat;
  background-position: 50px bottom;
  -webkit-background-size: 80%;
  background-size: 80%;
}
.request-form .form-button{
  text-align: center;
  
}
.request-form .form-button .submit{
  background: #c23e15;
  font-family: 'Avenir Next Cyr Demi';
  font-size: 18px;
  border-radius: 5px;
  border:none;
  color: #fff;
  padding: 22px 136px;
  margin-top: 30px;
  transition: 0.3s;
}
.request-form .form-button .submit:hover{
  opacity: 0.8;
}
.request-form .agree{
  width: 100%;
  max-width: 660px;
  margin: 15px auto;
  font-size: 13px;
  font-family: 'Avenir Next Cyr Demi';
  letter-spacing: -0.5px;
}
#content .tal{
  text-align: left;
  font-size: 33px;
}
#content .sub-dev li{
    margin-bottom: 4px;
}
#content .sub-dev a{
  color: #666;
}
#content .sub-dev a:hover{
  text-decoration: underline;
}
.text-box img{ 
  width: 100%;
  border-radius: 5px;
}
#content .download-price {
    font-family: 'Avenir Next Cyr Demi';
    font-size: 15px;
    color: #fff;
    padding: 9px 34px 10px 60px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    transition: 0.3s;
    position: relative;
    background: #000;
}

#content .download-price:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 7px;
    background: url(img/pdf.svg);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
}
#content .download-price:hover{
  opacity: 0.8;
}
.container.marking img{
  width: 100%;
  max-width: 420px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;

}
.marking .markings-list img{
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.markings-list img{
	width: 100%;
}
.markings-list .text-center{
	width: 100%;
}
.markings-list .link{
	width: 100%;
    display: block;
    height: 160px;
    overflow: hidden;
   -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}
.markings-list{
  margin-top: 40px;
  font-size: 16px;
}
.markings-list img{
  border-radius: 5px;
}
.agree a{
  color: #c23e15;
}
.offers-item-img{
  position: relative;
  display: block;
}
.offers-item-img:before{
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  right:  5px;
  background: url(img/zoom.svg) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.image-prod-wrapp{
  width: 100%;
  box-shadow: 0 0 5px #d7d7d7;
}
.image-prod-wrapp img{
  width: 100%;
}

.directions a{
  text-decoration: underline;
  color: #666;
}
.directions a:hover{
  text-decoration: none;
}

#pop-up-wrapp {
  position: fixed;
  background: #000;
  opacity: 0.6;
  width: 100%;
  height: 100vh;
  z-index: 1020;
  cursor: pointer;
  display: none;
  transition: 0.3s;
  top: 0;
}
.pop-up{
  width: 430px;
  margin-left: -215px;
  padding: 37px 30px 40px 30px;
  position: fixed;
  box-sizing: border-box;
  left: 50%;
  top: 8%;
  background: #fff;
  z-index: 1021;
  color: #000;
  display: none;
  background: #f1f1f1;
  border-radius: 5px;
}

.pop-up h2{
  font-size: 34px;
  text-align: center;
  margin-top: 0;
}
.pop-up form{
  
}
.pop-up input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    font-size: 18px;
    color: #000;
    height: 55px;
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.pop-up .submit{
    background: #c23e15;
    font-family: 'Avenir Next Cyr Demi';
    font-size: 18px;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 22px 0;
    width: 100%;
    transition: 0.3s;
    margin-top: 20px;
}
.pop-up .submit:hover{
  opacity: 0.8;
}
.pop-up input::-webkit-input-placeholder {color:#bbb7b7; font-size: 18px;}
.pop-up input::-moz-placeholder          {color:#bbb7b7; font-size: 18px;}
.pop-up input:-moz-placeholder           {color:#bbb7b7; font-size: 18px;}
.pop-up input:-ms-input-placeholder      {color:#bbb7b7; font-size: 18px;}

.pop-up input:focus::-webkit-input-placeholder {color:transparent;}
.pop-up input:focus::-moz-placeholder          {color:transparent;}
.pop-up input:focus:-moz-placeholder           {color:transparent;}
.pop-up input:focus:-ms-input-placeholder      {color:transparent;}

.pop-up textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    font-size: 18px;
    color: #000;
    height: 130px;
    padding-left: 15px;
    box-sizing: border-box;
    margin-top: 10px;
    padding-top: 15px;
}
.pop-up textarea::-webkit-input-placeholder {color:#bbb7b7; font-size: 18px;}
.pop-up textarea::-moz-placeholder          {color:#bbb7b7; font-size: 18px;}
.pop-up textarea:-moz-placeholder           {color:#bbb7b7; font-size: 18px;}
.pop-up textarea:-ms-input-placeholder      {color:#bbb7b7; font-size: 18px;}

.pop-up textarea:focus::-webkit-input-placeholder {color:transparent;}
.pop-up textarea:focus::-moz-placeholder          {color:transparent;}
.pop-up textarea:focus:-moz-placeholder           {color:transparent;}
.pop-up textarea:focus:-ms-input-placeholder      {color:transparent;}
.nopadding{
  padding: 0 !important;
}
.logo img{
  width: 100%;
}
.pop-up .agree{
  color: #000;
  margin-top: 15px;
}
.pop-up .agree a{
  color: #c23e15;
}
.pop-up .x{
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  right: 8px;
  background: url(img/x.svg) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  cursor: pointer;
  transition: 0.3s;
}
.pop-up .x:hover{
  opacity: 0.8;
}

.pop-up .multiple-files {
    cursor: pointer;
    background: #ebebeb;
    width: 100%;
    position: relative;
    border-radius: 5px;
    font-size: 18px;
    color: #000;
    box-sizing: border-box;
    padding: 18px 0;
    padding-left: 25px;
    font-family: 'Avenir Next Cyr Demi';
    letter-spacing: -0.9px;
    padding-right: 40px;
}
.pop-up .multiple-files input {
    opacity: 0;
    margin: 0;
    padding: 0;
    display: none;
}
.pop-up .multiple-files span {
    font-size: 12px;
}
.pop-up .multiple-files:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 12px;
    width: 27px;
    height: 27px;
    background: url(img/paperclip.svg) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.list-obj{
  width: 100%;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.list-obj:last-child{
  border-bottom: none;
}
.list-obj img{
  max-width: 300px;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
}
.list-obj .title{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 11px;
  display: inline-block;
}
.list-obj .title p{

}
#paginator{
  margin-top: 15px;
}
#paginator a{
  font-size: 17px;
  color: #c23e15;
  padding: 0 5px;
}
#paginator span{
  font-size: 17px;
  color: #000;
  padding: 0 5px;
}
.marking img{
    width: 100%;
    max-width: 420px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
.news-company{
  margin-bottom: 40px;
}
#thank-you{
  text-align: center;
}
#thank-you .icon{
  width: 50px;
  height: 50px;
  display: inline-block;
  background: url(img/confirmation.svg);
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.pop-up h3{
    line-height: 29px;
    margin-top: 5px;
    font-size: 28px;
}
#thank-you p{
  font-size: 20px;
}

.nc_search_range{
	display: none;
}

.nc_search_title a{
	font-size: 18px;
	transition: 0.3s;
}
.nc_search_title a:hover{
	color: #c23e15;
}

.nc_search_title{
	margin-bottom: 25px;
}
.nc_search_results{
	list-style: none;
}
.nc_search_nav{
	display: none;
}
.nc_search_pages, .nc_search_pages a{
	font-size: 18px;
}
.nc_search_pages span{
	padding: 2px 7px;
    border: 1px solid #c23e15;
    background: #c23e15;
    color: #fff;
}
.nc_search_pages{
	margin-top: 40px;
}
.nc_search_pages a{
	padding: 2px 7px;
    border: 1px solid #c23e15;
	color: #c23e15;
	transition: 0.3s;
}
.nc_search_pages a:hover{
	color: #fff;
	background: #c23e15;
}

.nc_search_query_suggesion{
  margin-bottom: 30px;
}


@media (min-width: 1200px){
  #advantages .container {
    max-width: 660px;
  }

}
@media(max-width: 1200px){
  #header .search{
    margin-top: 10px;
  }
}
@media(max-width: 992px){

	.button-pop-up-wrapp .md-style:nth-child(2){
		display: none;
	}
	.right-header .tel:before{
	    height: 34px;
	    width: 22px;
	}
	.right-header .tel{
		font-size: 24px;
	    padding-left: 30px;
	}
	.right-header .mail:before{
		height: 34px;
	    width: 22px;
	}
	.right-header .mail{
		font-size: 24px;
    	padding-left: 30px;
	}
	.sec-tel{
		display: none;
	}
	.button-pop-up-wrapp .md-style{
	    border: none;
	    background: unset;
	    text-decoration: underline;
	    font-size: 24px;
        margin-bottom: 11px!important
	}
	.button-pop-up-wrapp .md-style:hover{
		text-decoration: none;
	}
	#header .search .radio-button{
		width: 50%;
		float: left;
	}
	#header .search{
	    margin-top: 5px;
	    width: 100%;
	}
	#header .search input[type="text"]{
		width: 50%;
		height: 33px;
    	float: left;
	}
	#header .search .radio-button-section{
		clear: both;
		margin-top: 0;
		line-height: 6px;
	}
	#header .search input[type='radio']{
		top: -4px;	
	}
	#header .search .search-icone{
	    left: calc(50% - 24px);
    	top: 5px;
	}
	#header .search input[type='radio']::before{
	    width: 11px;
		height: 11px;
	}
	#header .search .radio-button{
		padding-left: 5px;
	}

  .nopadding{
    padding: 0 15px!important;
  }
  .text-production{
    margin-top: 10px;
  }
  #header .navbar-menu &gt; li.active:before{
    opacity: 0;
  }
  .button-pop-up-wrapp .button-pop-up{
    margin: 0;
    padding: 0 15px;

  }
  #header .logo{
	padding: 17px 22px;
    background: #c23e15;
    border-radius: 5px;
  }
  .button-style{
    display: block;
    font-size: 20px;
    padding: 7px 10px;

  }
  .button-pop-up-wrapp{
	float: left;
    width: 100%;
    display: block;
  }
  .button-pop-up-wrapp .button-pop-up{
  	width: 50%;
  }
  .contacts{
    margin-top: 20px;
  }
  #content .contacts h2 {
      margin-bottom: 30px;
  }
  #main-background{
    height: 100vh;
    background-size: cover;
  }
  .copyright .text{
    width: 100%;
  }
  .dev{
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  #content h2 {

    line-height: 27px;
}

  
  #content h2 span:before{
    left: -65px;
    top: 20px;
  }
  #content h2 span:after{
    right: -65px;
    top: 20px;
  }
  .services-item .more-delatis{
    margin-top: 30px!important;
  }
  .production {
      margin-top: 15px;
  }
  .services {
      margin-top: 40px;
  }
  #advantages .container{
    width: 100%;
    padding: 45px 15px 30px 15px;
    box-sizing: border-box;
  }
  #advantages .container h1{
    font-size: 35px;
    margin-bottom: 20px;
  }
  #advantages .advantages-list li {
      font-size: 19px;
      color: #fff;
      list-style: none;
      margin-bottom: 8px;
      position: relative;
  }
  #advantages .more{
      padding: 15px 30px;
      margin-top: 20px;
      font-size: 16px;
  }
  .more-delatis{
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    background: #c23e15;
    padding: 14px 35px;
  }
  #header .search{
    
    float: left;
  }
  .container-tooter{
    padding-bottom: 20px;
  }
  .buttons-wrapp{
    margin: 15px 0;
  }
  #content{
    margin-bottom: 35px;
    padding: 30px 20px 40px 20px;

  }
  .partners-carousel.owl-carousel .owl-prev{
    left: -25px;
  }
  .partners-carousel.owl-carousel .owl-next{
    right: -25px;
  }
  #header .navbar-menu{
    margin: 0;
    bottom: 0;
    padding: 0;
    border:none;
    background: #c23e15;
    box-sizing: border-box;
    padding: 20px 20px;
  }
  #header .navbar-menu li{
    padding: 0;
  }
  .navbar-light .navbar-toggler {

  }
  .navbar-wrapp{
    justify-content: flex-start;
    left: -71px;
    position: absolute;
    top: -50px;

  }
  .navbar-toggler{
    padding: .2rem .75rem;
  }
  #header .navbar-menu &gt; li:hover:before {
    display: none;
  }
  .logo{
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer .logo{
    display: none;
  }
  .button-pop-up-wrapp .button-pop-up.button-style{
    border: none;
    background: unset;
    text-decoration: underline;
    font-size: 24px;
    margin-bottom: 11px!important;
    text-align: right;
  }
}


@media(max-width: 1200px){
  .dev{
    float: left;
    margin-top: 15px;
  }
  .footer .button-pop-up{
    padding: 7px 6px;
    font-size: 12px;
  }

}
@media(max-width: 765px){
	#header .search input[type='radio']{
		top: 0px;	
	}
	.button-style{
		font-size: 16px;
		margin-top: -3px!important;
	}
	.right-header .tel, .right-header .mail{
		font-size: 16px;
		padding-left: 20px;
	}
	.right-header .tel:before, .right-header .mail:before {
	    height: 17px;
	    width: 16px;
	}
	.button-pop-up-wrapp .md-style:first-child{
		margin-right: 0;
	}
	.button-pop-up-wrapp .md-style{
		font-size: 16px;
	}
  .footer{
    padding-top: 15px;
  }
  #advantages .container{
    padding-top: 55px;
  }
  #header .logo{
      padding: 15px 22px;
  }
  .navbar-wrapp {
	justify-content: flex-start;
	position: absolute;
	top: -40px;
	left: -55px;
  }
  #header .search input[type='radio']:checked::after{
    width: 3px;
    height: 3px;
  }
  #header .search input[type='radio']::before {
    width: 8px;
    height: 8px;
	}
	#header .search input[type='radio']{
	    height: 12px;
	    width: 12px;
	    margin-right: 1px
	}
	#header .search .radio-button-section {
	    width: 50%;
	}

	#header .button-pop-up-wrapp .button-pop-up.button-style{
	    font-size: 16px;
	}
	#header .button-pop-up-wrapp .button-pop-up.button-style{
		margin-top: 0!important;
	}
  #header .button-pop-up-wrapp{
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-top: 8px;
  }
  #header .logo {
	    padding: 13px 22px;
	}
	.logo img {
	    width: 75%;
	}
  #header .phones{
  	margin-top: 5px;
  }
  #header .search{
	width: 100%;
	padding-left: 15px;
  }
  #header .search .radio-button-section{
  	width: 100%;
  	margin-bottom: 4px;
  }
  #header .search input[type="text"]::-webkit-input-placeholder {color:transparent;}
  #header .search input[type="text"]::-moz-placeholder          {color:transparent;}
  #header .search input[type="text"]:-moz-placeholder           {color:transparent;}
  #header .search input[type="text"]:-ms-input-placeholder      {color:transparent;}

  #header .search input[type="text"]{
    height: 31px;
  }
  .right-header {
      padding-top: 7px;
  }
  .nopadding {
      padding: 0!important;
  }
  .logo{
      
  }
  #content .best-offers .offers-item .title{
    margin-top: 15px;
  }
  #content .request {
      margin-top: 20px;
  }

  .catalogue .brand-list{
    max-width: 100%;
    margin-bottom: 15px;
  }
  #advantages .container{
    max-width: 540px;
  }
  .logo-footer{
    display: none;
  }
  .footer-nav{
    display: none;
  }

  .footer .info {
      margin-top: 10px;
  }
  #content h2 span:before{
    display: none;
  }
  #content h2 span:after{
    display: none;
  }
  .social .icons{
    margin-top: 10px;
  }
  .text-production{
    margin-top: 20px;
  }
  .customers {
    margin-top: 40px;
  }
  .customers .item:before{
    width: 140px;
    height: 140px;
  }
  .customers .item .ico{
    width: 34px;
    height: 45px;
    position: absolute;
    top: 14px;
    left: 17px;
  }
  .customers .item{
    padding-left: 85px;
  }
  .button-pop-up{
    margin-bottom: 10px;
  }
  #advantages .container h1{
    line-height: 35px;
  }

}
@media(max-width: 575px){
	.right-header .mail span, .footer .mail span{
		border-bottom: none;
	}
	
	.button-pop-up-wrapp .button-pop-up{
		text-align: left
	}
	.button-pop-up-wrapp .button-pop-up.button-style{
		margin-right: unset;
		float: right;
	}
  .footer .logo{
    display: none;
  }
  #header .search{
  	left: 18px;
  }
  #header .logo {
    margin-left: 15px;
    margin-left: 15px;
    height: 84px;
    padding: 0;
   }
   .button-pop-up-wrapp .md-style{
    	width: 50%;
    	display: block;
    	margin-left: 0;
    	padding-left: 18px;
   }
   #header .search{
   	margin-top: 11px;
   }
	.button-pop-up-wrapp .button-pop-up.button-style{
		text-align: center;
	}
  .logo a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .logo img {
      width: 70%;
  }
   .right-header .nopadding{
    margin-right: 15px;
   }
   #header .search{
    	width: calc(100% - 11px);
   }
  .catalogue .image-wrapp{
    margin-bottom: 20px;
  }
  .social .text{
    margin-top: 18px;
  }
  .buttons-wrapp {
      flex-wrap:wrap;
      justify-content: flex-start;
  }
  .footer .button-pop-up{
      display: block;
      float: left;
      width: auto;
      clear: both;
       margin-bottom: 10px;
  }
  .buttons-wrapp{
    display: block;

  }
  #content{
    margin-bottom: 0;
  }
  .logo{
    background: #c23e15;
  }
.navbar-wrapp{
  	top: -37px;
  	left: -57px;
  }
  #header .search{
  	padding-left: 0;
  }

}
@media(max-width: 530px){
	.right-header .tel, .right-header .mail {
	    font-size: 14px;
	    padding-left: 20px;
	}
	.button-pop-up-wrapp .md-style, #header .button-pop-up-wrapp .button-pop-up.button-style {
	    font-size: 14px;
	}
	#header .logo{
	    height: 69px;
	}
	.logo img {
	    width: 70%;
	}
	.navbar-wrapp {
	    top: -41px;
	}
}
@media(max-width: 500px){

  #header .search{
    left: 22px;
  }
  .right-header .mail, .footer .mail{
    font-size: 14px;
    padding-left: 18px;
  }
  .right-header{
    padding-left: 5px!important;
  }
  .navbar-wrapp {
      left: -47px;
  }
}
@media(max-width: 455px){
  .pop-up{
    width: 320px;
    margin-left: -160px;
    padding: 20px;
  }
  .right-header .tel, .footer .tel{
    font-size: 12px;
    padding-left: 21px;
  }
  .request-form .form-button .submit{
    padding: 22px 0;
    width: 100%;
  }
  #main-background{
    height: 130vh;
  }
  .pop-up h2{
    font-size: 30px;
    line-height: 32px;
  }
  .pop-up textarea::-webkit-input-placeholder {color:#bbb7b7; font-size: 15px;}
  .pop-up textarea::-moz-placeholder          {color:#bbb7b7; font-size: 15px;}
  .pop-up textarea:-moz-placeholder           {color:#bbb7b7; font-size: 15px;}
  .pop-up textarea:-ms-input-placeholder      {color:#bbb7b7; font-size: 15px;}

  .pop-up textarea:focus::-webkit-input-placeholder {color:transparent;}
  .pop-up textarea:focus::-moz-placeholder          {color:transparent;}
  .pop-up textarea:focus:-moz-placeholder           {color:transparent;}
  .pop-up textarea:focus:-ms-input-placeholder      {color:transparent;}
  .button-pop-up-wrapp .button-pop-up {
      font-size: 12px;
  }
  #header .search input[type="text"] {
      height: 28px;
  }
  .phones div[class*='col']{
    padding-right: 0;
  }
  .button-pop-up-wrapp .md-style{
  	padding-right: 0;
  }
  #header .button-pop-up-wrapp .button-pop-up.button-style{
  	padding-right: 0;
  }
	.right-header .mail span{
		padding-bottom: 0;
	}
}
@media(max-width: 400px){
	.right-header .tel{
	    font-size: 11px;
	}
	.right-header .mail{
		font-size: 12px;
	}
	.right-header .nopadding {
	    margin-right: 0px;
	}
	.right-header{
		padding-right: 0;
	}

  #header .logo{
    margin-left: 8px;
    height: 63px;
  }
  .logo img {
      width: 95%;
  }
  .right-header{
    width: 75%;
    max-width: 75%;
  }
  #header .search {
      left: 19px;
      margin-top: 0px;
  }
  #header .search input[type="text"] {
      height: 29px;
  }
    .phones div[class*='col'] {
      padding-right: 0;
      padding-left: 15px;
  }
  .navbar-wrapp {
    left: -31px;
    top: -40px;
  }
  #header .button-pop-up-wrapp .button-pop-up.button-style{
  	font-size: 12px;
  }
  .navbar-light .navbar-toggler {
	 width: 40px;
    height: 35px;
  }
  #header .logo-block{
    flex: 0 0 25%!important;
    max-width: 25%!important;
  }
  .navbar-toggler{
    padding: 0.2rem .5rem;
  }
  .navbar-toggler-icon{
    width: 1.1em;
    height: 1.1em;
  }

  .button-pop-up-wrapp .md-style{
	padding-left: 17px;
	padding-right: 0;
  }
  #header .button-pop-up-wrapp .button-pop-up.button-style{
  	padding-left: 15px;
  }

}
@media(max-width: 380px){
	.right-header .nopadding{
		margin-right: 0;
		padding-right: 10px!important;
	}
}
@media(max-width: 350px){
	.right-header .mail{
		display: block;
	}
	.right-header .mail{
		font-size: 11px;
	}
  #header .button-pop-up-wrapp .button-pop-up.button-style {
    font-size: 11px;
	}
	.right-header .tel{
		font-size: 10px;
		padding-left: 15px;
		margin-bottom: 0;
	}
	.right-header .tel:before, .right-header .mail:before {
	    height: 10px;
	    width: 10px;
	}

	.button-pop-up-wrapp .button-pop-up{
		font-size: 11px;
	}
	#header .logo {
	    margin-left: 8px;
	    height: 51px;
	}
}</pre></body></html>