/**
 * Theme Name:  DSHolding
 * Theme URI:   URL темы в каталоге WordPress или где-то еще. Пример: http://wordpress.org/themes/twentythirteen
 * Author:      Имя автора темы
 * Author URI:  URL автора. Пример: http://mysite.org/
 * Description: Короткое описание темы. 
 * License:     Лицензия. Пример: GNU General Public License v2 or later
 * License URI: URL на лицензию. Пример: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:        Метки темы, по которым тему можно будет найти в каталоге WordPress. Например: black, brown, orange, tan, white, yellow
 * Text Domain: Домен перевода для темы. Нужен чтобы можно было перевести описание указанное в Description. Например: twentythirteen
 * Version:     Версия темы. Пример: 1.0
  */

@font-face {
  font-family: "rotonda";
  src: url("/fonts/rotonda.otf"); }

@font-face {
  font-family: "ProximaNova-Semibold";
  src: url("/fonts/ProximaNova-Semibold.ttf"); }

@font-face {
  font-family: "ProximaNova-Extrabld";
  src: url("/fonts/ProximaNova-Extrabld.ttf"); }

@font-face {
  font-family: "ProximaNova-Bold";
  src: url("/fonts/ProximaNova-Bold.ttf"); }

@font-face {
font-family: "Uni Sans";
src: url("/fonts/UniSansRegular.eot");
src: url("/fonts/UniSansRegular.eot?#iefix") format("embedded-opentype"),
url("/fonts/UniSansRegular.woff") format("woff"),
url("/fonts/UniSansRegular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}



@font-face {
  font-family: "ProximaNova-Regular";
  src: url("/fonts/ProximaNova-Regular.eot");
  src: url("/fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-Regular.woff") format("woff"), url("/fonts/ProximaNova-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "ProximaNova-Light";
  src: url("/fonts/ProximaNova-Light.eot");
  src: url("/fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-Light.woff") format("woff"), url("/fonts/ProximaNova-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }

.light {
  font-family: "ProximaNova-Light", sans-serif; }

@font-face {
  font-family: "ProximaNova-Bold";
  src: url("/fonts/ProximaNova-Bold.eot");
  src: url("/fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-Bold.woff") format("woff"), url("/fonts/ProximaNova-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: "ProximaNovaT-Thin";
  src: url("/fonts/ProximaNovaT-Thin.eot");
  src: url("/fonts/ProximaNovaT-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNovaT-Thin.woff") format("woff"), url("/fonts/ProximaNovaT-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: "Awesome";
  src: url("/fonts/fa-solid-900.ttf"); }

.semibold {
  font-family: "ProximaNova-Semibold", sans-serif; }

html {
  margin: 0;
  padding: 0;
  width: 100%; }

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'ProximaNova-Regular', sans-serif;
  width: 100%;
  color: #000; }
#player {margin-left: auto; margin-right: auto;}
.wp-block-embed__wrapper {text-align: center;}
ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style-type: none; }
    ul li a {
      text-decoration: none; }

p {
  margin: 0; }

h1, h2, h3 {
  margin: 0;
  text-align: center; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
a:link {
  color: #333333;
}

a:visited {
  color: #333333;
}    

select, div, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input:focus, textarea:focus {
  outline: none; }

button {
  cursor: pointer; }

.clear {
  clear: both; }

.awesome {
  font-family: Awesome; }

.inlineBlock {
  display: inline-block;
  vertical-align: top; }

.center {
  text-align: center; }

img.aligncenter {
  display:block;
  margin:auto;  }

.left {
    text-align: left; }

.right {
  float: right; }
.pl20 {
	padding-left: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt45 {
	margin-top: 45px;
}
.mt60 {
	margin-top: 60px;
}
.wp-block-gallery ul li:before {
	display: none;
}
.gallery__wrap {
	display: block;
}
.gallery__wrap img {
	height: 260px;
	margin-bottom: 20px;
	margin-right: 0px;
	object-fit: cover;
	display: inline-block;
	width: auto;
}
.tz {
	display: none;
}
.file {
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
}
.btnOpacity {
  padding: 20px 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #EA6311;
  background: none;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-family: "ProximaNova-Bold", sans-serif; }

.btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#EA6311), to(#CD4F03)) !important;
  background: -webkit-linear-gradient(top, #EA6311 0%, #CD4F03 100%) !important;
  background: -o-linear-gradient(top, #EA6311 0%, #CD4F03 100%) !important;
  background: linear-gradient(180deg, #EA6311 0%, #CD4F03 100%) !important;
  -webkit-box-shadow: 0px 4px 0px #923700;
          box-shadow: 0px 4px 0px #923700;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF !important;
  font-family: 'ProximaNova-Regular', sans-serif;
  padding: 23px 30px;
  cursor: pointer;
  border: none; }
  .btn[type="submit"] {
    width: auto !important;
     background: -webkit-gradient(linear, left top, left bottom, from(#EA6311), to(#CD4F03)) !important;
  background: -webkit-linear-gradient(top, #EA6311 0%, #CD4F03 100%) !important;
  background: -o-linear-gradient(top, #EA6311 0%, #CD4F03 100%) !important;
  background: linear-gradient(180deg, #EA6311 0%, #CD4F03 100%) !important;
  -webkit-box-shadow: 0px 4px 0px #923700 !important;
          box-shadow: 0px 4px 0px #923700 !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 19px !important;
  line-height: 100% !important;
  text-align: center !important;
  color: #FFFFFF !important;
  font-family: 'ProximaNova-Regular', sans-serif !important;
  padding: 23px 30px !important;
  cursor: pointer !important;
  border: none !important;
  position: relative;
  left: -3px;
  }
.main__head_formBtn .btn {
  width: auto !important;
}
.irs--flat .irs-handle i:first-child, .irs--flat .irs-handle:hover>i:first-child {
  display: none !important;
}
.orange {
  color: #EA6311; }

.grey {
  background: #F8F8F8;
  padding: 1px 0;
  margin-top: 70px; }

.bg__window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 5; }

.window__direktor, .window {
  position: fixed;
  top: 100px;
  left: -webkit-calc((100% - 760px) / 2);
  left: calc((100% - 760px) / 2);
  width: 760px;
  display: none;
  padding: 60px 50px;
  background: #F8F8F8;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  z-index: 6;
  overflow: auto; }

.window__close {
  position: absolute;
  top: 13px;
  right: 19px;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #000000;
  cursor: pointer;
  font-family: "ProximaNova-Light", sans-serif; }

.window__input {
  display: block;
  width: 100%;
  padding: 17px 27px;
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-family: 'ProximaNovaT-Thin', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px; }
  .window__input:placeholder {
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-family: 'ProximaNovaT-Thin', sans-serif; }

.window__textarea {
  resize: none;
  display: block;
  width: 100%;
  height: 120px;
  padding: 13px 27px;
  font-style: normal;
  font-weight: 200;
  font-family: 'ProximaNovaT-Thin', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #000000; }
  .window__textarea:placeholder {
    font-style: normal;
    font-weight: 200;
    font-family: 'ProximaNovaT-Thin', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #000000; }

.window__direktor .checkbox label:before {
  top: 0; }

.window__direktor input:checked + label:before {
  top: 0 !important; }

.window__direktor button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px; }

.wpcf7-response-output {
    position: absolute;
    background: #ff0000;
    border: 2px solid #ff0000!important;
    width: auto;
    margin: 0!important;
    bottom: -85px;
    color: #fff;
}
.invalid .wpcf7-validates-as-required {
    border: 1px solid #f00 !important;
}
.invalid .wpcf7-validates-as-required::-webkit-input-placeholder {
  color: #f00 !important;
}
.invalid .wpcf7-validates-as-required:-moz-placeholder {
  color: #f00 !important;
}
.invalid .wpcf7-validates-as-required::-moz-placeholder {
  color: #f00 !important;
}
.invalid .wpcf7-validates-as-required:-ms-input-placeholder {
  color: #000 !important;
}
.invalid .wpcf7-validates-as-required {
  border-color: #f00 !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
form.wpcf7-form.invalid {
    position: relative;
}
.thanks {
  padding-top: 50px;
  padding-bottom: 50px; }

.thanks__header {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 43px;
  text-align: center;
  color: #000000;
  display: block;
  margin-bottom: 20px; }

.thanks__text {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  display: block; }

.thanks button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 59px; }

.calculate {
  padding-bottom: 70px; }
  .calculate .calculate__select .calculate__select1, .calculate .calculate__select .calculate__select2, .calculate .calculate__select .calculate__select3 {
    width: 380px;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .calculate .calculate__select .calculate__select1 span, .calculate .calculate__select .calculate__select2 span, .calculate .calculate__select .calculate__select3 span {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 23px;
      color: #4F4F4F;
      display: block;
      margin-bottom: 25px; }
      .calculate .calculate__select .calculate__select1 span:last-child, .calculate .calculate__select .calculate__select2 span:last-child, .calculate .calculate__select .calculate__select3 span:last-child {
        margin-bottom: 0;
      }
    .calculate .calculate__select .calculate__select1 .calculate__select_box, .calculate .calculate__select .calculate__select2 .calculate__select_box, .calculate .calculate__select .calculate__select3 .calculate__select_box {
      background: #FFFFFF;
      -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
              box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
      padding: 17px;
      cursor: pointer; }
      .calculate .calculate__select .calculate__select1 .calculate__select_box span.calculate__select_boxActive, .calculate .calculate__select .calculate__select2 .calculate__select_box span.calculate__select_boxActive, .calculate .calculate__select .calculate__select3 .calculate__select_box span.calculate__select_boxActive {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        display: inline-block;
        vertical-align: top;
        margin: 0; }
      .calculate .calculate__select .calculate__select1 .calculate__select_box span.awesome, .calculate .calculate__select .calculate__select2 .calculate__select_box span.awesome, .calculate .calculate__select .calculate__select3 .calculate__select_box span.awesome {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        display: inline-block;
        vertical-align: top;
        margin: 0;
        float: right;
        font-size: 18px;
        line-height: 25px;
        color: #000000; }
    .calculate .calculate__select .calculate__select1 .calculate__select_menu, .calculate .calculate__select .calculate__select2 .calculate__select_menu, .calculate .calculate__select .calculate__select3 .calculate__select_menu {
      display: none;
      background: #FFFFFF;
      -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
              box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
      padding: 17px;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      z-index: 2; }
      .calculate .calculate__select .calculate__select1 .calculate__select_menu span, .calculate .calculate__select .calculate__select2 .calculate__select_menu span, .calculate .calculate__select .calculate__select3 .calculate__select_menu span {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        cursor: pointer; }
  .calculate .calculate__select .calculate__select1, .calculate .calculate__select .calculate__select2 {
    margin-right: 20px; }
  .calculate .calculate__options {
    margin-top: 35px; }
    .calculate .calculate__options .calculate__options_header {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 23px;
      color: #4F4F4F;
      display: block; }
    .calculate .calculate__options .irs-min, .calculate .calculate__options .irs-max {
      display: none !important; }
    .calculate .calculate__options input[type="range"], .calculate .calculate__options .irs {
      width: 380px;
      display: inline-block;
      vertical-align: top;
      margin-right: 20px; }
    .calculate .calculate__options .calculate__options_range .calculate__options_header {
      margin-bottom: 47px; }
    .calculate .calculate__options .calculate__options_rangeResult {
      display: inline-block;
      vertical-align: top; }
      .calculate .calculate__options .calculate__options_rangeResult .calculate__options_rangeResultBox {
        padding: 17px;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
                box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
        vertical-align: middle;
        display: inline-block;
        margin-right: 10px; }
        .calculate .calculate__options .calculate__options_rangeResult .calculate__options_rangeResultBox input {
          font-style: normal;
          font-weight: 600;
          font-size: 18px;
          line-height: 22px;
          border: none;
          color: #000000;
          width: 117px;
          display: block; }
      .calculate .calculate__options .calculate__options_rangeResult .calculate__options_rangeResultM2 {
        vertical-align: middle;
        display: inline-block;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 23px;
        color: #4F4F4F; }
    .calculate .calculate__options .irs--flat .irs-line {
      height: 3px !important;
      background: #BDBDBD !important; }
    .calculate .calculate__options .irs--flat .irs-bar {
      height: 3px !important;
      background: #CD4F03 !important; }
    .calculate .calculate__options .irs-handle {
      width: 19px !important;
      height: 19px !important;
      background: #FFFFFF;
      border: 3px solid #CD4F03;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      top: 17px; }
      .calculate .calculate__options .irs-handle i {
        display: none; }
    .calculate .calculate__options .irs-single {
      display: none !important; }
    .calculate .calculate__options .calculate__option_radio .calculate__options_header {
      margin-bottom: 22px; }
    .calculate .calculate__options .calculate__option_radio input, .calculate .calculate__options .calculate__option_radio label {
      cursor: pointer; }
    .calculate .calculate__options .calculate__option_radio input[type="radio"]:checked, .calculate .calculate__options .calculate__option_radio input[type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px; }
    .calculate .calculate__options .calculate__option_radio input[type="radio"]:checked + label, .calculate .calculate__options .calculate__option_radio input[type="radio"]:not(:checked) + label {
      display: inline-block;
      position: relative;
      padding-left: 28px;
      line-height: 20px;
      cursor: pointer; }
    .calculate .calculate__options .calculate__option_radio input[type="radio"]:checked + label:before, .calculate .calculate__options .calculate__option_radio input[type="radio"]:not(:checked) + label:before {
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      width: 15px;
      height: 15px;
      border: 1px solid #CD4F03;
      background-color: #ffffff; }
    .calculate .calculate__options .calculate__option_radio input[type="radio"]:checked + label:before, .calculate .calculate__options .calculate__option_radio input[type="radio"]:not(:checked) + label:before {
      -webkit-border-radius: 100%;
              border-radius: 100%; }
    .calculate .calculate__options .calculate__option_radio input[type="radio"]:checked + label:after, .calculate .calculate__options .calculate__option_radio input[type="radio"]:not(:checked) + label:after {
      content: "";
      position: absolute;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .calculate .calculate__options .calculate__option_radio input[type="radio"]:checked + label:after {
      left: 5px;
      top: 5px;
      width: 7px;
      height: 7px;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      background-color: #CD4F03; }
    .calculate .calculate__options .calculate__option_radio label {
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 22px;
      color: #000000; }
    .calculate .calculate__options .calculate__option_radio1 {
      margin-bottom: 15px; }
    .calculate .calculate__options .calculate__options_result {
      float: right;
      display: inline-block;
      vertical-align: top;
      background: -webkit-gradient(linear, left top, left bottom, from(#EA6311), to(#CD4F03));
      background: -webkit-linear-gradient(top, #EA6311 0%, #CD4F03 100%);
      background: -o-linear-gradient(top, #EA6311 0%, #CD4F03 100%);
      background: linear-gradient(180deg, #EA6311 0%, #CD4F03 100%);
      padding: 22px 25px 17px 17px;
      width: 380px; }
      .calculate .calculate__options .calculate__options_result .calculate__options_resultText {
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 23px;
        color: #FFFFFF;
        display: block;
        margin-bottom: 86px;
        font-family: "ProximaNova-Light", sans-serif; }
      .calculate .calculate__options .calculate__options_result .calculate__options_resultPrice {
        font-style: normal;
        font-weight: 600;
        font-size: 35px;
        line-height: 61px;
        color: #FFFFFF;
        display: block;
        text-align: right; }
        .calculate .calculate__options .calculate__options_result .calculate__options_resultPriceFL:first-letter {
          font-size: 50px; }
    .calculate .calculate__options .calculate__options_rangeRadio {
      display: inline-block;
      vertical-align: top; }
  .calculate .calculate__add {
    margin-top: 30px; }
    .calculate .calculate__add .calculate__add_wrap {
      margin-bottom: 1px; }
    .calculate .calculate__add span {
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 21px;
      color: #000000;
      display: block;
      font-family: "ProximaNova-Light", sans-serif; }

/* VIT 2020-04 */
.vitddmax { 
	max-height: 300px;
	overflow: auto;
}

/* VIT 2020-04 */
.vitddmax a:link, .vitddmax a:visited, .vitddmax a:active {
	color: #000;
}

/* VIT 2020-04 */
.vitnopdd {
	padding-bottom: 0px;
	margin-top: 58px;
}

.slide .slide__part1 {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  background: #E0E0E0;
  padding: 65px 25px 65px 10%; }
  .slide .slide__part1 img {
    display: inline-block;
    margin-right: 25px;
    width: 300px;
    height: 400px;
object-fit: cover;}
    .slide .slide__part1 img:last-child {
      margin-right: 0; }

.slide .slide__part2 {
  width: 39%;
  display: inline-block;
  vertical-align: top;
  padding: 0 40px; }
.slide .slide__part2 .slide__header {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #000;
    display: flex;
    margin-bottom: 30px;
    font-family: "ProximaNova-Semibold",sans-serif;
    align-items: center;
}
  .slide .slide__part2 ul li {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 25px;
    font-family: "ProximaNova-Light", sans-serif; }
    .slide .slide__part2 ul li:before {
      width: 6px;
      height: 6px;
      background: -webkit-gradient(linear, left top, left bottom, from(#EA6311), to(#CD4F03));
      background: -webkit-linear-gradient(top, #EA6311 0%, #CD4F03 100%);
      background: -o-linear-gradient(top, #EA6311 0%, #CD4F03 100%);
      background: linear-gradient(180deg, #EA6311 0%, #CD4F03 100%);
      margin-right: 10px;
      display: inline-block;
      content: '';
      top: -2px;
      position: relative; }
    .slide .slide__part2 ul li:last-child {
      margin-bottom: 0; }
.slide .slide__part2 img {
    display: inline-block;
    width: 145px;
    background: #e0e0e0;
    margin-right: 20px;
}
.slick-next {
  background: url("/img/right.svg") no-repeat !important;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  left: 54%;
  top: 30px !important;
  width: 35px !important; }
  .slick-next:before {
    content: "" !important; }
  .slick-next:hover {
    background: url("/img/right1.svg") no-repeat !important; }

.slick-prev {
  background: url("/img/left.svg") no-repeat !important;
  -webkit-background-size: 100% 100% !important;
          background-size: 100% !important;
  left: 50% !important;
  top: 30px !important;
  width: 35px !important;
  position: relative;
  z-index: 2; }
  .slick-prev:before {
    content: "" !important; }
  .slick-prev:hover {
    background: url("/img/left1.svg") no-repeat !important; }

.slider2 .slick-next {
  right: 20px !important;
  left: auto !important;
  top: -30px !important; }

.slider2 .slick-prev {
  right: 72px !important;
  left: auto !important;
  top: -30px !important; }

.why {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.why .why__block {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    padding: 20px;
    height: 100%;
}
    .why .why__block .why__block_num {
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 23px;
      color: #E0E0E0;
      display: inline-block;
      vertical-align: top; }
    .why .why__block img {
      display: inline-block;
      vertical-align: top;
      float: right; }
    .why .why__block .why__block_header {
      display: block;
      margin-top: 75px;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 23px;
      color: #000000; }

.speech {
  -webkit-background-size: 44% 800px;
          background-size: 44% 800px;
  background-position: 100% 55px; }
  .speech .speech__text {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 62px; }
    .speech .speech__text p {
      font-style: normal;
      font-weight: 300;
      font-family: "ProximaNova-Light", sans-serif;
      font-size: 18px;
      line-height: 23px;
      color: #000000;
      margin-bottom: 20px; }
      .speech .speech__text p:first-child {
        font-weight: 600;
        margin-bottom: 40px; }
    .speech .speech__text button {
      margin-top: 60px;
      color: #CD4F03; }
.speech .speech__img {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    float: right;
    margin-top: -20px;
    height: auto;
}
footer .social_box a img {
    width: 45px;
}
footer .social_box a {
    display: inline-block;
    width: 45px;
}

    .speech .speech__img img {
      width: 100%; }

.form__block {
  margin-top: 40px; }
  .form__block form input {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 24px 17px 23px;
    background: #fff;
    position: relative;
    right: -5px;
    width: 265px;
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    font-family: 'ProximaNovaT-Thin', sans-serif;
    color: #000000;
    border: none;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07); }
    .form__block form input:placeholder {
      font-style: normal;
      font-weight: 200;
      font-size: 18px;
      line-height: 22px;
      font-family: 'ProximaNovaT-Thin', sans-serif;
      color: #000000; }
  .form__block form button {
    display: inline-block;
    vertical-align: top; }

.header {
  background: url("/img/header.jpg") no-repeat;
  padding-bottom: 24px;
  position: static; 
  background-size: cover; /* VIT 2020-04 */
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff!important;
    padding-bottom: 15px;
}
  header .header__wrap {
    margin-left: -webkit-calc((100% - 1200px) / 2);
    margin-left: calc((100% - 1200px) / 2);
    width: 1200px;
    position: relative; }
  header .header__logo {
    margin: 20px 0 0 0;
    display: inline-block;
    vertical-align: top; }
header .header__logo img {
    width: 184px;
    display: block;
}
    header .header__logo span {
      display: block;
      font-style: normal;
      font-weight: 300;
      font-family: "ProximaNova-Light", sans-serif;
      font-size: 12px;
      line-height: 16px;
      margin: 1px 0 0 0;
      color: #000; }
  header .header__email {
    margin: 30px 0 0 60px;
    display: inline-block;
    vertical-align: top; }
    header .header__email span {
      font-style: normal;
      font-weight: 300;
      font-family: "ProximaNova-Light", sans-serif;
      font-size: 18px;
      line-height: 22px;
      border-bottom: 1px solid #000;
      color: #000; }
      header nav {
    border-top: 1px solid rgb(108, 107, 101)!important;
}
  header .header__time {
    margin: 30px 0 0 60px;
    display: inline-block;
    vertical-align: top; }
    header .header__time span {
      font-style: normal;
      font-weight: 300;
      font-family: "ProximaNova-Light", sans-serif;
      font-size: 18px;
      line-height: 22px;
      color: #000; }
  header .header__btn {
    margin: 20px 0 0 144px;
    display: inline-block;
    vertical-align: top; }
    header .header__btn button {
      padding: 11px 18px;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 22px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      color: #000;
      border: 1px solid #EA6311;
      background: none;
      font-family: 'ProximaNova-Bold', sans-serif; }
  header .header__phone {
    float: right;
    margin: 15px 0 0 0;
    display: inline-block;
    vertical-align: top; }
    header .header__phone span {
      display: block;
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      line-height: 30px;
      color: #000;
      font-family: 'ProximaNova-Bold', sans-serif; }
  header nav {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 16px; }
    header nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 1200px;
      margin-left: -webkit-calc((100% - 1200px) / 2);
      margin-left: calc((100% - 1200px) / 2); }
      header nav ul li {
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #000;
        padding-top: 12px;
        margin-top: -1px; }
        header nav ul li a {
          color: #000; }
        header nav ul li:hover {
          border-top: 2px solid #EA6311; }
        header nav ul li ul {
          display: none;
          position: absolute;
          top: 121px;
          left: -webkit-calc(((100% - 1200px) / 2) * (-1));
          left: calc(((100% - 1200px) / 2) * (-1));
          width: 100%;
          background: #fff;
          z-index: 4;
          padding-top: 35px;
          padding-bottom: 52px;
          padding-left: -webkit-calc((100% - 1200px) / 2);
          padding-left: calc((100% - 1200px) / 2);
          text-align: left;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          .notheader nav ul li ul {
            top: 135px;
          }
          .header nav ul li ul {
            top: 125px;
          }
          header nav ul li ul li {
            display: inline-block;
            vertical-align: top;
            width: 20%;
            border-top: none;
            text-align: left;
            font-style: normal;
            font-weight: 300;
            font-family: "ProximaNova-Light", sans-serif;
            font-size: 18px;
            line-height: 45px;
            color: #FFFFFF;
            padding: 0;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box; }
            header nav ul li ul li:nth-child(4n) {
              width: 38%;
				padding-left: 40px;}
            header nav ul li ul li a {
              border-bottom: 2px #4F4F4F; }
            header nav ul li ul li:hover {
              border-top: none; }
              header nav ul li ul .current-menu-item {
                border-top: none;
              } 
              header nav ul li ul li:hover a {
                border-bottom: 2px solid #EA6311; }
        header nav ul li:hover > header {
          background: #4F4F4F; }
      header nav ul .active, .current-menu-item {
        border-top: 2px solid #EA6311; }

.checkbox {
  margin-bottom: 24px;
  margin-top: 13px;
  position: relative; }
  .checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .checkbox label {
    cursor: pointer;
    font-weight: normal;
    padding: 1px 0;
    vertical-align: middle;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 16px;
    text-align: left; }
  .checkbox label:before {
    content: " ";
    color: #000;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    text-align: center;
    text-indent: 0px;
    width: 16px;
    height: 16px;
    background: #FFF;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
    vertical-align: top;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 6px; }
  .checkbox .labelCheck:before {
    content: "\f00c";
    font-family: "Awesome";
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 10px;
    color: #EA6311; }
  .checkbox .labelCheck {
    color: #051736; }
  #headerFormCheck2 {
    padding-left: 20px;
  }

header .checkbox label {
  font-family: "ProximaNovaT-Thin", sans-serif; }

main .main__wrap {
  width: 1200px;
  margin: 0 auto; }

main .main__head {
    background: url(/img/fon_bl2.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 167px 0 48px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
  main .main__head .main__head_text {
    width: 670px;
    display: inline-block;
    vertical-align: top; }
    main .main__head .main__head_text .h1 {
      font-style: normal;
      font-weight: 800;
      font-size: 54px;
      line-height: 68px;
      text-transform: none;
      color: #1C1C1C;
      margin-bottom: 15px;
      font-family: "ProximaNova-Extrabld"; }
    main .main__head .main__head_text .h1min {
      font-style: normal;
      font-weight: 800;
      font-size: 34px;
      line-height: 68px;
      font-family: "ProximaNova-Extrabld"; }
    main .main__head .main__head_text .black {
      color: #FFFF00; }
    main .main__head .main__head_text .head__text {
      font-style: normal;
      font-weight: 700;
      font-size: 26px;
      line-height: 42px;
      color: #fff;
      display: block; }
  main .main__head .main__head_form {
    width: 492px;
    background: rgba(255, 255, 255, 0.95);
    float: right;
    display: inline-block;
    vertical-align: top;
    padding: 30px 33px;
    text-align: center; }
    main .main__head .main__head_form .main__head_formHeader {
      font-style: normal;
      font-weight: 600;
      font-size: 28px;
      line-height: 36px;
      text-align: center;
      color: #000000;
      font-family: "ProximaNova-Semibold", sans-serif;
      display: inline-block;
      text-align: center; }
    main .main__head .main__head_form .bold {
      font-family: "ProximaNova-Bold", sans-serif;
      margin-right: 10px; }
    main .main__head .main__head_form .main__head_formText {
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 26px;
      color: #000000;
      display: block;
      margin-bottom: 9px;
      text-align: left;
      margin-top: 21px; }
    main .main__head .main__head_form ul {
      margin-bottom: 14px;
      text-align: left; }
      main .main__head .main__head_form ul li {
        width: 40%;
        display: inline-block;
        vertical-align: top;
        font-style: normal;
        font-weight: 300;
        font-family: "ProximaNova-Light", sans-serif;
        font-size: 18px;
        line-height: 28px;
        color: #000000;
        margin-bottom: 0; }
        main .main__head .main__head_form ul li:nth-child(2n) {
          width: 59%; }
        main .main__head .main__head_form ul li:before {
          width: 6px;
          height: 6px;
          background: -webkit-gradient(linear, left top, left bottom, from(#EA6311), to(#CD4F03));
          background: -webkit-linear-gradient(top, #EA6311 0%, #CD4F03 100%);
          background: -o-linear-gradient(top, #EA6311 0%, #CD4F03 100%);
          background: linear-gradient(180deg, #EA6311 0%, #CD4F03 100%);
          margin-right: 10px;
          display: inline-block;
          content: '';
          top: -2px;
          position: relative; }
    main .main__head .main__head_form .main__head_formTotal {
      text-align: center;
      position: relative;
      margin-bottom: 19px; }
      main .main__head .main__head_form .main__head_formTotal .main__head_formSumText {
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 29px;
        color: #000000; }
      main .main__head .main__head_form .main__head_formTotal .main__head_formPrice {
        font-style: normal;
        font-weight: 300;
        font-family: "ProximaNovaT-Thin", sans-serif;
        font-size: 22px;
        line-height: 29px;
        color: #000000; }
      main .main__head .main__head_form .main__head_formTotal .main__head_formNewPrice {
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 29px;
        color: #000000;
        font-family: "ProximaNova-Semibold", sans-serif; }
      main .main__head .main__head_form .main__head_formTotal .main__head_formCurrency {
        font-family: 'IBM Plex Sans', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-family: "ProximaNova-Light", sans-serif;
        font-size: 22px;
        line-height: 29px;
        color: #000000; }
      main .main__head .main__head_form .main__head_formTotal .main__head_formLine {
        width: 94px;
        height: 3px;
        background: #EA6311;
        -webkit-transform: rotate(-16.39deg);
            -ms-transform: rotate(-16.39deg);
                transform: rotate(-16.39deg);
        position: absolute;
        top: 10px;
        left: 165px; }
    main .main__head .main__head_form form input {
      background: #FFFFFF;
      -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
              box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
      padding: 17px;
      font-style: normal;
      font-weight: 200;
      font-size: 18px;
      line-height: 22px;
      color: #000000;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: none;
      width: 100%;
      margin-bottom: 10px;
      font-family: 'ProximaNova-Regular', sans-serif; }
      main .main__head .main__head_form form input:placeholder {
        font-style: normal;
        font-weight: 200;
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        font-family: 'ProximaNova-Regular', sans-serif; }
    main .main__head .main__head_form button.btn {
      margin: 24px auto 0;
      display: block; }

main h2 {
  margin-bottom: 50px;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
  margin-top: 50px;
  font-family: "ProximaNova-Bold", sans-serif; }

main h3 {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
  margin-top: 50px;
  font-family: "ProximaNova-Bold", sans-serif; }

main table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 35px; }
main .arenda table {
	width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
main .arenda table td:first-child {
	width: 50%;
}
main .arenda table .tbody td:last-child {
	width: 50%;
}
  main table tr.thead {
    width: 100%; }
    main table tr.thead td {
      font-style: normal;
      font-family: "ProximaNova-Semibold", sans-serif;
      font-size: 18px;
      line-height: 22px;
      color: #000000;
      border-bottom: 2px solid #EA6311;
      padding-bottom: 14px;
      margin-bottom: 17px;
      padding-top: 25px; }
      main table tr.thead td:first-child {
        width: 654px; }
      main table tr.thead td:nth-child(2n) {
        width: 70px;
        text-align: center; }
      main table tr.thead td:last-child {
        width: 100px;
        text-align: center; }
  main table .tbody {
    width: 100%; }
    main table .tbody:first-child td {
      padding-top: 17px; }
    main table .tbody:last-child td {
      padding-bottom: 39px; }
    main table .tbody:nth-child(2n) {
      background: #F8F8F8; }
    main table .tbody td {
      padding: 18px 25px 14px;
      font-style: normal;
      font-weight: 300;
      font-family: "ProximaNova-Light", sans-serif;
      font-size: 18px;
      line-height: 23px;
      color: #000000; }
      main table .tbody td:first-child {
        width: 654px; }
      main table .tbody td:nth-child(2n) {
        width: 70px;
        text-align: center; }
      main table .tbody td:last-child {
        width: 100px;
        text-align: center; }
      main table .tbody td.text-left {
        text-align: left; }

ol {
  list-style: none;
  padding-left: 0; }
  ol li {
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 20px;
    font-family: "ProximaNova-Light", sans-serif; }

.num {
  font-family: "ProximaNova-Semibold", sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  max-width: 34px;
  margin-right: 16px;
  border-bottom: 1px solid #EA6311;
  padding: 0 2px; }

.ol {
  width: -webkit-calc(100% - 38px);
  width: calc(100% - 38px);
  display: inline-block;
  vertical-align: top;
  padding-top: 3px; }

main ul li {
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  font-family: "ProximaNova-Light", sans-serif;
  margin-bottom: 20px; }
  main ul li:before {
    width: 6px;
    height: 6px;
    background: -webkit-gradient(linear, left top, left bottom, from(#EA6311), to(#CD4F03));
    background: -webkit-linear-gradient(top, #EA6311 0%, #CD4F03 100%);
    background: -o-linear-gradient(top, #EA6311 0%, #CD4F03 100%);
    background: linear-gradient(180deg, #EA6311 0%, #CD4F03 100%);
    margin-right: 10px;
    display: inline-block;
    content: '';
    top: -2px;
    position: relative; }

.main {
  width: 1200px;
  margin: 0 auto; }

.breadcrumbs, .breadcrumbs span, .breadcrumbs__link a span {
  margin-top: 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: #828282; }
  .breadcrumb .breadcrumb1, .breadcrumbs__link, .breadcrumbs .breadcrumbs__link span {
    display: inline-block;
    vertical-align: top; }
  .breadcrumb .breadcrumb__line, .breadcrumbs__separator {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px; }
  .breadcrumb .breadcrumb2, .breadcrumbs__current {
    display: inline-block;
    vertical-align: top; }
  .breadcrumb a {
    text-decoration: underline;
    color: #828282; }

h1 {
  font-family: "ProximaNova-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 51px;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
  margin: 40px 0 30px; }

p {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  font-family: "ProximaNova-Light", sans-serif; }

.service {
  margin-top: 60px; }
  .service .service__wrap {
    width: -webkit-calc((1200px - 70px) / 4);
    width: calc((1200px - 70px) / 4);
    margin-right: 19px;
    position: relative;
	  height: 170px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top; }
    .service .service__wrap:nth-child(4n) {
      margin-right: 0; }
    .service .service__wrap img {
      width: 100%;
height: 100%;
object-fit: cover;}
    .service .service__wrap:hover .service__name {
      background: -webkit-gradient(linear, left top, left bottom, from(#EA6311), to(#CD4F03));
      background: -webkit-linear-gradient(top, #EA6311 0%, #CD4F03 100%);
      background: -o-linear-gradient(top, #EA6311 0%, #CD4F03 100%);
      background: linear-gradient(180deg, #EA6311 0%, #CD4F03 100%); }
    .service .service__wrap .service__name {
      position: absolute;
      left: 0;
      bottom: 0;
      background: #4F4F4F;
      width: 100%;
      padding: 0 15px;
      height: 64px;
      vertical-align: middle;
      display: table-cell; }
      .service .service__wrap .service__name span {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        color: #FFFFFF;
        width: 80%;
        vertical-align: middle;
        display: table-cell;
        height: 64px; }
      .service .service__wrap .service__name img {
        width: 34px;
        margin-top: 7px;
		height: auto;
        display: inline-block;
        vertical-align: middle; }
      .service .service__wrap .service__name div {
        display: inline-block;
        height: 100%; }
        .service .service__wrap .service__name div:last-child {
          float: right;
          padding-top: 17px; }
        .service .service__wrap .service__name div:first-child {
          width: 80%; }

.location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 58px; }
  .location .location__wrap {
    -webkit-flex-basis: -webkit-calc(100% / 7);
        -ms-flex-preferred-size: calc(100% / 7);
            flex-basis: calc(100% / 7);
    margin-bottom: 30px; }
.location .location__wrap a {
    color: #000;
}
    .location .location__wrap img {
      display: block;
      width: 80px;
      margin: 0 auto 16px; }
    .location .location__wrap span {
      display: block;
      text-align: center; }
.location .location__wrap:hover span {
    color: #ea6311;
}

.contacts__wrap {
  width: 400px;
  display: inline-block;
  vertical-align: top; }

.map {
  position: absolute;
  top: 240px;
  right: 5%;
  width: 50%;
  height: 685px;
  background: grey;
  display: inline-block;
  vertical-align: top; }

.contacts .contacts__line_half {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px; }

.contacts .contacts__line {
  margin-bottom: 30px; }
.contacts .contacts__line a {
	font-size: 16px;
	font-family: "ProximaNova-Light",sans-serif;
}
.contacts .contacts__line a.first {
	margin-top: 15px;
}

.contacts .contacts__header {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 12px;
  display: block; }

.contacts .contacts__phone_a {
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #000000; }

.contacts span {
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  font-family: "ProximaNova-Light", sans-serif; }

.contacts .contacts__email {
  font-size: 20px;
  line-height: 30px;
  color: #000000; }

.vit_subftr {
	margin-bottom: -169px; /* VIT 2020-04 */
}

footer {
  margin-top: 169px;
  background: #fff;
  padding: 24px 0 22px; }
  footer .footer__wrap {
    width: 1200px;
    margin: 0 auto; }
    footer .footer__wrap .footer__logo {
      width: 200px;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      margin-right: 45px; }
      footer .footer__wrap .footer__logo img {
        width: 184px; }
      footer .footer__wrap .footer__logo span {
        display: block;
        font-style: normal;
        font-weight: 300;
        font-family: "ProximaNova-Light", sans-serif;
        font-size: 12px;
        line-height: 16px;
        color: #000; }
    footer .footer__wrap nav {
      display: inline-block;
      vertical-align: top;
      width: -webkit-calc(100% - 250px);
      width: calc(100% - 250px);
      margin-top: 5px; }
    footer .footer__wrap nav ul li.current-menu-item {
      border: none;
    }
      footer .footer__wrap nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        footer .footer__wrap nav ul li {
          font-style: normal;
          font-weight: normal;
          font-size: 19px;
          line-height: 25px;
          text-align: center;
          color: #000; }
          footer .footer__wrap nav ul li a {
            color: #000; }
    footer .footer__wrap .footer__link {
      margin-left: 245px;
      display: inline-block;
      vertical-align: top; }
     footer .footer__wrap .footer__link .current-menu-item {
      border-top: none;
     }
      footer .footer__wrap .footer__link .footer__link_line {
        display: inline-block;
        vertical-align: top; }
        footer .footer__wrap .footer__link .footer__link_line li {
          display: block;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 30px;
          color: #000; }
        footer .footer__wrap .footer__link .footer__link_line a {
          color: #000; }
        footer .footer__wrap .footer__link .footer__link_line:first-child {
          margin-right: 87px; }
    footer .footer__wrap .footer__contacts {
      display: inline-block;
      vertical-align: top;
      float: right;
      text-align: right; }
      footer .footer__wrap .footer__contacts .footer__phone {
        margin-bottom: 16px; }
        footer .footer__wrap .footer__contacts .footer__phone span {
          font-style: normal;
          font-size: 20px;
          line-height: 40px;
          text-align: right;
          color: #000;
          display: block;
          font-family: "ProximaNova-Bold", sans-serif; }
      footer .footer__wrap .footer__contacts .footer__time {
        margin-bottom: 20px; }
        footer .footer__wrap .footer__contacts .footer__time span {
          font-style: normal;
          font-weight: 300;
          font-family: "ProximaNova-Light", sans-serif;
          font-size: 16px;
          line-height: 19px;
          text-align: right;
          color: #000; }
      footer .footer__wrap .footer__contacts .footer__email {
        margin-bottom: 35px; }
        footer .footer__wrap .footer__contacts .footer__email span {
          font-style: normal;
          font-size: 18px;
          line-height: 22px;
          text-align: right;
          border-bottom: 1px solid #000;
          color: #000; }
      footer .footer__wrap .footer__contacts .footer__social span {
        font-size: 18px;
        line-height: 21px;
        text-align: right;
        color: #000; }
      footer .footer__wrap .footer__contacts .footer__social i {
        font-size: 18px;
        line-height: 21px;
        text-align: right;
        color: #000; }
      footer .footer__wrap .footer__contacts .footer__social a {
        margin-right: 30px; }
      footer .footer__wrap .footer__contacts .footer__social a:last-child {
        margin-right: 0; }
footer .footer__copy {
    margin-top: 40px;
    padding: 21px 5px 0;
    text-align: center;
    border-top: 1px solid #4f4f4f;
    display: flex;
    justify-content: center;
}
    footer .footer__copy span {
      font-weight: 300;
      font-family: "ProximaNova-Light", sans-serif;
      font-size: 14px;
      line-height: 30px;
      color: #000; }
  footer .footer__ogrn {
    margin-top: 4px;
    text-align: center; }
    footer .footer__ogrn span {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 30px;
      color: #000; }

.header__mobileMenu {
  display: none;
  width: 40px; }
  .header__mobileMenu .header__mobileMenu_line {
    width: 100%;
    height: 5px;
    background: #000;
    margin-bottom: 5px;
    cursor: pointer; }
    .header__mobileMenu .header__mobileMenu_line:last-child {
      margin-bottom: 0; }





















































































#wpcf7-f249-o4 .wpcf7-response-output, #wpcf7-f249-p7-o6 .wpcf7-response-output {
    bottom: -32px;
}
#wpcf7-f245-o3 .wpcf7-response-output, #wpcf7-f245-p7-o3 .wpcf7-response-output {
    bottom: -67px;
}
#wpcf7-f248-o1 .wpcf7-response-output, #wpcf7-f249-p7-o4 .wpcf7-response-output, #wpcf7-f251-p7-o5 .wpcf7-response-output, #wpcf7-f254-p7-o7 .wpcf7-response-output, #wpcf7-f254-p7-o6 .wpcf7-response-output {
    bottom: -53px;
}
 .bazz-widget {
    right: 25px!important;
}
#vdz_cb_widget {
    border: 2px solid #0B6925!important;
    background-color: #0B6925!important;
}
#vdz_cb_widget:before {
    border: 2px solid #0B6925!important;
}
#vdz_cb_widget:after {
    background-color: #0B6925!important;
}
.item img.lazyloaded {
    width: 100%;
}
.img_box_item {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.owl-nav.disabled, .owl-nav {
    text-indent: -9999px;
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}

.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-dots .owl-dot span {
	background: #fff;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span{background:#fac629}
.owl-dots .owl-dot span {
    background: #d9570754;
    width: 16px;
    height: 16px;
    margin: 0;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #db5808;
}
.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	border: 4px solid #fff0;
	border-radius: 50%;
	margin: 0 5px;
}
.owl-dot.active, .owl-dots .owl-dot:hover {
	border: 4px solid rgba(255, 255, 255, 0.7);
	border-radius: 50%;
}
.slider_logo_com .owl-prev {
    width: 32px;
    background: url(./assets/images/sl_img1.png);
    height: 32px;
    cursor: pointer;
    top: 82px;
    left: -33px;
    position: absolute;
    z-index: 110;
    text-indent: -9999px;
}
.slider_logo_com .owl-next {
    width: 32px;
    background: url(./assets/images/sl_img2.png);
    height: 32px;
    cursor: pointer;
    top: 82px;
    right: -33px;
    position: absolute;
    z-index: 110;
    text-indent: -9999px;
}



.slider_preim .owl-prev {
    width: 32px;
    background: url(./assets/images/sl_img1.png);
    height: 32px;
    cursor: pointer;
    top: 82px;
    left: -33px;
    position: absolute;
    z-index: 110;
    text-indent: -9999px;
}
.slider_preim .owl-next {
    width: 32px;
    background: url(./assets/images/sl_img2.png);
    height: 32px;
    cursor: pointer;
    top: 82px;
    right: -33px;
    position: absolute;
    z-index: 110;
    text-indent: -9999px;
}





.slider_logo_com .owl-dots.disabled {
    display: none;
}
.email-bt .text-call span {
    height: 68px!important;
    width: 100%;
}
.email-bt .text-call span {
    right: 0!important;
    top: -6px!important;
}
.email-bt:hover {
    background: #0b6925 url(/img/but_phone.jpg) 0 0 no-repeat!important;
    background-size: 64px!important;
}
.email-bt {
    background: #0B6925;
    border: 2px solid #0B6925;
    border-radius: 50%;
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    right: 6%;
    bottom: 4%;
    z-index: 999;
    transition: .3s;
    -webkit-animation: email-an linear 2s infinite;
    animation: email-an linear 2s infinite;
    display: none;
}
.email-bt .text-call{
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}
.email-bt .text-call span {
    text-align: center;
    color: #fff;
    opacity: 0;
    font-size: 0;
    position: absolute;
    right: 4px;
    top: 22px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
}
.email-bt .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.email-bt:hover i, .form_mob {
    display:none;
}
.email-bt:hover {
    z-index: 1;
    background: #026a1d;
    transition: .3s;
}
.email-bt:hover i {
        color:#fff;
        font-size:40px;
        transition:.3s;
}
.email-bt i {
        color:#fff;
        font-size:29px;
        transition:.3s;
        line-height: 66px;
}
.email-bt i  {
        -webkit-animation: opsimple 3s infinite;
        animation: opsimple 3s infinite;
}
@-webkit-keyframes email-an {
        0% {
         box-shadow: 0 -2px 10px rgb(12, 104, 37), 0 0 0 0 rgba(249,92,24,.2), 0 0 0 0 rgba(249,92,24,.2)
}
40% {
        box-shadow: 0 -2px 10px rgb(12, 104, 37), 0 0 0 15px rgb(12, 104, 37), 0 0 0 0 rgb(12, 104, 37)
}
80% {
        box-shadow: 0 -2px 10px rgb(12, 104, 37), 0 0 0 30px rgba(249,92,24,0), 0 0 0 26.7px rgba(249,92,24,.067)
}
100% {
        box-shadow: 0 -2px 10px rgb(12, 104, 37), 0 0 0 30px rgba(249,92,24,0), 0 0 0 40px rgba(249,92,24,0)
}
}@keyframes email-an {
        0% {
       box-shadow: 0 -2px 10px rgb(12, 104, 37), 0 0 0 0 rgba(249,92,24,.2), 0 0 0 0 rgba(249,92,24,.2)
}
40% {
        box-shadow: 0 -2px 10px rgb(12, 104, 37), 0 0 0 15px rgb(12, 104, 37), 0 0 0 0 rgb(12, 104, 37)
}
80% {
        box-shadow: 0 -2px 10px rgb(12, 104, 37), 0 0 0 30px rgba(249,92,24,0), 0 0 0 26.7px rgba(249,92,24,.067)
}
100% {
      box-shadow: 0 -2px 10px rgb(12, 104, 37), 0 0 0 30px rgba(249,92,24,0), 0 0 0 40px rgba(249,92,24,0)
}
}

@keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}

80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}

@-webkit-keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}
80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.text-call a {
    display: block;
    height: 100%;
}

.text-call {
	position: relative;
}
.text-call:before {
    display: block;
    content: "";
    width: 97px;
    height: 97px;
    background: url(/img/but_phone.jpg) 0 0 no-repeat;
    position: absolute;
    top: -11px;
    left: -11px;
    background-size: 86px;
}
.text-call:hover {
    opacity: 0;
}
.form_mob .main__head {
    background: none!important;
    padding: 0;
}
.slider_preim .img_box_item {
    height: 165px;
    overflow: hidden;
    display: block!important;
}
.slider_preim  .item img.lazyloaded {
    width: auto!important;
}
.slider_preim .owl-prev, .slider_preim .owl-next {
    top: 70px;
}
.t_box_item_hide {
    display: none;
}
.speech__text.active .t_box_item_hide {
    display: block;
}
.dalee {
    text-align: right;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
}
.t_box_item_hide p:first-child {
    font-weight: 300!important;
    margin: 0;
}
.t_box_item_t {
    text-align: right;
}
 main .main__head .main__head_text .h1min {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 68px;
    font-family: 'Roboto Slab', serif;
}

 main .main__head .main__head_text .h2 {
    color: #FFFF00!important;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 68px;
    text-transform: none;
    margin-bottom: 15px;
    font-family: 'Roboto Slab', serif;
}

main .main__head .main__head_text .head__text {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 42px;
    color: #d7d7d7;
    display: none;
    font-family: "Uni Sans";
}

main .main__head .main__head_text .black {
    color: #ff0!important;
}

main .main__head .main__head_text .h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 68px;
    text-transform: none;
    color: #ed760e;
    margin-bottom: 15px;
    font-family: 'Roboto Slab',serif;
}
main .main__head .main__head_text h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 68px;
    text-transform: none;
    color: #ed760e;
    display: block;
    text-align: left;
    margin-top: 400px;
    margin-bottom: 0;
    font-family: 'Roboto Slab',serif;
}

.box_video {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.item_box1, .item_box2 {
    width: 45%;
    margin: 10px;
}
.posl_video iframe {
    width: 100%;
}
.box_video .title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}
.zacazh {
    font-size: 18px;
    font-weight: 700;
}
.speech__text.active p {
    margin-bottom: 0px;
}
.speech__text.active .t_box_item_t {
    margin-top: 20px;
}
.slider_preim .item {
    height: 100%;
}
.social_box img.img.lazyloaded {
    width: 30px;
    margin: 0 5px;
}
.social_box {
    padding-left: 40px;
}
.social_box img.img.lazyloaded:hover {
    transform: scale(1.1);
}
.speech__img img.lazyloaded {
    height: 100%;
    object-fit: contain;
    width: auto!important;
}
.sp_img_titl {
    padding-left: 67px;
}





input#headerFormCheck {
    width: 20px !important;
    height: 20px;
    display: block;
    position: relative;
    border: 1px solid #000;
    box-shadow: none;
    opacity: 1;
    color: #000;
    margin: 0 5px 0 0;
}
.new_check {
    display: flex;
    align-items: center;
}
.checkbox.new_check span.sogl {
    display: block;
    font-size: 15px;
    text-align: left;
    padding-left: 5px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: none !important;
}

.thanks {
    padding: 20px;
}
.thanks__header {
    font-size: 31px;
    margin-bottom: 10px;
   line-height: 1.3;
}
.thanks__text {
    font-size: 19px;
   line-height: 1.3;
 }
.window__input, .thanks .tel, .window__direktor .tel {
    padding: 9px 15px;
    font-size: 18px;
    margin-bottom: 0;
}
.thanks .window__textarea, .window__direktor .window__textarea {
    padding: 9px 15px;
    max-height: 100px;
}
.thanks .file {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
}
span.ajax-loader {
   display: none !important;
}
.thanks input.wpcf7-form-control.wpcf7-submit.btn,
.window__direktor input.wpcf7-form-control.wpcf7-submit.btn {
    display: block;
    margin: 0 auto !important;
    text-align: center;
    padding: 0 !important;
    line-height: 45px !important;
    width: 100% !important;
    max-width: 250px;
}





.form_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.form_item {
	width: 31.33333%;
}
.vit_subftr {
    margin-bottom: 0;
}
.form__block.right {
    float: none;
}
.calculate {
    padding-bottom: 0;
}
.main__block1 {
    margin-bottom: 50px;
}
.form_item input {
    display: block !important;
    width: 100% !important;
}
.form__block form .form_item input {
    display: block !important;
    width: 100% !important;
    margin: 0;
}
.form__block form .form_item input.wpcf7-form-control.wpcf7-submit.btn {
    margin-top: -4px;
}
.main__block1 .wpcf7-response-output {
    bottom: -40px;
    right: 0;
}
.checkbox.new_check.new_new_check {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.main__head .checkbox.new_check span.sogl {
    width: calc(100% - 40px);    
}

















































@media screen and (max-width: 1300px) {
  .slide .slide__part1 img {
    width: 250px; } 

.slider_logo_com .owl-prev, .slider_preim .owl-prev {
    left: 0px;
}
.slider_logo_com .owl-next, .slider_preim .owl-next {
    right: 0px;
}

 }

@media screen and (max-width: 1200px) {
  header .header__wrap {
    width: 95%;
    margin: 0 auto; }
  main .main__wrap {
    width: 100%;
    padding: 0 20px; }
  footer .footer__wrap {
    width: 100%;
    padding: 0 20px; }
  header nav ul {
    width: 95%; }
  header .header__btn {
    margin-left: 4%; }
  header .header__email {
    margin-left: 3%; }
  header .header__time {
    margin-left: 3%; }
  header nav ul {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  main .main__head .main__head_text {
    display: block;
    width: 80%;
    margin: 0 auto; }
  main .main__head .main__head_form {
    float: none;
    width: 60%;
    margin: 30px auto 0;
    display: block; }
  main .main__head .main__head_form .main__head_formTotal .main__head_formLine {
    left: 42%; }
  .slick-slide img {
    width: 100%; }
  .calculate .calculate__select .calculate__select1, .calculate .calculate__select .calculate__select2, .calculate .calculate__select .calculate__select3 {
    width: 300px; }
  main .main__head .main__head_text h1 {
    margin-top: 0; }
  .main {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .service .service__wrap {
    width: -webkit-calc((100% - 48px) / 3);
    width: calc((100% - 48px) / 3); }
    .service .service__wrap:nth-child(4n) {
      margin-right: 19px; }
    .service .service__wrap:nth-child(3n) {
      margin-right: 0px; }
  .location .location__wrap {
    -webkit-flex-basis: -webkit-calc(100% / 5);
        -ms-flex-preferred-size: calc(100% / 5);
            flex-basis: calc(100% / 5); } }

@media screen and (max-width: 1100px) {
.item_box1, .item_box2 {
    width: 65%;
}
  .slide .slide__part1 img {
    width: 300px; }
  header .header__time {
    display: none; }
  .slide .slide__part1 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 50px 0; }
  .slide .slide__part2 {
    display: block;
    width: 100%;
    padding-top: 20px; }
  .slick-next {
    left: auto;
    right: 50px !important; }
  .slick-prev {
    left: auto !important;
    right: 110px !important; }
  main h2 {
    margin: 50px 0 20px; } }

@media screen and (max-width: 1000px) {
  .sp_img_titl {
    padding-left: 0;
    text-align: center;
}
  footer .footer__wrap nav {
    display: none; }
  footer .footer__wrap .footer__link {
    display: none; }
  footer .footer__wrap .footer__contacts {
    float: none;
    display: block;
    text-align: center !important; }
  footer .footer__wrap .footer__contacts .footer__phone {
    display: inline-block; }
  footer .footer__wrap .footer__logo {
    margin: 0 auto 20px;
    display: block; }
  footer .footer__wrap .footer__contacts .footer__email {
    margin-bottom: 0; }
  footer .footer__wrap .footer__copy {
    margin-top: 10px; }
  .speech .speech__text {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    display: block;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0; }
  .speech {
    background: none; }
  .speech .speech__img {
    float: none;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 60px;
    margin-top: 0; }
  .speech .main__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  footer {
    margin-top: 50px; }
  .speech .speech__img img {
    display: block;
    width: 70%;
    margin: 0 auto; }
    .speech__img img.lazyloaded {
    width: 100%!important;
}
  .calculate .calculate__select .calculate__select1, .calculate .calculate__select .calculate__select2, .calculate .calculate__select .calculate__select3 {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
  .calculate .calculate__options .calculate__options_rangeRadio {
    display: block; }
  .calculate .calculate__options .calculate__options_result {
    float: none;
    display: block;
    margin-top: 30px; }
  .contacts__wrap {
    display: block;
    width: 100%; }
  .map {
    position: static;
    width: 100%; }
  .contacts .contacts__line {
    width: 49%;
    display: inline-block;
    vertical-align: top; }
  .slick-prev:hover {
    background: url("/img/left.svg") no-repeat !important; }
  .slick-next:hover {
    background: url("/img/right.svg") no-repeat !important; } 
.calculate {
    padding-bottom: 0;
}
  }

@media screen and (max-width: 900px) {
.checkbox.new_check span.sogl {
    font-size: 12px;
 }
.main__wrap img, main img {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: auto;
  object-fit: cover; 
  object-position: bottom; 
}
	
  main .main__head .main__head_form {
    width: 90%; } }

@media screen and (max-width: 850px) {
  .main__head_text br {
    display: none;
}
	footer .footer__copy {
    display: block;
}
.social_box {
    padding-left: 0px;
}
#wpcf7-f248-o1 .wpcf7-response-output, #wpcf7-f1129-o2 .wpcf7-response-output {
    bottom: 70px;
}
  header .header__email {
    display: none; }
  header .header__btn {
    display: none; }
  header nav {
    display: none; }
  .header__mobileMenu {
    display: inline-block;
    float: right;
    margin-top: 38px; }
  header .header__phone {
    float: none;
    margin-left: 10%; }
main .main__head .main__head_text h1 {
    font-size: 40px;
    line-height: 1.3!important;
}
.home .main__head_text h1 + span.h1 {
    display: block!important;
}
  main .main__head .main__head_text .h1 {
    font-size: 40px;
    line-height: 50px; }
  .slider2 {
    margin-top: 60px; }
  header nav ul li {
    display: block;
    text-align: left; }
  header nav ul {
    display: block;
    padding-left: 50px; }
  header nav {
    position: relative;
    z-index: 5;
    background: #fff;
    padding-bottom: 20px; }
  header nav ul li ul {
    position: static;
    padding-top: 10px;
    padding-bottom: 10px; }
  header nav ul li ul li {
    display: block;
    line-height: 30px;
    padding-left: 50px;
    width: 100%; }
  header nav ul .active {
    border-top: none; }
  header nav ul .active a, .current-menu-item a {
    border-bottom: 2px solid #EA6311; }
  header nav ul li:hover {
    border-top: none; }
  header nav ul li ul li:nth-child(4n) {
    width: 100%; }
  .window__direktor, .thanks {
    width: 90%;
    left: 5%;
    top: 50px;
    padding: 60px 15px 20px;
    overflow: scroll; }
  .window__textarea {
    height: 170px; }
  .window__direktor button, .thanks button {
    margin-top: 20px; }
  .service .service__wrap {
    width: 100%;
    margin-right: 0; }
    .service .service__wrap:nth-child(4n) {
      margin-right: 0px; }
    .service .service__wrap:nth-child(3n) {
      margin-right: 0px; }
  .header {
    padding-bottom: 0; }
  .location .location__wrap {
    -webkit-flex-basis: -webkit-calc(100% / 3);
        -ms-flex-preferred-size: calc(100% / 3);
            flex-basis: calc(100% / 3); } }

@media screen and (max-width: 750px) {
.checkbox.new_check span.sogl {
    width: calc(100% - 40px);
}
.form_item {
    width: 100%;
    margin-bottom: 15px;
}
.form__block form .form_item input {
    position: static;
}
.form__block form .form_item input.wpcf7-form-control.wpcf7-submit.btn {
    margin: 0 auto !important;
}
  .calculate {
    padding-bottom: 0;
}
  #wpcf7-f245-o3 .wpcf7-response-output, #wpcf7-f245-p7-o3 .wpcf7-response-output {
    bottom: -46px;
}
#wpcf7-f249-p7-o4 .wpcf7-response-output, #wpcf7-f251-p7-o5 .wpcf7-response-output, #wpcf7-f254-p7-o6 .wpcf7-response-output {
    bottom: -24px;
}
  .why .why__block {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
  .form__block form input {
    width: auto;
    box-sizing: border-box; }
  .form__block form input, .btn[type="submit"] {
    width: 100% !important;
    padding: 10px !important;
  }
  .form__block .btn {
    display: block;
    margin: 0 auto 15px; }
  .form__block form input {
    margin: 0 auto 15px;
    display: block; }
  .right {
    float: none; }
  .form__block form input {
    right: 0; } }

@media screen and (max-width: 700px) {
.item_box1, .item_box2 {
    margin: 0 0 25px 0!important;
}
  .box_video .title {
    text-align: center;
}
  .item_box1, .item_box2 {
    width: 100%;
}
	.slide .slide__part1 img {
		width: 200px;
		height: 300px;
	}
	.main__head_form {
    display: none!important;
}
.email-bt, .form_mob {
    display: block!important;
}
.form_mob .main__head_form {
    display: block!important;
    background: #e0e0e0!important;
}
main .main__head .main__head_text .head__text {
    font-size: 22px;
}
main .main__head .main__head_text h1, main .main__head .main__head_text .h1, main .main__head .main__head_text .h1min {
    line-height: 40px;
}
main .main__head {
    padding: 167px 0 20px;
}
.home main .main__head .main__head_text {
    width: 100%;
    margin-top: 270px;
}
main .main__head .main__head_text {
    width: 100%;
    margin-top: 140px;
}
iframe {
    max-width: 100%;
}
}























@media screen and (max-width: 600px) {

main table .tbody td:last-child {
    text-align: left!important;
}
main table, main table .tbody td:first-child {
    width: 100%!important;
}
main table .tbody td:nth-child(2n) {
    width: 100%!important;
    text-align: left!important;
}
main table .tbody td:last-child {
    text-align: left!important;
}
main table .tbody td {
    padding: 10px 0!important;
}
tr.tbody {
    margin-bottom: 25px;
}
main table .tbody td, main table tr.thead td {
    font-size: 14px;
}
table td:before {
    content: attr(data-label);
    float: none;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    width: 100%;
}
.slider_preim .owl-next, .slider_preim .owl-prev {
    top: 66px;
}
.slider_logo_com .owl-prev, .slider_logo_com .owl-next {
    top: 52px;
}
	.img_box_item {
    height: 130px;
}
  h1 {
    font-size: 22px;
    line-height: 1.5;
}
  main .main__head .main__head_text h1 {
    font-size: 30px;
    line-height: 40px; }
  main .main__head .main__head_text .h1 {
    font-size: 30px;
    line-height: 40px; }
  main .main__head .main__head_text .h1min {
    line-height: 40px; }
  main h2 {
    font-size: 25px;
    line-height: 32px; }
  main .main__head .main__head_text {
    width: 100%; }
  .calculate .calculate__options .calculate__options_rangeResult {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px; }
  .calculate .calculate__options input[type="range"], .calculate .calculate__options .irs {
    width: 100%; }
  .calculate .calculate__options .calculate__options_result {
    width: 100%; }
	.gallery__wrap img {
		width: 100%;
		display: block;
		height: auto;
		margin-right: 0;
	}
	.gallery__wrap {
		display: block;
	}
  main .main__head .main__head_text .h1:last-child {
    margin-bottom: 20px; }
  .location .location__wrap {
    -webkit-flex-basis: -webkit-calc(100% / 2);
        -ms-flex-preferred-size: calc(100% / 2);
            flex-basis: calc(100% / 2); }
  .map {
    height: 400px; }
  .contacts .contacts__line {
    display: block;
    width: 100%; } }

@media screen and (max-width: 500px) { 
	.slide__header i {
    width: 100%;
    display: block;
}
.slide .slide__part2 .slide__header {
    display: block;
}
	.slide .slide__part1 img:last-child {
    display: none;
}
#wpcf7-f249-p7-o4 .wpcf7-response-output, #wpcf7-f251-p7-o5 .wpcf7-response-output, #wpcf7-f254-p7-o6 .wpcf7-response-output {
    bottom: -60px;
} 
  header .header__phone {
    display: none; }
  main table {
    width: 600px;
    overflow: auto; }
  .table {
    overflow: auto; }
  .slide .slide__part1 img {
    width: -webkit-calc((100% / 2) - 25px);
    width: calc((100% / 2) - 25px); }
  .calculate .calculate__options input[type="range"], .calculate .calculate__options .irs {
    width: 100%; }
  .calculate .calculate__options .calculate__options_result {
    width: 100%; }
  .calculate .calculate__select .calculate__select1 span, .calculate .calculate__select .calculate__select2 span, .calculate .calculate__select .calculate__select3 span {
    margin-bottom: 10px; }
  .slide .slide__part1 img {
    width: 80%;
    margin-right: 0; }
    .slide .slide__part1 img:first-child {
      margin-bottom: 10px; }
  main .main__head .main__head_form {
    width: 100%; }
  main .main__head .main__head_form ul li {
    width: 100%; }
  main .main__head .main__head_form ul li:nth-child(2n) {
    width: 100%; }
  main .main__head .main__head_form .main__head_formTotal .main__head_formLine {
    left: 32%; }
  .slide .slide__part2 .slide__header {
    font-size: 25px;
    line-height: 30px; }
main .arenda table {width: 100%;}
  .slide .slide__part2 {
    padding: 0 20px;
    padding-top: 40px; }
  main .main__head {
    padding-top: 100px; }
  main .main__head .main__head_text .head__text:first-child {
    margin-top: 60px; } }

@media screen and (max-width: 400px) {
#wpcf7-f245-o3 .wpcf7-response-output, #wpcf7-f245-p7-o3 .wpcf7-response-output {
    bottom: -108px;
}
#wpcf7-f249-o4 .wpcf7-response-output, #wpcf7-f249-p7-o6 .wpcf7-response-output {
    bottom: -58px;
}
  .why .why__block {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
	.window__direktor, .thanks {
		width: 90%;
		left: 5%;
	}
  header nav ul {
    padding-left: 20px; }
  header nav ul li ul li {
    padding-left: 30px; }
	.wp-block-embed-youtube, .wp-block-embed-youtube iframe {
		width: 100% !important;
		height: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
  .location .location__wrap {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .contacts .contacts__line_half {
    display: block;
    width: 100%; } }

@media screen and (max-width: 360px) {
  main .main__head .main__head_text h1, main .main__head .main__head_text .h1 {
    font-size: 25px;
    line-height: 40px;
     }
  main .main__head .main__head_text .h1min {
    line-height: 40px; }
  .btn[type="submit"] {
    font-size: 16px !important;
  }
	.slide .slide__part1 img {
		width: 280px;
	}
  .calculate .calculate__options .calculate__options_result .calculate__options_resultPrice {
    font-size: 30px; } }
