@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 {
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
  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;
  background: #F1F1F1;
  height: 100%;
  position: relative;
  z-index: 2;
}
body.no-scroll {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
#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;
}

.js-reveal {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}
.js-reveal.js-reveal--up {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.js-reveal.js-reveal--left {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.js-reveal.js-reveal--right {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal {
    opacity: 1;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .js-reveal.js-reveal--left:not(.is-visible), .js-reveal.js-reveal--right:not(.is-visible) {
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
}
.title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 48px;
  letter-spacing: -0.02em;
  color: #09314B;
}
.title.is-white {
  color: #fff;
}
.title strong {
  color: #FF4E08;
}

.text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 16px;
  color: #09314B;
}
.text *:not(img, ul, ol, li, blockquote, span, strong, iframe, a, br, th, td, tr, thead, tbody) {
  margin-bottom: 20px;
}
.text > ul,
.text > ol,
.text > img,
.text > iframe,
.text > table,
.text > blockquote {
  margin-bottom: 20px;
}
.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: 56px;
}
.text h2 {
  font-size: 48px;
}
.text h3,
.text h4,
.text h5,
.text h6 {
  font-size: 32px;
}
.text a {
  color: inherit !important;
  text-decoration: underline !important;
}
.text blockquote {
  background: #2A3F58;
  border-radius: 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  padding: 56px 64px;
  position: relative;
  z-index: 2;
}
.text blockquote::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 24px;
  width: 40px;
  height: 32px;
  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-left: 15px;
  position: relative;
  z-index: 2;
}
.text ul li::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #09314B;
}
.text ul li ol {
  counter-reset: numUl;
}
.text ul li ol li {
  padding-left: 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-left: 15px;
}
.text ol li ul {
  padding-left: 15px;
}
.text ol li ul li {
  padding-left: 15px;
  position: relative;
  z-index: 2;
}
.text ol li ul li::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #09314B;
}
.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: 15px;
}
.text.is-white {
  color: #fff;
}

@media only screen and (max-width: 1920px) {
  .title {
    font-size: 2.5vw;
  }
  .text {
    font-size: 0.8333333333vw;
  }
  .text *:not(img, ul, ol, li, blockquote, span, strong, iframe, a, br, th, td, tr, thead, tbody) {
    margin-bottom: 1.0416666667vw;
  }
  .text > ul,
  .text > ol,
  .text > img,
  .text > iframe,
  .text > table,
  .text > blockquote {
    margin-bottom: 1.0416666667vw;
  }
  .text h1 {
    font-size: 2.9166666667vw;
  }
  .text h2 {
    font-size: 2.5vw;
  }
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 1.6666666667vw;
  }
  .text blockquote {
    border-radius: 0.625vw;
    font-size: 1.0416666667vw;
    padding: 2.9166666667vw 3.3333333333vw;
  }
  .text blockquote::before {
    top: 1.0416666667vw;
    left: 1.25vw;
    width: 2.0833333333vw;
    height: 1.6666666667vw;
  }
  .text ul li {
    padding-left: 0.78125vw;
  }
  .text ul li::after {
    top: 0.5729166667vw;
    width: 0.4166666667vw;
    height: 0.4166666667vw;
  }
  .text ol li ol {
    padding-left: 0.78125vw;
  }
  .text ol li ul {
    padding-left: 0.78125vw;
  }
  .text ol li ul li {
    padding-left: 0.78125vw;
  }
  .text ol li ul li::after {
    top: 0.5729166667vw;
    width: 0.4166666667vw;
    height: 0.4166666667vw;
  }
  .text table td,
  .text table th {
    padding: 0.78125vw;
  }
}
@media only screen and (max-width: 991px) {
  .title {
    font-size: 8.8888888889vw;
  }
  .text {
    font-size: 3.8888888889vw;
  }
  .text *:not(img, ul, ol, li, blockquote, span, strong, iframe, a, br, th, td, tr, thead, tbody) {
    margin-bottom: 3.8888888889vw;
  }
  .text > ul,
  .text > ol,
  .text > img,
  .text > iframe,
  .text > table,
  .text > blockquote {
    margin-bottom: 3.8888888889vw;
  }
  .text h1 {
    font-size: 10.5555555556vw;
  }
  .text h2 {
    font-size: 8.8888888889vw;
  }
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 6.6666666667vw;
  }
  .text blockquote {
    border-radius: 2.7777777778vw;
    font-size: 4.4444444444vw;
    padding: 13.8888888889vw 4.4444444444vw 8.3333333333vw;
  }
  .text blockquote::before {
    top: 3.3333333333vw;
    left: 3.3333333333vw;
    width: 6.6666666667vw;
    height: 5.5555555556vw;
  }
  .text ul li {
    padding-left: 2.7777777778vw;
  }
  .text ul li::after {
    top: 1.9444444444vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
  .text ol li ol {
    padding-left: 2.7777777778vw;
  }
  .text ol li ul {
    padding-left: 2.7777777778vw;
  }
  .text ol li ul li {
    padding-left: 2.7777777778vw;
  }
  .text ol li ul li::after {
    top: 1.9444444444vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
  .text table td,
  .text table th {
    padding: 2.7777777778vw;
  }
}
.default-button {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #1483C8;
  padding: 15px 20px;
  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: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  min-width: 163px;
  min-height: 70px;
}
.default-button::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 34px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none' viewBox='0 0 34 34'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m11.314 22.627 11.313-11.313m0 0v8.485m0-8.485h-8.485'/%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;
}
.default-button.is-pdf::before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M7.56 15.39A2.86 2.86 0 0 0 5.67 15H4v6h1.33v-2.29h.57a2.58 2.58 0 0 0 1.68-.41 1.81 1.81 0 0 0 .63-1.45 1.75 1.75 0 0 0-.65-1.46m-1.07 2.19a1.54 1.54 0 0 1-.8.12H5.3V16h.39c.283-.03.569.026.82.16a.82.82 0 0 1 .35.72.71.71 0 0 1-.37.7M11.07 15H9.41v6H11a4.23 4.23 0 0 0 2.35-.45A2.82 2.82 0 0 0 14.47 18a3 3 0 0 0-.83-2.29 3.44 3.44 0 0 0-2.57-.71m1.32 4.64a2.4 2.4 0 0 1-1.37.3h-.26v-3.88H11c.84 0 1.17.08 1.5.38.4.417.607.983.57 1.56a1.94 1.94 0 0 1-.68 1.64M15.93 21h1.35v-2.51H20v-1.06h-2.72v-1.37H20V15h-4.07zM15 2H4v11h2V4h8.17L18 7.83V13h2V7z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
@media only screen and (min-width: 991px) {
  .default-button:hover {
    background-color: #FF4E08;
  }
  .default-button:hover:not(.is-pdf)::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media only screen and (max-width: 1920px) {
  .default-button {
    font-size: 0.8333333333vw;
    padding: 0.78125vw 1.0416666667vw;
    gap: 0.5208333333vw;
    min-width: 8.4895833333vw;
    min-height: 3.6458333333vw;
  }
  .default-button::before {
    width: 1.7708333333vw;
    height: 1.7708333333vw;
  }
  .default-button.is-pdf::before {
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media only screen and (max-width: 991px) {
  .default-button {
    font-size: 3.8888888889vw;
    padding: 3.3333333333vw 3.8888888889vw;
    gap: 2.2222222222vw;
    min-width: 38.8888888889vw;
    min-height: 14.4444444444vw;
  }
  .default-button::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .default-button.is-pdf::before {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
}
.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: cover;
     object-fit: cover;
}

@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 {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
form[data-status=submitting] {
  position: relative;
  z-index: 4;
}
form[data-status=submitting]::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: calc(50% - 50px);
  left: 50%;
  width: 40px;
  height: 40px;
  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='%232a3f58' 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[data-status=sent] {
  opacity: 0;
  pointer-events: none;
}
form .hide-field {
  display: none !important;
}
form .form-fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
form .field-title {
  display: block;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.3px;
  font-size: 12px;
  text-transform: uppercase;
  color: #09314B;
  margin-bottom: 5px;
}
form .input-field {
  width: 100%;
}
form .input-field.is-full {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
form .input-field input.wpcf7-form-control {
  width: 100%;
  height: 40px;
  border: 1px solid #e2e8f0;
  border-radius: 2px;
  padding: 0 15px;
  background: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #09314B;
  resize: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
form .input-field input.wpcf7-form-control::-webkit-input-placeholder {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(117, 117, 117);
}
form .input-field input.wpcf7-form-control::-moz-placeholder {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(117, 117, 117);
}
form .input-field input.wpcf7-form-control:-ms-input-placeholder {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(117, 117, 117);
}
form .input-field input.wpcf7-form-control::-ms-input-placeholder {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(117, 117, 117);
}
form .input-field input.wpcf7-form-control::placeholder {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(117, 117, 117);
}
form .input-field input.wpcf7-form-control:-moz-placeholder {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(117, 117, 117);
}
form .input-field input.wpcf7-form-control::-moz-placeholder {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(117, 117, 117);
}
form .input-field .wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
}
form .textarea-field {
  width: 100%;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
form .textarea-field textarea.wpcf7-form-control {
  width: 100%;
  height: 100px;
  border: 1px solid #e2e8f0;
  border-radius: 2px;
  padding: 10px 15px;
  background: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #09314B;
  resize: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
form .textarea-field textarea.wpcf7-form-control::-webkit-input-placeholder {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(117, 117, 117);
}
form .textarea-field textarea.wpcf7-form-control::-moz-placeholder {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(117, 117, 117);
}
form .textarea-field textarea.wpcf7-form-control:-ms-input-placeholder {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(117, 117, 117);
}
form .textarea-field textarea.wpcf7-form-control::-ms-input-placeholder {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(117, 117, 117);
}
form .textarea-field textarea.wpcf7-form-control::placeholder {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(117, 117, 117);
}
form .textarea-field textarea.wpcf7-form-control:-moz-placeholder {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(117, 117, 117);
}
form .textarea-field textarea.wpcf7-form-control::-moz-placeholder {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(117, 117, 117);
}
form .select-field {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
form .select-field > .wpcf7-form-control-wrap {
  position: relative;
  z-index: 2;
}
form .select-field > .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: 13px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' fill='none' viewBox='0 0 13 8'%3E%3Cpath stroke='%2309314b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m1.25 1.25 5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
form .select-field select {
  width: 100%;
  height: 40px;
  border: 1px solid #e2e8f0;
  border-radius: 2px;
  padding: 0 15px;
  background: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #09314B;
  resize: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
form .select-field select::-ms-expand {
  display: none;
}
form .checkbox-field {
  position: relative;
  z-index: 2;
  margin-top: 0.5rem;
}
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' height='21' data-name='Компонент 5 – 1' viewBox='0 0 21 21'%3E%3Cg fill='none' stroke='%23001c30' data-name='Эллипс 1'%3E%3Ccircle cx='10.5' cy='10.5' r='10.5' stroke='none'/%3E%3Ccircle cx='10.5' cy='10.5' r='10'/%3E%3C/g%3E%3Ccircle cx='8.5' cy='8.5' r='8.5' fill='%23fff' data-name='Эллипс 2' transform='translate(2 2)'/%3E%3Cpath fill='none' stroke='%23001c30' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6.8 12.2 9 15.4l5.6-8.2' data-name='Контур 19'/%3E%3C/svg%3E");
}
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' height='21' data-name='Компонент 5 – 1' viewBox='0 0 21 21'%3E%3Cg fill='none' stroke='red' data-name='Эллипс 1'%3E%3Ccircle cx='10.5' cy='10.5' r='10.5' stroke='none'/%3E%3Ccircle cx='10.5' cy='10.5' r='10'/%3E%3C/g%3E%3Ccircle cx='8.5' cy='8.5' r='8.5' fill='%23fff' data-name='Эллипс 2' transform='translate(2 2)'/%3E%3C/svg%3E");
}
form .checkbox-field .wpcf7-list-item-label {
  display: block;
  padding-right: 1.75rem;
  position: relative;
  font-weight: 400;
  line-height: 1.14;
  font-size: 0.875rem;
  color: #fff;
  text-align: right;
}
form .checkbox-field .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  right: 0px;
  width: 1.3125rem;
  height: 1.3125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' data-name='Компонент 5 – 1' viewBox='0 0 21 21'%3E%3Cg fill='none' stroke='%23001c30' data-name='Эллипс 1'%3E%3Ccircle cx='10.5' cy='10.5' r='10.5' stroke='none'/%3E%3Ccircle cx='10.5' cy='10.5' r='10'/%3E%3C/g%3E%3Ccircle cx='8.5' cy='8.5' r='8.5' fill='%23fff' data-name='Эллипс 2' transform='translate(2 2)'/%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%;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
form .button-field .default-button {
  width: 100%;
  min-width: 100%;
  min-height: 46px;
  padding: 5px 15px;
}
form .button-field .default-button::before {
  display: none;
}
form .form-note {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  text-align: center;
  font-size: 12px;
  color: #8a9ab0;
}

.form-thank {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  line-height: 1.35;
  font-size: 25px;
  letter-spacing: -0.02em;
  color: #09314B;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  padding: 0 25px;
}
.form-thank.is-active {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@-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: 1920px) {
  form[data-status=submitting]::before {
    top: calc(50% - 2.6041666667vw);
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  form .form-fields {
    grid-gap: 0.78125vw;
  }
  form .field-title {
    letter-spacing: 0.015625vw;
    font-size: 0.625vw;
    margin-bottom: 0.2604166667vw;
  }
  form .input-field input.wpcf7-form-control {
    height: 2.0833333333vw;
    border-radius: 0.1041666667vw;
    padding: 0 0.78125vw;
    font-size: 0.7291666667vw;
  }
  form .input-field input.wpcf7-form-control::-webkit-input-placeholder {
    font-size: 0.7291666667vw;
  }
  form .input-field input.wpcf7-form-control::-moz-placeholder {
    font-size: 0.7291666667vw;
  }
  form .input-field input.wpcf7-form-control:-ms-input-placeholder {
    font-size: 0.7291666667vw;
  }
  form .input-field input.wpcf7-form-control::-ms-input-placeholder {
    font-size: 0.7291666667vw;
  }
  form .input-field input.wpcf7-form-control::placeholder {
    font-size: 0.7291666667vw;
  }
  form .input-field input.wpcf7-form-control:-moz-placeholder {
    font-size: 0.7291666667vw;
  }
  form .input-field input.wpcf7-form-control::-moz-placeholder {
    font-size: 0.7291666667vw;
  }
  form .textarea-field textarea.wpcf7-form-control {
    height: 5.2083333333vw;
    border-radius: 0.1041666667vw;
    padding: 0.5208333333vw 0.78125vw;
    font-size: 0.7291666667vw;
  }
  form .textarea-field textarea.wpcf7-form-control::-webkit-input-placeholder {
    font-size: 0.7291666667vw;
  }
  form .textarea-field textarea.wpcf7-form-control::-moz-placeholder {
    font-size: 0.7291666667vw;
  }
  form .textarea-field textarea.wpcf7-form-control:-ms-input-placeholder {
    font-size: 0.7291666667vw;
  }
  form .textarea-field textarea.wpcf7-form-control::-ms-input-placeholder {
    font-size: 0.7291666667vw;
  }
  form .textarea-field textarea.wpcf7-form-control::placeholder {
    font-size: 0.7291666667vw;
  }
  form .textarea-field textarea.wpcf7-form-control:-moz-placeholder {
    font-size: 0.7291666667vw;
  }
  form .textarea-field textarea.wpcf7-form-control::-moz-placeholder {
    font-size: 0.7291666667vw;
  }
  form .select-field > .wpcf7-form-control-wrap::after {
    right: 0.78125vw;
    width: 0.6770833333vw;
    height: 0.4166666667vw;
  }
  form .select-field select {
    height: 2.0833333333vw;
    border-radius: 0.1041666667vw;
    padding: 0 0.78125vw;
    font-size: 0.7291666667vw;
  }
  form .button-field .default-button {
    min-height: 2.3958333333vw;
    padding: 0.2604166667vw 0.78125vw;
  }
  form .form-note {
    font-size: 0.625vw;
  }
  .form-thank {
    font-size: 1.3020833333vw;
    padding: 0 1.3020833333vw;
  }
}
@media only screen and (max-width: 991px) {
  form[data-status=submitting]::before {
    top: calc(50% - 27.7777777778vw);
    width: 7.7777777778vw;
    height: 7.7777777778vw;
  }
  form .form-fields {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 2.7777777778vw;
  }
  form .field-title {
    font-size: 3.0555555556vw;
    margin-bottom: 1.1111111111vw;
  }
  form .input-field.is-full {
    grid-column: auto;
  }
  form .input-field input.wpcf7-form-control {
    height: 11.1111111111vw;
    padding: 0 3.3333333333vw;
    font-size: 3.8888888889vw;
  }
  form .input-field input.wpcf7-form-control::-webkit-input-placeholder {
    font-size: 3.8888888889vw;
  }
  form .input-field input.wpcf7-form-control::-moz-placeholder {
    font-size: 3.8888888889vw;
  }
  form .input-field input.wpcf7-form-control:-ms-input-placeholder {
    font-size: 3.8888888889vw;
  }
  form .input-field input.wpcf7-form-control::-ms-input-placeholder {
    font-size: 3.8888888889vw;
  }
  form .input-field input.wpcf7-form-control::placeholder {
    font-size: 3.8888888889vw;
  }
  form .input-field input.wpcf7-form-control:-moz-placeholder {
    font-size: 3.8888888889vw;
  }
  form .input-field input.wpcf7-form-control::-moz-placeholder {
    font-size: 3.8888888889vw;
  }
  form .textarea-field {
    grid-column: auto;
  }
  form .textarea-field textarea.wpcf7-form-control {
    height: 27.7777777778vw;
    padding: 2.7777777778vw 3.3333333333vw;
    font-size: 3.8888888889vw;
  }
  form .textarea-field textarea.wpcf7-form-control::-webkit-input-placeholder {
    font-size: 3.8888888889vw;
  }
  form .textarea-field textarea.wpcf7-form-control::-moz-placeholder {
    font-size: 3.8888888889vw;
  }
  form .textarea-field textarea.wpcf7-form-control:-ms-input-placeholder {
    font-size: 3.8888888889vw;
  }
  form .textarea-field textarea.wpcf7-form-control::-ms-input-placeholder {
    font-size: 3.8888888889vw;
  }
  form .textarea-field textarea.wpcf7-form-control::placeholder {
    font-size: 3.8888888889vw;
  }
  form .textarea-field textarea.wpcf7-form-control:-moz-placeholder {
    font-size: 3.8888888889vw;
  }
  form .textarea-field textarea.wpcf7-form-control::-moz-placeholder {
    font-size: 3.8888888889vw;
  }
  form .select-field {
    grid-column: auto;
  }
  form .select-field > .wpcf7-form-control-wrap::after {
    right: 3.3333333333vw;
    width: 3.3333333333vw;
    height: 2.2222222222vw;
  }
  form .select-field select {
    height: 11.1111111111vw;
    padding: 0 3.3333333333vw;
    font-size: 3.8888888889vw;
  }
  form .checkbox-field .wpcf7-list-item-label {
    padding-right: 6.6666666667vw;
    font-size: 3.3333333333vw;
  }
  form .checkbox-field .wpcf7-list-item-label::before {
    top: 0.5555555556vw;
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
  form .button-field,
  form .form-note {
    grid-column: auto;
  }
  form .button-field .default-button {
    min-height: 12.2222222222vw;
    padding: 1.6666666667vw 3.3333333333vw;
  }
  form .form-note {
    font-size: 3.0555555556vw;
  }
  .form-thank {
    font-size: 5.5555555556vw;
    padding: 0 4.4444444444vw;
  }
}
.modal.modal-form {
  background: rgba(0, 0, 0, 0.65);
}
.modal.modal-form .modal-dialog .modal-content {
  max-width: 560px;
  min-height: 675px;
  border-radius: 5px;
}
.modal.modal-form .modal-dialog .modal-close {
  left: auto;
  right: 0;
  bottom: calc(100% + 10px);
}
.modal.modal-form .modal-dialog .modal-form-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}
.modal.modal-form .modal-dialog .modal-form-header {
  width: 100%;
  background: #09314B;
  padding: 28px 36px;
}
.modal.modal-form .modal-dialog .modal-form-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 24px;
  color: #fff;
}
.modal.modal-form .modal-dialog .modal-form--text {
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.55);
}
.modal.modal-form .modal-dialog .modal-form-block {
  width: 100%;
  padding: 30px 35px;
}

@media only screen and (max-width: 1920px) {
  .modal.modal-form .modal-dialog .modal-content {
    max-width: 29.1666666667vw;
    min-height: 35.15625vw;
    border-radius: 0.2604166667vw;
  }
  .modal.modal-form .modal-dialog .modal-form-header {
    padding: 1.4583333333vw 1.875vw;
  }
  .modal.modal-form .modal-dialog .modal-form-title {
    font-size: 1.25vw;
  }
  .modal.modal-form .modal-dialog .modal-form--text {
    font-size: 0.7291666667vw;
    margin-top: 0.2604166667vw;
  }
  .modal.modal-form .modal-dialog .modal-form-block {
    padding: 1.5625vw 1.8229166667vw;
  }
}
@media only screen and (max-width: 991px) {
  .modal.modal-form .modal-dialog {
    padding: 13.8888888889vw 4.4444444444vw;
  }
  .modal.modal-form .modal-dialog .modal-content {
    max-width: 100%;
    min-height: auto;
    border-radius: 1.3888888889vw;
  }
  .modal.modal-form .modal-dialog .modal-close {
    bottom: calc(100% + 2.2222222222vw);
  }
  .modal.modal-form .modal-dialog .modal-form-header {
    padding: 5vw 4.4444444444vw;
  }
  .modal.modal-form .modal-dialog .modal-form-title {
    font-size: 5.5555555556vw;
  }
  .modal.modal-form .modal-dialog .modal-form--text {
    font-size: 3.3333333333vw;
    margin-top: 1.1111111111vw;
  }
  .modal.modal-form .modal-dialog .modal-form-block {
    padding: 5vw 4.4444444444vw;
  }
}
html:has(#wpadminbar) {
  margin-top: var(--wp-admin--admin-bar--height) !important;
}
html:has(#wpadminbar) .header {
  top: var(--wp-admin--admin-bar--height);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
.header .header__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px;
}
.header .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px;
}
.header .header__logo {
  width: 164px;
  height: auto;
  background-color: #fff;
  padding: 15px 52px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.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 {
  width: 100%;
  background-color: #fff;
  padding: 25px;
}
.header .header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.header .header__nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header__nav ul li a {
  font-weight: 400;
  line-height: 1.25;
  font-size: 16px;
  color: #09314B;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 991px) {
  .header .header__nav ul li:hover a {
    color: #1483C8;
    text-shadow: 0.6px 0 0 rgb(20, 131, 200), 0.6px 0 0 rgb(20, 131, 200), 0.6px 0 0 rgb(20, 131, 200);
  }
}
.header .header__nav ul li.is-active a {
  color: #1483C8;
  text-shadow: 0.6px 0 0 rgb(20, 131, 200), 0.6px 0 0 rgb(20, 131, 200), 0.6px 0 0 rgb(20, 131, 200);
}
.header .header__button {
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header .header__button button {
  width: 100%;
  height: 100%;
  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: 10px;
  padding: 15px 20px;
  background: #09314B;
  font-weight: 400;
  line-height: 1.25;
  font-size: 16px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header .header__button button::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none' viewBox='0 0 34 34'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m11.314 22.627 11.313-11.313m0 0v8.485m0-8.485h-8.485'/%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;
}
@media only screen and (min-width: 991px) {
  .header .header__button button:hover {
    background: #FF4E08;
  }
  .header .header__button button:hover::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.header .header__burger {
  display: none;
}

@media only screen and (max-width: 1920px) {
  .header .header__inner {
    max-width: 100vw;
    padding: 1.0416666667vw;
  }
  .header .header__wrapper {
    gap: 0.78125vw;
  }
  .header .header__logo {
    width: 8.5416666667vw;
    padding: 0.78125vw 2.7083333333vw;
  }
  .header .header__nav {
    padding: 1.3020833333vw;
  }
  .header .header__nav ul {
    gap: 2.0833333333vw;
  }
  .header .header__nav ul li a {
    font-size: 0.8333333333vw;
  }
  .header .header__button button {
    gap: 0.5208333333vw;
    padding: 0.78125vw 1.0416666667vw;
    font-size: 0.8333333333vw;
  }
  .header .header__button button::before {
    width: 1.7708333333vw;
    height: 1.7708333333vw;
  }
}
@media only screen and (max-width: 991px) {
  body.menu-open {
    overflow: hidden;
  }
  .header .header__inner {
    max-width: 100%;
    padding: 3.3333333333vw;
    position: relative;
    z-index: 2;
  }
  .header .header__inner::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .header .header__wrapper {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.2222222222vw;
  }
  .header .header__logo {
    width: 16.6666666667vw;
    padding: 0;
    position: relative;
    z-index: 12;
  }
  .header .header__button {
    margin-left: auto;
    position: relative;
    z-index: 12;
  }
  .header .header__button button {
    gap: 1.6666666667vw;
    padding: 2.7777777778vw 4.1666666667vw;
    font-size: 3.3333333333vw;
    min-height: 12.2222222222vw;
  }
  .header .header__button button::before {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
  .header .header__burger {
    width: 12.2222222222vw;
    height: 12.2222222222vw;
    border: 0;
    background: #09314B;
    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;
    position: relative;
    z-index: 12;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    cursor: pointer;
  }
  .header .header__burger span, .header .header__burger::before, .header .header__burger::after {
    content: "";
    position: absolute;
    width: 5vw;
    height: 1px;
    background-color: #fff;
    -webkit-transition: opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header .header__burger span {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .header__burger::before {
    top: calc(50% - 1.6666666667vw);
  }
  .header .header__burger::after {
    top: calc(50% + 1.6666666667vw);
  }
  .header .header__nav {
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 21.6666666667vw 3.3333333333vw 5.5555555556vw;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    overflow-y: auto;
    background: #fff;
  }
  .header .header__nav ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.8888888889vw;
  }
  .header .header__nav ul li {
    width: 100%;
  }
  .header .header__nav ul li a {
    font-size: 4.4444444444vw;
  }
  .header.is-open .header__nav {
    pointer-events: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header.is-open .header__burger span {
    opacity: 0;
  }
  .header.is-open .header__burger::before {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header.is-open .header__burger::after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.footer {
  overflow: hidden;
}
.footer .footer__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.footer .footer__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .footer__block {
  background-color: #09314B;
}
.footer .footer__block:not(:last-child) {
  border-right: 1px solid #0F4364;
}
.footer .footer__block.is-small {
  padding: 80px 85px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 660px;
}
.footer .footer__block.is-medium {
  padding: 60px;
  min-height: 709px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer__block.is-large {
  padding-left: 55px;
}
.footer .footer__block.is-mobile {
  display: none;
}
.footer .footer__block-title {
  margin-bottom: 30px;
}
.footer .footer__copyright {
  margin-top: auto;
  font-weight: 400;
  line-height: 1.35;
  font-size: 16px;
  color: #FFFFFF;
}
.footer .footer__list {
  width: 100%;
}
.footer .footer__list .item {
  background-color: #fff;
  padding-bottom: 24px;
}
.footer .footer__list .item:not(:first-child) {
  margin-top: 30px;
}
.footer .footer__list .item.is-open .item-arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(83%) saturate(2964%) hue-rotate(353deg) brightness(99%) contrast(108%);
          filter: brightness(0) saturate(100%) invert(39%) sepia(83%) saturate(2964%) hue-rotate(353deg) brightness(99%) contrast(108%);
}
.footer .footer__list .item-header {
  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: 24px;
  cursor: pointer;
  padding: 24px 24px 0;
}
.footer .footer__list .item-title {
  font-weight: 500;
  line-height: 1.35;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #09314B;
}
.footer .footer__list .item-arrow {
  width: 34px;
  height: 34px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none' viewBox='0 0 34 34'%3E%3Cpath stroke='%2309314b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m11.314 22.628 11.314-11.314m0 0v8.485m0-8.485h-8.486'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -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;
}
.footer .footer__list .item-content {
  display: none;
}
.footer .footer__list .item-content__wrapper {
  padding: 12px 24px 0;
}
.footer .footer__list .item-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 400;
  line-height: 1.35;
  font-size: 16px;
  color: #09314B;
}
.footer .footer__list .item-location::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 34px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none' viewBox='0 0 34 34'%3E%3Cpath stroke='%2309314b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m11.314 22.628 11.314-11.314m0 0v8.485m0-8.485h-8.486'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer .footer__list .item-mail {
  font-weight: 400;
  line-height: 1.35;
  font-size: 16px;
  text-decoration-line: underline;
  color: #1483C8;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer .footer__list .item-mail::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.25' d='M26.453 9.687 16 17.38 5.547 9.687M4.313 7.14A1.333 1.333 0 0 0 2.98 8.473v15.074a1.333 1.333 0 0 0 1.333 1.333h23.374a1.334 1.334 0 0 0 1.333-1.333V8.453a1.334 1.334 0 0 0-1.333-1.333H4.313z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer .footer__list .item-text {
  margin-top: 12px;
}
.footer .footer__list .item-button {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer .footer__list .item-button a {
  font-weight: 400;
  line-height: 1.75;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  background-color: #1483C8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 20px;
  min-width: 236px;
  min-height: 38px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 991px) {
  .footer .footer__list .item-button a:hover {
    background-color: #FF4E08;
  }
}
.footer .footer__image {
  width: 100%;
  height: 756px;
}
.footer .footer__image svg {
  width: 100%;
  height: 100%;
}
.footer .footer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .footer__image #city-1,
.footer .footer__image #city-2,
.footer .footer__image #city-3 {
  fill: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer .footer__image #city-1.is-current,
.footer .footer__image #city-2.is-current,
.footer .footer__image #city-3.is-current {
  fill: #FF4E08;
}

@media only screen and (max-width: 1920px) {
  .footer .footer__inner {
    max-width: 100vw;
  }
  .footer .footer__block.is-small {
    padding: 4.1666666667vw 4.4270833333vw 5.2083333333vw;
    min-height: 34.375vw;
  }
  .footer .footer__block.is-medium {
    padding: 3.125vw;
    min-height: 36.9270833333vw;
  }
  .footer .footer__block.is-large {
    padding-left: 2.8645833333vw;
  }
  .footer .footer__block-title {
    margin-bottom: 1.5625vw;
  }
  .footer .footer__copyright {
    font-size: 0.8333333333vw;
  }
  .footer .footer__list .item {
    padding-bottom: 1.25vw;
  }
  .footer .footer__list .item:not(:first-child) {
    margin-top: 1.5625vw;
  }
  .footer .footer__list .item-header {
    gap: 1.25vw;
    padding: 1.25vw 1.25vw 0;
  }
  .footer .footer__list .item-title {
    font-size: 1.25vw;
  }
  .footer .footer__list .item-arrow {
    width: 1.7708333333vw;
    height: 1.7708333333vw;
  }
  .footer .footer__list .item-content__wrapper {
    padding: 0.625vw 1.25vw 0;
  }
  .footer .footer__list .item-location {
    gap: 0.625vw;
    font-size: 0.8333333333vw;
  }
  .footer .footer__list .item-location::before {
    width: 1.7708333333vw;
    height: 1.7708333333vw;
  }
  .footer .footer__list .item-mail {
    font-size: 0.8333333333vw;
    margin-top: 0.625vw;
    gap: 0.625vw;
  }
  .footer .footer__list .item-mail::before {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
  .footer .footer__list .item-text {
    margin-top: 0.625vw;
  }
  .footer .footer__list .item-button {
    margin-top: 0.625vw;
  }
  .footer .footer__list .item-button a {
    font-size: 0.8333333333vw;
    padding: 0.2083333333vw 1.0416666667vw;
    min-width: 12.2916666667vw;
    min-height: 1.9791666667vw;
  }
  .footer .footer__image {
    height: 39.375vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer {
    background-color: #09314B;
  }
  .footer .footer__inner,
  .footer .footer__wrapper {
    background-color: #09314B;
  }
  .footer .footer__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .footer .footer__block {
    background-color: #09314B;
    position: relative;
  }
  .footer .footer__block:not(:first-child) {
    margin-top: -1px;
  }
  .footer .footer__block:not(:last-child) {
    border-right: 0;
  }
  .footer .footer__block.is-mobile {
    display: block;
    padding: 7.7777777778vw 4.4444444444vw;
  }
  .footer .footer__block.is-small .footer__copyright {
    display: none;
  }
  .footer .footer__block:has(.footer__image) {
    padding: 0;
  }
  .footer .footer__block:has(.footer__copyright) {
    border-top: 1px solid #0F4364;
  }
  .footer .footer__block-title {
    margin-bottom: 5.5555555556vw;
    margin-top: 5.5555555556vw;
  }
  .footer .footer__copyright {
    margin: 0;
    text-align: center;
    font-size: 3.8888888889vw;
  }
  .footer .footer__list .item {
    padding-bottom: 3.8888888889vw;
  }
  .footer .footer__list .item:not(:first-child) {
    margin-top: 2.7777777778vw;
  }
  .footer .footer__list .item-header {
    gap: 2.7777777778vw;
    padding: 3.8888888889vw 3.8888888889vw 0;
  }
  .footer .footer__list .item-title {
    font-size: 5vw;
  }
  .footer .footer__list .item-arrow {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .footer .footer__list .item-content__wrapper {
    padding: 2.7777777778vw 3.8888888889vw 0;
  }
  .footer .footer__list .item-location {
    gap: 2.2222222222vw;
    font-size: 3.8888888889vw;
  }
  .footer .footer__list .item-location::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .footer .footer__list .item-mail {
    font-size: 3.8888888889vw;
    margin-top: 2.7777777778vw;
    gap: 2.2222222222vw;
  }
  .footer .footer__list .item-mail::before {
    width: 6.1111111111vw;
    height: 6.1111111111vw;
  }
  .footer .footer__list .item-text {
    margin-top: 2.7777777778vw;
  }
  .footer .footer__list .item-button {
    margin-top: 2.7777777778vw;
  }
  .footer .footer__list .item-button a {
    width: 100%;
    font-size: 3.8888888889vw;
    padding: 1.6666666667vw 3.3333333333vw;
    min-width: 0;
    min-height: 10vw;
  }
  .footer .footer__image {
    height: 129.4444444444vw;
  }
}
.industries {
  margin-bottom: 120px;
}
.industries .industries__head {
  max-width: 597px;
  margin: 0 auto 60px;
  text-align: center;
}
.industries .industries__text {
  margin-top: 30px;
}
.industries .industries__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.industries .industries__item {
  position: relative;
  min-height: 660px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}
.industries .industries__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.industries .industries__card-title {
  position: relative;
  z-index: 2;
  width: auto;
  margin: 0;
  padding: 14px 24px;
  background: #FFFFFF;
  color: #09314B;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  font-size: 32px;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 1920px) {
  .industries {
    margin-bottom: 6.25vw;
  }
  .industries .industries__head {
    max-width: 31.09375vw;
    margin: 0 auto 3.125vw;
  }
  .industries .industries__text {
    margin-top: 1.5625vw;
  }
  .industries .industries__grid {
    gap: 0.8333333333vw;
  }
  .industries .industries__item {
    min-height: 34.375vw;
    padding: 1.0416666667vw;
  }
  .industries .industries__card-title {
    padding: 0.7291666667vw 1.25vw;
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 991px) {
  .industries {
    margin-bottom: 13.8888888889vw;
  }
  .industries .industries__head {
    max-width: 100%;
    margin: 0 auto 6.6666666667vw;
  }
  .industries .industries__text {
    margin-top: 4.4444444444vw;
  }
  .industries .industries__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.7777777778vw;
  }
  .industries .industries__item {
    min-height: 100vw;
    padding: 3.3333333333vw;
  }
  .industries .industries__card-title {
    padding: 2.7777777778vw 3.8888888889vw;
    font-size: 6.1111111111vw;
  }
}
.why-xbc {
  margin-bottom: 70px;
}
.why-xbc .why-xbc__head {
  max-width: 597px;
  margin: 0 auto 60px;
  text-align: center;
}
.why-xbc .why-xbc__text {
  margin-top: 30px;
}
.why-xbc .why-xbc__grid {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.why-xbc .why-xbc__card {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 24px;
}
.why-xbc .why-xbc__icon {
  width: 64px;
  height: 64px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.why-xbc .why-xbc__icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.why-xbc .why-xbc__content {
  width: 100%;
}
.why-xbc .why-xbc__card-title {
  margin: 0 0 12px;
  font-weight: 500;
  line-height: 1.35;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #09314B;
}
.why-xbc .why-xbc__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

@media only screen and (max-width: 1920px) {
  .why-xbc {
    margin-bottom: 3.6458333333vw;
  }
  .why-xbc .why-xbc__head {
    max-width: 31.09375vw;
    margin: 0 auto 3.125vw;
  }
  .why-xbc .why-xbc__text {
    margin-top: 1.5625vw;
  }
  .why-xbc .why-xbc__grid {
    max-width: 79.1666666667vw;
    gap: 0.625vw;
  }
  .why-xbc .why-xbc__card {
    gap: 1.25vw;
    padding: 1.25vw;
  }
  .why-xbc .why-xbc__icon {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .why-xbc .why-xbc__card-title {
    margin: 0 0 0.625vw;
    font-size: 1.25vw;
  }
  .why-xbc .why-xbc__button {
    margin-top: 3.125vw;
  }
}
@media only screen and (max-width: 991px) {
  .why-xbc {
    margin-bottom: 13.8888888889vw;
  }
  .why-xbc .why-xbc__head {
    max-width: 100%;
    margin: 0 auto 6.6666666667vw;
  }
  .why-xbc .why-xbc__text {
    margin-top: 4.4444444444vw;
  }
  .why-xbc .why-xbc__grid {
    max-width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.7777777778vw;
  }
  .why-xbc .why-xbc__card {
    gap: 3.8888888889vw;
    padding: 3.8888888889vw;
  }
  .why-xbc .why-xbc__icon {
    width: 12.2222222222vw;
    height: 12.2222222222vw;
  }
  .why-xbc .why-xbc__card-title {
    margin: 0 0 2.2222222222vw;
    font-size: 5.5555555556vw;
  }
  .why-xbc .why-xbc__button {
    margin-top: 6.6666666667vw;
  }
}
.full-picture {
  margin-bottom: 160px;
}
.full-picture .full-picture__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 420px;
}
.full-picture .full-picture__media {
  width: 100%;
  height: auto;
}
.full-picture .full-picture__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-picture .full-picture__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 20px;
  overflow: hidden;
}
.full-picture .full-picture__overlay {
  position: absolute;
  inset: 0;
}
.full-picture .full-picture__overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-picture .full-picture__block {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 597px;
  text-align: center;
}
.full-picture .full-picture__text {
  margin-top: 30px;
}
.full-picture .full-picture__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media only screen and (max-width: 1920px) {
  .full-picture {
    margin-bottom: 8.3333333333vw;
  }
  .full-picture .full-picture__wrapper {
    min-height: 21.875vw;
  }
  .full-picture .full-picture__content {
    padding: 2.0833333333vw 1.0416666667vw;
  }
  .full-picture .full-picture__block {
    max-width: 31.09375vw;
  }
  .full-picture .full-picture__text {
    margin-top: 1.5625vw;
  }
  .full-picture .full-picture__button {
    margin-top: 1.5625vw;
  }
}
@media only screen and (max-width: 991px) {
  .full-picture {
    margin-bottom: 13.8888888889vw;
  }
  .full-picture .full-picture__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .full-picture .full-picture__media {
    height: 61.1111111111vw;
    min-height: 0;
  }
  .full-picture .full-picture__content {
    padding: 7.7777777778vw 4.4444444444vw;
  }
  .full-picture .full-picture__block {
    max-width: 100%;
  }
  .full-picture .full-picture__text {
    margin-top: 4.4444444444vw;
  }
  .full-picture .full-picture__button {
    margin-top: 5.5555555556vw;
  }
}
.about-corridor {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 100px;
}
.about-corridor .about-corridor__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 816px 1fr;
  grid-template-columns: 816px 1fr;
  min-height: 761px;
}
.about-corridor .about-corridor__media {
  min-height: 761px;
}
.about-corridor .about-corridor__media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-corridor .about-corridor__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 80px;
}
.about-corridor .about-corridor__block {
  width: 100%;
  max-width: 756px;
}
.about-corridor .about-corridor__text {
  max-width: 532px;
  margin-top: 30px;
}
.about-corridor .about-corridor__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
}

@media only screen and (max-width: 1920px) {
  .about-corridor {
    max-width: 100vw;
    margin: 0 auto 5.2083333333vw;
  }
  .about-corridor .about-corridor__wrapper {
    -ms-grid-columns: 42.5vw 1fr;
    grid-template-columns: 42.5vw 1fr;
    min-height: 39.6354166667vw;
  }
  .about-corridor .about-corridor__media {
    min-height: 39.6354166667vw;
  }
  .about-corridor .about-corridor__content {
    padding: 3.125vw 4.1666666667vw;
  }
  .about-corridor .about-corridor__block {
    max-width: 39.375vw;
  }
  .about-corridor .about-corridor__text {
    max-width: 27.7083333333vw;
    margin-top: 1.5625vw;
  }
  .about-corridor .about-corridor__button {
    margin-top: 1.5625vw;
  }
}
@media only screen and (max-width: 991px) {
  .about-corridor {
    margin: 0 auto 13.8888888889vw;
  }
  .about-corridor .about-corridor__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .about-corridor .about-corridor__media {
    height: 77.7777777778vw;
    min-height: 0;
  }
  .about-corridor .about-corridor__media img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .about-corridor .about-corridor__content {
    padding: 7.7777777778vw 4.4444444444vw 0;
  }
  .about-corridor .about-corridor__block {
    max-width: 100%;
  }
  .about-corridor .about-corridor__text {
    max-width: 100%;
    margin-top: 4.4444444444vw;
  }
  .about-corridor .about-corridor__button {
    margin-top: 5.5555555556vw;
  }
}
.promo {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.promo .promo__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 816px 1fr;
  grid-template-columns: 816px 1fr;
  min-height: 100vh;
}
.promo .promo__content {
  background: #09314B;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 38px;
}
.promo .promo__block {
  width: 100%;
  max-width: 629px;
}
.promo .promo__title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 56px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 18px;
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-animation: promoFadeUp 0.8s 0.1s forwards;
          animation: promoFadeUp 0.8s 0.1s forwards;
}
.promo .promo__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 64px;
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-animation: promoFadeUp 0.8s 0.25s forwards;
          animation: promoFadeUp 0.8s 0.25s forwards;
}
.promo .promo__tags span {
  background: #FFFFFF;
  color: #09314B;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  padding: 5px 24px;
}
.promo .promo__stats {
  max-width: 368px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 18px;
  margin-bottom: 32px;
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-animation: promoFadeUp 0.8s 0.4s forwards;
          animation: promoFadeUp 0.8s 0.4s forwards;
}
.promo .promo__stat h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  color: #FFFFFF;
}
.promo .promo__stat p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin: 0;
  color: #FFFFFF;
}
.promo .promo__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 45px;
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-animation: promoFadeUp 0.8s 0.55s forwards;
          animation: promoFadeUp 0.8s 0.55s forwards;
}
.promo .promo__media {
  min-height: 822px;
}
.promo .promo__media img,
.promo .promo__media video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes promoFadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes promoFadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .promo .promo__title,
  .promo .promo__tags,
  .promo .promo__stats,
  .promo .promo__button {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
}
@media only screen and (max-width: 1920px) {
  .promo {
    max-width: 100vw;
  }
  .promo .promo__wrapper {
    -ms-grid-columns: 42.5vw 1fr;
    grid-template-columns: 42.5vw 1fr;
  }
  .promo .promo__content {
    padding: 2.0833333333vw 1.9791666667vw;
  }
  .promo .promo__block {
    max-width: 32.7604166667vw;
  }
  .promo .promo__title {
    font-size: 2.9166666667vw;
    margin-bottom: 0.9375vw;
  }
  .promo .promo__tags {
    gap: 0.625vw;
    margin-bottom: 3.3333333333vw;
  }
  .promo .promo__tags span {
    font-size: 0.8333333333vw;
    padding: 0.2604166667vw 1.25vw;
  }
  .promo .promo__stats {
    max-width: 19.1666666667vw;
    -webkit-column-gap: 2.0833333333vw;
       -moz-column-gap: 2.0833333333vw;
            column-gap: 2.0833333333vw;
    row-gap: 0.9375vw;
    margin-bottom: 1.6666666667vw;
  }
  .promo .promo__stat h3 {
    font-size: 1.25vw;
    margin: 0 0 0.4166666667vw;
  }
  .promo .promo__stat p {
    font-size: 0.8333333333vw;
  }
  .promo .promo__button {
    margin-top: 2.34375vw;
  }
  .promo .promo__media {
    min-height: 42.8125vw;
  }
}
@media only screen and (max-width: 991px) {
  .promo .promo__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .promo .promo__content {
    padding: 27.7777777778vw 4.4444444444vw 11.1111111111vw;
  }
  .promo .promo__block {
    max-width: 100%;
  }
  .promo .promo__title {
    font-size: 10.5555555556vw;
    margin-bottom: 4.4444444444vw;
  }
  .promo .promo__tags {
    gap: 2.2222222222vw;
    margin-bottom: 7.7777777778vw;
  }
  .promo .promo__tags span {
    font-size: 3.8888888889vw;
    padding: 1.1111111111vw 3.3333333333vw;
  }
  .promo .promo__stats {
    max-width: 100%;
    -webkit-column-gap: 3.3333333333vw;
       -moz-column-gap: 3.3333333333vw;
            column-gap: 3.3333333333vw;
    row-gap: 3.8888888889vw;
    margin-bottom: 5.5555555556vw;
  }
  .promo .promo__stat h3 {
    font-size: 5.5555555556vw;
    margin: 0 0 1.6666666667vw;
  }
  .promo .promo__stat p {
    font-size: 3.8888888889vw;
  }
  .promo .promo__button {
    margin-top: 6.6666666667vw;
  }
  .promo .promo__media {
    display: none;
  }
}
.solutions {
  margin-bottom: 120px;
  position: relative;
  z-index: 2;
}
.solutions .solutions__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.solutions .solutions__title {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 72px;
}
.solutions .solutions__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
.solutions .solutions__list .item {
  width: 100%;
  min-height: 625px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  padding: 120px 50px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.solutions .solutions__list .item:not(:last-child)::before {
  border-right: 1px solid #0F4364;
}
.solutions .solutions__list .item::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #09314B;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.solutions .solutions__list .item:nth-child(1)::before {
  height: calc(100% + 205px);
}
.solutions .solutions__list .item:nth-child(2)::before {
  height: calc(100% + 155px);
}
.solutions .solutions__list .item:nth-child(3)::before {
  height: calc(100% + 100px);
}
.solutions .solutions__list .item:nth-child(4)::before {
  height: calc(100% + 50px);
}
.solutions .solutions__list .item:nth-child(5)::before {
  height: 100%;
}
@media only screen and (min-width: 991px) {
  .solutions .solutions__list .item:hover::before {
    background-color: #063E62;
  }
  .solutions .solutions__list .item:hover .item-content {
    margin-bottom: 0px;
  }
  .solutions .solutions__list .item:hover .item-button {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    pointer-events: auto;
  }
}
.solutions .solutions__list .item-content {
  margin-bottom: -90px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.solutions .solutions__list .item-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
}
.solutions .solutions__list .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.solutions .solutions__list .item-title {
  font-weight: 500;
  line-height: 1.35;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.solutions .solutions__list .item-text {
  text-align: center;
  margin-top: 20px;
}
.solutions .solutions__list .item-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 1920px) {
  .solutions {
    margin-bottom: 6.25vw;
  }
  .solutions .solutions__inner {
    max-width: 100vw;
  }
  .solutions .solutions__title {
    left: 3.75vw;
  }
  .solutions .solutions__list .item {
    min-height: 32.5520833333vw;
    gap: 1.0416666667vw;
    padding: 6.25vw 2.6041666667vw;
  }
  .solutions .solutions__list .item:nth-child(1)::before {
    height: calc(100% + 10.6770833333vw);
  }
  .solutions .solutions__list .item:nth-child(2)::before {
    height: calc(100% + 8.0729166667vw);
  }
  .solutions .solutions__list .item:nth-child(3)::before {
    height: calc(100% + 5.2083333333vw);
  }
  .solutions .solutions__list .item:nth-child(4)::before {
    height: calc(100% + 2.6041666667vw);
  }
  .solutions .solutions__list .item-content {
    margin-bottom: -4.6875vw;
  }
  .solutions .solutions__list .item-icon {
    width: 3.125vw;
    height: 3.125vw;
    margin: 0 auto 1.0416666667vw;
  }
  .solutions .solutions__list .item-title {
    font-size: 1.25vw;
  }
  .solutions .solutions__list .item-text {
    margin-top: 1.0416666667vw;
  }
}
@media only screen and (max-width: 991px) {
  .solutions {
    margin-bottom: 13.8888888889vw;
    background-color: #09314B;
    overflow: hidden;
  }
  .solutions .solutions__title {
    position: static;
    padding: 4.4444444444vw;
    background-color: #09314B;
    margin-bottom: 0;
  }
  .solutions .solutions__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: -1px;
  }
  .solutions .solutions__list .item {
    min-height: auto;
    gap: 3.3333333333vw;
    padding: 11.1111111111vw 4.4444444444vw;
  }
  .solutions .solutions__list .item:not(:last-child)::before {
    border-right: 0;
    border-bottom: 1px solid #0F4364;
  }
  .solutions .solutions__list .item:nth-child(1)::before, .solutions .solutions__list .item:nth-child(2)::before, .solutions .solutions__list .item:nth-child(3)::before, .solutions .solutions__list .item:nth-child(4)::before, .solutions .solutions__list .item:nth-child(5)::before {
    height: 100%;
  }
  .solutions .solutions__list .item-content {
    margin-bottom: 0;
  }
  .solutions .solutions__list .item-icon {
    width: 12.2222222222vw;
    height: 12.2222222222vw;
    margin: 0 auto 3.3333333333vw;
  }
  .solutions .solutions__list .item-title {
    font-size: 5.5555555556vw;
  }
  .solutions .solutions__list .item-text {
    margin-top: 2.7777777778vw;
  }
  .solutions .solutions__list .item-button {
    opacity: 1;
    pointer-events: auto;
  }
}
.delivering {
  margin-bottom: 144px;
}
.delivering .delivering__top {
  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: 50px;
  margin-bottom: 60px;
}
.delivering .delivering__title {
  width: 550px;
}
.delivering .delivering__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.delivering .delivering__navigation .navigation-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-weight: 500;
  line-height: 1.35;
  font-size: 24px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #BBBFC7;
}
.delivering .delivering__navigation .navigation-counter .active-slide {
  color: #09314B;
}
.delivering .delivering__navigation .navigation-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.delivering .delivering__navigation .navigation-button-prev,
.delivering .delivering__navigation .navigation-button-next {
  width: 56px;
  height: 56px;
  border: 1px solid #6B7280;
  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;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.delivering .delivering__navigation .navigation-button-prev::before,
.delivering .delivering__navigation .navigation-button-next::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' d='M9.57 5.93 3.5 12l6.07 6.07M20.5 12H3.67'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (min-width: 991px) {
  .delivering .delivering__navigation .navigation-button-prev:hover,
  .delivering .delivering__navigation .navigation-button-next:hover {
    background-color: #09314B;
  }
  .delivering .delivering__navigation .navigation-button-prev:hover::before,
  .delivering .delivering__navigation .navigation-button-next:hover::before {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7481%) hue-rotate(360deg) brightness(110%) contrast(99%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7481%) hue-rotate(360deg) brightness(110%) contrast(99%);
  }
}
.delivering .delivering__navigation .navigation-button-next::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.delivering .delivering__list *,
.delivering .delivering__list *:before,
.delivering .delivering__list *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.delivering .delivering__list .item {
  width: 100%;
  cursor: pointer;
}
@media only screen and (min-width: 991px) {
  .delivering .delivering__list .item:hover .item-content {
    margin-top: -85px;
  }
  .delivering .delivering__list .item:hover .item-wrapper {
    margin-bottom: 0;
  }
  .delivering .delivering__list .item:hover .item-button {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    pointer-events: auto;
  }
}
.delivering .delivering__list .item-image {
  width: 100%;
  height: 360px;
}
.delivering .delivering__list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.delivering .delivering__list .item-content {
  width: 357px;
  padding: 24px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin: -30px 20px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.delivering .delivering__list .item-wrapper {
  margin-bottom: -85px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.delivering .delivering__list .item-title {
  font-weight: 500;
  line-height: 1.35;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #09314B;
}
.delivering .delivering__list .item-text {
  margin-top: 12px;
}
.delivering .delivering__list .item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 12px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 1920px) {
  .delivering {
    margin-bottom: 7.5vw;
  }
  .delivering .delivering__top {
    gap: 2.6041666667vw;
    margin-bottom: 3.125vw;
  }
  .delivering .delivering__title {
    width: 28.6458333333vw;
  }
  .delivering .delivering__navigation {
    gap: 0.8333333333vw;
  }
  .delivering .delivering__navigation .navigation-counter {
    gap: 0.2604166667vw;
    font-size: 1.25vw;
  }
  .delivering .delivering__navigation .navigation-button {
    gap: 0.8333333333vw;
  }
  .delivering .delivering__navigation .navigation-button-prev,
  .delivering .delivering__navigation .navigation-button-next {
    width: 2.9166666667vw;
    height: 2.9166666667vw;
  }
  .delivering .delivering__navigation .navigation-button-prev::before,
  .delivering .delivering__navigation .navigation-button-next::before {
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 991px) {
  .delivering .delivering__list .item:hover .item-content {
    margin-top: -4.4270833333vw;
  }
}
@media only screen and (max-width: 1920px) {
  .delivering .delivering__list .item-image {
    height: 18.75vw;
  }
  .delivering .delivering__list .item-content {
    width: 18.59375vw;
    padding: 1.25vw;
    margin: -1.5625vw 1.0416666667vw 0;
  }
  .delivering .delivering__list .item-wrapper {
    margin-bottom: -4.4270833333vw;
  }
  .delivering .delivering__list .item-title {
    font-size: 1.25vw;
  }
  .delivering .delivering__list .item-text {
    margin-top: 0.625vw;
  }
  .delivering .delivering__list .item-button {
    margin-top: 0.625vw;
  }
}
@media only screen and (max-width: 991px) {
  .delivering {
    margin-bottom: 13.8888888889vw;
  }
  .delivering .delivering__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5.5555555556vw;
    margin-bottom: 7.7777777778vw;
  }
  .delivering .delivering__title {
    width: 100%;
  }
  .delivering .delivering__navigation {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.3333333333vw;
  }
  .delivering .delivering__navigation .navigation-counter {
    gap: 1.1111111111vw;
    font-size: 5vw;
  }
  .delivering .delivering__navigation .navigation-button {
    gap: 2.2222222222vw;
  }
  .delivering .delivering__navigation .navigation-button-prev,
  .delivering .delivering__navigation .navigation-button-next {
    width: 12.2222222222vw;
    height: 12.2222222222vw;
  }
  .delivering .delivering__navigation .navigation-button-prev::before,
  .delivering .delivering__navigation .navigation-button-next::before {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
  .delivering .delivering__list .item-image {
    height: 61.1111111111vw;
  }
  .delivering .delivering__list .item-content {
    width: calc(100% - 6.6666666667vw);
    padding: 4.4444444444vw;
    margin: -6.1111111111vw 3.3333333333vw 0;
  }
  .delivering .delivering__list .item-wrapper {
    margin-bottom: 0;
  }
  .delivering .delivering__list .item-title {
    font-size: 5.5555555556vw;
  }
  .delivering .delivering__list .item-text {
    margin-top: 2.7777777778vw;
  }
  .delivering .delivering__list .item-button {
    margin-top: 2.7777777778vw;
    opacity: 1;
    pointer-events: auto;
  }
}
.section-content {
  margin-bottom: 120px;
}
.section-content .section-content__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 130px;
}
.section-content .section-content__title {
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 1920px) {
  .section-content {
    margin-bottom: 6.25vw;
  }
  .section-content .section-content__inner {
    max-width: 57.2916666667vw;
    padding-top: 6.7708333333vw;
  }
  .section-content .section-content__title {
    margin-bottom: 2.0833333333vw;
  }
}
@media only screen and (max-width: 991px) {
  .section-content {
    margin-bottom: 13.8888888889vw;
  }
  .section-content .section-content__inner {
    max-width: 100%;
    padding-top: 27.7777777778vw;
  }
  .section-content .section-content__title {
    margin-bottom: 8.3333333333vw;
  }
}