@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
  min-width: 0;
  min-height: 0;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, button, blockquote {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

picture {
  display: inline-block;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: unset;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  height: 100%;
  margin: 0;
  font-family: "Heebo", sans-serif;
  line-height: 1;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  min-width: 0;
  min-height: 0;
}
body.home {
  background-color: #122734;
}
body.no-scroll {
  overflow: hidden;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  min-width: 0;
  min-height: 0;
}
#wrapper header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#wrapper main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#wrapper footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sections-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
}

.section-main {
  width: 100%;
}

.text {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 0.9375vw;
  letter-spacing: -0.03em;
  color: #122734;
}
.text *:not(img, ul, ol, li, blockquote, span, strong, iframe, a, br, th, td, tr, thead, tbody) {
  margin-bottom: 1.5625vw;
}
.text > ul,
.text > ol,
.text > img,
.text > iframe,
.text > table,
.text > blockquote {
  margin-bottom: 1.5625vw;
}
.text *:last-child {
  margin-bottom: 0;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
.text h1 {
  font-size: 3.75vw;
}
.text h2 {
  font-size: 2.0833333333vw;
}
.text h3,
.text h4,
.text h5,
.text h6 {
  font-size: 1.3541666667vw;
}
.text a {
  color: inherit !important;
  text-decoration: underline !important;
}
.text blockquote {
  background: #E84B25;
  border-radius: 0.78125vw;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  padding: 3.8541666667vw 6.0416666667vw;
  position: relative;
  z-index: 2;
}
.text blockquote::before {
  content: "";
  position: absolute;
  top: 1.8229166667vw;
  left: 1.9270833333vw;
  width: 3.125vw;
  height: 2.4479166667vw;
  opacity: 0.45;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='47' fill='none'%3E%3Cpath fill='%23fff' d='M20.25 22.563H5.893a21.937 21.937 0 0 1 9.482-14.967l4.363-2.925L17.057.625 12.694 3.55A26.813 26.813 0 0 0 .75 25.853v16.21a4.875 4.875 0 0 0 4.875 4.874H20.25a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875ZM54.375 22.563H40.018A21.938 21.938 0 0 1 49.5 7.595l4.363-2.925L51.206.625 46.82 3.55a26.812 26.812 0 0 0-11.944 22.303v16.21a4.875 4.875 0 0 0 4.875 4.874h14.625a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.text img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.text .alignleft {
  float: left;
}
.text .alignright {
  float: right;
}
.text .aligncenter {
  margin: 0 auto;
}
.text iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.text ul li {
  padding-right: 0.78125vw;
  position: relative;
  z-index: 2;
}
.text ul li::after {
  content: "";
  position: absolute;
  top: 0.46875vw;
  right: 0;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  border-radius: 50%;
  background-color: #122734;
}
.text ul li ol {
  counter-reset: numUl;
}
.text ul li ol li {
  padding-right: 0;
}
.text ul li ol li::after {
  display: none;
}
.text ul li ol li::before {
  counter-increment: numUl;
  content: counters(numUl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.text ol {
  counter-reset: numOl;
}
.text ol li:has(> strong:first-child)::before {
  font-weight: 700;
}
.text ol li::before {
  counter-increment: numOl;
  content: counters(numOl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.text ol li ol {
  padding-right: 0.78125vw;
}
.text ol li ul {
  padding-right: 0.78125vw;
}
.text ol li ul li {
  padding-right: 0.78125vw;
  position: relative;
  z-index: 2;
}
.text ol li ul li::after {
  content: "";
  position: absolute;
  top: 0.46875vw;
  right: 0;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  border-radius: 50%;
  background-color: #122734;
}
.text ol li ul li::before {
  display: none;
}
.text .table-block {
  overflow: auto;
}
.text table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #09141D;
  border-collapse: collapse;
}
.text table tr,
.text table td,
.text table th {
  border: 1px solid #09141D;
}
.text table td,
.text table th {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  padding: 0.78125vw;
}

@media only screen and (max-width: 768px) {
  .text {
    font-size: 5vw;
  }
  .text *:not(img, ul, ol, li, blockquote, span, strong, iframe, a, br, th, td, tr, thead, tbody) {
    margin-bottom: 5.5555555556vw;
  }
  .text > ul,
  .text > ol,
  .text > img,
  .text > iframe,
  .text > table,
  .text > blockquote {
    margin-bottom: 5.5555555556vw;
  }
  .text h1 {
    font-size: 16.6666666667vw;
  }
  .text h2 {
    font-size: 11.1111111111vw;
  }
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 6.9444444444vw;
  }
  .text a {
    color: inherit !important;
    text-decoration: underline !important;
  }
  .text blockquote {
    border-radius: 2.7777777778vw;
    font-size: 5vw;
    padding: 13.8888888889vw 5.5555555556vw 8.3333333333vw;
  }
  .text blockquote::before {
    top: 2.7777777778vw;
    left: 2.7777777778vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  .text .alignleft,
  .text .alignright,
  .text .aligncenter {
    float: none;
    margin: 0 auto;
  }
  .text ul li {
    padding-right: 4.1666666667vw;
  }
  .text ul li::after {
    top: 2.5vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .text ol li ol {
    padding-right: 4.1666666667vw;
  }
  .text ol li ul {
    padding-right: 4.1666666667vw;
  }
  .text ol li ul li {
    padding-right: 4.1666666667vw;
  }
  .text ol li ul li::after {
    top: 2.5vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .text table td,
  .text table th {
    padding: 2.7777777778vw;
  }
}
.button-down {
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  border-radius: 50%;
  background-color: #E84B25;
  overflow: hidden;
  padding: 0.9375vw 0.5208333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .button-down:hover {
    background-color: #122734;
  }
  .button-down:hover .is-arrow {
    -webkit-transform: scaleY(1.383) translateY(-0.2604166667vw);
            transform: scaleY(1.383) translateY(-0.2604166667vw);
  }
}
.button-down .is-arrow {
  width: 1.7708333333vw;
  height: 1.7708333333vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.16' height='34.803' viewBox='0 0 34.16 34.803'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3' data-name='Сгруппировать 263'%3E%3Cpath d='m2.08 23 15 10 15-10' data-name='Контур 309'/%3E%3Cpath d='M17.08 31.5v-30' data-name='Линия 1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  will-change: transform;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(38, 42, 43, 0.8);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.modal.visible {
  opacity: 1;
  pointer-events: all;
}
.modal.visible .modal-dialog .modal-content {
  opacity: 1;
}
.modal.video-modal .modal-dialog .modal-content {
  background-color: #000;
}
.modal .modal-dialog {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px;
  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;
}
.modal .modal-dialog.content {
  display: block;
}
.modal .modal-dialog.content .modal-content {
  margin: 0 auto;
}
.modal .modal-dialog .modal-content {
  width: 100%;
  max-width: 1204px;
  min-height: 676px;
  background-color: #fff;
  position: relative;
  border-radius: 12px;
  z-index: 2;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0;
}
.modal .modal-dialog .modal-content .modal-close {
  width: 22px;
  height: 22px;
  position: absolute;
  z-index: 3;
  left: calc(100% + 12px);
  bottom: calc(100% - 5px);
  cursor: pointer;
  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;
}
.modal .modal-dialog .modal-content .modal-close::before, .modal .modal-dialog .modal-content .modal-close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
}
.modal .modal-dialog .modal-content .modal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .modal-dialog .modal-content .modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal .modal-dialog .modal-video {
  width: 100%;
  height: 676px;
  border-radius: 12px;
  overflow: hidden;
}
.modal .modal-dialog .modal-video #modal-video-iframe {
  width: 100%;
  height: 100%;
}
.modal .modal-dialog .modal-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.modal .modal-dialog .modal-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .modal .modal-dialog .modal-content .modal-close {
    left: auto;
    right: 0;
    bottom: calc(100% + 5px);
  }
}
@media screen and (max-width: 991px) {
  .modal .modal-dialog .modal-content {
    min-height: 250px;
  }
  .modal .modal-dialog .modal-video {
    height: 50.4541vw;
    min-height: 250px;
  }
}
.notification {
  position: fixed;
  z-index: 8;
  right: 30px;
  bottom: 30px;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFE4C7;
  width: 100%;
  max-width: 450px;
  padding: 20px 20px 16px;
  border-radius: 10px 10px 0 0;
  border-bottom: 4px solid #F7A41D;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.notification.show {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.notification .notification-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.notification .notification-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.notification .notification-text {
  margin: 0 15px;
  font-weight: 700;
  color: #2C3E31;
  font-size: 14px;
  text-align: center;
}
.notification .notification-button {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.notification .notification-button svg {
  width: 20px;
  height: 20px;
  display: block;
}

@media screen and (max-width: 991px) {
  .notification {
    right: 50%;
    bottom: 10px;
    max-width: 280px;
    padding: 10px 15px 8px;
    border-bottom: 2px solid #F7A41D;
    -webkit-transform: translateX(50%) translateY(100%);
            transform: translateX(50%) translateY(100%);
  }
  .notification.show {
    -webkit-transform: translateX(50%) translateY(0);
            transform: translateX(50%) translateY(0);
  }
  .notification .notification-icon {
    width: 15px;
    height: 15px;
  }
  .notification .notification-icon svg {
    width: 15px;
    height: 15px;
  }
  .notification .notification-text {
    width: 100%;
    max-width: 200px;
    margin: 0 5px;
    font-size: 12px;
  }
  .notification .notification-button {
    width: 15px;
    height: 15px;
  }
  .notification .notification-button svg {
    width: 15px;
    height: 15px;
  }
}
form[data-status=submitting] {
  position: relative;
  z-index: 4;
}
form[data-status=submitting]::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: calc(50% - 5.2083333333vw);
  left: 50%;
  width: 2.34375vw;
  height: 2.34375vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' width='20' height='20' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M20 0H0v20h20z'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cmask id='c' width='20' height='20' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/mask%3E%3Cg mask='url(%23c)'%3E%3Cpath fill='%23e84b25' d='M10 0a10 10 0 1 0 0 20 10 10 0 0 0 0-20m0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16'/%3E%3Cpath fill='%23fff' d='M18 10h2A10 10 0 0 0 10 0v2a8 8 0 0 1 8 8'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  will-change: transform;
}
form[data-status=submitting] .form-fields {
  opacity: 0.5;
  pointer-events: none;
}
form .hide-field {
  display: none !important;
}
form .form-fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 2.0833333333vw;
  direction: rtl;
}
form .input-field {
  width: 100%;
}
form .input-field input.wpcf7-form-control {
  width: 100%;
  height: 2.6041666667vw;
  border: 1px solid #122734;
  outline: none;
  border-radius: 1.5625vw;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 1.0416666667vw;
  color: #122734;
  text-align: center;
}
form .input-field input.wpcf7-form-control::-webkit-input-placeholder {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 1.0416666667vw;
  color: #707070;
}
form .input-field input.wpcf7-form-control::-moz-placeholder {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 1.0416666667vw;
  color: #707070;
}
form .input-field input.wpcf7-form-control:-ms-input-placeholder {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 1.0416666667vw;
  color: #707070;
}
form .input-field input.wpcf7-form-control::-ms-input-placeholder {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 1.0416666667vw;
  color: #707070;
}
form .input-field input.wpcf7-form-control::placeholder {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 1.0416666667vw;
  color: #707070;
}
form .input-field input.wpcf7-form-control:-moz-placeholder {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 1.0416666667vw;
  color: #707070;
}
form .input-field input.wpcf7-form-control::-moz-placeholder {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 1.0416666667vw;
  color: #707070;
}
form .input-field .wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
}
form .checkbox-field {
  position: relative;
  z-index: 2;
  margin-top: -0.8333333333vw;
}
form .checkbox-field .wpcf7-list-item {
  margin: 0;
  padding: 0;
}
form .checkbox-field input[type=checkbox] {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
form .checkbox-field input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.541' height='19.121' viewBox='0 0 21.541 19.121'%3E%3Cg id='check' transform='translate(0 1.121)'%3E%3Cg id='Эллипс_7' data-name='Эллипс 7' fill='%23fff' stroke='%23122734' stroke-width='1'%3E%3Ccircle cx='9' cy='9' r='9' stroke='none'/%3E%3Ccircle cx='9' cy='9' r='8.5' fill='none'/%3E%3C/g%3E%3Cpath id='Контур_451' data-name='Контур 451' d='M1705.333,642.971l4.29,5.362L1721.42,636' transform='translate(-1702 -635)' fill='none' stroke='%23e84b25' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
form .checkbox-field .wpcf7-not-valid {
  border: none !important;
}
form .checkbox-field .wpcf7-not-valid .wpcf7-list-item-label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.541' height='19.121' viewBox='0 0 21.541 19.121'%3E%3Cg id='check' transform='translate(0 1.121)'%3E%3Cg id='Эллипс_7' data-name='Эллипс 7' fill='%23fff' stroke='red' stroke-width='1'%3E%3Ccircle cx='9' cy='9' r='9' stroke='none'/%3E%3Ccircle cx='9' cy='9' r='8.5' fill='none'/%3E%3C/g%3E%3Cpath id='Контур_451' data-name='Контур 451' d='M1705.333,642.971l4.29,5.362L1721.42,636' transform='translate(-1702 -635)' fill='none' stroke='%23e84b25' stroke-linecap='round' stroke-width='3' opacity='0'/%3E%3C/g%3E%3C/svg%3E%0A");
}
form .checkbox-field .wpcf7-list-item-label {
  display: block;
  padding-right: 1.4583333333vw;
  position: relative;
  font-weight: 400;
  line-height: 1.4;
  font-size: 0.8333333333vw;
  color: #122734;
}
form .checkbox-field .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1.09375vw;
  height: 0.9895833333vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.541' height='19.121' viewBox='0 0 21.541 19.121'%3E%3Cg fill='%23fff' stroke='%23122734' data-name='Эллипс 7' transform='translate(0 1.121)'%3E%3Ccircle cx='9' cy='9' r='9' stroke='none'/%3E%3Ccircle cx='9' cy='9' r='8.5' fill='none'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
form .checkbox-field .wpcf7-list-item-label a {
  position: relative;
  z-index: 3;
  color: inherit;
  text-decoration: underline;
}
form .button-field {
  width: 100%;
}
form .button-field button {
  width: 100%;
  min-height: 2.6041666667vw;
  border-radius: 1.5625vw;
  background-color: #E84B25;
  padding: 0.2604166667vw 0.9375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.78125vw;
  -webkit-box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.3);
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.0416666667vw;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) {
  form .button-field button:hover {
    background-color: #122734;
  }
  form .button-field button:hover .is-arrow {
    width: 1.3541666667vw;
  }
}
form .button-field button .is-arrow {
  position: relative;
  z-index: 2;
  width: 0.9375vw;
  height: 0.1041666667vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
form .button-field button .is-arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.1041666667vw;
}
form .button-field button .is-arrow::after {
  content: "";
  position: absolute;
  left: -0.1041666667vw;
  width: 0.4166666667vw;
  height: 1.09375vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.806' height='21.424' viewBox='0 0 8.806 21.424'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2' d='m7.419 1.387-6.217 9.325 6.217 9.326' data-name='Контур 450'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media only screen and (max-width: 768px) {
  form[data-status=submitting]::before {
    top: calc(50% - 13.8888888889vw);
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' width='20' height='20' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M20 0H0v20h20z'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cmask id='c' width='20' height='20' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/mask%3E%3Cg mask='url(%23c)'%3E%3Cpath fill='%23122734' d='M10 0a10 10 0 1 0 0 20 10 10 0 0 0 0-20m0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16'/%3E%3Cpath fill='%23fff' d='M18 10h2A10 10 0 0 0 10 0v2a8 8 0 0 1 8 8'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
  form .form-fields {
    grid-gap: 5.5555555556vw;
  }
  form .input-field input.wpcf7-form-control {
    height: 13.8888888889vw;
    border-radius: 8.3333333333vw;
    font-size: 5.5555555556vw;
  }
  form .input-field input.wpcf7-form-control::-webkit-input-placeholder {
    font-size: 5.5555555556vw;
  }
  form .input-field input.wpcf7-form-control::-moz-placeholder {
    font-size: 5.5555555556vw;
  }
  form .input-field input.wpcf7-form-control:-ms-input-placeholder {
    font-size: 5.5555555556vw;
  }
  form .input-field input.wpcf7-form-control::-ms-input-placeholder {
    font-size: 5.5555555556vw;
  }
  form .input-field input.wpcf7-form-control::placeholder {
    font-size: 5.5555555556vw;
  }
  form .input-field input.wpcf7-form-control:-moz-placeholder {
    font-size: 5.5555555556vw;
  }
  form .input-field input.wpcf7-form-control::-moz-placeholder {
    font-size: 5.5555555556vw;
  }
  form .checkbox-field {
    margin-top: 3.3333333333vw;
  }
  form .checkbox-field input[type=checkbox]:checked + .wpcf7-list-item-label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.541' height='19.121' viewBox='0 0 21.541 19.121'%3E%3Cg stroke='%23122734'%3E%3Cg fill='%23fff' data-name='Эллипс 7' transform='translate(0 1.121)'%3E%3Ccircle cx='9' cy='9' r='9' stroke='none'/%3E%3Ccircle cx='9' cy='9' r='8.5' fill='none'/%3E%3C/g%3E%3Cpath fill='none' stroke-linecap='round' stroke-width='3' d='m3.333 9.092 4.29 5.362L19.42 2.121' data-name='Контур 451'/%3E%3C/g%3E%3C/svg%3E");
  }
  form .checkbox-field .wpcf7-list-item-label {
    padding-right: 12.5vw;
    font-size: 5.5555555556vw;
    color: #fff;
  }
  form .checkbox-field .wpcf7-list-item-label::before {
    top: 0.5555555556vw;
    right: -1.3888888889vw;
    width: 9.1666666667vw;
    height: 7.5vw;
  }
  form .button-field button {
    width: 100%;
    min-height: 13.8888888889vw;
    border-radius: 8.3333333333vw;
    background-color: #122734;
    padding: 1.3888888889vw 8.3333333333vw 1.3888888889vw 19.4444444444vw;
    -webkit-box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 5.5555555556vw;
  }
  form .button-field button .is-arrow {
    width: 5vw;
    height: 0.5555555556vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 5vw;
  }
  form .button-field button .is-arrow::before {
    border-radius: 0.5555555556vw;
  }
  form .button-field button .is-arrow::after {
    left: -0.5555555556vw;
    width: 2.2222222222vw;
    height: 5.8333333333vw;
  }
}
html:has(#wpadminbar) .contact-block {
  top: calc(5.2083333333vw + var(--wp-admin--admin-bar--height));
}

.contact-block {
  position: fixed;
  z-index: 10;
  top: 100px;
  right: 0;
  margin-bottom: 3.8020833333vw;
  min-height: 3.8541666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.4166666667vw;
  padding: 0.78125vw 1.71875vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.contact-block::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -1px;
  width: 26.5104166667vw;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='0 0 509 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0C78.531 0 69.467 74 191.041 74H508.184V0H0Z' fill='%23E84B25'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(-0.78125vw 0 0.5208333333vw rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-0.78125vw 0 0.5208333333vw rgba(0, 0, 0, 0.3));
}
.contact-block .contact-block__title,
.contact-block .contact-block__number {
  font-weight: 300;
  line-height: 1.47;
  font-size: 1.1979166667vw;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .contact-block {
    display: none;
  }
}
.mobile-panel {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 15.8333333333vw;
  background-color: #E84B25;
  padding: 2.7777777778vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-panel::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 82.2222222222vw;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='296' height='67' fill='none' viewBox='0 0 296 67'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23122734' d='M148.001 56.969q-2.07.04-4.176.04c-6 0-2.181-.026-6.824-.04l-9-1.415c-3.241-.419-6.391-.93-9.416-1.527a112.6 112.6 0 0 1-24.678-7.731C79.83 39.963 70.03 31.782 60.552 23.87 45.209 11.062 31.957 0 5 0h286c-26.958 0-40.208 11.062-55.552 23.87-9.478 7.912-19.278 16.093-33.356 22.426a112.5 112.5 0 0 1-24.677 7.731c-3.025.6-6.175 1.108-9.416 1.527l-9.498 1.415c-4.643.014-.326.04-6.326.04q-2.103 0-4.174-.04'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='296' height='67.008' x='0' y='0' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='5'/%3E%3CfeGaussianBlur stdDeviation='2.5'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.302 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_3116_102'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_3116_102' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.mobile-panel .mobile-panel__phone {
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath fill='%23fff' d='m10.357 4.742-2.9-3.664C6.874.4 6.485.063 6.162.007 5.877-.043 5.521.151 5 .543L1.487 3.158a4 4 0 0 0-.418.359C-.119 4.7-.253 6.538.351 8.693a24.5 24.5 0 0 0 4.054 7.533 47 47 0 0 0 4.354 5.014 47 47 0 0 0 5.016 4.36 24.5 24.5 0 0 0 7.533 4.054c2.155.6 3.99.468 5.175-.719a3.6 3.6 0 0 0 .359-.418l2.617-3.506c.384-.517.577-.869.537-1.153v-.012c-.056-.325-.4-.715-1.069-1.292l-3.664-2.9c-.56-.445-.905-.635-1.147-.57-.3.083-.663.5-1.2 1.259a6.4 6.4 0 0 1-2.854 2.509 2.68 2.68 0 0 1-2.459-.328 31 31 0 0 1-2.781-2.057 39 39 0 0 1-5.27-5.27 31 31 0 0 1-2.058-2.781 2.68 2.68 0 0 1-.328-2.459 6.4 6.4 0 0 1 2.501-2.863c.757-.543 1.177-.905 1.259-1.2.065-.242-.126-.587-.57-1.147' data-name='Контур 2289'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 4.1666666667vw;
}
.mobile-panel .mobile-panel__logo {
  width: 25.2777777778vw;
  height: 6.1111111111vw;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mobile-panel .mobile-panel__logo a,
.mobile-panel .mobile-panel__logo img {
  width: 100%;
  height: 100%;
}
.mobile-panel .mobile-panel__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-panel .mobile-panel__back {
  width: 15.2777777778vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7777777778vw;
  font-weight: 400;
  line-height: 1;
  font-size: 4.1666666667vw;
  color: #fff;
}
.mobile-panel .mobile-panel__back::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 5.8333333333vw;
  height: 5.8333333333vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.424' height='21.785' viewBox='0 0 21.424 21.785'%3E%3Cg id='Сгруппировать_262' data-name='Сгруппировать 262' transform='translate(20.038 1) rotate(90)'%3E%3Cpath id='Контур_2508' data-name='Контур 2508' d='M0,6.217,9.326,0l9.325,6.217' transform='translate(19.583) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Линия_4' data-name='Линия 4' y2='18.651' transform='translate(18.651 9.325) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .mobile-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
html:has(#wpadminbar) {
  margin-top: var(--wp-admin--admin-bar--height) !important;
}
html:has(#wpadminbar) .header__inner {
  top: var(--wp-admin--admin-bar--height);
}

html {
  scroll-padding-top: 100px;
}

.header {
  width: 100%;
  height: 5.2083333333vw;
}
.header .header__inner {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.2083333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 4.84375vw;
  padding-left: 0.2604166667vw;
  gap: 4.84375vw;
  overflow: hidden;
}
.header .header__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #122734;
}
.header .header__logo {
  width: 11.4583333333vw;
  height: 2.8645833333vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  z-index: 6;
}
.header .header__logo a,
.header .header__logo img {
  width: 100%;
  height: 100%;
}
.header .header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header__nav {
  height: 100%;
}
.header .header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}
.header .header__nav > ul::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: calc(100% - 20.5729166667vw);
  width: 57.0833333333vw;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1096' height='98' fill='none' viewBox='0 0 1096 98'%3E%3Cpath fill='%23122734' d='M0 0c169.367 0 149.82 98 412.018 98H1096V0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  -webkit-filter: drop-shadow(-0.78125vw 0 0.5208333333vw rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-0.78125vw 0 0.5208333333vw rgba(0, 0, 0, 0.3));
  pointer-events: none;
}
.header .header__nav > ul > li {
  width: 35.0520833333vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  padding: 1.0416666667vw 9.6354166667vw;
  position: relative;
}
.header .header__nav > ul > li.is-active::after {
  opacity: 1;
}
.header .header__nav > ul > li:nth-child(1) {
  z-index: 4;
}
.header .header__nav > ul > li:nth-child(1) > a {
  margin-left: 1.9791666667vw;
}
.header .header__nav > ul > li:nth-child(2) {
  z-index: 3;
}
.header .header__nav > ul > li:nth-child(2) > a {
  margin-left: 0.4166666667vw;
}
.header .header__nav > ul > li:nth-child(3) {
  z-index: 2;
}
.header .header__nav > ul > li:not(:last-child) {
  margin-left: -20.9375vw;
}
.header .header__nav > ul > li::before, .header .header__nav > ul > li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header .header__nav > ul > li::before {
  z-index: -2;
  -webkit-filter: drop-shadow(-0.78125vw 0 0.5208333333vw rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-0.78125vw 0 0.5208333333vw rgba(0, 0, 0, 0.3));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='673' height='98' viewBox='0 0 673 98'%3E%3Cpath fill='%23122734' d='M0 0c104 0 92 98 253 98h420V0Z' data-name='Контур 2509'/%3E%3C/svg%3E");
}
.header .header__nav > ul > li::after {
  z-index: -1;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='673' height='98' viewBox='0 0 673 98'%3E%3Cpath fill='%23E84B25' d='M0 0c104 0 92 98 253 98h420V0Z' data-name='Контур 2509'/%3E%3C/svg%3E");
}
.header .header__nav > ul > li > a {
  font-weight: 300;
  line-height: 1.4;
  font-size: 1.1979166667vw;
  color: #fff;
  pointer-events: all;
}

@media only screen and (max-width: 768px) {
  .header {
    display: none;
  }
}
html:has(#wpadminbar) .section-side {
  top: calc(5.2083333333vw + var(--wp-admin--admin-bar--height));
  height: calc(100vh - 5.2083333333vw - var(--wp-admin--admin-bar--height));
}

.section-side {
  position: sticky;
  z-index: 5;
  top: 5.2083333333vw;
  width: 18.75vw;
  height: calc(100vh - 5.2083333333vw);
  background-color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-filter: drop-shadow(-0.8333333333vw 0 0.3125vw rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-0.8333333333vw 0 0.3125vw rgba(0, 0, 0, 0.16));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-side::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(50% - 0.9375vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.1979166667vw;
  width: 5.2604166667vw;
  height: 17.9166666667vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='344' fill='none' viewBox='0 0 101 344'%3E%3Cpath fill='%23fff' d='M101 0v344H23.455l.135-80.418c0-46.084-23.59-53.24-23.59-82.173s23.59-36.089 23.59-82.172L23.455 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-side .section-side__contact {
  position: relative;
  z-index: 2;
  margin-bottom: 3.8020833333vw;
  min-height: 3.8541666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.4166666667vw;
  padding: 0.78125vw 1.71875vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section-side .section-side__contact .section-side__contact-title,
.section-side .section-side__contact .section-side__contact-number {
  font-weight: 300;
  line-height: 1.47;
  font-size: 1.1979166667vw;
  color: #fff;
}
.section-side .section-side__contact::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -1px;
  width: 26.5104166667vw;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='0 0 509 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0C78.531 0 69.467 74 191.041 74H508.184V0H0Z' fill='%23E84B25'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-side .section-side__form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-side .section-side__form .section-side__form-title {
  width: 10.4166666667vw;
  margin: 0 auto 2.9166666667vw;
  font-weight: 900;
  line-height: 1.47;
  font-size: 1.1979166667vw;
  color: #E84B25;
  text-align: center;
}
.section-side .section-side__form .section-side__form-wrapper {
  padding: 0 2.34375vw;
}
.section-side .section-side__form .section-side__form-rights {
  padding: 2.3958333333vw 3.8020833333vw 2.3958333333vw 4.5833333333vw;
  margin-top: auto;
  font-weight: 300;
  line-height: 1.5;
  font-size: 0.8333333333vw;
  color: #122734;
}

@media only screen and (max-width: 768px) {
  .section-side {
    display: none;
  }
}
.hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.hero.no-content .hero__inner .hero__list,
.hero.no-content .hero__inner .hero__list.is-video {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.hero.no-content .hero__inner .hero__list .list,
.hero.no-content .hero__inner .hero__list.is-video .list {
  width: 100%;
  height: 100%;
  margin: 0;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1560' height='900' fill='none' viewBox='0 0 1560 900'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23e84b25' stroke-miterlimit='10' stroke-width='2' d='M1560 843H395.3c-110.756 0-127.956 56-197.493 56S110.755 843 0 843'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1560v900H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.hero .hero__inner {
  width: 100%;
  min-height: 41.6666666667vw;
  background: url(../images/BG.webp) no-repeat center/cover;
  padding: 10.8333333333vw 6.7708333333vw 5.2083333333vw;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1560' height='900' viewBox='0 0 1560 900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L1560 0.5V844H395.3C284.544 844 267.344 900 197.807 900C128.27 900 110.755 844 0 844V0Z' fill='black'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='1560' height='900' viewBox='0 0 1560 900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L1560 0.5V844H395.3C284.544 844 267.344 900 197.807 900C128.27 900 110.755 844 0 844V0Z' fill='black'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.hero .hero__content {
  width: 32.2916666667vw;
}
.hero .hero__title {
  font-weight: 700;
  line-height: 0.7;
  font-size: 6.25vw;
  color: #122734;
}
.hero .hero__title span {
  line-height: 0.9;
  font-size: 4.4270833333vw;
}
.hero .hero__text {
  margin-top: 0.2604166667vw;
  font-weight: 400;
  line-height: 1.44;
  font-size: 1.40625vw;
  color: #E84B25;
}
.hero .hero__list {
  position: absolute;
  z-index: 2;
  left: 1.3020833333vw;
  bottom: 0;
  width: 50.2604166667vw;
  height: 41.6666666667vw;
}
.hero .hero__list.is-video {
  width: 37.2395833333vw;
  pointer-events: all;
}
.hero .hero__list .list {
  width: calc(100% + 2.6041666667vw);
  margin: 0 -1.3020833333vw;
  height: 100%;
}
.hero .hero__list .item {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  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;
}
.hero .hero__list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.hero .hero__list .item-video__button {
  position: absolute;
  z-index: 3;
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  border-radius: 50%;
  overflow: hidden;
  border: 0.1041666667vw solid #E84B25;
  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;
  will-change: transform;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 4.1666666667vw;
}
@media only screen and (min-width: 768px) {
  .hero .hero__list .item-video__button:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.hero .hero__list .item-video__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(30px) brightness(1.15);
}
.hero .hero__list .item-video__button strong {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  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;
}
.hero .hero__list .item-video__button strong::before, .hero .hero__list .item-video__button strong::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hero .hero__list .item-video__button strong::before {
  width: 1.9270833333vw;
  height: 2.3958333333vw;
  -webkit-transform: translateX(0.3125vw);
          transform: translateX(0.3125vw);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='62' viewBox='0 0 53 62'%3E%3Cg fill='%23e84b25' data-name='Многоугольник 1'%3E%3Cpath d='M1 60.257V1.743L51.02 31z'/%3E%3Cpath d='M49.039 31 2 3.487v55.026zM53 31 0 62V0z'/%3E%3C/g%3E%3C/svg%3E");
}
.hero .hero__list .item-video__button strong::after {
  width: 1.5625vw;
  height: 2.5vw;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='70' viewBox='0 0 44 70'%3E%3Cg fill='%23e84b25' data-name='Сгруппировать 109'%3E%3Cpath d='M0 0h14v70H0z' data-name='Прямоугольник 128'/%3E%3Cpath d='M30 0h14v70H30z' data-name='Прямоугольник 129'/%3E%3C/g%3E%3C/svg%3E");
}
.hero .swiper-pagination {
  left: auto;
  right: 6.3020833333vw;
  bottom: 3.6458333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.4166666667vw;
  width: auto;
}
.hero .swiper-pagination.swiper-pagination-lock {
  display: none;
}
.hero .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 50%;
  background-color: #E84B25;
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #122734;
}
.hero .hero__button {
  position: absolute;
  z-index: 3;
  left: 8.4895833333vw;
  bottom: 0.8854166667vw;
}

@media only screen and (max-width: 768px) {
  .hero {
    display: none;
  }
}
.hero-mobile {
  display: none;
  overflow: hidden;
}
.hero-mobile .hero-mobile__inner {
  width: 100%;
}
.hero-mobile .hero-mobile__wrapper {
  width: 100%;
  min-height: 134.1666666667vw;
  background: url(../images/BG-mb.webp) no-repeat center/cover;
  padding-top: 8.6111111111vw;
}
.hero-mobile .hero-mobile__title {
  width: 79.1666666667vw;
  margin: 0 auto 2.7777777778vw;
  text-align: center;
  font-weight: 700;
  line-height: 0.7;
  font-size: 16.6666666667vw;
  color: #122734;
}
.hero-mobile .hero-mobile__title span {
  line-height: 0.9;
  font-size: 11.1111111111vw;
}
.hero-mobile .hero-mobile__list {
  width: 100%;
  height: 112.5vw;
  position: relative;
  z-index: 2;
}
.hero-mobile .hero-mobile__list.is-video {
  margin-top: 8.3333333333vw;
}
.hero-mobile .hero-mobile__list *,
.hero-mobile .hero-mobile__list *::before,
.hero-mobile .hero-mobile__list *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero-mobile .hero-mobile__list .list {
  width: 100%;
  height: 100%;
}
.hero-mobile .hero-mobile__list .list::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
  left: 0;
  bottom: 8.3333333333vw;
  width: 100%;
  height: 41.6666666667vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.hero-mobile .hero-mobile__list .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.hero-mobile .hero-mobile__list .swiper-pagination {
  left: auto;
  right: auto;
  bottom: 26.3888888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 12.2222222222vw;
  width: 100%;
  z-index: 3;
}
.hero-mobile .hero-mobile__list .swiper-pagination.swiper-pagination-lock {
  display: none;
}
.hero-mobile .hero-mobile__list .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  border-radius: 50%;
  background-color: #707070;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.3);
}
.hero-mobile .hero-mobile__list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.6666);
          transform: scale(1.6666);
  background-color: #E84B25;
}
.hero-mobile .hero-mobile__list .item {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  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;
}
.hero-mobile .hero-mobile__list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.hero-mobile .hero-mobile__list .item-video__button {
  position: absolute;
  z-index: 3;
  width: 22.2222222222vw;
  height: 22.2222222222vw;
  border-radius: 50%;
  overflow: hidden;
  border: 0.5555555556vw solid #E84B25;
  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;
  will-change: transform;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 18.0555555556vw;
}
.hero-mobile .hero-mobile__list .item-video__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(30px) brightness(1.15);
}
.hero-mobile .hero-mobile__list .item-video__button strong {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  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;
}
.hero-mobile .hero-mobile__list .item-video__button strong::before, .hero-mobile .hero-mobile__list .item-video__button strong::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hero-mobile .hero-mobile__list .item-video__button strong::before {
  width: 8.8888888889vw;
  height: 11.1111111111vw;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='62' viewBox='0 0 53 62'%3E%3Cg fill='%23e84b25' data-name='Многоугольник 1'%3E%3Cpath d='M1 60.257V1.743L51.02 31z'/%3E%3Cpath d='M49.039 31 2 3.487v55.026zM53 31 0 62V0z'/%3E%3C/g%3E%3C/svg%3E");
}
.hero-mobile .hero-mobile__list .item-video__button strong::after {
  width: 8.8888888889vw;
  height: 11.1111111111vw;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='70' viewBox='0 0 44 70'%3E%3Cg fill='%23e84b25' data-name='Сгруппировать 109'%3E%3Cpath d='M0 0h14v70H0z' data-name='Прямоугольник 128'/%3E%3Cpath d='M30 0h14v70H30z' data-name='Прямоугольник 129'/%3E%3C/g%3E%3C/svg%3E");
}
.hero-mobile .hero-mobile__text {
  padding: 4.1666666667vw 9.7222222222vw;
  text-align: center;
  font-weight: 400;
  line-height: 1.25;
  font-size: 5.5555555556vw;
  color: #E84B25;
  position: relative;
  z-index: 3;
  margin-top: -15.8333333333vw;
}
.hero-mobile .hero-mobile__text::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: -4.1666666667vw;
  left: 0;
  width: 204.7222222222vw;
  height: 11.6666666667vw;
  -webkit-transform: translateX(-79.1666666667vw);
          transform: translateX(-79.1666666667vw);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='737' height='42' fill='none' viewBox='0 0 737 42'%3E%3Cpath fill='%23fff' stroke='%23e84b25' d='M242 .541c19.506 0 29.498-.091 37.994 0h.009c6.932-.034 12.978-.234 22.402 1.582 10.668 2.056 18.355 6.27 25.991 10.195 7.63 3.922 15.202 7.55 25.549 8.31 4.875.71 9.845-.453 16.111-2.883 6.258-2.427 13.916-6.165 24.13-10.65 9.532-3.614 15.043-4.394 20.863-4.965C435.788.096 453.846.57 470.998.632 497.001.726 520.827.543 548.5.54v40h-359v-40z'/%3E%3Cpath fill='%23fff' d='M544 1.041h5v40h-5zM189 1.041h7v40h-7z'/%3E%3Cpath fill='%23fff' d='M189 35.041h360v6H189z'/%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M0 .04h192v41H0z'/%3E%3C/mask%3E%3Cpath fill='%23fff' d='M0 .04h192v41H0z'/%3E%3Cpath fill='%23e84b25' d='M0 .04v1h192v-2H0z' mask='url(%23a)'/%3E%3Cmask id='b' fill='%23fff'%3E%3Cpath d='M545 .04h192v41H545z'/%3E%3C/mask%3E%3Cpath fill='%23fff' d='M545 .04h192v41H545z'/%3E%3Cpath fill='%23e84b25' d='M545 .04v1h192v-2H545z' mask='url(%23b)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hero-mobile .hero-mobile__text[data-size="4"].bullet-2::before {
  -webkit-transform: translateX(-59.7222222222vw);
          transform: translateX(-59.7222222222vw);
}
.hero-mobile .hero-mobile__text[data-size="4"].bullet-3::before {
  -webkit-transform: translateX(-38.8888888889vw);
          transform: translateX(-38.8888888889vw);
}
.hero-mobile .hero-mobile__text[data-size="4"].bullet-4::before {
  -webkit-transform: translateX(-18.0555555556vw);
          transform: translateX(-18.0555555556vw);
}
.hero-mobile .hero-mobile__text[data-size="3"]::before {
  -webkit-transform: translateX(-69.4444444444vw);
          transform: translateX(-69.4444444444vw);
}
.hero-mobile .hero-mobile__text[data-size="3"].bullet-2::before {
  -webkit-transform: translateX(-49.1666666667vw);
          transform: translateX(-49.1666666667vw);
}
.hero-mobile .hero-mobile__text[data-size="3"].bullet-3::before {
  -webkit-transform: translateX(-28.8888888889vw);
          transform: translateX(-28.8888888889vw);
}
.hero-mobile .hero-mobile__text[data-size="2"]::before {
  -webkit-transform: translateX(-58.8888888889vw);
          transform: translateX(-58.8888888889vw);
}
.hero-mobile .hero-mobile__text[data-size="2"].bullet-2::before {
  -webkit-transform: translateX(-37.7777777778vw);
          transform: translateX(-37.7777777778vw);
}
.hero-mobile .hero-mobile__text::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -1.3888888889vw;
  width: 100%;
  height: calc(100% - 4.1666666667vw);
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .hero-mobile {
    display: block;
  }
}
.video-section {
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-top: -2.96875vw;
}
.video-section::before {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1560' height='900' fill='none' viewBox='0 0 1560 900'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23fff' stroke-miterlimit='10' stroke-width='2' d='M1560 843H395.3c-110.756 0-127.956 56-197.493 56S110.755 843 0 843'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1560v900H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .video-section.is-play .video-section__poster {
    opacity: 0;
  }
  .video-section.is-play .video-section__button {
    opacity: 0;
  }
  .video-section.is-play .video-section__button strong::before {
    opacity: 0;
  }
  .video-section.is-play .video-section__button strong::after {
    opacity: 1;
  }
  .video-section.is-play .video-section__description,
  .video-section.is-play .video-section__next-button {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.video-section .video-section__inner {
  width: 100%;
  min-height: 46.875vw;
  padding: 2.6041666667vw;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1560' height='900' viewBox='0 0 1560 900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L1560 0.5V844H395.3C284.544 844 267.344 900 197.807 900C128.27 900 110.755 844 0 844V0Z' fill='black'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='1560' height='900' viewBox='0 0 1560 900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L1560 0.5V844H395.3C284.544 844 267.344 900 197.807 900C128.27 900 110.755 844 0 844V0Z' fill='black'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.video-section .video-section__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  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;
}
.video-section .video-section__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.video-section .video-section__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-section .video-section__button {
  position: absolute;
  left: calc(50% + 3.6458333333vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7.2916666667vw;
  height: 7.2916666667vw;
  z-index: 3;
  border-radius: 50%;
  overflow: hidden;
  border: 0.1041666667vw solid #E84B25;
  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;
  will-change: transform;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) {
  .video-section .video-section__button:hover {
    -webkit-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
  }
}
.video-section .video-section__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(30px) brightness(1.15);
}
.video-section .video-section__button strong {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  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;
}
.video-section .video-section__button strong::before, .video-section .video-section__button strong::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.video-section .video-section__button strong::before {
  width: 2.7604166667vw;
  height: 3.2291666667vw;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='62' viewBox='0 0 53 62'%3E%3Cg fill='%23e84b25' data-name='Многоугольник 1'%3E%3Cpath d='M1 60.257V1.743L51.02 31z'/%3E%3Cpath d='M49.039 31 2 3.487v55.026zM53 31 0 62V0z'/%3E%3C/g%3E%3C/svg%3E");
}
.video-section .video-section__button strong::after {
  width: 2.2916666667vw;
  height: 3.6458333333vw;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='70' viewBox='0 0 44 70'%3E%3Cg fill='%23e84b25' data-name='Сгруппировать 109'%3E%3Cpath d='M0 0h14v70H0z' data-name='Прямоугольник 128'/%3E%3Cpath d='M30 0h14v70H30z' data-name='Прямоугольник 129'/%3E%3C/g%3E%3C/svg%3E");
}
.video-section .video-section__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-section .video-section__block video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-section .video-section__description {
  position: absolute;
  z-index: 4;
  bottom: 2.6041666667vw;
  right: 4.375vw;
  width: 16.7708333333vw;
  padding: 2.9166666667vw 1.0416666667vw 2.2916666667vw;
  border-radius: 2.8125vw 2.8125vw 0 0;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px) brightness(1.37);
  font-weight: 500;
  line-height: 1.45;
  font-size: 1.0416666667vw;
  color: #122734;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.video-section .video-section__description p {
  margin-bottom: 1.3020833333vw;
}
.video-section .video-section__description p:last-child {
  margin-bottom: 0;
}
.video-section .video-section__next-button {
  position: absolute;
  z-index: 3;
  left: 8.4895833333vw;
  bottom: 2.2916666667vw;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 768px) {
  .video-section {
    margin-top: 0;
    background-color: #fff;
    padding-bottom: 7.2222222222vw;
  }
  .video-section::before {
    display: none;
  }
  .video-section.is-play .video-section__poster {
    opacity: 0;
  }
  .video-section.is-play .video-section__button {
    left: 3.8888888889vw;
    -webkit-transform: translateX(0) translateY(60vw);
            transform: translateX(0) translateY(60vw);
  }
  .video-section.is-play .video-section__button strong::before {
    opacity: 0;
  }
  .video-section.is-play .video-section__button strong::after {
    opacity: 1;
  }
  .video-section.is-play .video-section__description {
    margin-top: 0;
  }
  .video-section .video-section__inner {
    min-height: 1px;
    padding: 0px;
    -webkit-mask-image: none;
            mask-image: none;
  }
  .video-section .video-section__wrapper {
    position: relative;
    width: 100%;
    height: 177.7777777778vw;
  }
  .video-section .video-section__button {
    position: absolute;
    top: 76.6666666667vw;
    left: 50%;
    width: 22.2222222222vw;
    height: 22.2222222222vw;
    border: 0.5555555556vw solid #E84B25;
  }
  .video-section .video-section__button strong::before {
    width: 8.8888888889vw;
    height: 11.1111111111vw;
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  .video-section .video-section__button strong::after {
    width: 8.8888888889vw;
    height: 11.1111111111vw;
  }
  .video-section .video-section__description {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 8.3333333333vw;
    border-radius: 8.3333333333vw 8.3333333333vw 0 0;
    font-size: 5.5555555556vw;
    line-height: 1.53;
    margin-top: -70.5555555556vw;
  }
  .video-section .video-section__description p {
    margin-bottom: 6.9444444444vw;
  }
  .video-section .video-section__next-button {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .contact {
    overflow: hidden;
    margin-top: -2.96875vw;
  }
  .contact.is-active .contact__bg.bg-light {
    opacity: 1;
  }
  .contact.is-active .contact__bg.bg-dark {
    opacity: 0;
  }
  .contact.is-active .contact__form .contact__form-title,
  .contact.is-active .contact__form .contact__form-wrapper {
    opacity: 1;
    pointer-events: all;
  }
  .contact.is-active .contact__infographics {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  .contact.is-active .contact__infographics .infographics-middle {
    opacity: 0;
    pointer-events: none;
  }
  .contact.is-active .contact__infographics .infographics-bottom {
    -webkit-transform: translateY(-4.4791666667vw);
            transform: translateY(-4.4791666667vw);
  }
  .contact .contact__inner {
    width: 100%;
    min-height: 49.7916666667vw;
    padding: 7.1875vw 5.5729166667vw 1.7708333333vw;
    position: relative;
    z-index: 2;
  }
  .contact .contact__inner::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #122734;
  }
  .contact .contact__bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .contact .contact__bg.bg-light {
    opacity: 0;
  }
  .contact .contact__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact .contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 13.6458333333vw;
  }
  .contact .contact__form {
    width: 22.4479166667vw;
  }
  .contact .contact__form .contact__form-inner {
    width: 100%;
  }
  .contact .contact__form .contact__form-title {
    font-weight: 700;
    line-height: 1.1;
    font-size: 2.0833333333vw;
    color: #fff;
    margin-bottom: 2.3958333333vw;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .contact .contact__form .contact__form-wrapper {
    width: 14.5833333333vw;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .contact .contact__form .contact__form-wrapper form[data-status=submitting]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' width='20' height='20' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M20 0H0v20h20z'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cmask id='c' width='20' height='20' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/mask%3E%3Cg mask='url(%23c)'%3E%3Cpath fill='%23122734' d='M10 0a10 10 0 1 0 0 20 10 10 0 0 0 0-20m0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16'/%3E%3Cpath fill='%23fff' d='M18 10h2A10 10 0 0 0 10 0v2a8 8 0 0 1 8 8'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
  .contact .contact__form .contact__form-wrapper .input-field .wpcf7-not-valid {
    border: 1px solid #0000ff !important;
  }
  .contact .contact__form .contact__form-wrapper .checkbox-field {
    margin-top: 0.4166666667vw;
  }
  .contact .contact__form .contact__form-wrapper .checkbox-field input[type=checkbox]:checked + .wpcf7-list-item-label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.541' height='19.121' viewBox='0 0 21.541 19.121'%3E%3Cg stroke='%23122734'%3E%3Cg fill='%23fff' data-name='Эллипс 7' transform='translate(0 1.121)'%3E%3Ccircle cx='9' cy='9' r='9' stroke='none'/%3E%3Ccircle cx='9' cy='9' r='8.5' fill='none'/%3E%3C/g%3E%3Cpath fill='none' stroke-linecap='round' stroke-width='3' d='m3.333 9.092 4.29 5.362L19.42 2.121' data-name='Контур 451'/%3E%3C/g%3E%3C/svg%3E");
  }
  .contact .contact__form .contact__form-wrapper .checkbox-field .wpcf7-not-valid .wpcf7-list-item-label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.541' height='19.121' viewBox='0 0 21.541 19.121'%3E%3Cg fill='%23fff' stroke='%2300f' data-name='Эллипс 7' transform='translate(0 1.121)'%3E%3Ccircle cx='9' cy='9' r='9' stroke='none'/%3E%3Ccircle cx='9' cy='9' r='8.5' fill='none'/%3E%3C/g%3E%3C/svg%3E");
  }
  .contact .contact__form .contact__form-wrapper .checkbox-field .wpcf7-list-item-label {
    color: #fff;
  }
  .contact .contact__form .contact__form-wrapper .button-field button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #122734;
    position: relative;
    padding: 0.2604166667vw 2.6041666667vw;
  }
  .contact .contact__form .contact__form-wrapper .button-field button:hover {
    font-weight: 900;
    background-color: #122734;
  }
  .contact .contact__form .contact__form-wrapper .button-field button .is-arrow {
    position: absolute;
    top: 50%;
    left: 0.78125vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact .contact__form .contact__form-open-button,
  .contact .contact__form .contact__form-privacy {
    display: none;
  }
  .contact .contact__form .contact__form-rights {
    width: 14.5833333333vw;
    margin-top: 1.25vw;
    font-weight: 400;
    line-height: 1.2;
    font-size: 0.6770833333vw;
    color: #fff;
  }
  .contact .contact__infographics {
    width: 20.8333333333vw;
    margin-top: 0.5208333333vw;
    -webkit-transform: translate(-9.21875vw, -2.1875vw);
            transform: translate(-9.21875vw, -2.1875vw);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
  .contact .contact__infographics .infographics-top {
    width: 100%;
    height: 17.34375vw;
  }
  .contact .contact__infographics .infographics-top svg {
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .contact .contact__infographics .infographics-middle {
    width: calc(100% + 28.125vw);
    margin: 0.625vw -14.0625vw 0;
    text-align: center;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .contact .contact__infographics .infographics-middle .infographics-middle-label {
    font-weight: 400;
    line-height: 1.1;
    font-size: 1.0416666667vw;
    color: #fff;
  }
  .contact .contact__infographics .infographics-middle .infographics-middle-title {
    font-weight: 700;
    line-height: 1.1;
    font-size: 2.0833333333vw;
    color: #fff;
  }
  .contact .contact__infographics .infographics-middle .infographics-middle-text {
    font-weight: 400;
    line-height: 1.1;
    font-size: 1.0416666667vw;
    color: #fff;
    cursor: pointer;
  }
  .contact .contact__infographics .infographics-middle .infographics-middle-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.0416666667vw;
    margin-bottom: -4.4270833333vw;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .contact .contact__infographics .infographics-middle .infographics-middle-button.is-show {
    opacity: 1;
    pointer-events: all;
  }
  .contact .contact__infographics .infographics-middle .infographics-middle-button button {
    width: auto;
    min-width: 10.0520833333vw;
    min-height: 2.6041666667vw;
    border-radius: 1.5625vw;
    background-color: #E84B25;
    padding: 0.2604166667vw 1.0416666667vw 0.2604166667vw 2.8645833333vw;
    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;
    gap: 0.78125vw;
    -webkit-box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.3);
    font-family: "Heebo", sans-serif;
    font-weight: 300;
    line-height: 1.2;
    font-size: 1.0416666667vw;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    z-index: 2;
  }
  .contact .contact__infographics .infographics-middle .infographics-middle-button button:hover {
    font-weight: 700;
  }
  .contact .contact__infographics .infographics-middle .infographics-middle-button button:hover .is-arrow {
    width: 1.3541666667vw;
  }
  .contact .contact__infographics .infographics-middle .infographics-middle-button button .is-arrow {
    position: absolute;
    top: 50%;
    left: 0.78125vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    width: 0.9375vw;
    height: 0.1041666667vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .contact .contact__infographics .infographics-middle .infographics-middle-button button .is-arrow::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 2px;
  }
  .contact .contact__infographics .infographics-middle .infographics-middle-button button .is-arrow::after {
    content: "";
    position: absolute;
    left: -0.1041666667vw;
    width: 0.4166666667vw;
    height: 1.09375vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.806' height='21.424' viewBox='0 0 8.806 21.424'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2' d='m7.419 1.387-6.217 9.325 6.217 9.326' data-name='Контур 450'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .contact .contact__infographics .infographics-bottom {
    margin-top: 0.5208333333vw;
    width: 100%;
    height: 17.7604166667vw;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
  .contact .contact__infographics .infographics-bottom svg {
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .contact .contact__infographics [data-up-tooth].is-active .tooth,
  .contact .contact__infographics [data-down-tooth].is-active .tooth {
    fill: rgba(255, 255, 255, 0.5);
  }
  .contact .contact__infographics .tooth {
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .contact .contact__infographics .tooth:hover {
    fill: rgba(255, 255, 255, 0.5);
  }
  .contact .contact__infographics .figure {
    pointer-events: none;
  }
}
@media only screen and (max-width: 768px) {
  .contact {
    margin-top: -1px;
    overflow: hidden;
  }
  .contact.is-show .contact__inner::before {
    background-color: #E84B25;
  }
  .contact.is-show .contact__infographics .infographics-middle {
    opacity: 0;
    pointer-events: none;
  }
  .contact.is-show .contact__infographics .infographics-bottom {
    -webkit-transform: translateY(-22.5vw);
            transform: translateY(-22.5vw);
  }
  .contact.is-show .contact__form {
    margin-top: -13.8888888889vw;
    padding-top: 0;
  }
  .contact.is-show .contact__form.is-show .contact__form-open-button {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
  }
  .contact .contact__inner {
    position: relative;
    padding: 13.8888888889vw 10.5555555556vw 20.8333333333vw;
  }
  .contact .contact__inner::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -15px;
    width: 47.7777777778vw;
    height: 6.6666666667vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='392' height='58' fill='none' viewBox='0 0 392 58'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M1920 0H395.3C284.544 0 267.344 56 197.807 56S110.755 0 0 0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h392v58H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .contact .contact__inner::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #122734;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .contact .contact__bg {
    display: none;
  }
  .contact .contact__infographics {
    width: 100%;
  }
  .contact .contact__infographics .infographics-top {
    width: 100%;
    height: 66.1111111111vw;
    pointer-events: none;
  }
  .contact .contact__infographics .infographics-top svg {
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .contact .contact__infographics .infographics-middle {
    margin-top: -14.7222222222vw;
    margin-bottom: -6.1111111111vw;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .contact .contact__infographics .infographics-middle .infographics-middle-label {
    width: 33.3333333333vw;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1.2;
    font-size: 4.1666666667vw;
    color: #fff;
    text-align: center;
    margin-bottom: 5.2777777778vw;
  }
  .contact .contact__infographics .infographics-middle .infographics-middle-title {
    width: 77.7777777778vw;
    margin: 0 auto;
    font-weight: 700;
    line-height: 1.05;
    font-size: 5.5555555556vw;
    color: #fff;
    text-align: center;
    margin-bottom: 5.5555555556vw;
  }
  .contact .contact__infographics .infographics-middle .infographics-middle-text {
    font-weight: 400;
    line-height: 1.46;
    font-size: 4.1666666667vw;
    color: #fff;
    text-align: center;
  }
  .contact .contact__infographics .infographics-middle .infographics-middle-button {
    display: none;
  }
  .contact .contact__infographics .infographics-bottom {
    width: 100%;
    height: 66.3888888889vw;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    margin-top: 0.8333333333vw;
    pointer-events: none;
  }
  .contact .contact__infographics .infographics-bottom svg {
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .contact .contact__infographics [data-up-tooth].is-active .tooth,
  .contact .contact__infographics [data-down-tooth].is-active .tooth {
    fill: rgba(255, 255, 255, 0.5);
  }
  .contact .contact__infographics .tooth {
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .contact .contact__infographics .figure {
    pointer-events: none;
  }
  .contact .contact__form {
    position: relative;
    z-index: 2;
    margin-top: 5vw;
    padding-top: 18.0555555556vw;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .contact .contact__form.is-show .contact__form-open-button {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
  .contact .contact__form.is-show .contact__form-rights {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .contact .contact__form-inner {
    display: none;
  }
  .contact .contact__form-title {
    width: calc(100% + 6.6666666667vw);
    margin: 0 -3.3333333333vw;
    font-weight: 700;
    line-height: 1.07;
    font-size: 7.7777777778vw;
    color: #fff;
    text-align: center;
    margin-bottom: 12.7777777778vw;
  }
  .contact .contact__form-title br {
    display: none;
  }
  .contact .contact__form-privacy {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    font-size: 4.4444444444vw;
    color: #BCB7B7;
    margin-top: 8.8888888889vw;
    margin-bottom: 3.3333333333vw;
  }
  .contact .contact__form-open-button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .contact .contact__form-open-button button {
    width: 100%;
    min-height: 13.8888888889vw;
    border-radius: 8.3333333333vw;
    background-color: #E84B25;
    padding: 1.3888888889vw 5.5555555556vw 1.3888888889vw 15.2777777778vw;
    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;
    gap: 4.1666666667vw;
    -webkit-box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.3);
    font-family: "Heebo", sans-serif;
    font-weight: 300;
    line-height: 1.2;
    font-size: 5.5555555556vw;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    z-index: 2;
  }
  .contact .contact__form-open-button button .is-arrow {
    position: absolute;
    top: 50%;
    left: 4.1666666667vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    width: 5vw;
    height: 0.5555555556vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .contact .contact__form-open-button button .is-arrow::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 0.5555555556vw;
  }
  .contact .contact__form-open-button button .is-arrow::after {
    content: "";
    position: absolute;
    left: -0.5555555556vw;
    width: 2.2222222222vw;
    height: 5.8333333333vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.806' height='21.424' viewBox='0 0 8.806 21.424'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2' d='m7.419 1.387-6.217 9.325 6.217 9.326' data-name='Контур 450'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .contact .contact__form-rights {
    margin-top: 3.3333333333vw;
    font-weight: 400;
    line-height: 1;
    font-size: 3.6111111111vw;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(-10.5555555556vw);
            transform: translateY(-10.5555555556vw);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    will-change: transform;
  }
}
.section-thank {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-thank .section-thank__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-thank .section-thank__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-thank .section-thank__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-thank .section-thank__content {
  width: 49.4791666667vw;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7.03125vw 0;
}
.section-thank .section-thank__logo {
  display: none;
}
.section-thank .section-thank__title {
  font-weight: 500;
  line-height: 1.01;
  font-size: 6.25vw;
  color: #E84B25;
}
.section-thank .section-thank__text {
  font-weight: 400;
  line-height: 1.2;
  font-size: 2.6041666667vw;
  color: #122734;
  margin-top: 0.9895833333vw;
}
.section-thank .section-thank__title-mobile,
.section-thank .section-thank__text-mobile {
  display: none;
}
.section-thank .section-thank__bottom {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 2.6041666667vw 4.1666666667vw 2.0833333333vw 20.8333333333vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section-thank .section-thank__bottom::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1924' height='113' fill='none' viewBox='0 0 1924 113'%3E%3Cpath fill='%23fff' stroke='%23e84b25' stroke-width='2' d='M2.049 1.102c35.563 1.753 58.166 6.014 78.536 13.244 20.322 7.213 38.406 17.382 64.838 30.848 11.717 5.235 20.41 8.453 29.008 10.369 8.596 1.915 17.14 2.538 28.569 2.538h.01c21.726.213 47.054-8.904 72.483-23.862l.026-.014C321.18 9.137 349.831 4.11 392.931 1.103l.034-.002H1923v110H1V1.051z'/%3E%3Cpath fill='%23fff' d='M0 2.101h2l9 110H0zM11 82.101h1913v30H11z'/%3E%3Cpath fill='%23fff' d='M1918 2.101h6v110h-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.section-thank .section-thank__bottom .section-thank__bottom-text {
  position: absolute;
  bottom: calc(100% + 1.5625vw);
  left: 19.5833333333vw;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.8229166667vw;
  color: #122734;
}
.section-thank .section-thank__bottom .section-thank__bottom-social {
  position: absolute;
  left: 7.2916666667vw;
  bottom: calc(100% - 1.6666666667vw);
  width: 6.09375vw;
  height: 6.09375vw;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 -0.2604166667vw 0.3125vw rgba(0, 0, 0, 0.3);
          box-shadow: 0 -0.2604166667vw 0.3125vw rgba(0, 0, 0, 0.3);
}
.section-thank .section-thank__bottom .section-thank__bottom-social a, .section-thank .section-thank__bottom .section-thank__bottom-social img {
  width: 100%;
  height: 100%;
}
.section-thank .section-thank__bottom .section-thank__bottom-social img {
  -o-object-fit: contain;
     object-fit: contain;
}
.section-thank .section-thank__bottom .section-thank__bottom-rights {
  font-weight: 400;
  line-height: 1.1;
  font-size: 0.8854166667vw;
  color: #122734;
}

@media only screen and (max-width: 768px) {
  .section-thank .section-thank__content {
    width: 79.4444444444vw;
    padding: 10vw 0 27.7777777778vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section-thank .section-thank__logo {
    display: block;
    width: 48.6111111111vw;
    height: 12.2222222222vw;
    margin: 0 auto 16.9444444444vw;
  }
  .section-thank .section-thank__logo a,
  .section-thank .section-thank__logo img {
    width: 100%;
    height: 100%;
  }
  .section-thank .section-thank__logo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .section-thank .section-thank__title,
  .section-thank .section-thank__text {
    display: none;
  }
  .section-thank .section-thank__title-mobile {
    display: block;
    font-weight: 700;
    line-height: 1.14;
    font-size: 13.3333333333vw;
    color: #E84B25;
    text-align: center;
  }
  .section-thank .section-thank__text-mobile {
    display: block;
    font-weight: 700;
    line-height: 1.45;
    font-size: 5.5555555556vw;
    color: #122734;
    text-align: center;
    margin-top: 2.7777777778vw;
  }
  .section-thank .section-thank__bottom {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding: 14.4444444444vw 5.5555555556vw 24.1666666667vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .section-thank .section-thank__bottom::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 204.7222222222vw;
    height: 11.6666666667vw;
    -webkit-transform: translateX(-79.1666666667vw);
            transform: translateX(-79.1666666667vw);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='737' height='42' fill='none' viewBox='0 0 737 42'%3E%3Cpath fill='%23fff' stroke='%23e84b25' d='M242 .541c19.506 0 29.498-.091 37.994 0h.009c6.932-.034 12.978-.234 22.402 1.582 10.668 2.056 18.355 6.27 25.991 10.195 7.63 3.922 15.202 7.55 25.549 8.31 4.875.71 9.845-.453 16.111-2.883 6.258-2.427 13.916-6.165 24.13-10.65 9.532-3.614 15.043-4.394 20.863-4.965C435.788.096 453.846.57 470.998.632 497.001.726 520.827.543 548.5.54v40h-359v-40z'/%3E%3Cpath fill='%23fff' d='M544 1.041h5v40h-5zM189 1.041h7v40h-7z'/%3E%3Cpath fill='%23fff' d='M189 35.041h360v6H189z'/%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M0 .04h192v41H0z'/%3E%3C/mask%3E%3Cpath fill='%23fff' d='M0 .04h192v41H0z'/%3E%3Cpath fill='%23e84b25' d='M0 .04v1h192v-2H0z' mask='url(%23a)'/%3E%3Cmask id='b' fill='%23fff'%3E%3Cpath d='M545 .04h192v41H545z'/%3E%3C/mask%3E%3Cpath fill='%23fff' d='M545 .04h192v41H545z'/%3E%3Cpath fill='%23e84b25' d='M545 .04v1h192v-2H545z' mask='url(%23b)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .section-thank .section-thank__bottom::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 9.7222222222vw);
    background-color: #fff;
  }
  .section-thank .section-thank__bottom .section-thank__bottom-text {
    width: 51.6666666667vw;
    position: absolute;
    bottom: calc(100% + 2.2222222222vw);
    left: auto;
    right: 7.7777777778vw;
    line-height: 1.45;
    font-size: 5.5555555556vw;
  }
  .section-thank .section-thank__bottom .section-thank__bottom-social {
    left: 9.7222222222vw;
    bottom: calc(100% - 1px);
    width: 18.6111111111vw;
    height: 18.6111111111vw;
    -webkit-box-shadow: 0 -1.3888888889vw 1.6666666667vw rgba(0, 0, 0, 0.3);
            box-shadow: 0 -1.3888888889vw 1.6666666667vw rgba(0, 0, 0, 0.3);
  }
  .section-thank .section-thank__bottom .section-thank__bottom-rights {
    width: 57.5vw;
    margin: 0 auto;
    line-height: 1.17;
    font-size: 4.7222222222vw;
    text-align: center;
  }
}
.section-error {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-error .section-error__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-error .section-error__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-error .section-error__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-error .section-error__content {
  width: 49.4791666667vw;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7.03125vw 0;
}
.section-error .section-error__title {
  font-weight: 500;
  line-height: 1.01;
  font-size: 6.25vw;
  color: #E84B25;
}
.section-error .section-error__text {
  font-weight: 400;
  line-height: 1.2;
  font-size: 2.6041666667vw;
  color: #122734;
  margin-top: 0.9895833333vw;
}
.section-error .section-error__bottom {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 2.6041666667vw 4.1666666667vw 2.0833333333vw 20.8333333333vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section-error .section-error__bottom::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1924' height='113' fill='none' viewBox='0 0 1924 113'%3E%3Cpath fill='%23fff' stroke='%23e84b25' stroke-width='2' d='M2.049 1.102c35.563 1.753 58.166 6.014 78.536 13.244 20.322 7.213 38.406 17.382 64.838 30.848 11.717 5.235 20.41 8.453 29.008 10.369 8.596 1.915 17.14 2.538 28.569 2.538h.01c21.726.213 47.054-8.904 72.483-23.862l.026-.014C321.18 9.137 349.831 4.11 392.931 1.103l.034-.002H1923v110H1V1.051z'/%3E%3Cpath fill='%23fff' d='M0 2.101h2l9 110H0zM11 82.101h1913v30H11z'/%3E%3Cpath fill='%23fff' d='M1918 2.101h6v110h-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.section-error .section-error__bottom .section-error__bottom-text {
  position: absolute;
  bottom: calc(100% + 1.5625vw);
  left: 19.5833333333vw;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.8229166667vw;
  color: #122734;
}
.section-error .section-error__bottom .section-error__bottom-social {
  position: absolute;
  left: 7.2916666667vw;
  bottom: calc(100% - 1.6666666667vw);
  width: 6.09375vw;
  height: 6.09375vw;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 -0.2604166667vw 0.3125vw rgba(0, 0, 0, 0.3);
          box-shadow: 0 -0.2604166667vw 0.3125vw rgba(0, 0, 0, 0.3);
}
.section-error .section-error__bottom .section-error__bottom-social a,
.section-error .section-error__bottom .section-error__bottom-social img {
  width: 100%;
  height: 100%;
}
.section-error .section-error__bottom .section-error__bottom-social img {
  -o-object-fit: contain;
     object-fit: contain;
}
.section-error .section-error__bottom .section-error__bottom-rights {
  font-weight: 400;
  line-height: 1.1;
  font-size: 0.8854166667vw;
  color: #122734;
}

@media only screen and (max-width: 768px) {
  .section-error .section-error__content {
    width: 79.4444444444vw;
    padding: 10vw 0 27.7777777778vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section-error .section-error__logo {
    display: block;
    width: 48.6111111111vw;
    height: 12.2222222222vw;
    margin: 0 auto 16.9444444444vw;
  }
  .section-error .section-error__logo a,
  .section-error .section-error__logo img {
    width: 100%;
    height: 100%;
  }
  .section-error .section-error__logo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .section-error .section-error__title {
    display: block;
    font-weight: 700;
    line-height: 1.14;
    font-size: 13.3333333333vw;
    color: #E84B25;
    text-align: center;
  }
  .section-error .section-error__text {
    display: block;
    font-weight: 700;
    line-height: 1.45;
    font-size: 5.5555555556vw;
    color: #122734;
    text-align: center;
    margin-top: 2.7777777778vw;
  }
  .section-error .section-error__bottom {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding: 14.4444444444vw 5.5555555556vw 24.1666666667vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .section-error .section-error__bottom::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 204.7222222222vw;
    height: 11.6666666667vw;
    -webkit-transform: translateX(-79.1666666667vw);
            transform: translateX(-79.1666666667vw);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='737' height='42' fill='none' viewBox='0 0 737 42'%3E%3Cpath fill='%23fff' stroke='%23e84b25' d='M242 .541c19.506 0 29.498-.091 37.994 0h.009c6.932-.034 12.978-.234 22.402 1.582 10.668 2.056 18.355 6.27 25.991 10.195 7.63 3.922 15.202 7.55 25.549 8.31 4.875.71 9.845-.453 16.111-2.883 6.258-2.427 13.916-6.165 24.13-10.65 9.532-3.614 15.043-4.394 20.863-4.965C435.788.096 453.846.57 470.998.632 497.001.726 520.827.543 548.5.54v40h-359v-40z'/%3E%3Cpath fill='%23fff' d='M544 1.041h5v40h-5zM189 1.041h7v40h-7z'/%3E%3Cpath fill='%23fff' d='M189 35.041h360v6H189z'/%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M0 .04h192v41H0z'/%3E%3C/mask%3E%3Cpath fill='%23fff' d='M0 .04h192v41H0z'/%3E%3Cpath fill='%23e84b25' d='M0 .04v1h192v-2H0z' mask='url(%23a)'/%3E%3Cmask id='b' fill='%23fff'%3E%3Cpath d='M545 .04h192v41H545z'/%3E%3C/mask%3E%3Cpath fill='%23fff' d='M545 .04h192v41H545z'/%3E%3Cpath fill='%23e84b25' d='M545 .04v1h192v-2H545z' mask='url(%23b)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .section-error .section-error__bottom::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 9.7222222222vw);
    background-color: #fff;
  }
  .section-error .section-error__bottom .section-error__bottom-text {
    width: 51.6666666667vw;
    position: absolute;
    bottom: calc(100% + 2.2222222222vw);
    left: auto;
    right: 7.7777777778vw;
    line-height: 1.45;
    font-size: 5.5555555556vw;
  }
  .section-error .section-error__bottom .section-error__bottom-social {
    left: 9.7222222222vw;
    bottom: calc(100% - 1px);
    width: 18.6111111111vw;
    height: 18.6111111111vw;
    -webkit-box-shadow: 0 -1.3888888889vw 1.6666666667vw rgba(0, 0, 0, 0.3);
            box-shadow: 0 -1.3888888889vw 1.6666666667vw rgba(0, 0, 0, 0.3);
  }
  .section-error .section-error__bottom .section-error__bottom-rights {
    width: 57.5vw;
    margin: 0 auto;
    line-height: 1.17;
    font-size: 4.7222222222vw;
    text-align: center;
  }
}
.section-content {
  overflow: hidden;
}
.section-content .section-content__inner {
  width: 51.5625vw;
  margin: 0 auto;
  padding: 5.2083333333vw 1.0416666667vw 5.2083333333vw;
}
.section-content .section-content__logo {
  display: none;
}
.section-content .section-content__title {
  font-weight: 500;
  line-height: 1.01;
  font-size: 6.25vw;
  color: #E84B25;
  text-align: center;
  margin-bottom: 2.6041666667vw;
}
@media only screen and (max-width: 768px) {
  .section-content .section-content__inner {
    width: 100%;
    padding: 10vw 5.5555555556vw 27.7777777778vw;
  }
  .section-content .section-content__logo {
    display: block;
    width: 48.6111111111vw;
    height: 12.2222222222vw;
    margin: 0 auto 16.9444444444vw;
  }
  .section-content .section-content__logo a,
  .section-content .section-content__logo img {
    width: 100%;
    height: 100%;
  }
  .section-content .section-content__logo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .section-content .section-content__title {
    display: block;
    font-weight: 700;
    line-height: 1.14;
    font-size: 13.3333333333vw;
    color: #E84B25;
    text-align: center;
    margin-bottom: 8.3333333333vw;
  }
}