@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");
body {
  font-family: 'HelveticaNeueCyr';
  background: #f6f6f6; }

.wrapper {
  width: 1110px;
  margin: 0 auto;
  box-sizing: border-box; }

.content {
  padding: 150px 0 50px 0;
  position: relative; }

.block-title {
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 64px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  margin: 120px 0 43px 0; }

.block-title_equipment {
  margin: 120px 0 19px 0; }

.bg-title {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.block-title_products {
  position: relative; }

.popup {
  display: none;
  background: url("../images/top_bg.jpg") center center no-repeat; }
  .popup .fancybox-button {
    color: #fff; }

.success-message {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  line-height: 52px;}
  .success-message svg {
    margin-top: 20px; }

.success-message.active {
  display: block; }

.header {
  height: 134px;
  background: #fff;
  transition: 0.2s top;
  position: static;
  top: -80px; }
  .header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative; }

.fixed .header {
  width: 100%;
  position: fixed;
  z-index: 100;
  height: 80px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  top: 0; }
  .fixed .header .header__contacts {
    height: auto;
    margin-bottom: 30px; }

.fixed .header__contacts__item {
  font-size: 20px;
  line-height: 24px; }

.header__contacts {
  display: flex;
  align-items: center;
  height: 100%; }

.header__contacts__item {
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #4F4F4F;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  font-family: 'Montserrat', sans-serif; }

.header__contacts__item:last-child {
  margin-left: 114px; }

.header__contacts__item_email:before {
  content: '';
  background: url(../images/mail_i.svg) center center no-repeat;
  width: 26px;
  height: 33px;
  display: block;
  margin-right: 10px;
  top: 2px;
  position: relative; }

.header__contacts__item_phone:before {
  content: '';
  background: url(../images/phone_i.svg) center center no-repeat;
  width: 14px;
  height: 33px;
  display: block;
  margin-right: 10px; }

@media (max-width: 992px) {
  .header__contacts__item:last-child {
    margin-left: 30px; } }

@media (max-width: 768px) {
  .header {
    position: relative;
    top: 0;
    z-index: 3; }
    .header .wrapper {
      align-items: flex-start; }
  .logo {
    margin-top: 10px; }
  .header__contacts__item {
    font-size: 14px; }
  .header {
    height: 80px; }
  .header__contacts__item:last-child {
    margin-left: 10px; }
  .fixed .header__contacts__item {
    font-size: 14px; }
  .header__contacts {
    height: auto;
    margin-top: 5px; } }

@media (max-width: 490px) {
  .header__contacts {
    flex-direction: column;
    margin-top: 5px; }
  .header__contacts__item_email:before {
    display: none; }
  .header__contacts__item_phone:before {
    display: none; }
  .header__contacts__item {
    line-height: 22px; } }

.nav {
  display: flex;
  position: absolute;
  z-index: 2;
  bottom: -38px;
  width: 100%; }
  .nav ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    width: 100%; }
    .nav ul li {
      list-style: none; }
      .nav ul li a {
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase;
        padding: 10px 0;
        margin: 4px 33px 0 33px;
        display: block;
        position: relative; }
      .nav ul li a:before {
        content: '';
        position: absolute;
        display: block;
        top: -8px;
        left: 0;
        width: 100%;
        height: 4px;
        border-radius: 4px;
        background: transparent;
        transition: 0.2s; }
      .nav ul li a:hover:before {
        background: #007A94; }
      .nav ul li a.active:before {
        background: #007A94; }
    .nav ul li:first-child a {
      margin: 4px 33px 0 0; }
    .nav ul li:last-child a {
      margin: 4px 0 0 33px; }

.fixed .nav {
  bottom: 0; }
  .fixed .nav ul li a {
    color: #007A94;
    padding: 3px 0 8px 0; }
  .fixed .nav ul li a:before {
    top: -4px; }

.m-menu-btn {
  display: none; }

@media (max-width: 1140px) {
  .nav {
    right: 10px; }
  .nav ul li a {
    margin: 4px 10px 0 10px; }
  .nav ul li:last-child a {
    margin: 4px 0 0 10px; }
  .nav ul li:first-child a {
    margin: 4px 10px 0 0; } }

@media (max-width: 890px) {
  .nav ul li a {
    font-size: 12px; }
  .nav ul li a {
    margin: 4px 5px 0 5px; }
  .nav ul li:last-child a {
    margin: 4px 0 0 5px; }
  .nav ul li:first-child a {
    margin: 4px 5px 0 0; } }

@media (max-width: 768px) {
  .nav {
    display: none; }
  .nav.opened {
    display: block;
    right: 0;
    top: 80px; }
    .nav.opened ul {
      flex-direction: column;
      background: #fff; }
      .nav.opened ul li a {
        color: #007A94;
        margin: 4px 5px 0 20px; }
  .fixed .nav.opened {
    bottom: auto; }
  .m-menu-btn {
    position: absolute;
    right: 10px;
    bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .m-menu-btn span {
      display: block;
      width: 30px;
      height: 2px;
      background-color: #4F4F4F;
      margin-bottom: 6px;
      transition: 0.2s; }
    .m-menu-btn span:last-child {
      margin-bottom: 0;
      width: 20px; }
  .m-menu-btn.opened span:nth-child(1) {
    transform: translateY(8px) rotate(45deg); }
  .m-menu-btn.opened span:nth-child(2) {
    transform: translateY(0px) rotate(-45deg); }
  .m-menu-btn.opened span:nth-child(3) {
    opacity: 0; } }

@media (max-width: 490px) {
  .m-menu-btn {
    bottom: 8px; } }

.intro {
  overflow:hidden;
  width: 100%;
  height: 885px;
  background: url("../images/top_bg.jpg") center center;
  color: #fff; }
  .intro .wrapper {
    position: relative;
    height: 100%; }
  .intro .btn {
    margin-top: 70px; }

.fixed .intro {
  margin-top: 80px; }

.intro__img {
  position: absolute;
  top: -80px;
  right: -220px; }

.intro__title {
  font-size: 51px;
  line-height: 46px;
  font-family: 'Play', sans-serif;
  padding-top: 62px; }
  .intro__title span {
    font-weight: bold;
    font-size: 88px;
    line-height: 80px; }

.intro__info {
  margin: 33px 0 0 0;
  padding: 0; }
  .intro__info li {
    list-style: none;
    font-weight: bold;
    font-size: 26px;
    line-height: 62px;
    color: #FFFFFF;
    padding-left: 57px;
    position: relative; }
  .intro__info li:before {
    content: url("../images/check_i.svg");
    display: block;
    width: 36px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 5px; }

.intro__mouse {
  position: absolute;
  bottom: 31px;
  left: 50%;
  transform: translate(-50%, 0); }

@media (max-width: 1550px) {
  .intro__img {
    position: absolute;
    top: -80px;
    right: -120px;
    max-width: 550px; }
  .intro__title {
    font-size: 41px;
    line-height: 46px;
    padding-top: 40px; }
    .intro__title span {
      font-size: 60px;
      line-height: 70px; }
  .intro__info li {
    font-size: 20px;
    line-height: 42px; } }

@media (max-width: 1400px) {
  .intro {
    height: 700px; }
  .intro__img {
    top: -30px;
    right: 10px; } }

@media (max-width: 768px) {
  .intro__img {
    max-width: 300px;
    top: 100px; }
  .intro__title {
    position: relative;
    z-index: 2;
    font-size: 26px;
    line-height: 32px; }
    .intro__title span {
      font-size: 40px;
      line-height: 50px; }
  .intro__info {
    position: relative;
    z-index: 2; }
    .intro__info li {
      font-size: 14px;
      line-height: 36px; } }

@media (max-width: 560px) {
  .intro__img {
    display: none; } }

@media (max-width: 400px) {
  .intro {
    height: 650px; } }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 23px;
  text-align: center;
  color: #004253;
  background: #F2F2F2;
  box-shadow: 0px 6px 18px rgba(0, 122, 148, 0.6);
  border-radius: 20px;
  width: 350px;
  height: 90px;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.2s;
  border: none;
  cursor: pointer; }

.btn:hover {
  box-shadow: 0px 6px 18px rgba(255, 255, 255, 0.6); }

.btn_blue {
  background: linear-gradient(180deg, #007A94 0%, #15C1E6 100%);
  box-shadow: 0px 6px 18px rgba(0, 122, 148, 0.6);
  color: #fff; }

.btn_blue:hover {
  background: linear-gradient(180deg, #15C1E6 0%, #007A94 100%);
  box-shadow: 0px 6px 18px rgba(0, 122, 148, 0.6);
  color: #fff; }

.btn_center {
  margin: 50px auto 0 auto; }

@media (max-width: 768px) {
  .btn {
    font-size: 18px;
    border-radius: 15px;
    width: 260px;
    height: 70px; }
  .btn_center {
    margin: 20px auto 0 auto; } }

.content__about {
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(0, 122, 148, 0.2);
  border-radius: 20px;
  padding: 42px 65px;
  text-align: center;
  box-sizing: border-box;
  position: relative; }
  .content__about p {
    font-size: 24px;
    line-height: 42px;
    color: #000000; }

.content__about:before {
  content: url("../images/dots.svg");
  position: absolute;
  width: 46px;
  height: 4px;
  bottom: 28px;
  left: 50%;
  transform: translate(-50%, 0); }

@media (max-width: 1110px) {
  .content__about {
    padding: 22px 35px; }
    .content__about p {
      font-size: 18px;
      line-height: 22px; } }

.application {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative; }

.application__item {
  width: 255px;
  height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(0, 122, 148, 0.2);
  border-radius: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 18px; }

.application__item_low {
  height: 195px;
  padding: 10px; }

.application__item__title {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: center;
  display: flex;
  height: 50%;
  align-items: center; }

.application__item__img {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end; }

.application__item_low .application__item__title {
  font-weight: 500;
  line-height: 22px;
  margin-top: 10px; }

@media (max-width: 992px) {
  .application {
    justify-content: center; }
  .application__item {
    margin: 10px; } }

.footer {
  background: #E0E0E0;
  display: flex;
  padding: 29px 0; }
  .footer .wrapper {
    display: flex;
    justify-content: space-between; }

.footer__copyright {
  font-size: 10px;
  line-height: 22px;
  color: #4F4F4F;
  margin-top: 15px; }

.footer__requisites {
  font-size: 12px;
  line-height: 22px;
  color: #333333; }

.faq__item {
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(0, 122, 148, 0.2);
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 0 31px; }

.faq__item__question {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #007A94;
  padding: 44px 0;
  position: relative;
  cursor: pointer; }

.faq__item__question:after {
  content: url("../images/faq_arrow.svg");
  position: absolute;
  width: 22px;
  height: 13px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%); }

.faq__item__question.active:after {
  content: url("../images/faq_close.svg");
  width: 17px;
  height: 17px;
  right: 3px; }

.faq__item__answer {
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  transition: 0.3s;
  overflow: hidden;
  height: 0;
  max-height: 0;
  padding: 0; }

.faq__item__answer.active {
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  height: 100%;
  padding-bottom: 44px;
  max-height: none; }

@media (max-width: 768px) {
  .faq__item {
    box-shadow: 0px 3px 9px rgba(0, 122, 148, 0.2);
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 0 15px; }
  .faq__item__question {
    font-size: 16px;
    padding: 22px 50px 22px 0; }
  .faq__item__answer {
    font-size: 16px;
    padding-bottom: 0; }
  .faq__item__answer.active {
    font-size: 16px;
    padding-bottom: 22px; } }

.advantages {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background: url("../images/advantages_icon.svg") center 70% no-repeat; }

.advantages__item {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  width: 30%;
  margin-bottom: 88px;
  padding-left: 37px;
  box-sizing: border-box;
  position: relative; }

.advantages__item:before {
  content: url("../images/advantages_check.svg");
  position: absolute;
  top: 5px;
  left: 0; }

@media (max-width: 768px) {
  .advantages {
    justify-content: center;
    background: none; }
  .advantages__item {
    font-size: 16px;
    line-height: 20px;
    width: 48%;
    margin-bottom: 40px; } }

.equipment-slider {
  padding: 30px 0; }

.equipment-slider__item {
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(0, 122, 148, 0.2);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 17px 41px;
  width: 235px;
  text-align: center;
  height: 320px;}

.equipment-slider__item__description {
  margin-top: 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #000000; }

.equipment-slider__item__title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #000000; }

.owl-stage {
  margin: 24px;
  overflow: visible; }

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translate(0, -50%); }

.owl-prev {
  outline: none;
  position: relative;
  width: 32px;
  height: 22px; }

.owl-next {
  outline: none;
  position: relative;
  width: 32px;
  height: 22px; }

.owl-prev:before {
  content: url("../images/slider-arrow_prev.svg");
  position: absolute;
  left: -30px;
  top: 0; }

.owl-next:before {
  content: url("../images/slider-arrow_next.svg");
  position: absolute;
  right: -30px;
  top: 0; }

@media (max-width: 1210px) {
  .owl-prev:before {
    left: 10px; }
  .owl-next:before {
    right: 10px; }
  .owl-item {
    text-align: center; }
    .owl-item .equipment-slider__item {
      display: inline-block;
      box-shadow: none; }
  .equipment-slider {
    margin: 0 0 0 -30px;
    padding: 0; } }

.tasks {
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(0, 122, 148, 0.2);
  border-radius: 20px;
  padding: 42px 65px 20px 65px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.tasks:before {
  content: url("../images/dots.svg");
  position: absolute;
  width: 46px;
  height: 4px;
  bottom: 28px;
  left: 50%;
  transform: translate(-50%, 0); }

.task {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  width: 30%;
  margin-bottom: 42px;
  padding-left: 37px;
  box-sizing: border-box;
  position: relative; }

.task:before {
  content: url("../images/advantages_check.svg");
  position: absolute;
  top: 5px;
  left: 0; }

@media (max-width: 1110px) {
  .tasks {
    padding: 22px 30px; }
  .task {
    font-size: 16px;
    line-height: 20px;
    width: 48%;
    box-sizing: border-box;
    margin-bottom: 22px; } }

@media (max-width: 450px) {
  .task {
    font-size: 16px;
    line-height: 20px;
    width: 100%; } }

.product-features {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2; }

.product-features__item {
  font-weight: 500;
  font-size: 19px;
  line-height: 26px;
  color: #007A94;
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(0, 122, 148, 0.2);
  border-radius: 20px;
  display: flex;
  align-items: center;
  height: 135px;
  width: 30%;
  box-sizing: border-box; }

.product-features__icon {
  background: linear-gradient(180deg, #007A94 0%, #15C1E6 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 95px;
  margin-left: -15px; }

.product-features__text {
  margin-left: 21px; }

@media (max-width: 1160px) {
  .product-features {
    flex-direction: column;
    align-items: center; }
  .product-features__item {
    margin-bottom: 20px; } }

@media (max-width: 992px) {
  .product-features__item {
    width: 280px;
    font-size: 14px; }
  .product-features__icon {
    margin-left: 5px; } }

.table-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(0, 122, 148, 0.2);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 26px 30px; }

.table {
  width: 100%;
  border-collapse: collapse; }
  .table td {
    border: 1px solid #BDBDBD; }
  .table thead tr td:first-child {
    font-size: 14px; }
  .table thead tr td {
    font-weight: 500;
    font-size: 11px;
    line-height: 26px;
    color: #007A94;
    padding: 13px 5px;
    text-align: center;
    border-top: none;
    white-space: nowrap; }
  .table thead tr td:first-child {
    text-align: left;
    border-left: none; }
  .table thead tr td:last-child {
    border-right: none; }
  .table tbody tr td {
    padding: 13px 18px;
    font-weight: 500;
    font-size: 12px;
    color: #333333;
    text-align: center; }
  .table tbody tr td:first-child {
    text-align: left;
    border-left: none; }
  .table tbody tr td:last-child {
    border-right: none; }
  .table tbody tr:nth-child(even) td {
    background: #F2F2F2; }
  .table tbody tr:last-child td {
    border-bottom: none; }
  .table tbody span {
    background: linear-gradient(180deg, #007A94 0%, #15C1E6 100%);
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%; }

@media (max-width: 992px) {
  .table thead tr td {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 5px; }
  .table-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: scroll; } }

.product {
  margin-top: 170px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }

.product_mt30 {
  margin-top: 30px; }

.product__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #000000; }

.product__info {
  width: 440px;
  position: relative; }
  .product__info p {
    font-size: 16px;
    line-height: 32px;
    color: #333333; }
  .product__info ul {
    padding: 0; }
    .product__info ul li {
      list-style: none;
      position: relative;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 18px;
      color: #000000;
      padding-left: 25px;
      margin-bottom: 15px; }
    .product__info ul li:before {
      content: '';
      display: block;
      border-radius: 50%;
      width: 7px;
      height: 7px;
      background: #007A94;
      position: absolute;
      top: 5px;
      left: 0; }

.product__info:before {
  content: url("../images/dots.svg");
  position: absolute;
  width: 46px;
  height: 4px;
  bottom: -20px;
  left: 0; }

.product__info_nodots:before {
  display: none; }

.product__title-bg {
  position: absolute;
  max-width: 100%;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0); }

.product__title-bg_left {
  top: 40px;
  left: 0;
  transform: translate(0, 0); }

.product__img {
  position: relative;
  z-index: 5; }
  .product__img img {
    margin-top: -130px; }

.product__img_text {
  margin-left: -50px; }

.product__img_left img {
  margin-top: -20px;
  margin-left: -30px; }

.product__img_center img {
  margin-top: 0;
  margin-left: 0; }

.product__chars {
  position: absolute;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #007A94;
  right: 0;
  top: -37px; }
  .product__chars span {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #4F4F4F;
    display: block;
    margin-top: 5px; }
  .product__chars div:nth-child(1) {
    margin-bottom: 125px; }
  .product__chars div:nth-child(2) {
    margin-bottom: 115px; }
  .product__chars div:nth-child(3) {
    margin-bottom: 110px; }
  .product__chars div:nth-child(4) {
    margin-bottom: 100px; }
  .product__chars div:nth-child(6) {
    position: absolute;
    bottom: -16px;
    right: 710px;
    width: 240px;
    text-align: right; }

.product__img_m {
  display: none; }

@media (max-width: 1240px) {
  .product {
    flex-direction: column;
    align-items: center;
    margin-top: 30px; }
  .product__img img {
    max-width: 100%; }
  .product__img_text {
    margin-left: 0; }
  .product__img img {
    margin-top: 0; }
  .product__chars {
    top: 435px;
    right: 70px; } }

@media (max-width: 1110px) {
  .product__chars {
    top: 410px;
    right: 40px; }
  .product__img_text img {
    width: 360px;
    height: 586px; }
  .product__chars div:nth-child(1) {
    margin-bottom: 90px; }
  .product__chars div:nth-child(2) {
    margin-bottom: 85px; }
  .product__chars div:nth-child(3) {
    margin-bottom: 80px; }
  .product__chars div:nth-child(4) {
    margin-bottom: 80px; }
  .product__chars div:nth-child(6) {
    right: 650px;
    bottom: 0; } }

@media (max-width: 992px) {
  .product__img_text {
    display: none; }
  .product__img_m {
    display: block; }
    .product__img_m img {
      max-width: 100%; }
  .product__chars {
    display: none; } }

@media (max-width: 768px) {
  .product__info {
    width: 100%; }
  .product__title {
    font-size: 18px;
    line-height: 24px; } }

.contacts {
  position: relative; }

.contact {
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(0, 122, 148, 0.2);
  border-radius: 20px;
  display: flex;
  align-items: stretch;
  margin-bottom: 30px; }

.contact__map {
  width: 706px;
  min-width: 706px;
  height: 360px; }
  .contact__map iframe {
    border-radius: 0 20px 20px 0; }

.contact__info {
  box-sizing: border-box;
  min-width:404px;
  padding: 22px 28px 22px 28px; }
  .contact__info p {
    font-size: 14px;
    line-height: 20px;
    color: #000000; }
  .contact__info p:first-child {
    margin-top: 0; }
  .contact__info p:last-child {
    margin-bottom: 0; }
  .contact__info a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 32px;
    color: #000000;
    text-decoration: none; }
    .contact__info a img {
      margin-right: 12px; }

@media (max-width: 1110px) {
  .contact__map {
    width: 60%;
    min-width: 60%; } }

@media (max-width: 992px) {
  .contact {
    flex-direction: column;
    margin-bottom: 30px; }
  .contact__map {
    width: 100%;
    min-width: 100%; }
    .contact__map iframe {
      border-radius: 0 0 20px 20px; }
    .contact__info {
          min-width:0; }  
    
}

.form-block {
  background: url("../images/form_bg.jpg");
  padding: 25px 0;
  margin: 50px 0;
  position: relative; }

.form__title {
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  line-height: 64px;
  color: #FFFFFF;
  margin-top: 0; }

.order-form {
  display: flex;
  justify-content: center;
  width: 100%; }
  .order-form label {
    display:block;

    position: relative; }
  .order-form svg {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10; }
  .order-form .order-form__name svg {
    
    left: 21px; }
  .order-form .order-form__phone svg {

    left: 25px; }
  .order-form .order-form__email svg {

    left: 22px; }
  .order-form .order-form__message svg {
    transform: none;    
    top:19px;
    left: 37px; }
  .order-form input[type="text"], .order-form textarea {
    width: 445px;
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    padding: 0 0 0 54px;
    border: none;
    box-sizing: border-box;
    outline: none;
    border-radius: 10px;
    margin-bottom: 16px;
    height: 60px; }
  .order-form input[type="text"] {
    margin-right: 15px; }
  .order-form textarea {
    margin-left: 15px;
    padding-top: 22px;
    height: 212px; }
  .order-form input[name="name"]:before {
    content: url("../images/user_i.svg"); }

.popup .order-form {
  display: block; }
  .popup .order-form > div {
    display: flex;
    justify-content: center;
    width: 100%; }

@media (max-width: 992px) {
  .order-form {
    flex-direction: column;
    margin: 0 auto;
    width: 300px; }
  .order-form input[type="text"] {
    margin-right: 0; }
  .order-form textarea {
    margin-left: 0; }
  .order-form input[type="text"], .order-form textarea {
    width: 100%; }
  .form__title {
    font-size: 20px;
    line-height: 24px; }
  .form-block {
    margin-bottom: 5px; } }

.scheme {
  position: relative;
  height: 614px;
  background: url("../images/scheme/scheme_bg.png") center bottom no-repeat;
  margin-top: 24px; }

.scheme_m {
  display: none; }

.scheme__item {
  width: 160px;
  height: 160px;
  background: #fff;
  border: 2px solid #007A94;
  box-sizing: border-box;
  box-shadow: 0px 6px 18px rgba(0, 122, 148, 0.2);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute; }

.scheme__item__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #007A94;
  margin-top: 15px;
  text-align: center; }

.scheme__item_1 {
  left: 0;
  bottom: 384px; }

.scheme__item_2 {
  left: 0;
  bottom: 204px; }

.scheme__item_3 {
  left: 0;
  bottom: 24px; }

.scheme__item_4 {
  right: 180px;
  top: 0; }

.scheme__item_5 {
  right: 0;
  top: 0; }

.scheme__item_6 {
  right: 0;
  bottom: 204px; }

.scheme__item_7 {
  right: 0;
  bottom: 24px; }

@media (max-width: 1110px) {
  .scheme {
    transform: scale(0.7); } }

@media (max-width: 992px) {
  .scheme {
    display: none; }
  .scheme_m {
    display: block; }
    .scheme_m img {
      max-width: 100%; } }

.rellax {
  position: absolute; }

.rellax_dotted {
  background: url("../images/parallax/parallax_1.png");
  height: 164px; }

.rellax_1 {
  top: 460px;
  left: -100px;
  width: 808px; }

.rellax_2 {
  top: 250px;
  right: 0;
  width: 368px; }

.rellax_3 {
  top: 250px;
  right: 15%; }

.rellax_4 {
  top: 250px;
  right: 45%; }

.rellax_5 {
  top: 1000px;
  left: 100px; }

.rellax_6 {
  top: 1000px;
  right: 0;
  width: 808px; }

.rellax_7 {
  top: 1000px;
  right: 17%; }

.rellax_8 {
  top: 1600px;
  right: 50%; }

.rellax_9 {
  top: 2400px;
  left: -100px;
  width: 808px; }

.rellax_10 {
  top: 2100px;
  right: 0;
  width: 808px; }

.rellax_11 {
  top: 1800px;
  right: 15%;
  width: 164px; }

.rellax_circle {
  background: #007A94;
  opacity: 0.1;
  width: 501px;
  height: 501px;
  border-radius: 50%;
  right: 20%;
  bottom: -200px; }

.product_mt30 .rellax_circle {
  bottom: -400px; }

.rellax_b {
  background: url("../images/parallax/parallax_b.png");
  width: 167px;
  height: 382px; }

.rellax_o {
  background: url("../images/parallax/parallax_o.svg");
  width: 920px;
  height: 459px; }

.rellax_c {
  background: url("../images/parallax/parallax_c.png");
  width: 227px;
  height: 455px; }

.rellax_i {
  background: url("../images/parallax/parallax_i.svg");
  width: 103px;
  height: 670px; }

.rellax_i_v {
  background: url("../images/parallax/parallax_dot-vertical.png");
  height: 808px; }

.rellax_i_1 {
  background: url("../images/parallax/parallax_i.png");
  width: 60px;
  height: 390px;
  left: 100px;
  top: 800px; }

.rellax_o_1 {
  background: url("../images/parallax/parallax_o.png");
  width: 322px;
  height: 161px;
  top: 500px;
  right: 200px; }

@media (max-width: 992px) {
  .rellax {
    display: none; } }

@media (max-width: 1130px) {
  .wrapper {
    padding: 0 10px;
    width: 100%; } }

@media (max-width: 992px) {
  .block-title {
    font-size: 22px;
    line-height: 30px;
    margin: 25px 0; } }

@media (max-width: 768px) {
  .content {
    padding: 30px 0 30px 0; } }
