@charset "UTF-8";
body,
html {
  /* overflow-x: hidden; */
}

body {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0em;
  text-align: left;
  color: #333232;
}

body * {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

ul,
li {
  display: block;
  margin: 0;
  padding: 0;
}

button {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

button,
button:hover,
button:active,
button:focus {
  outline: none;
  border: none;
  cursor: pointer;
}

p,
div,
a,
ul,
li,
h1,
h2,
h3,
h4,
h5,
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
button,
input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input,
input:hover,
input:focus,
button,
button:hover,
button:active,
button:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

.pos_rel {
  position: relative;
}

.pos_abs {
  position: absolute;
}

.container {
  position: relative;
}

.swiper-container {
  overflow: hidden;
}

.open__form > * {
  pointer-events: none;
}

.custom-logo-link,
.custom_logo {
  display: block;
  width: 100px;
}

.header .custom__logo_second,
.header .custom__logo {
  position: absolute;
  left: 12px;
  bottom: 20px;
  display: block;
  width: 100px;
  border: 4px solid #fff;
}
.header .custom__logo_second img,
.header .custom__logo img {
  width: 100%;
  height: auto;
}

.header .custom__logo {
  border: none;
}

.header .custom__logo_second {
  left: auto;
  right: 12px;
  bottom: 2px;
}

.header .custom-logo-link {
  position: absolute;
  left: 115px;
  bottom: 2px;
}

.custom-logo-link img,
.custom_logo img {
  width: 100%;
  height: auto;
}

.breadcrumbs {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #dcdcdc;
}

.breadcrumbs > span:not(:last-child) {
  position: relative;
}

.breadcrumbs span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #fff;
}

.breadcrumbs a span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #dcdcdc;
}

header,
section,
footer {
  position: relative;
  /* z-index: 5; */
  /* overflow-x: hidden; */
}

header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: transparent;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.header {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.home .header_bg {
  opacity: 0;
}

.bg__style {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fixed_header {
  z-index: 5000;
}

.header__top {
  padding: 12px 0 16px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__top .container,
.header__bottom .container {
  padding-left: 240px;
  padding-right: 130px;
}

.page-template-template-product .header__top {
  background-color: #6a6a6a;
}

.header__bottom {
  background: #fff;
}

.fixed_header {
  z-index: 5000;
}

.fixed_header.header {
  position: fixed;
}
.fixed_header.header .header__top {
  background-color: #6a6a6a;
}

.my_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.my_row_menu {
  display: none;
}

.menu {
  width: 100%;
}

.nav {
  width: 100%;
}

.custom-logo img,
.my_row_menu .custom-logo img {
  width: 100%;
}

.nav__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu__close {
  width: 20px;
  height: 20px;
  background: url(../img/icons/close.svg) no-repeat center/20px;
  outline: none;
  /* margin-left: auto; */
  position: relative;
}

.menu__close::before,
.menu__close::after {
  content: "";
  display: block;
  width: 27px;
  height: 1px;
  border-radius: 1px;
  position: absolute;
  top: 0;
  background-color: #333232;
}

.menu__close::before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.menu__close::after {
  right: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.nav .nav__item {
  position: relative;
  width: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 0 16px;
}

.nav__item.disabled a {
  pointer-events: none;
}

.nav .nav__item:last-child {
  margin-right: 0;
}

.nav__item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  color: #333232;
}

.nav .nav__item a:hover,
.nav .nav__item.current-menu-item > a {
  color: #007b80;
}

.nav__item > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  bottom: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav__item > a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.menu__burger {
  cursor: pointer;
  margin-left: 0;
  height: 30px;
}

.social__link {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.social__link:last-child {
  margin-right: 0;
}

.social__link svg {
  width: 100%;
  height: 100%;
}

.menu__burger span {
  width: 30px;
  display: block;
  height: 3px;
  margin-bottom: 5px;
  background-color: #a6d971;
}

.menu__burger .burger__line_second {
  width: 66%;
}

.menu__burger .burger__line_third {
  margin-bottom: 0;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children > a {
  padding-right: 16px;
}

.nav__list .menu-item-has-children::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  background: url(../img/icons/arrow_doun_input.svg) no-repeat center;
}

@media screen and (min-width: 992px) {
  .nav__list .menu-item-has-children:hover::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.nav__list .sub-menu {
  padding: 34px 14px;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  top: calc(100% - 1px);
  left: -16px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 12px rgba(13, 80, 83, 0.27);
          box-shadow: 0px 16px 12px rgba(13, 80, 83, 0.27);
  border-radius: 5px;
}

.about_nav > li.current-menu-parent > a {
  color: #007b80;
}

.about_nav > li.current-page-parent > a {
  color: #007b80;
}

.about_nav > li.current-page-ancestor > a {
  color: #007b80;
}

.nav__item.current-page-parent a {
  color: #007b80;
  font-weight: 500;
}

.nav__item .child__item a {
  display: inline;
  font-size: 16px;
  font-weight: 400;
  color: #333232;
}
.nav__item .child__item a:hover {
  color: #007b80;
}
.nav__item .child__item.current-menu-item a {
  color: #007b80;
}

.nav__item .child__item {
  text-align: left;
  margin-bottom: 8px;
}

.hide__wrap {
  position: fixed;
  width: 100%;
  left: 0;
  top: 99px;
  padding: 19px 0 38px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hide__wrap .close__hide {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/icons/close.svg) no-repeat center/20px;
  cursor: pointer;
  border: none;
  display: none;
}
.hide__wrap .hide__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hide__wrap .hide__row .hide__col {
  max-width: 20%;
}
.hide__wrap .hide__title {
  font-weight: 400;
  font-size: 16px;
  color: #006f85;
  margin-bottom: 13px;
}
.hide__wrap .hide__menu li {
  margin-bottom: 13px;
}
.hide__wrap .hide__menu li a {
  font-weight: 400;
  font-size: 16px;
  text-decoration-line: underline;
  color: #006f85;
}
.hide__wrap .hide__menu.sub_menu li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.hide__wrap .hide__menu.sub_menu li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: 10px;
  top: 11px;
  background-color: #333232;
  border-radius: 50%;
}
.hide__wrap .hide__menu.sub_menu li a {
  font-weight: 300;
  font-size: 16px;
  line-height: 170%;
  color: #333232;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .nav__list .menu-item-has-children:hover .hide__wrap {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 1400px) {
  .nav__item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .nav .nav__item > a {
    font-size: 13px;
  }
  .nav__item .child__item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .hide__wrap {
    top: 0;
    max-width: 300px;
    left: auto;
    right: -300px;
    padding-top: 40px;
    bottom: 0;
    overflow-y: auto;
    z-index: 5;
    opacity: 1;
  }
  .hide__wrap.active {
    pointer-events: all;
    right: 0;
  }
  .hide__wrap .close__hide {
    display: block;
  }
  .hide__wrap .hide__row.show {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .nav__list .menu-item-has-children:hover .sub-menu {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 992px) {
  /* Menu style */
  .menu__burger {
    display: block;
    margin-left: 15px;
  }
  .menu {
    width: 100%;
    padding: 0 25px;
    position: fixed;
    left: auto;
    top: 0;
    bottom: 0;
    right: -400px;
    overflow-y: auto;
    width: 100%;
    max-width: 400px;
    z-index: 400;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    /* transform: translateX(100%); */
    height: 3px;
    overflow-y: auto;
    scrollbar-color: #0c2215 #e0e0e0;
    scrollbar-width: thin;
    overflow-x: hidden;
    text-align: left;
    background-color: #fff;
  }
  .close__burger {
    -webkit-animation: rightBottomHide 1s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
    animation: rightBottomHide 1s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  }
  .open_menu {
    /* transform: translateX(0); */
    width: 100%;
    -webkit-box-shadow: -5px 0 10px rgba(95, 93, 91, 0.7);
            box-shadow: -5px 0 10px rgba(95, 93, 91, 0.7);
    z-index: 9999;
    -webkit-animation: rightBottomShow 1.2s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
    animation: rightBottomShow 1.2s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  }
  @-webkit-keyframes rightBottomShow {
    0% {
      height: 3px;
      /* transform: translateX(100%); */
      right: -400px;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      padding-bottom: 0;
    }
    50% {
      height: 3px;
      /* transform: translateX(0%); */
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      padding-bottom: 0;
    }
    100% {
      height: 100vh;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow-y: auto;
      padding-bottom: 40px;
      right: 0;
    }
  }
  @keyframes rightBottomShow {
    0% {
      height: 3px;
      /* transform: translateX(100%); */
      right: -400px;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    50% {
      height: 3px;
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    100% {
      height: 100vh;
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow-y: auto;
    }
  }
  @-webkit-keyframes rightBottomHide {
    0% {
      height: 100vh;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow: hide;
      right: 0;
    }
    50% {
      height: 3px;
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    100% {
      height: 3px;
      right: -400px;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
  }
  @keyframes rightBottomHide {
    0% {
      height: 100vh;
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow: hide;
      /* transform: translateX(0%); */
    }
    50% {
      height: 3px;
      right: 0px;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    100% {
      height: 3px;
      right: -400px;
      /* transform: translateX(100%); */
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
  }
  .my_row_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
  }
  .nav {
    margin-top: 30px;
  }
  .nav .nav__list {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .nav .nav__item {
    padding: 10px 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 100%;
  }
  .nav__item:not(:last-child) {
    margin-right: auto;
  }
  .nav .nav__item > a {
    padding: 0;
    text-align: left;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-weight: 700;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    font-size: 22px;
    padding: 5px 0;
    display: block;
  }
  .open_menu .menu-item-has-children.nav__item > a {
    padding-right: 33px;
  }
  .open_menu .nav__item > a {
    -webkit-animation: fadeInTopCustom 0.8s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
    animation: fadeInTopCustom 0.8s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
    -webkit-animation-delay: 1.65s;
    animation-delay: 1.65s;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    display: block;
  }
  @-webkit-keyframes fadeInTopCustom {
    0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      overflow: visible;
      opacity: 1;
    }
  }
  @keyframes fadeInTopCustom {
    0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      overflow: visible;
      opacity: 1;
    }
  }
  .open_menu .nav__item:first-child > a {
    -webkit-animation-delay: 1.65s;
    animation-delay: 1.65s;
  }
  .open_menu .nav__item:nth-of-type(2) > a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .open_menu .nav__item:nth-of-type(3) > a {
    -webkit-animation-delay: 1.55s;
    animation-delay: 1.55s;
  }
  .open_menu .nav__item:nth-of-type(4) > a {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .open_menu .nav__item:nth-of-type(5) > a {
    -webkit-animation-delay: 1.45s;
    animation-delay: 1.45s;
  }
  .open_menu .nav__item:nth-of-type(6) > a {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
  }
  .open_menu .nav__item:nth-of-type(7) > a {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s;
  }
  .open_menu .nav__item:nth-of-type(8) > a {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
  }
  .has_child::before {
    display: none;
  }
  .nav__list .menu-item-has-children::before {
    display: none;
  }
  .open_child_menu {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    right: 0px;
    top: -1px;
    background: url(../img/icons/arrow_doun_input.svg) no-repeat center/20px;
  }
  .open_child_menu:hover {
    background: url(../img/icons/arrow_doun_input_black.svg) no-repeat center/20px;
  }
  .footer .open_child_menu {
    top: 0;
  }
  .nav__list .sub-menu {
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: transparent;
    /* border-radius: 0 0 2px 2px; */
    border-bottom: none;
    opacity: 1;
    pointer-events: all;
    display: block;
    z-index: 15;
    position: relative;
    top: calc(100% - 1px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: none;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav__list .fixed_header .sub-menu {
    background: transparent !important;
  }
  .nav__list .sub-menu.active {
    /* transform: translateX(0); */
  }
  .close_child_menu {
    /* position: absolute;
      width: 30px;
      height: 30px;
      display: block;
      right: 16px;
      top: 16px;
      transform: rotate(180deg);
      background: url(../img/icons/menu_back.svg) no-repeat center / cover;
      cursor: pointer; */
  }
  .nav__item .child__item {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .nav__item .child__item:first-child {
    margin-top: 20px;
  }
  .nav__item .child__item:hover {
    -webkit-transform: none;
            transform: none;
  }
  .nav__item .child__item:last-child {
    margin-bottom: 0;
  }
  header .nav__item .child__item a {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    padding: 0;
  }
  header .nav__item .child__item a:hover {
    color: #007b80;
  }
}
.section__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 40px;
  color: #333232;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 190px;
  height: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.18em;
  color: #0c989d;
  background-color: transparent;
  border: 2px solid #0c989d;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(#006f85), color-stop(50%, #4bb8dd), color-stop(51%, #ffffff), to(#ffffff));
  background: linear-gradient(0deg, #006f85 0%, #4bb8dd 50%, #ffffff 51%, #ffffff 100%);
  background-size: 100% 200%;
  background-position: center top;
}
.btn svg {
  margin-left: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn:focus {
  border: 2px solid #0c989d;
}

.btn:hover {
  color: #fff;
  border: 2px solid #0c989d;
  background-position: center bottom;
}
.btn:hover svg path {
  fill: #fff;
}

.my-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

svg path {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
}
.lang li {
  padding: 0 8px 0 10px;
  border-right: 1px solid #fff;
}
.lang li.lang-item-ru {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 0;
  border-right: none;
}
.lang li.current-lang a {
  color: #a6d971;
}
.lang a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.1em;
}

.header__contact {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__contact .header__info {
  margin-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
}
.header__contact .header__info svg {
  margin-right: 10px;
}
.header__contact .header__info:first-child {
  margin-left: 0;
}
.header__contact .header__info a {
  font-size: 16px;
  color: #fff;
}
.header__contact .header__info a:hover {
  color: #0c989d;
}

.header__bottom .header__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__bottom .header__info svg {
  margin-right: 10px;
}
.header__bottom .header__info a {
  font-size: 16px;
  color: #333232;
}
.header__bottom .header__info a:hover {
  color: #0c989d;
}

.head__section {
  padding-top: 218px;
  overflow: hidden;
}
.head__section:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1a1a1a;
  opacity: 0.35;
  z-index: 3;
}
.head__section.head__section_other:before {
  opacity: 0.45;
}
.head__section .container {
  z-index: 5;
}
.head__section .head_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.head__section .head_video video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.head__section .offer .offer__subtitle {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.25em;
  color: #ffffff;
  margin-bottom: 34px;
}
.head__section .offer h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.15em;
  color: #a6d971;
  margin-bottom: 34px;
}
.head__section .offer .offer__text {
  font-weight: 300;
  font-size: 36px;
  line-height: 1.25em;
  color: #ffffff;
  margin-bottom: 129px;
}
.head__section .offer .offer__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 62px;
}
.head__section .offer .offer__about p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.18em;
  color: #ffffff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 21px;
}
.head__section .offer .offer__about .line {
  width: 100%;
  height: 1px;
  background: #fff;
}
.head__section .offer .offer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 54px;
}
.head__section .offer .offer__list li {
  width: 260px;
  margin-right: 100px;
}
.head__section .offer .offer__list li:last-child {
  margin-right: 0;
}
.head__section .offer .offer__value {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.25em;
  color: #e1edf1;
  margin-bottom: 8px;
}
.head__section .offer .offer__description {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.18em;
  color: #ffffff;
}

.head__section.head__section_other {
  padding-top: 138px;
  padding-bottom: 60px;
}
.head__section.head__section_other .offer .offer__text {
  color: #fff;
  max-width: 705px;
  margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
  .header__contact .header__info a {
    font-size: 14px;
  }
  .head__section {
    padding-top: 200px;
  }
  .head__section .offer .offer__text {
    margin-bottom: 50px;
  }
  .head__section .offer h1 {
    font-size: 58px;
  }
  .header__contact .header__info {
    margin-left: 15px;
  }
  .head__section.head__section_other .offer__text {
    font-size: 32px;
  }
  .header .custom-logo-link,
  .header .custom__logo_second,
  .header .custom__logo {
    width: 80px;
  }
  .header .custom-logo-link {
    left: 95px;
  }
  .header .custom__logo {
    bottom: 26px;
  }
  .header__top .container,
  .header__bottom .container {
    padding-left: 181px;
    padding-right: 97px;
  }
  .header .custom-logo-link,
  .header .custom__logo_second {
    bottom: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .head__section {
    padding-top: 180px;
  }
  .header__contact .header__info {
    margin-left: 15px;
  }
  .header__contact .header__info a {
    font-size: 14px;
  }
  .lang {
    margin-left: 25px;
  }
  .lang a {
    font-size: 14px;
  }
  .head__section .offer .offer__list li {
    margin-right: 100px;
  }
  .head__section .offer .offer__subtitle,
  .head__section .offer h1 {
    margin-bottom: 25px;
  }
  .head__section.head__section_other .offer__text {
    font-size: 28px;
  }
  .header__top .container,
  .header__bottom .container {
    padding-left: 167px;
    padding-right: 91px;
  }
  .header .custom-logo-link,
  .header .custom__logo_second,
  .header .custom__logo {
    width: 70px;
  }
  .header .custom-logo-link {
    left: 88px;
  }
  .header .custom__logo_second {
    bottom: 16px;
  }
  .header__contact .header__info {
    max-width: 200px;
  }
  .nav__list .menu-item-has-children::before {
    width: 7px;
    height: 7px;
  }
  .menu-item-has-children > a {
    padding-right: 11px;
  }
}
@media screen and (max-width: 991px) {
  .head__section {
    padding-top: 120px;
  }
  .head__section .offer .offer__text,
  .head__section .offer .offer__subtitle {
    font-size: 28px;
  }
  .head__section .offer h1 {
    font-size: 48px;
  }
  .head__section .offer .offer__text {
    margin-bottom: 30px;
  }
  .head__section .offer .offer__about {
    margin-bottom: 30px;
  }
  .head__section .offer .offer__list li {
    margin-right: 0;
    padding-right: 20px;
  }
  .head__section .offer .offer__value {
    font-size: 40px;
  }
  .header .custom-logo-link {
    position: static;
    width: 70px;
  }
  .header__bottom {
    padding: 0;
  }
  .header__contact .header__info {
    margin-bottom: 15px;
  }
  .lang {
    margin-left: 0;
  }
  .lang li {
    padding: 0 10px;
  }
  .lang a,
  .header__contact .header__info a {
    color: #333232;
  }
  .head__section.head__section_other .offer__text {
    font-size: 24px;
  }
  .header__top .container,
  .header__bottom .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header .custom__logo_second,
  .header .custom__logo {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .header .custom-logo-link {
    margin-left: 10px;
  }
  .header .custom__logo_second {
    margin-right: auto;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .head__section .offer .offer__value {
    font-size: 32px;
  }
  .head__section .offer h1 {
    font-size: 36px;
  }
  .header__bottom .header__info a {
    font-size: 14px;
  }
  .head__section.head__section_other .offer__text {
    font-size: 22px;
    text-transform: initial;
  }
  .head__section .offer .offer__list {
    display: block;
  }
  .head__section .offer .offer__list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 568px) {
  .head__section .offer h1 {
    font-size: 26px;
  }
  .head__section .offer .offer__text,
  .head__section .offer .offer__subtitle {
    font-size: 22px;
  }
  .head__section .offer .offer__value {
    font-size: 24px;
  }
  .header__bottom .header__info {
    margin-right: 0;
    position: relative;
  }
  .header__bottom .header__info svg {
    margin-right: 0;
    width: 30px;
    height: 30px;
  }
  .header__bottom .header__info a {
    position: absolute;
    font-size: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .header__bottom .menu .header__info a {
    position: static;
    font-size: 14px;
    width: auto;
    height: auto;
  }
}
.production {
  padding-top: 100px;
  padding-bottom: 60px;
  background: #f2fdfe;
}
.production .production__item {
  margin-bottom: 38px;
}
.production .production__card {
  width: 100%;
  padding: 33px 33px 357px 45px;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  position: relative;
}
.production .production__card .production__name {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.25em;
  text-transform: uppercase;
  color: #0c989d;
  margin-bottom: 5px;
}
.production .production__card .production__name sub {
  font-size: 0.5em;
  font-weight: 500;
}
.production .production__card .production__power {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.18em;
  color: #333232;
  margin-bottom: 35px;
}
.production .production__card .production__cat {
  margin-bottom: 15px;
  position: relative;
  z-index: 15;
}
.production .production__card .production__cat a {
  font-weight: 500;
  font-size: 24px;
  color: #0c989d;
  position: relative;
  padding-left: 30px;
  max-width: 250px;
  display: block;
}
.production .production__card .production__cat a:hover {
  color: #a6d971;
}
.production .production__card .production__cat a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../img/link_check.svg) no-repeat center;
}
.production .production__card .production__description {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  color: #333232;
  margin-bottom: 25px;
  margin-top: 25px;
}
.production .production__card .production__permalink {
  margin-top: auto;
  position: relative;
  z-index: 2;
}
.production .production__card .production__img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.production .production__card .production__img img {
  width: 100%;
  height: auto;
}
.production .production__card .production__img p {
  font-weight: 500;
  font-size: 56px;
  line-height: 66px;
  text-transform: uppercase;
  color: #f7f7f7;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -25px;
  bottom: 20px;
}
.production .production__link {
  width: 100%;
  max-width: 486px;
  height: 80px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  background-position: center bottom;
}
.production .production__link:hover {
  background-position: center top;
  color: #006f85;
}

.product .product__wrap {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 20px;
  padding: 45px 80px 65px;
  margin-bottom: 50px;
  position: relative;
}
.product .product__wrap .product__img {
  position: absolute;
  right: 0;
  top: 100px;
  max-width: 550px;
}
.product .product__wrap .product__img img {
  width: 100%;
  height: auto;
}
.product .product__wrap .product__name {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #0c989d;
}
.product .product__wrap .product__offer {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2em;
  color: #a6d971;
}
.product .product__wrap .product__power {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2em;
  color: #333232;
}
.product .product__wrap .product__content {
  width: 55%;
  margin-bottom: 30px;
}
.product .product__wrap .product__content.product__content_full {
  width: 100%;
}
.product .product__wrap .product__content p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
.product .product__wrap .product__content ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #333232;
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
}
.product .product__wrap .product__content ul li:last-child {
  margin-bottom: 0;
}
.product .product__wrap .product__content ul li:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url(../img/list_check.svg) no-repeat center;
}
.product .product__wrap .product__file {
  padding-left: 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-decoration-line: underline;
  color: #333232;
  position: relative;
}
.product .product__wrap .product__file:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../img/load_icon.svg) no-repeat center;
}
.product .product__wrap .product__btn {
  width: 100%;
  max-width: 360px;
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 34px;
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
  border: 2px solid #0c989d;
}
.product .product__wrap .product__btn:hover {
  border: 2px solid #0c989d;
}
.product .product__wrap .product__btn.active {
  border: 2px solid #0c989d;
  background-position: center bottom;
  color: #fff;
}
.product .product__wrap .product__character {
  padding-top: 70px;
  padding-bottom: 30px;
  overflow-x: auto;
  display: none;
}
.product .product__wrap .product__character.active {
  display: block;
}
.product .product__wrap .product__character h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3em;
  color: #007b80;
  margin-bottom: 26px;
}
.product .product__wrap .product__character.color_table table {
  width: auto;
}
.product .product__wrap .product__character.color_table table td {
  width: 200px;
}
.product .product__wrap .product__character.color_table table tr:nth-child(2) td {
  color: #333232;
  border-width: 0px;
  padding: 10px 0;
}
.product .product__wrap .product__character table {
  min-width: 850px;
  max-width: 930px;
  border-collapse: collapse;
}
.product .product__wrap .product__character table td {
  font-weight: 300;
  font-size: 18px;
  height: 21px;
  color: #333232;
  padding: 10px 0;
}
.product .product__wrap .product__character table td b,
.product .product__wrap .product__character table td strong {
  font-weight: 400;
}
.product .product__wrap .product__character table tr:first-child td {
  font-size: 18px;
  line-height: 21px;
  color: #333232;
  padding-top: 0;
  padding-bottom: 10px;
}
.product .product__wrap .product__character table tr:first-child td:nth-child(1) {
  width: 26%;
}
.product .product__wrap .product__character table tr:first-child td:nth-child(2) {
  width: 26%;
}
.product .product__wrap .product__character table tr:first-child td:nth-child(3) {
  width: 48%;
}
.product .product__wrap .product__character table tr:nth-child(2) td {
  font-size: 18px;
  height: 21px;
  color: #333232;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #e1edf1;
  padding: 0;
}

.product_container {
  padding-top: 50px;
}
.product_container .product_container__content {
  margin-bottom: 40px;
}
.product_container .product_container__content h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.product_container .product_container__content p {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 20px;
}
.product_container .product_container__card {
  padding: 26px 45px 50px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 20px;
}
.product_container .product_container__card h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #007b80;
  margin-bottom: 10px;
}
.product_container .product_container__card p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 35px;
}
.product_container .product_container__card p:last-child {
  margin-bottom: 0;
}
.product_container .product_container__card p b,
.product_container .product_container__card p strong {
  font-weight: 400;
}
.product_container .product_container__img {
  height: 200px;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 15px;
}
.product_container .product_container__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.products__nav .product__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.products__nav .product__menu li {
  margin-left: 15px;
  position: relative;
}
.products__nav .product__menu li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -7px;
  top: 0;
  background-color: #333232;
}
.products__nav .product__menu li.current-menu-item a {
  color: #007b80;
}
.products__nav .product__menu li a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #333232;
}
.products__nav .product__menu li a:hover {
  color: #007b80;
}

.production__offer {
  padding-top: 65px;
  padding-bottom: 30px;
  background: #f2f2f2;
}
.production__offer h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.production__offer h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.production__offer p {
  line-height: 1.6em;
  margin-bottom: 15px;
  font-weight: 300;
}
.production__offer p b,
.production__offer p strong {
  font-weight: 400;
}

.service__offer h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.service__offer h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.service__offer p {
  line-height: 1.6em;
  margin-bottom: 15px;
  font-weight: 300;
}
.service__offer p b,
.service__offer p strong {
  font-weight: 400;
}
.service__offer p a {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #0c989d;
}

@media screen and (max-width: 1400px) {
  .production {
    padding-top: 80px;
  }
  .production .production__card {
    padding: 30px 30px 365px;
  }
  .production .production__card .production__img {
    width: 400px;
  }
  .production .production__card .production__img p {
    font-size: 48px;
  }
  .product .product__wrap .product__img {
    width: 40%;
  }
  .product .product__wrap {
    padding: 40px 50px 50px;
  }
  .product_container .product_container__card {
    padding: 26px 15px 50px;
  }
}
@media screen and (max-width: 1199px) {
  .production .production__card .production__img p {
    font-size: 40px;
  }
  .production .production__card .production__img {
    width: 350px;
  }
  .product .product__wrap {
    padding: 40px 50px 50px;
  }
  .product_container .product_container__card p {
    margin-bottom: 20px;
  }
  .product_container .product_container__card p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .production .production__card {
    padding: 30px 30px 280px;
  }
  .product .product__wrap .product__img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 0;
    position: static;
  }
  .product .product__wrap .product__content {
    width: 100%;
  }
  .product .product__wrap {
    padding: 15px 30px 40px;
  }
  .product_container .product_container__card {
    padding: 15px 10px 25px;
  }
  .products__nav .product__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 568px) {
  .production .production__card {
    padding: 30px 30px 313px;
  }
  .product .product__wrap {
    padding: 15px 10px 30px;
  }
  .product .product__wrap .product__btn {
    font-size: 20px;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product .product__wrap .product__btn span {
    margin: 0 5px;
  }
  .product_container .product_container__card {
    padding: 30px;
    text-align: center;
  }
}
.advant {
  padding: 60px 0 90px;
  background-color: #0c989d;
  text-align: center;
}
.advant .advant__title {
  color: #fff;
}
.advant .advant__card {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 12px rgba(13, 80, 83, 0.27);
          box-shadow: 0px 16px 12px rgba(13, 80, 83, 0.27);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 46px 30px 20px;
  min-height: 394px;
}
.advant .advant__card .advant__icon {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advant .advant__card .advant__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
.advant .advant__card .advant__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  color: #333232;
}

@media screen and (max-width: 1400px) {
  .advant {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .advant .advant__card {
    padding: 30px 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .advant .advant__card {
    padding: 10px 10px 20px;
  }
}
@media screen and (max-width: 568px) {
  .advant {
    padding-bottom: 50px;
  }
}
.about {
  padding-top: 100px;
}
.about .about__img {
  width: 100%;
  height: 480px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
  display: block;
}
.about .about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about .about__name {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 12px;
}
.about .about__description {
  font-weight: 300;
  font-size: 18px;
  text-align: center;
}
.about .about__permalink {
  margin-top: 38px;
}

@media screen and (max-width: 1400px) {
  .about {
    padding-top: 90px;
  }
}
@media screen and (max-width: 991px) {
  .about {
    padding-top: 70px;
  }
  .about .about__description {
    margin-bottom: 30px;
  }
}
.excellence {
  padding-top: 100px;
  padding-bottom: 70px;
  background: #0c989d;
}
.excellence .excellence__title {
  color: #fff;
}
.excellence .excellence__item {
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 12px rgba(13, 80, 83, 0.27);
          box-shadow: 0px 16px 12px rgba(13, 80, 83, 0.27);
  border-radius: 20px;
  width: 100%;
  padding: 26px 20px 23px;
}
.excellence .excellence__icon {
  margin-bottom: 38px;
}
.excellence .excellence__name {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 12px;
}
.excellence .excellence__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
}

@media screen and (max-width: 1400px) {
  .excellence {
    padding-top: 90px;
  }
}
@media screen and (max-width: 991px) {
  .excellence {
    padding-top: 70px;
  }
  .about .about__description {
    margin-bottom: 30px;
  }
}
.information .information__img {
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
  display: block;
}
.information .information__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.primers .primers__img {
  height: 280px;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.primers .primers__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 991px) {
  .information .information__img {
    max-width: 520px;
    margin: 0 auto 25px;
  }
}
.callback {
  padding-top: 100px;
  padding-bottom: 100px;
}
.callback .callback__wrap {
  background: #ffffff;
  /* тень-карточек */
  padding: 75px 54px 85px;
  max-width: 710px;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 20px;
  margin: 0 auto;
}
.callback .callback__wrap .callback__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.callback .callback__wrap .callback_label {
  font-weight: 400;
  font-size: 24px;
  margin-right: 26px;
}
.callback .callback__wrap .callback__input {
  width: 220px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.callback .callback__wrap .callback__input input {
  display: block;
  width: 100%;
  height: 100%;
  background: #e1edf1;
  border: 1px solid #686868;
  border-radius: 5px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 18px;
}
.callback .callback__wrap .callback__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 486px;
  height: 80px;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(#006f85), to(#4bb8dd));
  background: linear-gradient(0deg, #006f85 0%, #4bb8dd 100%);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 123, 128, 0.17);
          box-shadow: 0px 0px 0px rgba(0, 123, 128, 0.17);
  border-radius: 5px;
  margin: 0 auto;
}
.callback .callback__wrap .callback__btn:hover {
  -webkit-box-shadow: 0px 16px 12px rgba(0, 123, 128, 0.17);
          box-shadow: 0px 16px 12px rgba(0, 123, 128, 0.17);
}

@media screen and (max-width: 1400px) {
  .callback .callback__wrap .callback_label {
    font-size: 20px;
  }
  .callback .callback__wrap .callback__group {
    margin-bottom: 25px;
  }
  .callback .callback__wrap .callback__input {
    height: 60px;
  }
  .callback .input__group input {
    height: 60px;
  }
  .callback .select_span,
  .callback .place_span {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .callback .callback__wrap {
    padding: 40px 30px;
  }
  .callback .callback__wrap .callback__group {
    display: block;
  }
  .callback .callback__wrap .callback_label {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .callback .input__group input {
    padding-left: 25px;
  }
  .callback .select_span,
  .callback .place_span {
    padding-left: 25px;
  }
}
.footer {
  padding-top: 38px;
  background-color: #333232;
}
.footer .logo__block a {
  display: block;
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.footer .logo__block a img {
  width: 100%;
  height: auto;
}
.footer .footer__menu {
  max-width: 150px;
}
.footer .footer__menu li {
  margin-bottom: 19px;
}
.footer .footer__menu li a {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}
.footer .footer__menu.footer__menu_secondary li a {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}
.footer .footer__menu.footer__menu_secondary li:first-child {
  margin-bottom: 17px;
}
.footer .footer__menu.footer__menu_secondary li:first-child a {
  font-weight: 500;
  font-size: 18px;
}
.footer .footer__contact {
  margin-bottom: 24px;
}
.footer .footer__contact a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.footer .footer__contact.footer__contact_mail a {
  font-weight: 400;
}
.footer .footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .footer__social a {
  margin: 0 15px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .copyright,
.footer .info,
.footer .polytical a {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.footer .polytical {
  text-align: right;
}
.footer .polytical a {
  text-decoration: underline;
}

.stucky_btn {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #a6d971;
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: 30px;
  -webkit-box-shadow: 0 0 0px rgba(167, 217, 113, 0.2);
          box-shadow: 0 0 0px rgba(167, 217, 113, 0.2);
  -webkit-animation: pulsShadow 2s linear infinite;
          animation: pulsShadow 2s linear infinite;
  -webkit-transform: translateX(400px);
          transform: translateX(400px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.62, -0.87, 0.88, 0.8);
          transition-timing-function: cubic-bezier(0.62, -0.87, 0.88, 0.8);
}
.stucky_btn.visible {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.88, -0.36, 0.16, 1.72);
  transition: -webkit-transform 0.8s cubic-bezier(0.88, -0.36, 0.16, 1.72);
  transition: transform 0.8s cubic-bezier(0.88, -0.36, 0.16, 1.72);
  transition: transform 0.8s cubic-bezier(0.88, -0.36, 0.16, 1.72), -webkit-transform 0.8s cubic-bezier(0.88, -0.36, 0.16, 1.72);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes pulsShadow {
  0% {
    -webkit-box-shadow: 0 0 0px rgba(167, 217, 113, 0.2);
            box-shadow: 0 0 0px rgba(167, 217, 113, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 0 0 12px rgba(167, 217, 113, 0.2);
            box-shadow: 0 0 0 12px rgba(167, 217, 113, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 12pxrgba 167, 217, 113, 0;
            box-shadow: 0 0 0 12pxrgba 167, 217, 113, 0;
  }
}

@keyframes pulsShadow {
  0% {
    -webkit-box-shadow: 0 0 0px rgba(167, 217, 113, 0.2);
            box-shadow: 0 0 0px rgba(167, 217, 113, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 0 0 12px rgba(167, 217, 113, 0.2);
            box-shadow: 0 0 0 12px rgba(167, 217, 113, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 12pxrgba 167, 217, 113, 0;
            box-shadow: 0 0 0 12pxrgba 167, 217, 113, 0;
  }
}
@media screen and (max-width: 1400px) {
  .footer .footer__social {
    -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;
  }
  .footer .footer__social a {
    margin: 0 15px;
  }
}
@media screen and (max-width: 1199px) {
  .footer .logo__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .logo__block a {
    margin: 0 10px 10px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer__menu {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .stucky_btn {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .info,
  .copyright {
    text-align: center;
    margin-bottom: 15px;
  }
}
.text__content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 1.5em;
}

.contact {
  padding-top: 174px;
  padding-bottom: 118px;
  overflow-x: hidden;
}
.contact .container {
  pointer-events: none;
  z-index: 2;
}
.contact iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  height: 100%;
}
.contact .contact__wrap {
  pointer-events: all;
  background: #0c989d;
  -webkit-box-shadow: 0px 7px 18px rgba(13, 124, 60, 0.1);
          box-shadow: 0px 7px 18px rgba(13, 124, 60, 0.1);
  border-radius: 50px 0px;
  max-width: 520px;
  padding: 54px 76px 100px;
}
.contact .contact__wrap .contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}
.contact .contact__wrap .contact__item:last-child {
  margin-bottom: 0;
}
.contact .contact__wrap .contact__item .contact__icon {
  margin-right: 16px;
}
.contact .contact__wrap .contact__item .contact__content p {
  margin-bottom: 10px;
}
.contact .contact__wrap .contact__item .contact__content p:last-child {
  margin-bottom: 0;
}
.contact .contact__wrap .contact__item .contact__content a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
  color: #fff;
}
.contact .contact__wrap .contact__item .contact__content a:hover {
  color: #a6d971;
}
.contact .contact__wrap .contact__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .contact__wrap .contact__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}

.contact__callback {
  padding-top: 70px;
  padding-bottom: 125px;
}
.contact__callback .contact__callback_img {
  text-align: right;
}
.contact__callback .contact__callback_img img {
  width: 100%;
}
.contact__callback .contact__callback_wrap {
  max-width: 486px;
  margin-left: 64px;
}
.contact__callback .contact__callback_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#006f85), to(#4bb8dd));
  background: linear-gradient(0deg, #006f85 0%, #4bb8dd 100%);
  -webkit-box-shadow: 0px 16px 12px rgba(0, 123, 128, 0.17);
          box-shadow: 0px 16px 12px rgba(0, 123, 128, 0.17);
  border-radius: 5px;
  height: 80px;
}

@media screen and (max-width: 1400px) {
  .contact__callback_img img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .contact .contact__wrap {
    max-width: 400px;
    padding: 50px 30px;
  }
  .contact__callback .contact__callback_wrap {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .contact {
    padding-bottom: 0;
  }
  .contact .contact__wrap {
    margin: 0 auto;
  }
  .contact iframe {
    position: static;
    width: 100%;
    margin-top: 30px;
    height: 400px;
  }
  .contact__callback_img {
    max-width: 500px;
    margin: 0 auto 40px;
  }
  .contact__callback .contact__callback_wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
.properties {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow-x: hidden;
}
.properties .properties__item {
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}
.properties .properties__item.properties__item_require {
  color: #fff;
}
.properties .properties__item.properties__item_require .section__title {
  color: #fff;
  margin-bottom: 20px;
}
.properties .properties__item.properties__item_require:before {
  content: "";
  display: block;
  width: 1000%;
  height: 100%;
  position: absolute;
  right: 12px;
  top: 0;
  background: #0c989d;
  border-radius: 0 5px 5px 0;
}
.properties .properties__item.properties__item_require li {
  position: relative;
  padding-left: 36px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 35px;
  max-width: 460px;
}
.properties .properties__item.properties__item_require li:last-child {
  margin-bottom: 0;
}
.properties .properties__item.properties__item_require li:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../img/require_item.svg) no-repeat center;
}
.properties .properties__item.properties__item_application .section__title {
  margin-bottom: 20px;
}
.properties .properties__item.properties__item_application p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
}
.properties .properties__item.properties__item_application ul {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.properties .properties__item.properties__item_application ul li {
  position: relative;
  width: 33.3333333333%;
  padding-left: 36px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 45px;
}
.properties .properties__item.properties__item_application ul li:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../img/require_item_green.svg) no-repeat center;
}

.product-advant {
  padding-top: 50px;
  padding-bottom: 20px;
}
.product-advant .product-advant__item {
  padding: 30px 25px 15px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 20px;
  min-height: 260px;
  margin-bottom: 30px;
}
.product-advant .product-advant__icon {
  width: 100%;
  margin-bottom: 27px;
  height: 55px;
}
.product-advant .product-advant__icon img {
  max-height: 55px;
}
.product-advant p {
  font-size: 18px;
  font-weight: 300;
}

.technick .technick__block {
  margin-bottom: 60px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 20px;
  padding: 34px 80px 60px;
}
.technick .technick__block:last-child {
  margin-bottom: 0;
}
.technick .technick__block .technick__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.technick .technick__block .technick__name {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 280px;
}
.technick .technick__block .technick__power {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.technick .technick__block .technick__name {
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #0c989d;
}
.technick .technick__block .technick__item {
  width: 100%;
  max-width: 335px;
  padding-right: 35px;
}
.technick .technick__block .technick__power .technick__icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid #0c989d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
.technick .technick__block .technick__power .technick__icon img {
  max-width: 95%;
  max-height: 95%;
}
.technick .technick__block .technick__power .technick__info p {
  font-size: 18px;
  font-weight: 300;
}
.technick .technick__block .technick__power .technick__info p:first-child {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #0c989d;
}
.technick .technick__block .kpd {
  margin-bottom: 30px;
}
.technick .technick__block .kpd:last-child {
  margin-bottom: 0;
}
.technick .technick__block .kpd .kpd__name {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
}
.technick .technick__block .kpd .kpd__wrap {
  width: 100%;
  height: 50px;
  background: #f0f0f0;
  border-radius: 5px;
  position: relative;
}
.technick .technick__block .kpd .kpd__wrap .kpd__percent {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: #0c989d;
}
.technick .technick__block .kpd .kpd__wrap .kpd__percent:nth-child(even) {
  background: #006f85;
}
.technick .technick__block .kpd .kpd__wrap .kpd__percent .kpd__value {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}
.technick .technick__block .kpd:nth-child(odd) .kpd__wrap .kpd__percent {
  background: #006f85;
}
.technick .technick__block .technick__load {
  font-weight: 300;
  font-size: 18px;
  text-decoration-line: underline;
  color: #333232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 55px;
}
.technick .technick__block .technick__load:hover {
  color: #0c989d;
}
.technick .technick__block .technick__load svg {
  margin-right: 11px;
}

@media screen and (max-width: 1400px) {
  .properties .properties__item.properties__item_application ul li {
    padding-left: 30px;
    padding-right: 5px;
  }
  .technick .technick__block {
    padding: 34px 50px 50px;
  }
  .technick .technick__block .technick__name {
    font-size: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .properties .properties__item.properties__item_application ul li {
    width: 50%;
  }
  .product-advant .product-advant__item {
    padding: 25px 15px 15px;
  }
  .product-advant .product-advant__icon {
    margin-bottom: 10px;
  }
  .technick .technick__block .technick__power .technick__icon {
    width: 50px;
    height: 50px;
  }
  .technick .technick__block .technick__item {
    max-width: 317px;
    padding-right: 20px;
  }
  .technick .technick__block .technick__power {
    -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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .technick .technick__block .technick__item {
    margin-bottom: 15px;
  }
  .technick .technick__block .technick__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .properties .properties__item.properties__item_require:before {
    right: -50%;
  }
  .properties .properties__item {
    padding-bottom: 40px;
  }
  .properties .properties__item.properties__item_application ul li {
    width: 33.3333333333%;
  }
  .properties .properties__item.properties__item_application {
    padding-bottom: 0;
  }
  .product-advant .product-advant__item {
    padding: 25px 30px 25px;
  }
  .product-advant .product-advant__icon {
    margin-bottom: 20px;
  }
  .technick .technick__block .technick__name {
    max-width: 260px;
    font-size: 30px;
    margin-bottom: 25px;
  }
  .technick .technick__block .technick__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .technick .technick__block .technick__power {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .technick .technick__block .technick__power .technick__info p:first-child {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .properties .properties__item.properties__item_require li {
    margin-bottom: 30px;
  }
  .technick .technick__block {
    padding: 30px 20px 40px;
  }
}
@media screen and (max-width: 568px) {
  .properties .properties__item.properties__item_application ul li {
    width: 50%;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .product-advant .product-advant__item {
    padding: 25px 15px 25px;
    min-height: initial;
  }
  .product-advant .product-advant__icon {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  .properties .properties__item.properties__item_application ul li {
    width: 100%;
  }
}
.constructor .constructor__text {
  margin-bottom: 40px;
  overflow-x: auto;
}
.constructor .constructor__text .text__img img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.constructor .constructor__text.img_text_row:nth-child(even) .text__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.constructor .constructor__text ul {
  margin-top: 25px;
}
.constructor .constructor__text ul li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 10px;
  color: #333232;
  font-size: 18px;
  font-weight: 300;
}
.constructor .constructor__text ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 8px;
  background-color: #333232;
}
.constructor .constructor__text p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 1em;
}
.constructor .constructor__text p a {
  color: #0c989d;
}
.constructor .constructor__text p a:hover {
  color: #006f85;
}
.constructor .constructor__text p:last-child {
  margin-bottom: 0;
}
.constructor .constructor__text.constructor__text_history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.constructor .constructor__text.constructor__text_history h2 {
  width: 100%;
}
.constructor .constructor__text.constructor__text_history .history__year {
  font-size: 24px;
  font-weight: 400;
  width: 106px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.constructor .constructor__text.constructor__text_history .history__content {
  width: calc(100% - 106px);
  margin-bottom: 44px;
  line-height: 1.6em;
}
.constructor .constructor__text h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
.constructor .constructor__text table {
  border-collapse: collapse;
  width: 100%;
  min-width: 800px;
  margin-bottom: 50px;
}
.constructor .constructor__text table td {
  font-weight: 300;
  font-size: 18px;
  padding: 24px 5px;
  text-align: center;
}
.constructor .constructor__text table td:not(:last-child) {
  border-right: 3px solid #fff;
}
.constructor .constructor__text table td:first-child {
  text-align: left;
  padding-left: 18px;
}
.constructor .constructor__text table tr:first-child td {
  background: #0c989d;
  font-weight: 500;
  font-size: 14px;
  padding: 25px 5px;
  color: #fff;
}
.constructor .constructor__text table tr:first-child td:first-child {
  border-radius: 20px 0 0 0;
}
.constructor .constructor__text table tr:first-child td:last-child {
  border-radius: 0 20px 0 0;
}
.constructor .constructor__text table tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}
.constructor .constructor__text table tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
.constructor .constructor__text table tr:nth-child(even) {
  background: #ebebeb;
}
.constructor .constructor__text table tr:nth-child(odd) {
  background: #f0f0f0;
}
.constructor .constructor__img {
  margin-bottom: 19px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.constructor .constructor__img .img__wrap {
  text-align: center;
}
.constructor .constructor__img .img__wrap img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.constructor .constructor__img .img__wrap.border img {
  border-radius: 20px;
}
.constructor .constructor__cards h2 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 30px;
}
.constructor .constructor__cards.constructor__cards_50 .constructor__card {
  min-height: 250px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 20px;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.constructor .constructor__cards.constructor__cards_50 .constructor__card .card__icon {
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
.constructor .constructor__cards.constructor__cards_50 .constructor__card .card__icon img {
  max-width: 100%;
  max-height: 100%;
}
.constructor .constructor__cards.constructor__cards_25 h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #333232;
  margin-bottom: 30px;
}
.constructor .constructor__cards.constructor__cards_25 .constructor__card {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 20px;
  text-align: center;
  padding: 37px 10px 25px;
  min-height: 190px;
  width: 100%;
}
.constructor .constructor__cards.constructor__cards_25 .constructor__card p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
}
.constructor .constructor__cards.constructor__cards_25 .constructor__card p.fz_12 {
  font-size: 12px;
}
.constructor .constructor__cards.constructor__cards_25 .constructor__card .constructor__icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 20px;
  background: url(../img//product_advant_icon.svg) no-repeat center/100%;
}
.constructor .about__table {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 20px;
}
.constructor .about__table .about__table_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.constructor .about__table .about__table_item:nth-child(odd) {
  padding: 70px 20px;
  width: 35%;
  border-right: 1px solid #a6d971;
  border-bottom: 1px solid #a6d971;
}
.constructor .about__table .about__table_item:nth-child(even) {
  padding: 70px 28px;
  width: 65%;
  border-bottom: 1px solid #a6d971;
}
.constructor .about__table .about__table_item:first-child {
  border-radius: 20px 0 0 0;
}
.constructor .about__table .about__table_item:last-child {
  border-radius: 0 0 20px 0;
  border-bottom: none;
}
.constructor .about__table .about__table_item :nth-child(2) {
  border-radius: 0 20px 0 0;
}
.constructor .about__table .about__table_item:nth-last-child(2) {
  border-radius: 0 0 0 20px;
  border-bottom: none;
}
.constructor .about__table .about__table_item h2 {
  font-size: 24px;
  font-weight: 400;
}
.constructor .about__table .about__table_item p {
  font-size: 18px;
  font-weight: 300;
}
.constructor .stagers h2 {
  margin-bottom: 60px;
}
.constructor .stagers .stagers__item {
  width: 50%;
  position: relative;
  padding-top: 50px;
  padding-right: 15px;
}
.constructor .stagers .stagers__item:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #0c989d;
  position: absolute;
  top: 0;
  right: 0px;
}
.constructor .stagers .stagers__item:nth-child(even):after {
  right: auto;
  left: -1px;
}
.constructor .stagers .stagers__item:nth-child(even) {
  padding-right: 0;
  padding-left: 15px;
  margin-left: 50%;
}
.constructor .stagers .stagers__item .stagers__block {
  padding: 44px 27px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.constructor .stagers .stagers__item .stagers__block:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #a6d971;
  -webkit-box-shadow: 0px 2px 7px rgba(0, 123, 128, 0.35);
          box-shadow: 0px 2px 7px rgba(0, 123, 128, 0.35);
  position: absolute;
  top: calc(50% - 10px);
  right: -25px;
}
.constructor .stagers .stagers__item:nth-child(even) .stagers__block:after {
  right: auto;
  left: -25px;
}
.constructor .stagers .stagers__start {
  padding-top: 114px;
  position: relative;
}
.constructor .stagers .stagers__start:after {
  content: "";
  display: block;
  width: 1px;
  height: 120px;
  background-color: #0c989d;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
}
.constructor .stagers .stagers__start .stagers__year {
  width: 155px;
  height: 155px;
  background: #0c989d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 20px;
}
.constructor .sertificate__item {
  margin-bottom: 70px;
}
.constructor .sertificate__link {
  display: block;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  height: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.constructor .sertificate__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.constructor .gallary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.constructor .gallary .gallary__item {
  height: 380px;
  width: 46%;
  display: block;
  margin-bottom: 78px;
}
.constructor .gallary .gallary__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.constructor .article .article__title {
  line-height: 1.5em;
}
.constructor .article .article__content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.constructor .article .article__img {
  display: block;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
}
.constructor .article .article__img img {
  width: 100%;
  height: auto;
  max-width: 310px;
}
.constructor .cards_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 39px 80px 48px 21px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 20px;
  margin-bottom: 50px;
}
.constructor .cards_block .cards__icon {
  width: 44px;
  height: 44px;
  background: url(../img//product_advant_icon.svg) no-repeat center/100%;
  margin-right: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.constructor .cards_block .cards__content h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #333232;
  margin-bottom: 30px;
}
.constructor .cards_block .cards__content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.constructor .cards_block .cards__content p:last-child {
  margin-bottom: 0;
}
.constructor .cards_number__item {
  max-width: 400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 20px;
  padding: 27px 15px;
  width: 100%;
}
.constructor .cards_number__item .cards_number__number {
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  color: #0c989d;
  margin-bottom: 18px;
}
.constructor .cards_number__item .cards_number__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #333232;
}
.constructor .iframe_view {
  padding-top: 50px;
  padding-bottom: 50px;
}
.constructor .iframe_view h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
.constructor .iframe_view .iframe_wrap {
  position: relative;
  border-radius: 20px;
  height: 440px;
  background: url(../img/iframe_bg.png) no-repeat center/cover;
}
.constructor .iframe_view .iframe_wrap .iframe__name {
  position: absolute;
  left: calc(50% - 170px);
  top: calc(50% - 170px);
  width: 340px;
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.2em;
  border-radius: 50%;
  color: #333232;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
}
.constructor .project {
  padding: 35px 20px 35px 45px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.constructor .project .project__img {
  width: 58%;
  padding-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.constructor .project .project__img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.constructor .project .project__name {
  font-weight: 400;
  font-size: 24px;
  color: #0c989d;
  margin-bottom: 15px;
}
.constructor .project .project__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.constructor .project .project__list p {
  width: 50%;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
}
.constructor .project .project__list p:first-child {
  font-weight: 500;
}
.constructor .project .project__text {
  margin-top: 25px;
}
.constructor .project .project__text p {
  font-size: 14px;
}
.constructor .project .project__text p strong,
.constructor .project .project__text p b {
  font-weight: 500;
}
.constructor .cloud {
  padding: 11px;
  padding: 11px 56px 11px 110px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
}
.constructor .cloud .cloud__text {
  font-size: 24px;
  font-weight: 400;
}
.constructor .img__block {
  margin-bottom: 80px;
}
.constructor .img__block .img__wrap {
  width: 100%;
  display: block;
  background: #ffffff;
  padding: 39px 25px;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 50px;
}
.constructor .img__block .img__wrap img {
  width: 100%;
  height: auto;
}
.constructor .img__block .img__block_text {
  margin-top: 45px;
}
.constructor .img__block .img__block_text p {
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
}
.constructor .img__block .img__block_text p b,
.constructor .img__block .img__block_text p strong {
  font-weight: 700;
}
.constructor .img__block2 {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.constructor .img__block2 .img__wrap {
  width: 100%;
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 20px;
}
.constructor .img__block2 .img__wrap img {
  width: 100%;
  height: auto;
}
.constructor .img__block2 .img__block2_text {
  width: 49%;
  margin-top: 22px;
}
.constructor .img__block2 .img__block2_text p {
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
}
.constructor .img__block2 .img__block2_text p b,
.constructor .img__block2 .img__block2_text p strong {
  font-weight: 700;
}
.constructor .cards_with_icon h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 45px;
}
.constructor .cards_with_icon .card__item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 25px;
  padding: 63px 10px 53px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 20px;
}
.constructor .cards_with_icon .card__item .card__icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.constructor .cards_with_icon .card__item .card__icon img {
  max-width: 100%;
  max-height: 100%;
}
.constructor .cards_with_icon .card__item .card__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
  text-align: center;
}
.constructor .list__icon {
  margin-bottom: 50px;
}
.constructor .list__icon h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
.constructor .list__icon p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 12px;
}
.constructor .list__icon p a {
  color: #0c989d;
}
.constructor .list__icon p a:hover {
  color: #006f85;
}
.constructor .list__icon li {
  position: relative;
  padding-left: 47px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 12px;
}
.constructor .list__icon li a {
  color: #0c989d;
}
.constructor .list__icon li a:hover {
  color: #006f85;
}
.constructor .list__icon li:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../img/list_icon.png) no-repeat center;
}
.constructor .tc__list {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 35px 30px 80px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.constructor .tc__list .tc__icon {
  width: 234px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 65px;
}
.constructor .tc__list .tc__icon img {
  width: 100%;
}
.constructor .tc__list .th__content h2 {
  font-weight: 24;
  font-weight: 500;
  margin-bottom: 34px;
  line-height: 1.2em;
}
.constructor .tc__list .th__content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 300;
  color: #333232;
  margin-bottom: 20px;
}
.constructor .tc__list .th__content a svg {
  display: block;
  width: 21px;
  height: 20px;
  margin-top: 5px;
  margin-right: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.constructor .big__list {
  margin-bottom: 70px;
}
.constructor .big__list h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
}
.constructor .big__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.constructor .big__list ul li {
  width: 45%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  color: #333232;
  background: url(../img/product_advant_icon.svg) no-repeat left top/42px;
  padding-left: 80px;
  min-height: 44px;
}
.constructor .big__list ul li a {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  color: #333232;
}
.constructor .card__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.constructor .card__imgs .card__img {
  width: 100%;
  max-width: 440px;
}
.constructor .card__imgs .card__img .img__wrap {
  margin-bottom: 20px;
}
.constructor .card__imgs .card__img .img__wrap img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.constructor .card__imgs .card__img p {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #333232;
}
.constructor .cards__icons_big {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 65px 35px 65px 70px;
  margin-bottom: 60px;
}
.constructor .cards__icons_big .icon {
  width: 150px;
  height: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 80px;
}
.constructor .cards__icons_big .icon img {
  width: 100%;
}
.constructor .cards__icons_big .cards__icons_content h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #0c989d;
  margin-bottom: 16px;
}
.constructor .cards__icons_big .cards__icons_content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #333232;
}
.constructor .cards__icons_big .cards__icons_content p b,
.constructor .cards__icons_big .cards__icons_content p strong {
  font-weight: 500;
}
.constructor .constructor_video h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
}
.constructor .constructor_video .video__link {
  display: block;
}
.constructor .constructor_video .video__link img {
  width: 100%;
  border-radius: 20px;
}
.constructor .constructor_video .video__iframe {
  background: url(../img/video_img.png) no-repeat center;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.constructor .constructor_video .video__iframe iframe {
  width: 100%;
  height: 100%;
}
.constructor .faq .faq__title {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 23px;
}
.constructor .faq .faq__item {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  padding: 24px 80px;
  margin-bottom: 23px;
}
.constructor .faq .faq__item.open .faq_qwestion {
  padding-bottom: 24px;
}
.constructor .faq .faq__item .faq_qwestion {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.constructor .faq .faq__item .faq_qwestion p {
  font-size: 24px;
  font-weight: 400;
  max-width: 500px;
}
.constructor .faq .faq__item .faq_qwestion p.fz_24 {
  font-size: 24px;
  font-weight: 400px;
}
.constructor .faq .faq__item .faq_qwestion .faq__open {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/faq_arrow.svg) no-repeat center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.constructor .faq .faq__item.open .faq__open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.constructor .faq .faq__item .answer_wrap {
  padding: 23px 0 14px;
}
.constructor .faq .faq__item .answer_wrap h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px;
}
.constructor .faq .faq__item .answer_wrap h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.constructor .faq .faq__item .answer_wrap .answer_img {
  width: 300px;
  height: 450px;
  overflow: hidden;
  border-radius: 20px;
  margin-right: 29px;
  margin-bottom: 35px;
  float: left;
  display: block;
}
.constructor .faq .faq__item .answer_wrap .answer_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.constructor .faq .faq__item .answer_wrap p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 14px;
}
.constructor .faq .faq__item .answer_wrap p a {
  font-size: 18px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #0c989d;
}
.constructor .faq .faq__item .answer_wrap p a:hover {
  color: #006f85;
}
.constructor .faq .faq__item .answer_wrap p:last-child {
  margin-bottom: 0;
}
.constructor .faq .faq__item .answer_wrap li {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 12px;
}
.constructor .faq .faq__item .answer_wrap li::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../img/list_icon.png) no-repeat center;
}
.constructor .faq .faq__item .answer__doc {
  padding-top: 15px;
  padding-bottom: 15px;
}
.constructor .faq .faq__item .doc_img {
  display: block;
  width: 250px;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin-bottom: 26px;
}
.constructor .faq .faq__item .doc_img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(51, 50, 50, 0.7) url(../img/zoom.svg) no-repeat center;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.constructor .faq .faq__item .doc_img:hover:after {
  opacity: 1;
}
.constructor .faq .faq__item .doc_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.constructor .faq .faq__item .doc_img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.faq__popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(141, 126, 118, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -10;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq__popup.show {
  z-index: 99999;
  pointer-events: all;
  opacity: 1;
}
.faq__popup .faq__wrap {
  width: 98%;
  max-width: 98%;
  height: 98%;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 20px;
  overflow-y: auto;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq__popup .faq__wrap .close_faq {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  border: none;
  background: url(../img/close_form.svg) no-repeat center;
  cursor: pointer;
}
.faq__popup .faq__wrap .top__bar {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #006f85;
  padding: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__popup .faq__wrap .top__bar .pdf__nav {
  width: 30px;
  height: 30px;
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #0c989d;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(#006f85), color-stop(50%, #4bb8dd), color-stop(51%, #ffffff), to(#ffffff));
  background: linear-gradient(0deg, #006f85 0%, #4bb8dd 50%, #ffffff 51%, #ffffff 100%);
  background-size: 100% 200%;
  background-position: center top;
}
.faq__popup .faq__wrap .top__bar .pdf__nav:hover {
  color: #fff;
  border: 2px solid #0c989d;
  background-position: center bottom;
}
.faq__popup .faq__wrap .top__bar .pdf__nav:hover path {
  fill: #ffffff;
}
.faq__popup .faq__wrap .faq_result {
  height: calc(100% - 80px);
  width: 100%;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 80px;
}
.faq__popup .faq__wrap .faq_result canvas {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
}

.about_nav > li {
  padding-left: 40px;
  margin-bottom: 22px;
  position: relative;
}
.about_nav > li.menu-item-has-children:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/about_nav_arrow.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about_nav > li.menu-item-has-children.open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.about_nav > li.current-menu-item > a {
  color: #0c989d;
}
.about_nav > li.current-menu-parent > a {
  text-decoration-line: underline;
}
.about_nav > li.menu-item-has-children.open > a {
  margin-bottom: 14px;
}
.about_nav > li a {
  font-weight: 400;
  font-size: 14px;
  color: #333232;
  display: block;
}
.about_nav > li a:hover {
  color: #0c989d;
}
.about_nav > li .sub-menu {
  padding-left: 4px;
  overflow: hidden;
  position: relative;
}
.about_nav > li .sub-menu:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 3px;
  top: 0;
  background-color: #d2d2d2;
}
.about_nav > li .sub-menu li {
  padding-left: 18px;
  margin-bottom: 20px;
  position: relative;
}
.about_nav > li .sub-menu li:first-child {
  margin-top: 10px;
}
.about_nav > li .sub-menu li:last-child {
  margin-bottom: 10px;
}
.about_nav > li .sub-menu li.current-menu-item:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #0c989d;
  border-radius: 50%;
  position: absolute;
  left: -3px;
  top: 5px;
}
.about_nav > li .sub-menu li:last-child {
  margin-bottom: 10px;
}
.about_nav > li .sub-menu li.current-menu-item a {
  color: #0c989d;
}
.about_nav > li .sub-menu li a {
  font-weight: 300;
}

@media screen and (max-width: 1400px) {
  .constructor .about__table .about__table_item:nth-child(odd),
  .constructor .about__table .about__table_item:nth-child(even) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .constructor .sertificate__link {
    height: 380px;
  }
  .constructor .project .project__img {
    width: 45%;
  }
  .constructor .big__list ul li {
    width: 43%;
    padding-left: 70px;
  }
  .constructor .card__imgs .card__img {
    max-width: 400px;
  }
  .constructor .cards__icons_big .icon {
    margin-right: 50px;
  }
  .constructor .faq .faq__item {
    padding: 24px 60px;
  }
  .constructor .faq .faq__item .doc_img {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 1199px) {
  .constructor .constructor__cards.constructor__cards_50 .constructor__card {
    padding: 20px 15px;
  }
  .constructor .sertificate__link {
    height: 340px;
  }
  .constructor .gallary .gallary__item {
    height: 320px;
  }
  .constructor .cards_number__item .cards_number__number {
    font-size: 32px;
  }
  .constructor .cloud {
    padding-left: 50px;
    padding-right: 50px;
  }
  .constructor .cloud .cloud__text {
    font-size: 22px;
  }
  .constructor .big__list ul li {
    padding-left: 60px;
    width: 45%;
    font-size: 22px;
  }
  .constructor .big__list ul li a {
    font-size: 22px;
  }
  .constructor .card__imgs .card__img {
    max-width: 330px;
  }
  .constructor .cards__icons_big {
    padding: 55px 30px 55px 30px;
    border-radius: 30px;
  }
  .constructor .cards__icons_big .icon {
    margin-right: 30px;
  }
  .constructor .tc__list .th__content a {
    font-size: 20px;
  }
  .constructor .faq .faq__item {
    padding: 24px 45px;
  }
  .constructor .faq .faq__item .doc_img {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 991px) {
  .constructor .about__table .about__table_item h2 {
    font-size: 22px;
  }
  .constructor .sertificate__item .sertificate_name,
  .constructor .sertificate__item .sertificate_subscribe {
    font-size: 16px;
  }
  .constructor .gallary .gallary__item {
    height: 320px;
    width: 48%;
    margin-bottom: 25px;
  }
  .constructor .cards_block {
    padding: 30px 20px 40px;
  }
  .constructor .cards_block .cards__icon {
    margin-right: 20px;
  }
  .catalog__wrapper {
    position: fixed;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    -webkit-box-shadow: 0px 0px 0px rgba(168, 168, 168, 0.37);
            box-shadow: 0px 0px 0px rgba(168, 168, 168, 0.37);
    border-radius: 0 20px 20px 0;
    left: -300px;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 10000;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .catalog__wrapper.open {
    left: 0;
    -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
            box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  }
  .catalog__wrapper .close_catalog {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    background: url(../img/icons/close_price.svg) no-repeat center/18px;
  }
  .constructor .img__block .img__wrap {
    border-radius: 20px;
    padding: 15px 15px;
  }
  .constructor .big__list ul li {
    width: 48%;
    margin-bottom: 25px;
    font-size: 20px;
  }
  .constructor .big__list ul li a {
    font-size: 20px;
  }
  .constructor .card__imgs .card__img {
    max-width: 48%;
  }
  .constructor .card__imgs .card__img p {
    font-size: 16px;
  }
  .constructor .cards__icons_big {
    border-radius: 20px;
  }
  .constructor .tc__list .tc__icon {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .constructor .about__table .about__table_item:nth-child(odd),
  .constructor .about__table .about__table_item:nth-child(even) {
    padding: 30px 15px;
  }
  .constructor .constructor__text .text__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 300px;
    margin: 20px auto;
  }
  .constructor .constructor__text.constructor__text_history .history__year {
    font-size: 20px;
    width: 80px;
  }
  .constructor .constructor__text.constructor__text_history .history__content {
    width: calc(100% - 80px);
    line-height: 1.3em;
    font-size: 16px;
  }
  .constructor .stagers .stagers__item .stagers__year {
    font-size: 20px;
  }
  .constructor .stagers .stagers__item .stagers__block {
    padding: 25px 15px;
  }
  .constructor .sertificate__item {
    margin-bottom: 35px;
  }
  .constructor .gallary .gallary__item {
    height: 250px;
  }
  .constructor .iframe_view .iframe_wrap .iframe__name {
    width: 250px;
    height: 250px;
    font-size: 48px;
    left: calc(50% - 125px);
    top: calc(50% - 125px);
  }
  .constructor .project {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 35px 20px 35px 20px;
  }
  .constructor .project .project__img {
    width: 100%;
    max-width: 500px;
    margin: 25px auto 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .constructor .cloud {
    padding: 15px;
  }
  .constructor .big__list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .constructor .card__imgs .card__img p {
    font-size: 16px;
  }
  .constructor .cards__icons_big {
    display: block;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .constructor .cards__icons_big .icon {
    margin-right: 0;
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
  }
  .constructor .tc__list .tc__icon {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .constructor .tc__list {
    display: block;
  }
  .constructor .faq .faq__item {
    padding: 20px 30px;
  }
  .constructor .faq .faq__item .doc_img {
    width: 200px;
    height: 200px;
  }
  .constructor .faq .faq__item .answer_wrap .answer_img {
    float: none;
    width: 250px;
    height: 330px;
    margin: 0 auto 25px;
  }
  .constructor .faq .faq__item .faq_qwestion p {
    font-size: 22px;
  }
}
@media screen and (max-width: 568px) {
  .constructor .about__table .about__table_item h2 {
    font-size: 18px;
  }
  .constructor .about__table .about__table_item:nth-child(odd),
  .constructor .about__table .about__table_item:nth-child(even) {
    padding: 25px 15px;
    width: 100%;
  }
  .constructor .about__table .about__table_item:nth-child(odd) {
    padding-top: 40px;
    border-right: none;
    border-bottom: none;
    text-align: center;
  }
  .constructor .stagers .stagers__item,
  .constructor .stagers .stagers__item:nth-child(even) {
    margin-left: 25px;
    width: calc(100% - 25px);
    padding-right: 0;
    padding-left: 15px;
  }
  .constructor .stagers .stagers__item .stagers__block:after {
    right: auto;
    left: -25px;
  }
  .constructor .stagers .stagers__start {
    padding-top: 50px;
    margin-left: 25px;
  }
  .constructor .stagers .stagers__start:after {
    left: 0;
  }
  .constructor .stagers .stagers__start .stagers__year {
    margin-left: 0;
  }
  .constructor .stagers .stagers__start .stagers__text {
    text-align: left;
  }
  .constructor .stagers .stagers__item:after {
    right: auto;
    left: 0;
  }
  .constructor .sertificate__link {
    max-width: 246px;
    margin: 0 auto 15px;
  }
  .constructor .gallary .gallary__item {
    height: 200px;
  }
  .constructor .card__imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .constructor .card__imgs .card__img {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .constructor .cards__icons_big {
    padding: 35px 15px;
  }
  .constructor .faq .faq__item {
    padding: 15px 20px;
  }
  .constructor .faq .faq__item .faq_qwestion p.fz_24 {
    font-size: 20px;
  }
  .constructor .faq .faq__item .faq_qwestion p.fz_24 a {
    font-size: 20px;
  }
  .constructor .faq .faq__item .faq__answer p {
    font-size: 16px;
  }
  .constructor .faq .faq__item .faq__answer p a {
    font-size: 16px;
  }
  .constructor .faq .faq__item .doc_img {
    width: 47%;
    height: 150px;
  }
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(141, 126, 118, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  z-index: -9;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.popup.open {
  pointer-events: all;
  z-index: 9999;
  opacity: 1;
}

.popup__content {
  width: 98%;
  max-width: 630px;
  padding: 75px 80px 78px;
  position: relative;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-height: 98%;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 20px;
  overflow: auto;
}
.popup__content .close_popup {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  height: 20px;
  border: none;
  background: url(../img/close_form.svg) no-repeat center;
  cursor: pointer;
}
.popup__content h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #333232;
  margin-bottom: 10px;
}
.popup__content > p {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #333232;
  margin-bottom: 20px;
}
.popup__content .contact__callback_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  font-weight: 500;
  font-size: 24px;
  color: #0c989d;
  background-color: transparent;
  border: 2px solid #0c989d;
  border-radius: 5px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#006f85), color-stop(50%, #4bb8dd), color-stop(51%, #ffffff), to(#ffffff));
  background: linear-gradient(0deg, #006f85 0%, #4bb8dd 50%, #ffffff 51%, #ffffff 100%);
  background-size: 100% 200%;
  background-position: center bottom;
}
.popup__content .contact__callback_btn:hover {
  background-position: center top;
  border: 2px solid #0c989d;
  color: #0c989d;
}
.popup__content .input__group textarea {
  height: 90px;
  width: 100%;
  display: block;
  color: #333232;
  background: transparent;
  font-size: 18px;
  font-weight: 400;
  height: 80px;
  padding-left: 44px;
  border: 1px solid #333232;
  border-radius: 5px;
  padding-top: 17px;
}
.popup__content .input__group input {
  height: 55px;
}
.popup__content .select_span,
.popup__content .place_span {
  top: 17px;
}

.popup.open .popup__content {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  position: relative;
  /* top: 50%; */
}

.input__group {
  margin-bottom: 30px;
  position: relative;
}
.input__group textarea {
  width: 100%;
}

.input__group input {
  width: 100%;
  display: block;
  border: none;
  border-radius: 0;
  color: #333232;
  background: transparent;
  font-size: 18px;
  font-weight: 400;
  height: 80px;
  padding-left: 44px;
  border: 1px solid #333232;
  border-radius: 5px;
}

.select_span,
.place_span {
  position: absolute;
  left: 0;
  padding-left: 44px;
  top: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
  font-size: 18px;
  font-weight: 300;
}
.select_span.fixed_span,
.place_span.fixed_span {
  opacity: 0;
}

.place_span span {
  color: #dc1118;
}

.order__input_message {
  height: 100px;
  padding: 20px 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--dark);
  opacity: 1;
  border: none;
  width: 100%;
  display: block;
  border: 1px solid var(--dark);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px;
  background-color: transparent;
}

@media screen and (max-width: 1400px) {
  .input__group input {
    height: 60px;
  }
  .popup__content .contact__callback_btn {
    height: 60px;
    font-size: 18px;
  }
  .select_span,
  .place_span {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .popup__content .input__group textarea,
  .input__group input {
    padding-left: 25px;
  }
  .select_span,
  .place_span {
    padding-left: 25px;
  }
}
@media screen and (max-width: 568px) {
  .popup .popup__content {
    padding: 40px 20px 30px;
  }
  .popup__content .close_popup {
    top: 20px;
    right: 20px;
  }
}
.page-template-template-success .head__section {
  padding-bottom: 50px;
}

.plyr__control--overlaid {
  background: #a6d971 !important;
}

.plyr--full-ui input[type=range] {
  color: #a6d971 !important;
}

.calculate {
  background: #ffffff;
  /* тень-карточек */
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
          box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.37);
  border-radius: 20px;
}
.calculate .calculate__head {
  border-radius: 20px 20px 0 0;
  padding: 70px 15px 32px;
  text-align: center;
}
.calculate .calculate__head h2 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 12px;
}
.calculate .calculate__head p {
  font-weight: 400;
  font-size: 18px;
  color: #007b80;
}
.calculate .calculate__head p span {
  font-size: 14px;
  font-weight: 300;
}
.calculate .calculate__grey {
  padding: 47px 15px 40px;
  background: #fafafa;
}
.calculate .calculate__white {
  background-color: #fff;
  padding: 34px 15px;
}
.calculate .calculate__wrap {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calculate .calculate_subtitle {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 28px;
  color: #006f85;
  width: 100%;
}
.calculate .calculate__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.calculate .calculate__item.calculate__item_check input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #defea9;
  border-radius: 5px;
  display: block;
  width: 52px;
  height: 52px;
  margin-left: 10px;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #686868;
  -webkit-box-shadow: inset 0 0 0 10px #fff;
          box-shadow: inset 0 0 0 10px #fff;
}
.calculate .calculate__item.calculate__item_check input:checked {
  background-image: url(../img/check.svg);
}
.calculate.calculate_kges .calculate__item_warmability .calculate__label {
  width: 100%;
}
.calculate.calculate_kges .calculate__item_parthgas {
  width: 100%;
}
.calculate.calculate_kges .calculate__item_parthgas .input_calc_group input {
  background-color: #fff;
}
.calculate.calculate_kges .calculate__item_modul {
  width: 440px;
}
.calculate.calculate_kges .calculate__item_tax .input_calc_group,
.calculate.calculate_kges .calculate__item_vat .input_calc_group,
.calculate.calculate_kges .calculate__item_percentage .input_calc_group,
.calculate.calculate_kges .calculate__item_rate .input_calc_group,
.calculate.calculate_kges .calculate__item_period .input_calc_group {
  width: 100%;
}
.calculate.calculate_kges .calculate__item_tax .input_calc_group input,
.calculate.calculate_kges .calculate__item_vat .input_calc_group input,
.calculate.calculate_kges .calculate__item_percentage .input_calc_group input,
.calculate.calculate_kges .calculate__item_rate .input_calc_group input,
.calculate.calculate_kges .calculate__item_period .input_calc_group input {
  width: 50%;
}
.calculate.calculate_kges .calculate__item_tax .input_calc_group p,
.calculate.calculate_kges .calculate__item_vat .input_calc_group p,
.calculate.calculate_kges .calculate__item_percentage .input_calc_group p,
.calculate.calculate_kges .calculate__item_rate .input_calc_group p,
.calculate.calculate_kges .calculate__item_period .input_calc_group p {
  width: 50%;
}
.calculate.calculate_kges .calculate__white .calculate__item .input_calc_group input {
  width: 50%;
}
.calculate.calculate_kges .calculate__white .calculate__item .input_calc_group p {
  width: 50%;
}
.calculate.calculate_gas.input_calc_group {
  width: 100%;
}
.calculate.calculate_gas .calculate__item_warmability {
  width: 56%;
}
.calculate.calculate_gas .calculate__item_4 {
  width: calc(25% - 12px);
}
.calculate.calculate_gas .calculate__item_3 {
  width: calc(33.333% - 12px);
}
.calculate.calculate_gas .calculate__item_2 {
  width: calc(50% - 12px);
}
.calculate.calculate_gas .calculate__item_parthgas {
  width: 100%;
}
.calculate.calculate_gas .calculate__item_parthgas .input_calc_group input {
  background-color: #fff;
}
.calculate.calculate_gas .calculate__item_modul {
  width: 440px;
}
.calculate.calculate_gas .calculate__white .calculate__item .input_calc_group {
  width: 100%;
}
.calculate.calculate_gas .calculate__white .calculate__item .input_calc_group input {
  width: 50%;
}
.calculate.calculate_gas .calculate__white .calculate__item .input_calc_group p {
  width: 50%;
}
.calculate .calculate__label {
  font-size: 18px;
  font-weight: 400;
}
.calculate .calculate__label p {
  font-size: 16px;
  line-height: 1.4em;
}
.calculate .calculate__item_modul .calculate__label,
.calculate .calculate__item_gas .calculate__label {
  font-weight: 700;
}
.calculate .select__group .select__open {
  background: #defea9 url(../img/select_arrow.svg) no-repeat calc(100% - 20px) center/15px;
  border: 1px solid #686868;
  border-radius: 5px;
  height: 50px;
  font-weight: 600;
  font-size: 18px;
  color: #333232;
  padding-left: 20px;
  width: 100%;
}
.calculate .tilt {
  position: relative;
  z-index: 5;
}
.calculate .tilt .tilt__content {
  width: 200px;
  font-size: 16px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #686868;
}
.calculate .tilt .tilt__content p {
  color: #333232;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2em;
}
.calculate .tilt:hover .tilt__content {
  opacity: 1;
  pointer-events: all;
}
.calculate .input_calc_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #686868;
  border-radius: 5px;
  overflow: hidden;
}
.calculate .input_calc_group input {
  height: 50px;
  display: block;
  border: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #333232;
  background-color: transparent;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.calculate .input_calc_group p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #333232;
  background: #e1edf1;
  border-radius: 0px 5px 5px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 48px;
}
.calculate .input_calc_group.input_calc_group_user input {
  background-color: #defea9;
  pointer-events: all;
}
.calculate .input_calc_group.input_calc_group_user p {
  background-color: #fff;
}
.calculate .calculate__green {
  padding: 63px 15px;
  background-color: #007b80;
}
.calculate .calculate__green p {
  max-width: 405px;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
.calculate .calculate__green a, .calculate .calculate__green button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  width: 190px;
  height: 50px;
}
.calculate .calculate__green a:hover, .calculate .calculate__green button:hover {
  background-color: #fff;
  color: #333232;
}
.calculate .calculate__green a:hover path, .calculate .calculate__green button:hover path {
  fill: #333232;
}
.calculate .calculate__total {
  padding: 60px 15px;
}
.calculate .calculate__total h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  width: 100%;
}
.calculate .calculate__total .subtitle {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 32px;
  width: 100%;
}
.calculate .form__wrap .input__group {
  margin-bottom: 20px;
}
.calculate .form__wrap .input__group .order_input {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #333232;
  border-radius: 5px;
  padding-left: 25px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #333232;
}
.calculate .form__wrap .input__group .order_input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #333232;
}
.calculate .form__wrap .input__group .order_input::-moz-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #333232;
}
.calculate .form__wrap .input__group .order_input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #333232;
}
.calculate .form__wrap .input__group .order_input::-ms-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #333232;
}
.calculate .form__wrap .input__group .order_input::placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #333232;
}
.calculate .form__wrap .input__group.input__group_message {
  width: 100%;
}
.calculate .form__wrap .input__group.input__group_message .order_input {
  height: 80px;
  padding-top: 15px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #333232;
}
.calculate .form__wrap .input__group.input__group_message .order_input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #333232;
}
.calculate .form__wrap .input__group.input__group_message .order_input::-moz-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #333232;
}
.calculate .form__wrap .input__group.input__group_message .order_input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #333232;
}
.calculate .form__wrap .input__group.input__group_message .order_input::-ms-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #333232;
}
.calculate .form__wrap .input__group.input__group_message .order_input::placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #333232;
}
.calculate .form__wrap .check_all_input .wpcf7-list-item {
  margin: 0;
}
.calculate .form__wrap .check_all_input span {
  display: block;
  width: 100%;
  text-align: left;
}
.calculate .form__wrap .checked_input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.calculate .form__wrap .checked_input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calculate .form__wrap .checked_input label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  padding: 0;
  height: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #defea9;
  border-radius: 5px;
  display: block;
  margin-right: 12px;
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
  cursor: pointer;
  flex-shrink: 0;
  border: 1px solid #686868;
}
.calculate .form__wrap .checked_input label input:checked {
  background-image: url(../img/check.svg);
}
.calculate .form__wrap .btn {
  width: 100%;
  height: 60px;
  background-position: center bottom;
  color: #fff;
}
.calculate .form__wrap .btn:hover {
  background-position: center top;
  color: #006f85;
}

.start_item {
  width: 100%;
  max-width: 450px;
}
.start_item .start_open {
  width: 100%;
  max-width: 300px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border: 1px solid #686868;
  border-radius: 5px;
  background: url(../img/select_arrow.svg) no-repeat calc(100% - 20px) center/23px;
  font-weight: 300;
  font-size: 18px;
  color: #a7a7a7;
  padding-left: 40px;
  cursor: pointer;
}
.start_item .start_content__wrap {
  border: 1px solid #686868;
  border-radius: 5px;
  overflow: hidden;
}
.start_item .start_content__wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #333232;
}
.start_item .start_content__wrap a:hover {
  color: #333232;
  background-color: #defea9;
}

.calc_back {
  color: #333232;
  background-color: #defea9;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  margin-bottom: 25px;
}
.calc_back:hover {
  color: #333232;
  background-color: #defea9;
}

.select__group {
  position: relative;
}
.select__group .select__open {
  border: 2px solid #e7e7e7;
  border-radius: 30px;
  height: 42px;
  font-weight: 400;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  background: url(../img/select_arrow.svg) no-repeat calc(100% - 20px) center/15px;
}
.select__group.active .select__open {
  border-color: #a68c63;
}
.select__group.active .select__options {
  opacity: 1;
  pointer-events: all;
}
.select__group .select__options {
  position: absolute;
  width: 100%;
  top: calc(100% + 7px);
  border: 1px solid #686868;
  border-radius: 12px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}
.select__group .select__options div {
  overflow-y: auto;
  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%;
  height: 100%;
  border-radius: 12px;
  z-index: 5;
  position: relative;
  max-height: 130px;
}
.select__group .select__options::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 40px;
  top: -7px;
  border: 1px;
  -webkit-transform: rotate(135deg) skew(15deg, 15deg);
          transform: rotate(135deg) skew(15deg, 15deg);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e6dcc8;
  border-left: 1px solid #e6dcc8;
  border-right: 1px solid #fff;
  background-color: #fff;
}
.select__group .select__options .select__value {
  padding-left: 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: 400;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px 5px 25px;
  background-color: #fff;
  text-align: left;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.select__group .select__options .select__value:first-child {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.select__group .select__options .select__value.active {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: #fafafa;
}
.select__group .select__options .select__value:hover {
  background-color: #fafafa;
}

@media screen and (max-width: 991px) {
  .calculate .input_calc_group input {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .calculate .calculate__total .form__wrap .input__group {
    width: 100%;
  }
  .calculate .select__group .select__open,
  .calculate .input_calc_group input {
    height: 40px;
  }
  .calculate .input_calc_group p {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .calculate .tilt .tilt__content {
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
  .calculate.calculate_kges .calculate__white .calculate__item .input_calc_group input {
    width: 35%;
  }
  .calculate.calculate_kges .calculate__white .calculate__item .input_calc_group p {
    width: 65%;
  }
}
.fancybox__container {
  z-index: 99999999;
}/*# sourceMappingURL=main.css.map */