@charset "UTF-8";
@font-face {
  font-family: 'Myriad Pro Bold';
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/myriadpro-bold.eot");
  src: url("../fonts/myriadpro-bold.eot@") format("embedded-opentype"), url("../fonts/myriadpro-bold.woff") format("woff"), url("../fonts/myriadpro-bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Myriad Pro Regular';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/myriadpro-regular.eot");
  src: url("../fonts/myriadpro-regular.eot@") format("embedded-opentype"), url("../fonts/myriadpro-regular.woff") format("woff"), url("../fonts/myriadpro-regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Myriad Pro Light';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/myriadpro-light.eot");
  src: url("../fonts/myriadpro-light.eot@") format("embedded-opentype"), url("../fonts/myriadpro-light.woff") format("woff"), url("../fonts/myriadpro-light.ttf") format("truetype");
}

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

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.wrapper {
  width: 1250px;
  margin: 0 auto;
}

.close_menu {
  display: none;
}

/* ====== HEADER ====== */
header.main_header {
  position: relative;
  width: 100%;
  background-color: #373645;
}

header.main_header a.alogo {
  display: block;
  width: 254px;
  margin: 0 auto;
  margin-bottom: 8px;
  padding-top: 21px;
  text-decoration: none;
}

header.main_header a.alogo img {
  width: 254px;
  height: 189px;
}

header.main_header nav.main_nav {
  background-color: #fff;
  background-image: url("../img/header-shadow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

header.main_header nav.main_nav button.burger {
  display: none;
}

header.main_header nav.main_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

header.main_header nav.main_nav ul li {
  display: block;
}

header.main_header nav.main_nav ul li a {
  position: relative;
  display: block;
  padding: 25px 24px 18px 24px;
  text-align: left;
  text-decoration: none;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  color: #373645;
  font-family: 'Myriad Pro Regular';
  font-size: 17.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 14px;
}

header.main_header nav.main_nav ul li a.active::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 7px;
  content: "";
  background-color: #6e9bca;
}

/* ====== SLIDER ====== */
section.slider-container {
  position: relative;
}

section.slider-container .slider_text {
  position: absolute;
  top: 30px;
  left: calc( (100% - 1250px) / 2 + 50px);
  display: block;
  width: 750px;
  text-align: left;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  color: #6e9bca;
  font-family: 'Myriad Pro Bold';
  font-size: 48px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
}

section.slider-container .slider_text span {
  display: block;
  margin-bottom: 16px;
  text-align: left;
  text-decoration: underline;
  letter-spacing: -1.1px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Myriad Pro Bold';
  font-size: 48px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
}

section.slider-container .slider {
  position: relative;
  height: 500px;
  background-color: transparent;
}

section.slider-container .slider .slider-item {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}

section.slider-container .slider .slider-1 {
  background-image: url(../img/slide-1.jpg);
}

section.slider-container .slider .slider-2 {
  background-image: url(../img/slide-2.jpg);
}

section.slider-container .slider .slider-3 {
  background-image: url(../img/slide-3.jpg);
}

section.slider-container .slider .slider-4 {
  background-image: url(../img/slide-4.jpg);
}

/* ====== О НАС ====== */
section.about_us span.about_title {
  position: relative;
  z-index: 2;
  display: block;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 370px;
  margin-top: 62px;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  text-align: center;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: #373645;
  background-color: #fff !important;
  font-family: 'Myriad Pro Bold';
  font-size: 30px;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
}

section.about_us .about_title_line {
  position: relative;
  z-index: 1;
  width: 1250px;
  height: 1px;
  margin-top: -61px;
  background-color: #ccc;
}

section.about_us p {
  margin-top: 46px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #373645;
  font-family: 'Myriad Pro Regular';
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
}

/* ====== ПРОИЗВОДИМ ====== */
section.product span.product_title {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 270px;
  margin-top: 68px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding: 11px 0 7px;
  text-align: center;
  letter-spacing: -0.6px;
  text-transform: none;
  color: #ffffff;
  background-color: #373645;
  font-family: 'Myriad Pro Light';
  font-size: 30px;
  font-style: normal;
  font-stretch: normal;
  line-height: 27px;
}

section.product span.product_title:after {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 404px;
  height: 2px;
  content: "";
  background-color: #373645;
}

section.product span.product_title:before {
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 404px;
  height: 2px;
  content: "";
  background-color: #373645;
}

section.product p {
  margin-top: 34px;
  margin-bottom: 23px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #373645;
  font-family: 'Myriad Pro Regular';
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
}

section.product span.product_religion {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 773px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  padding: 12px 0 10px;
  text-align: center;
  letter-spacing: -0.6px;
  text-transform: none;
  color: #ffffff;
  background-color: #373645;
  font-family: 'Myriad Pro Regular';
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: 23px;
}

section.product .spisok_container .spisok_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7px;
}

section.product .spisok_container .spisok_row .spisok_left,
section.product .spisok_container .spisok_row .spisok_right {
  width: 300px;
  text-align: right;
  letter-spacing: normal;
  color: #373645;
  font-family: 'Myriad Pro Regular';
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 29px;
}

section.product .spisok_container .spisok_row .spisok_left {
  text-align: right;
}

section.product .spisok_container .spisok_row .spisok_check {
  width: 132px;
  height: 29px;
  background-image: url("../img/check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

section.product .spisok_container .spisok_row .spisok_right {
  text-align: left;
}

/* ====== СХЕМА РАБОТЫ ====== */
section.shema {
  padding-top: 42px;
  padding-bottom: 65px;
  background-color: #fff;
  background-image: url("../img/sbg.png");
  background-repeat: repeat;
}

section.shema span.shema_title {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 270px;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  padding: 11px 0 7px;
  text-align: center;
  letter-spacing: -0.6px;
  text-transform: none;
  color: #ffffff;
  background-color: #373645;
  font-family: 'Myriad Pro Light';
  font-size: 30px;
  font-style: normal;
  font-stretch: normal;
  line-height: 27px;
}

section.shema span.shema_title:after {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 404px;
  height: 2px;
  content: "";
  background-color: #373645;
}

section.shema span.shema_title:before {
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 404px;
  height: 2px;
  content: "";
  background-color: #373645;
}

section.shema .shema_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.shema .shema_container .shema_item {
  position: relative;
  width: 270px;
  padding: 136px 5px 0 5px;
  padding-top: 136px;
  text-align: center;
  letter-spacing: -0.6px;
  color: #000000;
  background-repeat: no-repeat;
  background-position: center top;
  font-family: 'Myriad Pro Light';
  font-size: 30px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
}

section.shema .shema_container .shema_item:nth-child(1) {
  background-image: url("../img/service-1.png");
}

section.shema .shema_container .shema_item:nth-child(2) {
  background-image: url("../img/service-2.png");
}

section.shema .shema_container .shema_item:nth-child(3) {
  background-image: url("../img/service-3.png");
}

section.shema .shema_container .shema_item:nth-child(4) {
  background-image: url("../img/service-4.png");
}

section.shema .shema_container .shema_item:nth-child(5) {
  background-image: url("../img/service-5.png");
}

section.shema .shema_container .shema_item:nth-child(1):after, section.shema .shema_container .shema_item:nth-child(2):after, section.shema .shema_container .shema_item:nth-child(3):after, section.shema .shema_container .shema_item:nth-child(4):after {
  position: absolute;
  top: 32px;
  right: -23px;
  width: 45px;
  height: 32px;
  content: "";
  background-image: url("../img/arrow-right.png");
  background-repeat: no-repeat;
}

/* ====== НАШИ РАБОТЫ ====== */
section.our_works span.works_title {
  position: relative;
  z-index: 2;
  display: block;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 370px;
  margin-top: 62px;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  text-align: center;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: #373645;
  background-color: #fff !important;
  font-family: 'Myriad Pro Bold';
  font-size: 30px;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
}

section.our_works .works_title_line {
  position: relative;
  z-index: 1;
  width: 1250px;
  height: 1px;
  margin-top: -61px;
  background-color: #ccc;
}

section.our_works .gallery_container {
  margin-top: 27px;
}

section.our_works .gallery_container .radio_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

section.our_works .gallery_container .gallery,
section.our_works .gallery_container input {
  display: none;
}

section.our_works .gallery_container label {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 14px;
  cursor: pointer;
  text-align: center;
  letter-spacing: normal;
  color: #d5d5d5;
  border: none;
  background: #fff;
  font-family: 'Myriad Pro Regular';
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: 39px;
}

section.our_works .gallery_container input[type="radio"]:checked + label {
  color: #fff;
  border-bottom: 3px solid #93c6fb;
  background-color: #6e9bca;
  line-height: 36px;
}

section.our_works .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 31px;
  margin-bottom: 0px;
}

section.our_works .gallery a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 381px;
  height: 323px;
  margin-bottom: 52px;
  border: 15px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.15);
}

section.our_works .gallery a:last-child {
  margin-bottom: 106px;
}

section.our_works .gallery a img {
  width: 100%;
  min-height: 293px;
  margin-right: auto;
  margin-left: auto;
}

/* ====== ВОПРОСЫ ====== */
section.faq span.faq_title {
  position: relative;
  z-index: 2;
  display: block;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  margin-top: 62px;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  text-align: center;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: #373645;
  background-color: #fff !important;
  font-family: 'Myriad Pro Bold';
  font-size: 30px;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
}

section.faq .faq_title_line {
  position: relative;
  z-index: 1;
  width: 1250px;
  height: 1px;
  margin-top: -61px;
  margin-bottom: 60px;
  background-color: #ccc;
}

section.faq form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1148px;
  margin-right: auto;
  margin-left: auto;
  /* Firefox 19+ */
  /* Firefox 18- */
}

section.faq form .success {
  display: none;
  width: 100%;
  margin-bottom: 30px;
}

section.faq form .input_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.faq form .input_container input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 367px;
  height: 50px;
  margin-bottom: 25px;
  padding: 15px 18px;
  text-align: left;
  letter-spacing: normal;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: 'Myriad Pro Regular';
  font-size: 22px;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
}

section.faq form textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 25px;
  padding: 15px 18px;
  resize: vertical;
  text-align: left;
  letter-spacing: normal;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: 'Myriad Pro Regular';
  font-size: 22px;
  font-style: normal;
  font-stretch: normal;
  line-height: auto;
}

section.faq form button {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 49px;
  margin-right: 0;
  margin-left: auto;
  padding: 0 66px;
  text-align: center;
  letter-spacing: normal;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  background-color: #f7a22f;
  font-family: 'Myriad Pro Regular';
  font-size: 26px;
  font-style: normal;
  font-stretch: normal;
  line-height: 49px;
}

section.faq form ::-webkit-input-placeholder {
  color: #d5d5d5;
}

section.faq form ::-moz-placeholder {
  color: #d5d5d5;
}

section.faq form :-moz-placeholder {
  color: #d5d5d5;
}

section.faq form :-ms-input-placeholder {
  color: #d5d5d5;
}

section.faq .questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 106px;
  /* вид текста label */
  /* вид текста label при активном переключателе */
  /* когда чекбокс активен показываем блоки с содержанием  */
}

section.faq .questions .hide, section.faq .questions .hide + label ~ div {
  display: none;
}

section.faq .questions .hide + label,
section.faq .questions .hide:checked + label {
  margin-bottom: 30px;
  padding: 0;
  cursor: pointer;
  text-align: left;
  letter-spacing: normal;
  color: #f7a22f;
  border: none;
  font-family: 'Myriad Pro Regular';
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: auto;
}

section.faq .questions .hide:checked + label {
  margin-bottom: 0px;
}

section.faq .questions .hide:checked + label {
  color: #6e9bca;
  border-bottom: 0;
}

section.faq .questions .hide:checked + label + div {
  display: block;
  margin-bottom: 30px;
  padding: 10px 0;
  text-align: left;
  letter-spacing: normal;
  color: #373645;
  background: #fff;
  font-family: 'Myriad Pro Regular';
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: auto;
}

/* ====== КАЛЬКУЛЯТОР ====== */
section.calculator {
  font-family: 'Myriad Pro Regular';
}

section.calculator span.calc_title {
  position: relative;
  z-index: 2;
  display: block;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  margin-top: 62px;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  text-align: center;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: #373645;
  background-color: #fff !important;
  font-family: 'Myriad Pro Bold';
  font-size: 30px;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
}

section.calculator .calc_title_line {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1px;
  margin-top: -61px;
  margin-bottom: 60px;
  background-color: #ccc;
}

section.calculator .calculator-block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 106px;
  padding: 30px;
  border: 2px solid #f3902a;
}

section.calculator .calculator-block .image-block {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 200px;
  height: 200px;
  border: 1px solid black;
  background-position: center;
  background-size: contain;
}

section.calculator .calculator-block #image-block {
  z-index: 1;
  background-image: url("../img/model1.png");
  background-repeat: no-repeat;
}

section.calculator .calculator-block #image-block-hover {
  position: absolute;
  z-index: 2;
  top: 50px;
  right: 50px;
  width: 200px;
  height: 200px;
  border: 1px solid black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

section.calculator .calculator-block .calc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 15px;
}

section.calculator .calculator-block .calc-row .title {
  display: inline-block;
  width: 250px;
  margin-right: 8px;
  letter-spacing: 1px;
  color: #f3902a;
  font-family: 'Myriad Pro Regular', sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 42px;
}

section.calculator .calculator-block .calc-row .comment {
  font-family: 'Myriad Pro Regular', sans-serif;
  line-height: 42px;
}

section.calculator .calculator-block .calc-row .radio-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-width: 130px;
  height: 42px;
  margin-right: 10px;
}

section.calculator .calculator-block .calc-row .radio-container label {
  margin-bottom: 0;
  padding-left: 30px;
  letter-spacing: 0.5px;
  font-family: 'Myriad Pro Light', sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 42px;
}

section.calculator .calculator-block .calc-row .radio-container input {
  display: none;
}

section.calculator .calculator-block .calc-row .radio-container input + label:after {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
  border: none;
  border-radius: 50%;
  background-color: #ccc;
}

section.calculator .calculator-block .calc-row .radio-container input:checked + label:after {
  border: 5px solid #ccc;
  background-color: #f3902a;
}

section.calculator .calculator-block .calc-row .radio-container input:disabled + label {
  opacity: 0.5;
}

section.calculator .calculator-block .calc-row .radio-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Firefox 19+ */
  /* Firefox 18- */
}

section.calculator .calculator-block .calc-row .radio-input-container input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 256px;
  height: 42px;
  padding-right: 12px;
  padding-left: 24px;
  text-align: left;
  letter-spacing: normal;
  color: #555;
  border: 1px solid #f3902a;
  border-radius: 5px;
  outline: none;
  font-family: 'Myriad Pro Light', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
}

section.calculator .calculator-block .calc-row .radio-input-container ::-webkit-input-placeholder {
  color: #d5d5d5;
}

section.calculator .calculator-block .calc-row .radio-input-container ::-moz-placeholder {
  color: #d5d5d5;
}

section.calculator .calculator-block .calc-row .radio-input-container :-moz-placeholder {
  color: #d5d5d5;
}

section.calculator .calculator-block .calc-row .radio-input-container :-ms-input-placeholder {
  color: #d5d5d5;
}

section.calculator .calculator-block .calc-row .calc-radio-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 420px;
}

section.calculator .calculator-block .select {
  display: block;
  width: 256px;
  margin-right: 20px;
}

section.calculator .calculator-block .type_figure {
  display: none;
}

section.calculator .calculator-block .type_double {
  display: none;
}

section.calculator .calculator-block a.slct {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 256px;
  height: 42px;
  margin: 0px;
  padding: 0px 35px 0px 24px;
  white-space: nowrap;
  letter-spacing: 0.5px;
  text-overflow: ellipsis;
  color: #333333;
  border: 1px solid #f3902a;
  border-radius: 5px;
  background: url(../img/dropdown-arrow.png) 96%/5% no-repeat;
  background-color: white;
  font-family: 'Myriad Pro Light', sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 42px;
}

section.calculator .calculator-block a.slct > a {
  text-decoration: none;
  color: #333333;
}

section.calculator .calculator-block a.slct:hover {
  text-decoration: none;
  color: #f3902a;
}

section.calculator .calculator-block .slct.active {
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

section.calculator .calculator-block ul.drop {
  position: absolute;
  z-index: 9;
  display: none;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 256px;
  max-height: 320px;
  margin: 0;
  padding: 0;
  border: 1px solid #f3902a;
  border-top: none;
  border-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff !important;
}

section.calculator .calculator-block ul.drop li {
  display: block;
  padding: 4px 15px 4px 25px;
  list-style: none;
  cursor: pointer;
  color: #444;
  border-top: 1px dotted #e8e8e8;
  background-position: 10px -119px;
}

section.calculator .calculator-block ul.drop li a {
  text-decoration: none;
  letter-spacing: 0.5px;
  color: #333333;
  font-family: 'Myriad Pro Light', sans-serif;
  font-size: 18px;
  font-weight: 100;
}

section.calculator .calculator-block .drop li:hover {
  color: #222;
  background-color: #e8e8e8;
}

section.calculator .calculator-block .bottom_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 26px;
  font-family: 'Myriad Pro Regular';
}

section.calculator .calculator-block .bottom_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section.calculator .calculator-block .bottom_content ul li {
  margin-bottom: 6px;
}

section.calculator .calculator-block .bottom_content .details {
  margin-right: 40px;
}

section.calculator .calculator-block .bottom_content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 60px;
  /* Firefox 19+ */
  /* Firefox 18- */
}

section.calculator .calculator-block .bottom_content form input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 256px;
  height: 42px;
  margin-bottom: 12px;
  padding-right: 12px;
  padding-left: 24px;
  text-align: left;
  letter-spacing: normal;
  color: #555;
  border: 1px solid #f3902a;
  border-radius: 5px;
  outline: none;
  font-family: 'Myriad Pro Light', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
}

section.calculator .calculator-block .bottom_content form ::-webkit-input-placeholder {
  color: #d5d5d5;
}

section.calculator .calculator-block .bottom_content form ::-moz-placeholder {
  color: #d5d5d5;
}

section.calculator .calculator-block .bottom_content form :-moz-placeholder {
  color: #d5d5d5;
}

section.calculator .calculator-block .bottom_content form :-ms-input-placeholder {
  color: #d5d5d5;
}

section.calculator .calculator-block .bottom_content button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 256px;
  height: 42px;
  margin-bottom: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 0.5px;
  color: #fff;
  border: none;
  border-radius: 5px;
  outline: none;
  background-color: #f3902a;
  font-family: 'Myriad Pro Light', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

section.calculator .calculator-block .bottom_content button:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000;
  background-color: #ffad5b;
}

section.calculator .calculator-block .bottom_content .success {
  display: none;
  width: 256px;
  margin-bottom: 30px;
}

/* ====== FOOTER ====== */
footer.contacts {
  padding-bottom: 40px;
  background-color: #373645;
}

footer.contacts span.footer_title {
  position: relative;
  z-index: 2;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 370px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 36px;
  padding-bottom: 34px;
  text-align: center;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: #fff;
  background-color: #373645 !important;
  font-family: 'Myriad Pro Bold';
  font-size: 30px;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
}

footer.contacts span.footer_title:after {
  display: table;
  clear: both;
  content: "";
}

footer.contacts .footer_title_line {
  position: relative;
  z-index: 1;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1250px;
  height: 1px;
  margin-top: -61px;
  margin-bottom: 60px;
  background-color: #fff;
}

footer.contacts .footer_title_line:after {
  display: table;
  clear: both;
  content: "";
}

footer.contacts .two_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

footer.contacts .two_columns .column {
  display: block;
  width: 530px;
  margin-bottom: 43px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #fff;
  font-family: 'Myriad Pro Regular';
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
}

footer.contacts .footer_bottom {
  background-image: url("../img/fbg.png");
  background-repeat: repeat;
}

footer.contacts .footer_bottom .footer_bottom_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer.contacts .footer_bottom .footer_bottom_container .map_container {
  display: block;
  width: 530px;
  height: 317px;
  background-color: #ccc;
}

/* ================ АДАПТИВ ================ */
/* ========================================= */
@media screen and (max-width: 1300px) {
  .wrapper {
    width: 760px;
  }
  /* ====== SLIDER ====== */
  section.slider-container .slider_text {
    top: 30px;
    left: calc( (100% - 760px) / 2 + 50px);
    width: 650px;
    font-size: 40px;
  }
  section.slider-container .slider_text span {
    font-size: 40px;
  }
  section.slider-container .slider {
    height: 400px;
  }
  section.slider-container .slider .slider-item {
    height: 400px;
  }
  /* ====== О НАС ====== */
  section.about_us .about_title_line {
    width: 100%;
  }
  /* ====== ПРОИЗВОДИМ ====== */
  section.product span.product_title:after {
    width: 204px;
  }
  section.product span.product_title:before {
    width: 204px;
  }
  /* ====== СХЕМА РАБОТЫ ====== */
  section.shema span.shema_title:after {
    width: 204px;
  }
  section.shema span.shema_title:before {
    width: 204px;
  }
  section.shema .shema_container .shema_item {
    width: 150px;
    padding: 106px 5px 0 5px;
    padding-top: 106px;
    background-size: 100px;
    font-size: 20px;
  }
  section.shema .shema_container .shema_item:nth-child(1) {
    background-position: center top 8px;
  }
  section.shema .shema_container .shema_item:nth-child(2) {
    background-position: center top 4px;
  }
  section.shema .shema_container .shema_item:nth-child(5) {
    background-position: center top 8px;
  }
  section.shema .shema_container .shema_item:nth-child(1):after, section.shema .shema_container .shema_item:nth-child(2):after, section.shema .shema_container .shema_item:nth-child(3):after, section.shema .shema_container .shema_item:nth-child(4):after {
    top: 33px;
    right: -15px;
    width: 30px;
    background-size: contain;
  }
  /* ====== НАШИ РАБОТЫ ====== */
  section.our_works span.works_title {
    width: 280px;
  }
  section.our_works .works_title_line {
    width: 100%;
  }
  section.our_works .gallery a {
    width: 240px;
    margin-bottom: 30px;
    border: 5px solid #fff;
  }
  section.our_works .gallery a img {
    min-height: 313px;
  }
  /* ====== ВОПРОСЫ ====== */
  section.faq .faq_title_line {
    width: 100%;
  }
  section.faq form {
    width: 100%;
  }
  section.faq form .input_container input {
    width: 32%;
  }
  /* ====== КАЛЬКУЛЯТОР ====== */
  section.calculator span.calc_title {
    width: 270px;
  }
  section.calculator .calculator-block .image-block {
    top: 30px;
    right: 30px;
  }
  section.calculator .calculator-block #image-block-hover {
    top: 30px;
    right: 30px;
  }
  section.calculator .calculator-block .calc-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.calculator .calculator-block .bottom_content form {
    padding-right: 0px;
  }
  /* ====== FOOTER ====== */
  footer.contacts span.footer_title {
    width: 300px;
  }
  footer.contacts .footer_title_line {
    width: 100%;
  }
  footer.contacts .two_columns .column {
    width: 45%;
    font-size: 20px;
  }
  footer.contacts .footer_bottom .footer_bottom_container .map_container {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    width: 90%;
  }
  /* ====== HEADER ====== */
  header.main_header a.alogo {
    width: 200px;
  }
  header.main_header a.alogo img {
    width: 200px;
  }
  header.main_header nav.main_nav {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    background-image: none;
  }
  header.main_header nav.main_nav button.burger {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin: 0 auto 0 0;
    cursor: pointer;
    border: none;
    background-color: #fff;
    background-image: url("../img/burger.svg");
    background-size: contain;
  }
  header.main_header nav.main_nav ul {
    position: relative;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-top: 50px;
  }
  header.main_header nav.main_nav ul .close_menu {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 120px;
    height: 20px;
    cursor: pointer;
    color: #f3902a;
    font-family: 'Myriad Pro Regular';
    font-size: 20px;
  }
  header.main_header nav.main_nav ul .close_menu span {
    font-size: 40px;
  }
  header.main_header nav.main_nav ul li {
    display: block;
  }
  header.main_header nav.main_nav ul li a {
    width: 170px;
    margin-right: auto;
    margin-left: 0;
    padding: 0;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
  }
  header.main_header nav.main_nav ul li a.active::after {
    display: none;
  }
  header.main_header nav.main_nav ul li a.active {
    text-decoration: underline;
    font-weight: bold;
  }
  /* ====== SLIDER ====== */
  section.slider-container {
    display: none;
  }
  /* ====== О НАС ====== */
  section.about_us span.about_title {
    width: 240px;
    font-size: 22px;
    line-height: 28px;
  }
  section.about_us p {
    margin-top: 24px;
    font-size: 20px;
  }
  /* ====== ПРОИЗВОДИМ ====== */
  section.product span.product_title {
    width: 160px;
    font-size: 22px;
  }
  section.product span.product_title:after {
    width: 70px;
  }
  section.product span.product_title:before {
    width: 70px;
  }
  section.product p {
    font-size: 20px;
  }
  section.product span.product_religion {
    width: 100%;
    font-size: 20px;
  }
  section.product .spisok_container .spisok_row .spisok_left,
  section.product .spisok_container .spisok_row .spisok_right {
    position: relative;
    width: 50%;
    padding-left: 30px;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }
  section.product .spisok_container .spisok_row .spisok_left:after,
  section.product .spisok_container .spisok_row .spisok_right:after {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url("../img/check.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
  }
  section.product .spisok_container .spisok_row .spisok_check {
    display: none;
  }
  /* ====== СХЕМА РАБОТЫ ====== */
  section.shema span.shema_title {
    width: 160px;
    font-size: 22px;
  }
  section.shema span.shema_title:after {
    width: 70px;
  }
  section.shema span.shema_title:before {
    width: 70px;
  }
  section.shema .shema_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section.shema .shema_container .shema_item {
    width: 250px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    padding-top: 106px;
    font-size: 20px;
  }
  section.shema .shema_container .shema_item:nth-child(1):after, section.shema .shema_container .shema_item:nth-child(2):after, section.shema .shema_container .shema_item:nth-child(3):after, section.shema .shema_container .shema_item:nth-child(4):after {
    position: absolute;
    top: 165px;
    left: calc(50% - 23px);
    width: 45px;
    height: 32px;
    content: "";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background-image: url("../img/arrow-right.png");
    background-repeat: no-repeat;
  }
  /* ====== НАШИ РАБОТЫ ====== */
  section.our_works span.works_title {
    width: 180px;
    font-size: 22px;
  }
  section.our_works .works_title_line {
    width: 100%;
  }
  section.our_works .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 31px;
    margin-bottom: 0px;
  }
  section.our_works .gallery a {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    border: 5px solid #fff;
  }
  section.our_works .gallery a:last-child {
    margin-bottom: 106px;
  }
  /* ====== ВОПРОСЫ ====== */
  section.faq span.faq_title {
    width: 200px;
    font-size: 22px;
  }
  section.faq .faq_title_line {
    width: 100%;
  }
  section.faq form .input_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.faq form .input_container input {
    width: 100%;
  }
  section.faq form button {
    width: 100%;
  }
  section.faq .questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 66px;
    /* вид текста label */
    /* когда чекбокс активен показываем блоки с содержанием  */
  }
  section.faq .questions .hide + label,
  section.faq .questions .hide:checked + label {
    font-size: 20px;
  }
  section.faq .questions .hide:checked + label + div {
    font-size: 18px;
  }
  /* ====== КАЛЬКУЛЯТОР ====== */
  section.calculator span.calc_title {
    width: 200px;
    font-size: 22px;
  }
  section.calculator .calculator-block {
    margin-bottom: 66px;
    padding: 15px;
  }
  section.calculator .calculator-block .image-block {
    position: relative;
    top: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    border: none;
  }
  section.calculator .calculator-block #image-block-hover {
    position: relative;
    top: 0;
    right: 0;
    margin-top: -202px;
    margin-right: auto;
    margin-left: auto;
    border: none;
  }
  section.calculator .calculator-block .calc-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.calculator .calculator-block .calc-row .title {
    width: 100%;
    margin-right: 0px;
    font-size: 20px;
  }
  section.calculator .calculator-block .calc-row .radio-input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.calculator .calculator-block .calc-row .radio-input-container input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-bottom: 12px;
  }
  section.calculator .calculator-block .calc-row .calc-radio-block {
    width: 100%;
  }
  section.calculator .calculator-block .select {
    display: block;
    width: 100%;
    margin-right: 0px;
  }
  section.calculator .calculator-block .type_figure {
    display: none;
  }
  section.calculator .calculator-block .type_double {
    display: none;
  }
  section.calculator .calculator-block a.slct {
    width: 100%;
  }
  section.calculator .calculator-block ul.drop {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 30px);
  }
  section.calculator .calculator-block .bottom_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 26px;
  }
  section.calculator .calculator-block .bottom_content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-right: 0px;
  }
  section.calculator .calculator-block .bottom_content form input {
    width: 100%;
  }
  section.calculator .calculator-block .bottom_content button {
    width: 100%;
  }
  section.calculator .calculator-block .bottom_content #success {
    width: 100%;
  }
  /* ====== FOOTER ====== */
  footer.contacts span.footer_title {
    width: 250px;
  }
  footer.contacts .footer_title_line {
    width: 100%;
  }
  footer.contacts .two_columns .column {
    width: 45%;
    font-size: 20px;
  }
  footer.contacts .footer_bottom .footer_bottom_container .map_container {
    width: 45%;
    height: 317px;
  }
}
/*# sourceMappingURL=style.css.map */