/*Theme Name: Ваш урожай */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
.clr {
  clear: both;
}
ul {
  list-style: none;
}
button:focus {
  outline: none !important;
}
a:focus {
  outline: none;
}
a:active, a:hover {
  outline: 0;
}
a {
  display: inline-block;
  text-decoration: none;
}
input, textarea {
  outline: none;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}

body {
  font-family: 'Rubik', sans-serif;
  background: #fff;
  min-width: 320px;
  line-height: 1.3;
  font-weight: 400;
}
input[type="submit"], input[type="button"] {
  /* ios */
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}
input[placeholder], textarea[placeholder] {
  opacity: 1;
}
div[style="text-align:center;font-size:11px;font-family:arial;background-color:black;color:white"]{
  display: none!important;
}
.base-container {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.wrap {
  max-width: 1215px;
  margin: 0 auto;
  position: relative;
}
.after-clear:after {
  content: '';
  display: block;
  clear: both;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
.logo{
  float: left;
  display: block;
}
.logo img{
  display: block;
  margin-bottom: 6px;
}
.logo span{
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #3F454C;
}
.hed-top{
  padding: 20px 15px;
}
.hed-top .wrap{
  text-align: center;
}
.hed-txt{
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  color: #3F454C;
  position: relative;
  top: 9px;
}
.hed-right{
  float: right;
  overflow: hidden;
  text-align: right;
  position: relative;
  top: 11px;
}
.tel{
  display: block;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #FF7F00;
}
.tel:hover{
  text-decoration: underline;
}
.social{
  float: right;
}
.social li{
  float: left;
  margin-right: 20px;
}
.social li:last-child{
  margin-right: 0;
}
.social li a{
  display: block;
  line-height: 0;
  width: 20px;
  height: 20px;
}
.fb{ background: url('img/fb.svg') no-repeat;}
.inst{ background: url('img/inst.svg') no-repeat; }
.tl{ background: url('img/tl.svg') no-repeat; }
.yt{ background: url('img/yt.svg') no-repeat; }
.hed-menu{
  background: #3F454C;
  padding-right: 15px;
}
.menu-top{
  float: left;
}
.menu-top > li{
  float: left;
}
.menu-top > li > a{
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 19px 17px;
  transition: 0.25s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  box-sizing: border-box; color:
}
.menu-top > li > a:hover{
  color: #FF7F00;
}
.menu-top > li.current-menu-item > a{
  border-left: 3px solid #CFD8DC;
  border-right: 3px solid #CFD8DC;
}
.menu-top > li.current-menu-item > a:before{
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: -2px;
  position: absolute;
  height: 3px;
  background: #CFD8DC;
}
.menu-top > li.current-menu-item > a:after{
  content: '';
  display: block;
  left: 0;
  right: 0;
  top: -2px;
  position: absolute;
  height: 3px;
  background: #CFD8DC;
}
.lang{
  float: right;
  /*position: relative;*/
  position: absolute;
  top: 19px;
  z-index: 2;
  right:0;
}
@media screen and (max-width:950px){
.lang{  right:50px !important; top: 8px;}
}
.lang li{
  /*margin-bottom: 11px;*/
}
.lang li.active-lang{
  margin-bottom: 19px;
}
.lang li:nth-child(2){
  display: block;
  display: none;
}
.lang-li-1{
  display: block;
  display: none;
}
.lang-li-2{
  display: block;
  display: none;
}


.lang a{
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  position: relative;
  padding-right: 15px;
}
.lang li:first-child a:before{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top:50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.lang-li{
  /*position: absolute;*/
  position: relative;
  padding: 15px 12px;
  margin-left: -5px;
  background: #3F454C;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lang-li a{
  padding-right: 0;
}



.top-slider{
  margin-bottom: 82px;
}
.bg-s{
  height: 100%;
  padding: 0 15px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  height: 595px;
  -webkit-background-size: cover!important;
  background-size: cover!important;
}
.top-slider .wrap{
  height: 100%;
  position: relative;
  z-index: 2;
}
.info-banner{
  position: absolute;
  min-width: 555px;
  bottom: 57px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid #90A4AE;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
}
.info-banner h2{
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 36px;
  line-height: 140%;
  text-transform: uppercase;
  color: #3F454C;
}
.info-more{
  display: table;
  padding-right: 13px;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FF7F00;
  transition: 0.25s;
  position: relative;
}
.info-more:hover{
  text-decoration: underline;
}
.info-more:before{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #FF7F00;
  border-bottom: 5px solid transparent;
  right: 0;
  top:50%;
  margin-top: -6px;
}
.owl-carousel-style .owl-nav button{
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  transition: 0.25s;
}
.owl-carousel.owl-carousel-style .owl-nav .owl-prev{ 
  margin-right: 100px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #FF7F00;
  border-bottom: 15px solid transparent;
}
.owl-carousel.owl-carousel-style .owl-nav .owl-next{
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid #FF7F00;
  border-bottom: 15px solid transparent;
}
.owl-carousel.owl-carousel-style .owl-nav .owl-prev.disabled{
   border-right: 15px solid #90A4AE;
}
.owl-carousel.owl-carousel-style .owl-nav .owl-next.disabled{
  border-left: 15px solid #90A4AE;
}
.owl-carousel-style .owl-nav{
  display: table;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
}
.count-s{
  font-weight: 900;
  font-size: 18px;
  line-height: 150%;
  color: #FF7F00;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 3px;
}
.c-1{
  padding-right: 2px;
  display: inline-block;
}
.c-2{
  font-weight: 400;
  color: #3F454C;
  padding-left: 2px;
  display: inline-block;
}
.post-info-txt{
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
  position: relative;
  padding-right: 90px;
}
.post-info-txt h2{
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #3F454C;
  margin-bottom: 20px;
  padding-top: 7px;
}
.post-info-txt p{
  font-weight: 300;
  font-size: 20px;
  color: #3F454C;
  margin-bottom: 14px;
  line-height: 1.4;
}
.post-info-img{
  display: block;
  float: left;
  line-height: 0;
  width: 51%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-info-img a{
    display: block;
}
.post-info-img img{
  width: 100%;
  max-width: none;
  border-radius: 3px;
}
.more-w{
  clear: both;
  padding-top: 25px;
}
.wrap-post-info{
  margin-bottom: 70px;
}
.wrap-post-info2 .post-info-txt{
  width: 51%;
  left: 49%;
  padding-right: 0
}
.wrap-post-info2 .post-info-img{
  width: 49%;
  right: 51%;
  padding-right: 90px;
}
.block-post-info{
  margin-bottom: 50px;
}
.blok-info{
  background: #3F454C;
  padding-top: 100px;
  padding-bottom: 100px;
}
.blok-info-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.col-info{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
  width: 25%;
}
.col-info img{
  display: inline-block;
  margin-bottom: 12px;
}
.col-info h5{
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.col-info p{
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  max-width: 250px;
  margin: 0 auto;
}
.h2-style h2{
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
  color: #3F454C;
  margin-bottom: 55px;
}
.servise-block .wrap{
  padding-bottom: 120px;
  padding-top: 90px;
}
.row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  width: 33.333%;
}
.servise-block-wrap{
  position: relative;
  padding-bottom: 90px;
  cursor: pointer;
}
.servise-block-wrap:hover .block-link{
  display: block;
}
.servise-block-wrap img{
  width: 100%;
  max-width: none;
}
.h-data-w h3{
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #3F454C;
}
.h-data-w{
  padding: 25px;
  padding-top: 20px;
  box-shadow: 0px 4px 15px rgba(171, 171, 171, 0.2);
  background: #fff;
  border-radius:0 0 3px 3px;
  min-height: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-link a{
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  display: table;
  text-transform: none;
  padding: 11px 0;
  padding-right: 12px;
  transition: 0.25s;
}
.block-link li{
  border-top: 1px solid #EEEEEE;
}
.block-link .info-more:before {
  margin-top: -4px;
}
.block-link{
  padding-top: 17px;
  display: none;
}
.h-data{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.project{
  background: #3F454C;
  padding-top: 115px;
  padding-bottom: 115px;
}
.project h2{
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #FFFFFF;
  float: left;
}
.pr-top{
  overflow: hidden;
  margin-bottom: 50px;
}
.pr-top .btn{
  float: right;
}
.btn{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FF7F00;
  border: 2px solid #FF7F00;
  box-sizing: border-box;
  border-radius: 3px;
  width: 240px;
  padding: 13px 0;
}
.project img{
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  border: 3px solid #90A4AE;
  border-radius: 3px;
}
.info-project h5, .info-project h5 a{
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}
.pr-data{
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}
.pr-data span{
  color: #FF7F00;
}
.contact-block{
  padding-top: 110px;
  padding-bottom: 110px;
  background: #fff;
}
.cont-img{
  position: relative;
  float: left;
  width: 65%;
  line-height: 0;
}
.cont-img img{
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.form-cont{
  float: left;
  width: 35%;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(63, 69, 76, 0.15);
  border-radius: 3px;
  padding: 40px 0;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-cont-wrap{
  max-width: 315px;
  margin: 0 auto;
}
.form-style{
  position: relative;
}
.form-style h5{
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  color: #3F454C;
}
.form-style .desc-form{
  display: block;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #3F454C;
}
.form-style input, .form-style textarea{
  background: #FAFAFA;
  border: 1px solid #90A4AE;
  box-sizing: border-box;
  border-radius: 3px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 10px;
  font-family: Rubik;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #90A4AE;
  height: 40px;
}
.form-style textarea{
  overflow: auto;
  resize: none;
  height: 80px;
}
.contact-block-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.form-style input[type="submit"]{
  transition: 0.25s;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  border: none;
  background: #FF7F00;
  border-radius: 3px;
  text-align: center;
  height: 49px;
  cursor: pointer;
  margin-bottom: 0;
}
.form-style input[type="submit"]:hover{
  background: #FF9625;
}
.checkbox{
  position: relative;
  margin-bottom: 8px;
}
.checkbox label{
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #556065;
  padding-left: 21px;
  cursor: pointer;
}
.form-style input[type=checkbox] {
  display: none;
}
.form-style label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: #FF7F00;
}
.form-style input[type=checkbox]:checked + label:before {
  content: "\2713";
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 15px;
}
.cont-bl{
  position: absolute;
  line-height: 1.3;
  left: 45px;
  bottom: 40px;
  background: rgba(255, 255, 255, 0.9);
  border: 10px solid #90A4AE;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 33px 49px;
}
.wr-st span, .wr-st a{
  display: block;
  margin-bottom: 14px;
  padding-left: 24px;
  position: relative;
  font-size: 18px;
  line-height: 140%;
  color: #3F454C;
}
.wr-st span.tel-s, .wr-st a.tel-s{
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #FF7F00;
}
.wr-st span:before, .wr-st a:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  top:50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.cont-bl .tel-s:before{ background: url('img/ico2.svg') no-repeat; }
.cont-bl .mail-s:before{ background: url('img/ico3.svg') no-repeat; }
.cont-bl .adres-s:before{ background: url('img/ico4.svg') no-repeat; }
.cont-bl ul{
  float: none;
  padding-top: 11px;
}
.foot{
  background: #3F454C;
  padding-top: 60px;
  padding-bottom: 60px;
}
.foot-left{
  float: left;
  width: 100%;
  max-width: 310px;
  margin-right: 16.5%;
}
.logo-foot{
  display: block;
  margin-bottom: 10px;
}
.foot-left h5{
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.foot-left p{
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
.foot-nav{
  float: right;
  max-width: 703px;
  width: 100%;
}
.foot-nav-block{
  float: left;
  padding-top: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 50%;
}
.foot-nav-block1{
  padding-right: 75px;
}
.foot-nav-block2{
  padding-left: 75px;
}
.foot-nav-block li{
  margin-bottom: 17px;
}
.foot-nav-block li:last-child{
  margin-bottom: 0;
}
.foot-nav-block li a{
  display: block;
  transition: 0.25s;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.foot-nav-block li a:hover{
  text-decoration: underline;
}
.foot-nav-block h6{
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.foot-nav-block2 li a{
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.foot-nav-block2 li{
  position: relative;
  padding-left: 11px;
  margin-bottom: 11px;
}
.foot-nav-block2 li:last-child{
  margin-bottom: 0;
}
.foot-nav-block2 li:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #FF7F00;
}
.foot-bottom{
  background: #3F454C;
  padding: 21px 15px;
  border-top: 1px solid #90A4AE;
}
.foot-bottom .wrap{
  position: relative;
}
.copy{
  display: block;
  float: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #90A4AE;
}
.pl{
  display: block;
  float: right;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #90A4AE;
}
.pl:hover{
  text-decoration: underline;
}
.foot-ico{
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.crumbs{
  padding: 20px 15px;
  margin-bottom: 55px;
}
.crumbs li{
  float: left;
  margin-right: 37px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #FF7F00;
}
.crumbs li:last-child{
  margin-right: 0;
}
.crumbs li:before{
  content: '';
  display: block;
  position: absolute;
  right: -25px;
  top:50%;
  background: url('img/crumbs.svg') no-repeat;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.crumbs li:last-child:before{
  display: none;
}
.crumbs li a{
  font-size: 16px;
  line-height: 150%;
  color: #90A4AE;
  font-weight: 400;
}
.history-left{
  float: left;
  width: 58%;
  margin-right: 5%;
  position: relative;
}
.history-left h1, .history-left h2{
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #3F454C;
  margin-bottom: 25px;
}
.history-left p{
  margin-bottom: 14px;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #3F454C;
}
.history-right{
  float: left;
  width: 37%;
  position: relative;
}
.history-right a{
  display: block;
  line-height: 0;
  margin-bottom: 25px;
}
.history-right img{
  width: 100%;
  max-width: none;
  display: block;
}
.history-right a:last-child{
  margin-bottom: 0;
}
.history{
  margin-bottom: 100px;
}
.ms-block .history-left{
  left: 37%;
  margin-right: 0;
  margin-left: 5%;
}
.ms-block .history-right{
  right: 63%;
}
.ms-block{
  padding-top: 115px;
}
.contact-block-page{
  background: #CFD8DC;
}
.catalog{
  padding-bottom: 87px;
}
.catalog, .crumbs-in{
  background: #E5E5E5;
}
.catalog h2{
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  color: #3F454C;
}
.crumbs-in{
  margin-bottom: 0;
  padding-bottom: 70px;
}
.cat-wrap{
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-cat{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  width: 33.333%;
  margin-bottom: 30px;
  display: block;
}
.zag-k{
  display: block;
  padding: 19px 18px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #3F454C;
}
.col-cat-w{
  height: 100%;
  line-height: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(63, 69, 76, 0.15);
  border-radius: 0 0 3px 3px;
}
.col-cat-w img{
  width: 100%;
  max-width: none;
}
.pl-cat{
  display: block;
  background: #3F454C url('img/i.svg') 12px center no-repeat;
  border-radius: 3px;
  height: 30px;
  margin-bottom: 15px;
}
.col-cat-full p{
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #3F454C;
  margin-bottom: 13px;
}
.btn2{
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.25s;
  background: #FF7F00;
  border-radius: 3px;
  width: 250px;
}
.btn2:hover{
  background: #FF9625;
}

.catalog2, .catalog3{
  background: #3F454C;
  padding-top: 110px;
}
.catalog2 h2{
  color: #fff;
}
.catalog2 .col-cat-full p{
  color: #fff;
}
.catalog2 .pl-cat{
  background: #90A4AE url('img/i.svg') 12px center no-repeat;
}
.catalog2 .col-cat-full, .catalog3 .col-cat-full{
  width: 66.666%;
}
.catalog3{
  background: #E5E5E5;
}
.sidebar{
  width: 29%;
  background: #ECEFF1;
  border-radius: 3px;
  margin-right: 5%;
  float: left;
  padding: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 35px;
}
.sidebar h3{
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  color: #3F454C;
  margin-bottom: 25px;
}
.widget{
  margin-bottom: 26px;
}
.widget h4{
  margin-bottom: 11px;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  color: #3F454C;
  padding-left: 22px;
  position: relative;
}
.widget h4:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  background: url('img/crumbs.svg') no-repeat;
  width: 16px;
  height: 16px;
}
.widget li{
  margin-bottom: 12px;
  position: relative;
  padding-left: 10px;
}
.widget li:last-child{
  margin-bottom: 0;
}
.widget li:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 4px solid #90A4AE;
  border-bottom: 5px solid transparent;
}
.widget li a{
  font-size: 16px;
  line-height: 150%;
  color: #90A4AE;
  transition: 0.25s;
  display: block;
}
.widget li.active a, .widget li a:hover{
  color: #FF7F00;
}
.widget li.active:before, .widget li:hover:before{
  border-left: 4px solid  #FF7F00;
}
.content-base{
  float: left;
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-style{
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  color: #3F454C;
}
.content-style h1{
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  color: #3F454C;
}
.content-style h4{
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #3F454C;
}
.content-style h2{
  font-size: 30px;
}
.content-style h3{
  font-size: 28px;
}
.content-style h5{
  font-size: 19px;
}
.content-style h6{
  font-size: 18px;
}
.content-style b, .content-style strong{
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #3F4443;
    margin-bottom: 10px;
    display: block;
}
.content-style ol{
  margin-bottom: 25px; 
}
.content-style p{
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  color: #3F454C;
  margin-bottom: 15px;
}
.content-style ol{
  list-style-position: inside;
}
.content-style ol li{
  position: relative;
  margin-bottom: 9px;
}
.content-style ol li:last-child{
  margin-bottom: 0;
}
.content-style .alignleft{
  float: left;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-right: 15px;
}
.content-style .alignright{
  float: right;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-left: 15px;
}
.content-style .alignnone{
  margin-top: 12px;
  margin-bottom: 12px;
}

.content-style blockquote, .content-style blockquote p{
  font-style: italic;
  font-size: 16px;
  color: #333333;
  margin-bottom: 0;
}
.content-style blockquote{
  margin-bottom: 15px;
}
.content-style table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content-style th{
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    color: #3F4443;
    border: 1px solid #333;
}
.content-style td{
    font-size: 18px;
    line-height: 28px;
    color: #3F4443;
    border: 1px solid #333;
}
.content-style td, .content-style th{
    padding: 8px 10px;
}
.content-style a{
  color: #0068B2;
  text-decoration: underline;
}
.content-style a:hover{
  text-decoration: none;
}
.aligncenter{
    display: table;
    margin: 12px auto;
}
.video{
  display: block;
  line-height: 0;
  position: relative;
  margin-bottom: 30px;
}
.video img{
  width: 100%;
  max-width: none;
}
.load{
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #FFFFFF url('img/load.png') 57% center no-repeat;
  position: absolute;
  left: 50px;
  bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.26), 0 0 0 23px rgba(255, 255, 255, 0.12);
}
.system h5{
  position: relative;
  padding-left: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #3F454C;
  margin-bottom: 17px;
}
.system h5:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top:50%;
  background: url('img/crumbs.svg') no-repeat;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.block-st, .content-style > div{
  padding-left: 24px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.block-st:before, .content-style > div:before{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 0;
  height: 1px;
  background: #90A4AE;
}
.block-st h6, .content-style div h6{
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #3F454C;
}
.block-st ul, .content-style > div ul, .content-style > ul{
  margin-bottom: 20px;
}
.block-st li, .content-style > div li, .content-style ul li{
  margin-bottom: 11px;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #3F454C;
  position: relative;
  padding-left: 23px;
  }
.block-st li:last-child, .content-style > div li:last-child, .content-style > ul li:last-child{
  margin-bottom: 0;
}
.block-st li:before, .content-style > div li:before, .content-style > ul li:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  background: url('img/li.png') no-repeat;
  width: 15px;
  height: 15px;
}
.btn2-w{
  padding-bottom: 30px;
}
.block-st-last:before, .content-style > div:last-child:before{
  display: none;
}
.content-style > div:last-child{
  margin-bottom: 0;
}
.bottom-s{
  padding-top: 30px;
  border-top: 1px solid #90A4AE;
  padding-bottom: 100px;
}
.bottom-s-w{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.bottom-s-col{
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  width: 33.333%;
  margin-bottom:30px;
}
.bottom-s-col img{
  width: 100%;
  max-width: none;
  border-radius: 3px;
}
.carusel{
  background: #3F454C;
}
.carusel .wrap{
  padding: 115px 0;
}
.carusel h2{
  text-align: center;
  color: #fff;
}
.kr-item{
  height: 100%;
  display: block;
  background: #fff;
  border-radius: 4px;
}
.h-zag{
  padding: 18px 20px;
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #3F454C;
}
.owl-carousel2 .owl-item, .owl-carousel2 .item, .owl-carousel2 .owl-item, .owl-carousel2 .owl-stage{
  height: 100%;
}
.owl-carousel2 .c-2{
  color: #fff;
}
.zag-k span{
  font-weight: 300;
  display: block;
  line-height: 1.3;
}
.system2 .btn2{
  margin-bottom: 20px;
}
.bottom-s2 .bottom-s-col{
  width: 50%;
}
.bottom-s2 {
  border: none;
}
.project-page h1{
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  color: #3F454C;
  margin-bottom: 40px;
}
.project-page{
  background: #fff;
  padding-top: 0;
}
.project-page h5, .project-page .pr-data{
  color: #3F454C;
}
.project-page .pr-data{
  font-weight: 500;
}
.project-page span{
  font-weight: 300;
}
.project-page .col{
  margin-bottom: 45px;
}
.load-more{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 187px;
  transition: 0.25s;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FF7F00;
  text-align: center;
  border: 2px solid #FF7F00;
  border-radius: 3px;
  position: relative;
  padding: 12px 0;
  margin: 0 auto;
  background: #fff url('img/st.svg') 87% center no-repeat;
  text-indent: -12px;
}
.project .col a{
  display: block;
}
.all-project{
  margin-top: 30px;
}
.pr-blok-info{
  overflow: hidden;
  margin-bottom: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.pr-block-info{
  float: left;
  margin-right: 10%;
  position: relative;
  padding-left: 67px;
}
.pr-block-info:last-child{
  margin-right: 0;
}
.n-p{
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #3F454C;
  margin-bottom: 5px;
}
.d-p{
  display: block;
  font-weight: bold;
  color: #3F454C;
  font-size: 16px;
}
.pr-block-info img{
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mapa{
  height: 600px;
}
.mapa iframe{
  width: 100%;
  height: 100%;
}
body #small-dialog{
  max-width: 434px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(63, 69, 76, 0.15);
  border-radius: 3px;
  padding: 40px 15px;
}
.popap-modal .mfp-close{
  font-size: 1px;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  opacity: 1!important;
  background: url('img/close.svg') no-repeat;
  width: 15px;
  height: 15px;
  right: 15px;
  top: 15px;
}
.form-style .wpcf7-not-valid-tip{
  position: relative;
  top: -8px;
}
.form-style .wpcf7 form .wpcf7-response-output{
  margin: 0;
  font-size: 13px;
}
.content-style > div.pr-blok-info{
  border: none;
  margin-bottom: 15px;
  padding: 0;
}
.content-style > div.pr-blok-info:before{
  display: none;
}
.load-more-wr{
  position: relative;
}
.load-more-wr img{
  max-width: 100%;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  margin: 3px auto 0;
  display: block;
  display: none;
}
.page-n{
  display: none;
}
.base-container2 .content-base{
  float: none;
  width: 100%;
  padding-bottom: 45px;
}
.hed-menu .sub-menu{
  display: none;
  width: 100vw;
  max-width: 240px;
  position: absolute;
  z-index: 9;
  background: #fff;
  padding:15px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 7px 1px rgba(51, 51, 51, 0.5);
}
.hed-menu .sub-menu li{
  margin-bottom: 12px;
}
.hed-menu .sub-menu li:last-child{
  margin-bottom: 0;
}
.hed-menu .sub-menu a{
  color: #3F454C;
  display: block;
  font-size: 18px;
}
.hed-menu .sub-menu a:hover{
  text-decoration: underline;
}
.acive-sub{
  position: relative;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.acive-sub:before{
  content: '';
  color: #fff;
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -3px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
}
.acive-sub:hover > a{
  color: #FF7F00;
}
.acive-sub:hover:before{
  border-top: 6px solid #FF7F00;
}
.block-st-in{
  margin-bottom: 0!important;
  padding-bottom: 0!important;
  border: none!important;
  padding-left: 0!important;
}
.block-st-in:before{
  display: none;
}
.page-template-about .block-st:before{
  display: none;
}
.page-template-about .block-st{
  padding-left: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
}


/* responsive */
.lang-m, .menu-m, .social-m, .tel-m, .social-d-m{
  display: none;
}
@media screen and (max-width: 1245px) {
  .foot .wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .info-banner{
    left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .menu-top > li > a{
    padding: 19px 0;
  }
  .menu-top > li{
    margin-right: 31px;
  }
  .menu-top > li:last-child{
    margin-right: 0;
  }
  .top-slider .bg-s{
    height: 480px;
  }
  .info-banner{
    bottom: 20px;
  }
  .lang-d{
    display: none;
  }
  .lang-m{
    display: block;
  }
  .hed-menu{
    padding-left: 15px;
  }
  .top-slider{
    margin-bottom: 45px;
  }
  .post-info-txt h2{
    padding-top: 20px;
  }
  .post-info-txt, .wrap-post-info2 .post-info-img{
    padding-right: 30px;
  }
  .block-post-info{
    margin-bottom: 0;
  }
  .h-data-w h3{
    font-size: 16px;
  }
  .h-data-w{
    padding: 15px 15px;
  }
  .servise-block-wrap{
    padding-bottom: 73px;
  }
  .block-link a{
    font-size: 14px;
  }
  .row {
      margin-right: -10px;
      margin-left: -10px;
  }
  .col {
    padding: 0 10px;
  }
  .block-link a{
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .foot-left{
    margin-right: 11%;
  }
  .foot-nav-block1{
    padding-right: 25px;
  }
  .sidebar{
    margin-right: 2%;
    width: 32%;
  }
  .acive-sub{
    padding-right: 12px
  }
  .acive-sub:before {
    right: 0;
  }
  

}
@media screen and (max-width: 950px) {
  .post-info-txt, .wrap-post-info2 .post-info-txt{
    width: 57%;
  }
  .post-info-img, .wrap-post-info2 .post-info-img{
    width: 43%;
  }
  .wrap-post-info2 .post-info-txt{
    left: 43%;
  }
  .wrap-post-info2 .post-info-img{
    right: 57%;
  }
  .post-info-txt h2{
    padding-top: 0;
    font-size: 28px;
  }
  .wrap-post-info{
    margin-bottom: 50px;
  }
  .post-info-txt p{
    font-size: 16px;
  }
  .blok-info .col-info{
    width: 50%;
    margin-bottom: 40px;
  }
  .blok-info {
    background: #3F454C;
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .col-info h5, .col-info p{
    font-size: 16px;
  }
  .h2-style h2{
    font-size: 28px;
    margin-bottom: 30px;
  }
  .servise-block .wrap{
    padding-top: 55px;
    padding-bottom: 45px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  .project .wrap{
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  .servise-block .col{
    width: 100%;
  }
  .block-link{
    display: block!important;
  }
  .servise-block-wrap img{
    float: left;
    width: 55%;
    height: 100%;
    object-fit: cover;
  }
  .h-data-w{
    min-height: auto;
    box-shadow: none;
  }
  .h-data{
    position: relative;
    float: right;
    width: 45%;
    box-shadow: 0px 4px 15px rgba(171, 171, 171, 0.2);
  }
  .servise-block-wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 30px;
  }
  .project h2{
    font-size: 28px;
  }
  .project{
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .project .col{
    width: 100%;
    margin-bottom: 25px;
  }
  .pr-top{
    margin-bottom: 30px;
  }
  .project img{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 51%;
    float: left;
    margin-bottom: 0;
  }
  .info-project{
    float: left;
    width: 49%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .info-project h5, .info-project h5 a{
    font-size: 20px;
  }
  .contact-block{
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .cont-img{
    width: 52%;
  }
  .form-cont{
    width: 48%;
  }
  .form-cont-wrap{
    max-width: 306px;
  }
  .cont-bl{
    padding: 25px 17px;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
    max-width: 355px;
    width: 100%;
  }
  .foot .wrap{
    display: block;
    position: relative;
  }
  .foot-left{
    float: none;
    max-width: none;
    margin-right: 0;
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
  }
  .foot-left:before{
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -101px;
    right: 0;
    width: 200vw;
    background: #90A4AE;
  }
  .foot-nav{
    float: none;
    max-width: none;
  }
  .foot-left h5{
    font-size: 18px;
  }
  .foot-left p{
    max-width: 312px;
    float: right;
    padding-top: 27px;
    font-size: 18px;
  }
  .logo-w{
    float: left;
  }
  .logo-foot{
    margin-bottom: 0;
  }
  .foot-nav{
    max-width: 750px;
    margin: 0 auto;
  }
  .foot-ico{
    right: -80px;
  }
  .hed-right{
    display: none;
  }
  .hed-txt{
    float: right;
    right: 15px;
  }
  .lang-m{
    display: none;
  }
  .lang-d{
    display: block;
  }
  .tel-m{
    display: block;
    float: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-right: 60px;
    position: relative;
    top: 8px;
  }
  .social-m{
    display: block;
    margin-right: 60px;
    float: left;
    position: relative;
    top: 8px;
  }
  .social-m .fb{ background: url('img/fb2.svg') no-repeat;}
  .social-m .inst{ background: url('img/inst2.svg') no-repeat; }
  .social-m .tl{ background: url('img/tl2.svg') no-repeat; }
  .social-m .yt{ background: url('img/yt2.svg') no-repeat; }
  .lang-d{
    float: left;
    top: 8px;
  }
  .lang li{
    margin-bottom: 0;
  }
  .hed-menu{
    padding: 18px 15px;
  }
  .menu-m{
    float: right;
  }
  .click-menu{
    display: block;
    line-height: 0;
    width: 35px;
    padding: 7px;
  }
  .click-menu span{
    display: block;
    margin-bottom: 4px;
    height: 4px;
    background: #fff;
    border-radius: 4px
  }
  .click-menu span:last-child{
    margin-bottom: 0;
  }
  .menu-wrap-m{
    background: #fff;
    width: 320px;
    position: absolute;
    z-index: 9;
    right: -15px;
    margin-top: 18px;
    display: none;
  }
  .vl li{
    border-bottom: 1px solid #90A4AE;
  }
  .vl a{
    display: block;
    padding: 10px 8px;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    color: #3F454C;
  }
  .active-click span{
    background: #FF7F00;
  }
  .lang-li{
    padding-top: 10px;
  }
  .social li{
    margin-right: 25px;
  }
  .hed-top{
    padding-bottom: 10px;
  }
  .menu-top{
    display: none;
  }
  .menu-m{
    display: block;
  }
  .history-left h1, .history-left h2{
    font-size: 28px;
    margin-bottom: 15px;
  }
  .crumbs{
    margin-bottom: 35px;
  }
  .history-left p{
    font-size: 16px;
  }
  .history-left{
    margin-right: 2%;
  }
  .history-right{
    width: 40%;
  }
  .ms-block .history-left{
    margin-left: 2%;
    left: 40%;
  }
  .ms-block .history-right{
    right: 60%;
  }
  .history{
    margin-bottom: 50px;
  }
  .ms-block{
    padding-top: 55px;
  }
  .crumbs-in{
    margin-bottom: 0;
  }
  .cat-wrap{
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-cat{
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .catalog .wrap{
    max-width: 800px;
    margin: 0 auto;
  }
  .catalog h2{
    font-size: 28px;
    margin-bottom: 30px;
  }
  .project-page h1{
    font-size: 28px;
    margin-bottom: 30px;
  }
  .crumbs-in{
    padding-bottom: 35px;
  }
  .catalog{
    padding-bottom: 40px;
  }
  .catalog2, .catalog3{
    padding-top: 45px;
  }
  .catalog3 .col-cat-full{
    width: 50%;
  }
  .catalog3 .cat-wrap{
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sidebar{
    display: none;
  }
  .content-base{
    float: none;
    width: auto;
  }
  .content-style h1{
    font-size: 28px;
    margin-bottom: 20px;
  }
  .content-style h4{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .content-style p, .system h5, .block-st h6, .block-st li, .content-style > div h6, .content-style > div li{
    font-size: 16px;
  }
  .bottom-s{
    padding-bottom: 45px;
  }
  .carusel .wrap {
      padding: 50px 0;
  }
  .h2-style h2{
    text-transform: none;
    margin-bottom: 25px;
  }
  .contact-block{
    padding-left: 0;
    padding-right: 0;
  }
  .project-page{
    padding-top: 0;
  }
  .mapa{
    height: 350px;
  }
  .acive-sub:before {
    right: 7px;
    border-top: 6px solid #333;
  }
  .hed-menu .sub-menu{
    max-width: 85%;
  }
  .hed-menu .sub-menu li{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .hed-top .wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .hed-txt br{
    display: none;
  }
  .hed-txt{
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
    right: 0;
  }
  .logo{
    min-width: 200px;
  }
  .top-slider .bg-s {
      height: 380px;
  }
  .info-banner h2{
    font-size: 24px;
  }
  .info-banner{
    min-width: 355px;
  }
  .post-info-txt, .post-info-img{
    padding: 0;
    float: none;
    width: auto!important;
    max-width: none;
    left: 0;
    right: 0;
    position: static;
  }
  .more-w{
    padding-top: 5px;
  }
  .post-info-txt, .wrap-post-info{
    margin-bottom: 25px;
  }
  .post-info-txt h2{
    text-align: center;
  }
  .post-info-txt .info-more{
    font-size: 14px;
    display: table;
    margin: 0 auto;
  }
  .top-slider{
    margin-bottom: 25px;
  }
  .blok-info {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .servise-block-wrap img, .h-data{
    float: none;
    width: auto;
  }
  .servise-block-wrap img{
    display: table;
    margin: 0 auto;
  }
  .servise-block-wrap{
    display: block;
  }
  .servise-block .wrap{
    padding-bottom: 20px;
  }
  .project h2{
    float: none;
    text-align: center;
    margin-bottom: 12px;
  }
  .pr-top .btn{
    float: none;
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
  }
  .project img{
    width: auto;
    float: none;
    display: table;
    margin: 0 auto 12px;
  }
  .info-project{
    padding-left: 0;
    max-width: 380px;
    margin: 0 auto;
    width: auto;
    float: none;
  }
  .project{
    padding-bottom: 15px;
    padding-top: 50px;
  }
  .h2-style h2{
    font-size: 24px;
    margin-bottom: 15px;
  }
  .contact-block-wrap{
    display: block;
  }
  .cont-img, .form-cont{
    float: none;
    width: auto;
  }
  .cont-img img{
    display: none;
  }
  .cont-bl{
    position: static;
    max-width: none;
  }
  .form-cont-wrap{
    max-width: none;
  }
  .form-cont{
    padding: 30px 30px;
  }
  .contact-block{
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .foot-left h5{
    font-size: 14px;
    margin-bottom: 0;
  }
  .foot-left p{
    font-size: 16px;
    padding-left: 20px;
    padding-top: 9px;
  }
  .foot-left{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .logo-w{
    min-width: 218px;
  }
  .foot-nav-block1{
    padding-right: 31px;
  }
  .foot-nav-block2{
    padding-left: 0;
  }
  .foot-ico{
    display: none;
  }
  .copy, .pl{
    float: none;
    line-height: 1.7;
  }
  .foot-nav-block{
    padding-top: 0;
  }
  .foot{
    padding-bottom: 31px;
    padding-top: 42px;
  }
  .foot-nav-block li a, .foot-nav-block h6{
    font-size: 16px;
  }
  .post-info-txt, .wrap-post-info2 .post-info-img{
    padding-right: 0;
  }
  .social-m{
    display: none;
  }
  .tel-m{
    margin-right: 90px;
  }
  .social-d-m{
    display: table;
    margin: 0 auto;
    padding: 15px 0;
    float: none;
  }
  .post-info-txt h2{
    font-size: 24px;
  }
  .project img, .servise-block-wrap img{
    max-width: 100%;
  }
  .history-left, .history-right{
    margin: 0;
    float: none;
    width: auto;
    position: static;
  }
  .crumbs{
    display: table;
    margin: 0 auto 20px;
  }
  .history-left h1, .history-left h2{
    text-align: center;
    font-size: 20px;
  }
  .history-right{
    overflow: hidden;
  }
  .history-right a{
    display: block;
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .history-right a:last-child{
    margin-right: 0;
  }
  .crumbs-in{
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
  .crumbs-in ul{
    display: table;
    margin: 0 auto;
  }
  .catalog h2{
    text-align: center;
  }
  .contact-block{
    padding-left: 15px;
    padding-right: 15px;
  }
  .project-page h1{
    text-align: center;
  }
  .project-page{
    padding-top: 0;
  }
  .pr-block-info{
    margin-right: 5%;
  }
}
@media screen and (max-width: 600px) {
  .col-cat{
    width: 100%!important;
  }
  .catalog h2{
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .crumbs-in{
    padding-bottom: 20px;
  }
  .catalog{
    padding-bottom: 30px;
  }
  .catalog .wrap{
    max-width: 450px;
  }
  .bottom-s-col{
    width: 100%;
    max-width: 400px;
    margin: 0 auto 15px;
  }
  .bottom-s2 .bottom-s-col{
    width: 100%;
  }
  .project-page h1{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .project-page{
    padding-bottom: 45px;
  }
  .pr-block-info{
    float: none;
    width: auto;
    margin-bottom: 22px;
  }
  .pr-block-info:last-child{
    margin-bottom: 0;
  }
  .pr-blok-info{
    display: block;
  }
  .content-style .alignleft, .content-style .alignright{
    max-width: none;
    float: none;
    display: table;
    margin: 12px auto;
  }
}
@media screen and (max-width: 550px) {
  .tel-m {
    margin-right: 69px;
  }
  .top-slider .bg-s{
    height: 280px;
  }
  .info-banner{
    position: static;
    margin-left: -15px;
    margin-right: -15px;
    border: none;
  }
  .bg-s{
    position: static;
  }
  .top-slider .item {
    padding-left: 0;
  }
  .info-banner{
    padding: 20px 15px;
    padding-bottom: 40px;
    text-align: center;
    margin: 0;
    bottom: 0;
    position: relative;
    left: 0;
  }
  .info-banner .info-more{
    margin: 0 auto;
    font-size: 14px;
  }
  .info-banner:before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    left: -15px;
    right: -15px;
    box-shadow: 0px -3px 15px rgba(63, 69, 76, 0.45);
  }
  .hed-txt{
    padding-left: 30px;
    line-height: 20px;
  }
  .project .wrap{
    max-width: none;
  }
  .info-banner {
      min-width: auto;
  }
  .bottom-s2{
    padding-bottom: 20px;
  }
  .contact-block-page{
    border-top: 1px solid #90A4AE;
  }
  .crumbs ul{
    text-align: center;
  }
  .crumbs li{
    float: none;
    display: inline-block;
    margin-bottom: 3px;
  }
  .pr-data{
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .tel-m{
    margin-right: 25px;
  }
  .hed-txt{
    padding-bottom: 15px;
    text-align: center;
  }
  .hed-txt, .logo{
    padding-left: 0;
    float: none;
  }
  .hed-top .wrap{
    display: block;
  }
  .content-style h1{
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
  }
  .content-style h4{
    font-size: 16px;
  }
  .video{
    margin-left: -15px;
    margin-right: -15px;
  }
  .load{
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .block-st-last, .content-style > div:last-child{
    margin-bottom: 0;
  }
  .carusel .wrap {
      padding: 40px 0 25px;
  }
  .mapa{
    height: 250px;
  }
}
@media screen and (max-width: 380px) {
  .lang-d{
    display: none;
  }
  .lang-m{
    display: block;
    float: left;
    top: 8px;
  }
  .tel-m{
    font-size: 16px;
    margin-right: 20px;
  }
  .top-slider .bg-s{
    height: 190px;
  }
  .info-banner h2, .post-info-txt h2, .h2-style h2, .project h2{
    font-size: 20px;
    line-height: 1.4;
  }
  .blok-info .col-info{
    width: 100%;
    margin-bottom: 35px;
  }
  .cont-bl{
    padding: 0;
    border: none;
  }
  .form-cont{
    padding: 0;
    box-shadow: none;
  }
  .cont-img{
    margin-bottom: 30px;
    padding-bottom: 35px;
    border-bottom: 1px solid #90A4AE;
  }
  .foot-left p{
    padding: 0;
    float: none;
    width: auto;
    max-width: none;
    text-align: center;
  }
  .logo-w{
    float: none;
    margin: 0 auto;
    display: table;
    text-align: center;
  }
  .foot-left{
    display: block;
  }
  .foot-nav-block{
    padding: 0;
    width: auto;
    max-width: none;
    text-align: center;
    float: none;
  }
  .foot-nav-block2 li{
    display: table;
    margin: 0 auto 12px;
  }
  .foot-nav-block li, .foot-nav-block li:last-child, .foot-nav-block h6{
    margin-bottom: 12px;
  }
  .copy, .pl{
    text-align: center;
  }
  .contact-block-page{
    background: none;
  }
  .ms-block{
    padding-top: 35px;
    margin-bottom: 15px;
    padding-bottom: 45px;
    position: relative;
  }
  .ms-block:before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    left: -15px;
    right: -15px;
    background: #90A4AE;
  }
}

.seo-text {
	margin: 0 0 40px;
}
.seo-text__content {
	font-size: 16px;
	line-height: 1.4;
}
.seo-text__content > * {
	margin-bottom: 1em;
}