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: "Work Sans", sans-serif;
  margin: 0;
  height: 100%;
  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;
  position: relative;
  z-index: 2;
}
body.no-scroll {
  overflow: hidden;
}

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

@media only screen and (max-width: 1920px) {
  .container {
    max-width: 76.0416666667vw;
    padding: 0 1.0416666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 5.5555555556vw;
  }
}
#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;
}

.title {
  font-weight: 900;
  font-size: 45px;
  line-height: 1.31;
  text-transform: uppercase;
  color: #3C3C3B;
}

.text {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 20px;
  color: #3C3C3B;
}
.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: #3C3C3B;
}
.text h1 {
  font-size: 44px;
}
.text h2 {
  font-size: 36px;
}
.text h3 {
  font-size: 30px;
}
.text h4 {
  font-size: 26px;
}
.text h5 {
  font-size: 22px;
}
.text h6 {
  font-size: 20px;
}
.text a {
  color: #F7A70A !important;
  text-decoration: underline !important;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
@media only screen and (min-width: 768px) {
  .text a:hover {
    color: #e09209 !important;
  }
}
.text blockquote {
  background: #3C3C3B;
  border-radius: 12px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.35;
  text-align: center;
  color: #FFFBFB;
  padding: 40px 48px;
  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: #3C3C3B;
}
.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: #3C3C3B;
}
.text ol li ul li::before {
  display: none;
}
.text .table-block {
  overflow: auto;
}
.text table {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(60, 60, 59, 0.22);
  border-collapse: collapse;
}
.text table tr,
.text table td,
.text table th {
  border: 1px solid rgba(60, 60, 59, 0.22);
}
.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.34375vw;
  }
  .text {
    font-size: 1.0416666667vw;
  }
  .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.2916666667vw;
  }
  .text h2 {
    font-size: 1.875vw;
  }
  .text h3 {
    font-size: 1.5625vw;
  }
  .text h4 {
    font-size: 1.3541666667vw;
  }
  .text h5 {
    font-size: 1.1458333333vw;
  }
  .text h6 {
    font-size: 1.0416666667vw;
  }
  .text blockquote {
    border-radius: 0.625vw;
    font-size: 1.1458333333vw;
    padding: 2.0833333333vw 2.5vw;
  }
  .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 ul li ol li::before {
    font-size: inherit;
  }
  .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: 768px) {
  .title {
    font-size: 6.1111111111vw;
    line-height: 1.25;
  }
  .text {
    font-size: 4.4444444444vw;
    line-height: 1.45;
  }
  .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: 7.7777777778vw;
  }
  .text h2 {
    font-size: 6.6666666667vw;
  }
  .text h3 {
    font-size: 5.5555555556vw;
  }
  .text h4 {
    font-size: 5vw;
  }
  .text h5 {
    font-size: 4.7222222222vw;
  }
  .text h6 {
    font-size: 4.4444444444vw;
  }
  .text blockquote {
    border-radius: 2.7777777778vw;
    font-size: 4.4444444444vw;
    padding: 6.6666666667vw 5.5555555556vw;
  }
  .text blockquote::before {
    top: 3.8888888889vw;
    left: 3.8888888889vw;
    width: 7.7777777778vw;
    height: 6.1111111111vw;
  }
  .text .alignleft,
  .text .alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .text ul li {
    padding-left: 5vw;
  }
  .text ul li::after {
    top: 2.5vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
  .text ul li ol li {
    padding-left: 0;
  }
  .text ol li ol {
    padding-left: 3.3333333333vw;
  }
  .text ol li ul {
    padding-left: 3.3333333333vw;
  }
  .text ol li ul li {
    padding-left: 5vw;
  }
  .text ol li ul li::after {
    top: 2.5vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
  .text table td,
  .text table th {
    padding: 2.7777777778vw;
    font-size: 3.6111111111vw;
  }
}
.default-button {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1.17;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #090909;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background: #F7A70A;
  padding: 10px 15px;
  min-width: 260px;
  min-height: 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.default-button.is-light {
  color: #fff;
}
.default-button.is-arrow {
  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;
}
.default-button.is-arrow::after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 9px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22' height='37' fill='none' viewBox='0 0 22 37'%3E%3Cpath fill='url(%23a)' d='M0 0h22v37H0z'/%3E%3Cdefs%3E%3Cpattern id='a' width='1' height='1' patternContentUnits='objectBoundingBox'%3E%3Cuse xlink:href='%23b' transform='matrix(.009 0 0 .00535 -.008 0)'/%3E%3C/pattern%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHEAAAC7CAYAAABSDXECAAAACXBIWXMAAC4jAAAuIwF4pT92AAAEa0lEQVR4nO3d21IbMRAA0TaV//9l5yFZYhyM9yJpZqTuNwKhUj61gllpndv9fudFLz/xt9ubz9ugfn3zZ+/wnr9OzOA+nj7eC3j171jDHhGvYAgZ2IbYAkHIoD5o++LfG38/29Hzz8RWCTmwXogg5LB6IoKQQ+qNCEJ2bwQiCNm1UYggZLdGIoKQXRqNCM6SzYtA3BKyUR/E7kII2aDIK3FLyIttiNF7gkJe6PFKFLJoz8upkAX77meikMV69YtNBkgxd/bTb6c3cmDam/aMGEImb++cKGTijgz7Qibt6B0bIRN25rabkMk6e+9UyERduQGeAVJMru9iOEsmqNVWlJCBtdxPFDKo1pvCQgbUY2dfyMH1Op4h5MB6nrERclC9D0plgJwec8RpN2fJzo08sihkp0afOxWyQxGHh4VsXNQJcCEbFnmMX8hGRT+LIWSDohEhB2RpzAyI4Cx5qSyIW0KeKBsiCHm4jIgg5KGyIoKQu8uMCELuKjsiCPm2CoiQAzItZhVEcJZ8WSXELSGfqogIQn6pKiII+VllRBASqI8IQk6BCItDzoIIOSBDMGdChEVnydkQt5aCnBURFoKcGREWgZwdERaAXAERJodcBREmhlwJEXJANsdcDREmnCVXRNyaBnJlRJgEcnVEmABSxD+VhhTxX2UhRfxaSUgR/y8D5CFMEb+v1Cwp4s+VgBTxfekhRdxXakgR95cWUsRjpYQU8XjpIEU8VwbIT0wRz5dhlgREbFEk5B1EbFUopIjtCoMUsW0hkCK2bzikiH0aCiniBInYJx9tK54PmRbPx72LF/bmCyK2KfLdM24iXi8UEOBX4D+getFvQvQ5i3olnisNIIh4plSAIOLR0gGCiEdKCQgi7i0tIIi4p9SAIOK70gOCc+KrovHgwJ6kiP8XDXh4Q9nl9GvlAEHEx0oCgohbZQFBRCgOCCKWB4S1EacAhDVHjGg8aHwudTXEaMAuh4pXWk6nBIR1EKcFhDUQpwaE+RGnB4S5EZcAhHkRlwGE+UaMaDwIeMh0JsRoQJ/Zv9iygDAH4tKAUB9xeUCojSjg36oiCvhQRUQBn6o0YkTjQUJAqIMYDZgSb6vCcirgm7IjCrijzIgC7iwrooAHyogo4MGyIQp4oiwjRjQeFAWEHIjRgGXxtqKXUwEbFIkoYKOiEAVsWASigI0bjShgh0YiCtipESNGNB5MDAj9EaMBp8bb6rmcCjioXogCDqwHooCDa40oYEAtEQUMqhWigIFdHTGi8WBxQLiGGA24PN7W2eVUwESdQRQwWUcRBUzYEUQBk7YXUcDE7UEUMHk/jRjReCDgrl4hRgOKd6DvllMBi/WMKGDBHhEFLNqGKGDhop/FAAEv90GC/yferhX1aJt4DYtYTgVs3GhEATs0ElHATo1CFLBjIxAF7FxvRAEH1BNRwEF90P7FvnX4nvZDra9E8QLaEFu8+AIG9XglXkEQMLDn5fQMhoDBfXcDfEN5t7shXpJ+2sUQqUi/AUFnup4LCcqwAAAAAElFTkSuQmCC' id='b' width='113' height='187' preserveAspectRatio='none'/%3E%3C/defs%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: 768px) {
  .default-button:hover {
    background: #ffaa00;
    color: #fff;
  }
  .default-button:hover.is-light {
    background: #ffaa00;
  }
  .default-button:hover.is-arrow::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media only screen and (max-width: 1920px) {
  .default-button {
    font-size: 0.9375vw;
    border-radius: 0.5208333333vw;
    padding: 0.5208333333vw 0.78125vw;
    min-width: 13.5416666667vw;
    min-height: 2.6041666667vw;
  }
  .default-button.is-arrow {
    gap: 0.5208333333vw;
  }
  .default-button.is-arrow::after {
    width: 0.46875vw;
    height: 0.8333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .default-button {
    font-size: 4.4444444444vw;
    border-radius: 2.7777777778vw;
    padding: 3.3333333333vw 5vw;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    min-height: 13.3333333333vw;
  }
  .default-button.is-arrow {
    gap: 2.2222222222vw;
  }
  .default-button.is-arrow::after {
    width: 2.2222222222vw;
    height: 3.8888888889vw;
  }
}
.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[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: 50px;
  height: 50px;
  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='%231a1a1a' 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: 15px;
}
form .input-field {
  width: 100%;
}
form .input-field input.wpcf7-form-control {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(255, 251, 251, 0.36);
  padding: 0 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #3C3C3B;
}
form .input-field input.wpcf7-form-control::-webkit-input-placeholder {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #3C3C3B;
}
form .input-field input.wpcf7-form-control::-moz-placeholder {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #3C3C3B;
}
form .input-field input.wpcf7-form-control:-ms-input-placeholder {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #3C3C3B;
}
form .input-field input.wpcf7-form-control::-ms-input-placeholder {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #3C3C3B;
}
form .input-field input.wpcf7-form-control::placeholder {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #3C3C3B;
}
form .input-field input.wpcf7-form-control:-moz-placeholder {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #3C3C3B;
}
form .input-field input.wpcf7-form-control::-moz-placeholder {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #3C3C3B;
}
form .input-field .wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
}
form .textarea-field {
  width: 100%;
}
form .textarea-field textarea.wpcf7-form-control {
  width: 100%;
  height: 120px;
  border: none;
  outline: none;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(255, 251, 251, 0.36);
  padding: 20px;
  resize: none;
  overflow: auto;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #3C3C3B;
}
form .textarea-field textarea.wpcf7-form-control::-webkit-input-placeholder {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #3C3C3B;
}
form .textarea-field textarea.wpcf7-form-control::-moz-placeholder {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #3C3C3B;
}
form .textarea-field textarea.wpcf7-form-control:-ms-input-placeholder {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #3C3C3B;
}
form .textarea-field textarea.wpcf7-form-control::-ms-input-placeholder {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #3C3C3B;
}
form .textarea-field textarea.wpcf7-form-control::placeholder {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #3C3C3B;
}
form .textarea-field textarea.wpcf7-form-control:-moz-placeholder {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #3C3C3B;
}
form .textarea-field textarea.wpcf7-form-control::-moz-placeholder {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #3C3C3B;
}
form .textarea-field .wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
}
form .button-field {
  width: 100%;
}
form .button-field button {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  background-color: #3C3C3B;
  padding: 10px 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #F7A70A;
  text-transform: uppercase;
  -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: #1A1A1A;
    color: #fff;
  }
}

@media only screen and (max-width: 1920px) {
  form[data-status=submitting]::before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    top: calc(50% - 2.6041666667vw);
  }
  form .form-fields {
    grid-gap: 0.78125vw;
  }
  form .input-field input.wpcf7-form-control {
    height: 2.0833333333vw;
    border-radius: 0.4166666667vw;
    padding: 0 1.0416666667vw;
    font-size: 0.8333333333vw;
  }
  form .input-field input.wpcf7-form-control::-webkit-input-placeholder {
    font-size: 0.8333333333vw;
  }
  form .input-field input.wpcf7-form-control::-moz-placeholder {
    font-size: 0.8333333333vw;
  }
  form .input-field input.wpcf7-form-control:-ms-input-placeholder {
    font-size: 0.8333333333vw;
  }
  form .input-field input.wpcf7-form-control::-ms-input-placeholder {
    font-size: 0.8333333333vw;
  }
  form .input-field input.wpcf7-form-control::placeholder {
    font-size: 0.8333333333vw;
  }
  form .input-field input.wpcf7-form-control:-moz-placeholder {
    font-size: 0.8333333333vw;
  }
  form .input-field input.wpcf7-form-control::-moz-placeholder {
    font-size: 0.8333333333vw;
  }
  form .textarea-field textarea.wpcf7-form-control {
    height: 6.25vw;
    border-radius: 0.4166666667vw;
    padding: 1.0416666667vw;
    font-size: 0.8333333333vw;
  }
  form .textarea-field textarea.wpcf7-form-control::-webkit-input-placeholder {
    font-size: 0.8333333333vw;
  }
  form .textarea-field textarea.wpcf7-form-control::-moz-placeholder {
    font-size: 0.8333333333vw;
  }
  form .textarea-field textarea.wpcf7-form-control:-ms-input-placeholder {
    font-size: 0.8333333333vw;
  }
  form .textarea-field textarea.wpcf7-form-control::-ms-input-placeholder {
    font-size: 0.8333333333vw;
  }
  form .textarea-field textarea.wpcf7-form-control::placeholder {
    font-size: 0.8333333333vw;
  }
  form .textarea-field textarea.wpcf7-form-control:-moz-placeholder {
    font-size: 0.8333333333vw;
  }
  form .textarea-field textarea.wpcf7-form-control::-moz-placeholder {
    font-size: 0.8333333333vw;
  }
  form .button-field button {
    height: 2.6041666667vw;
    border-radius: 0.4166666667vw;
    padding: 0.5208333333vw 1.0416666667vw;
    font-size: 0.9375vw;
  }
}
@media only screen and (max-width: 768px) {
  form[data-status=submitting]::before {
    width: 12.2222222222vw;
    height: 12.2222222222vw;
    top: calc(50% - 12.2222222222vw);
  }
  form .form-fields {
    grid-gap: 3.3333333333vw;
  }
  form .input-field input.wpcf7-form-control {
    height: 12.2222222222vw;
    border-radius: 2.2222222222vw;
    padding: 0 3.8888888889vw;
    font-size: 4.1666666667vw;
  }
  form .input-field input.wpcf7-form-control::-webkit-input-placeholder {
    font-size: 4.1666666667vw;
  }
  form .input-field input.wpcf7-form-control::-moz-placeholder {
    font-size: 4.1666666667vw;
  }
  form .input-field input.wpcf7-form-control:-ms-input-placeholder {
    font-size: 4.1666666667vw;
  }
  form .input-field input.wpcf7-form-control::-ms-input-placeholder {
    font-size: 4.1666666667vw;
  }
  form .input-field input.wpcf7-form-control::placeholder {
    font-size: 4.1666666667vw;
  }
  form .input-field input.wpcf7-form-control:-moz-placeholder {
    font-size: 4.1666666667vw;
  }
  form .input-field input.wpcf7-form-control::-moz-placeholder {
    font-size: 4.1666666667vw;
  }
  form .textarea-field textarea.wpcf7-form-control {
    height: 30.5555555556vw;
    border-radius: 2.2222222222vw;
    padding: 3.8888888889vw;
    font-size: 4.1666666667vw;
  }
  form .textarea-field textarea.wpcf7-form-control::-webkit-input-placeholder {
    font-size: 4.1666666667vw;
  }
  form .textarea-field textarea.wpcf7-form-control::-moz-placeholder {
    font-size: 4.1666666667vw;
  }
  form .textarea-field textarea.wpcf7-form-control:-ms-input-placeholder {
    font-size: 4.1666666667vw;
  }
  form .textarea-field textarea.wpcf7-form-control::-ms-input-placeholder {
    font-size: 4.1666666667vw;
  }
  form .textarea-field textarea.wpcf7-form-control::placeholder {
    font-size: 4.1666666667vw;
  }
  form .textarea-field textarea.wpcf7-form-control:-moz-placeholder {
    font-size: 4.1666666667vw;
  }
  form .textarea-field textarea.wpcf7-form-control::-moz-placeholder {
    font-size: 4.1666666667vw;
  }
  form .button-field button {
    height: 13.3333333333vw;
    border-radius: 2.2222222222vw;
    padding: 2.7777777778vw 4.4444444444vw;
    font-size: 4.1666666667vw;
  }
}
@-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);
  }
}
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: 150px;
}

.header {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100px;
}
.header .header__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  z-index: 11;
}
.header .header__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3C3C3B;
}
.header .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.header .header__panel {
  display: contents;
}
.header .header__logo {
  width: 190px;
  height: 60px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.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__phone a {
  font-weight: 400;
  line-height: 1.19;
  font-size: 18px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .header .header__phone a:hover {
    text-decoration: underline;
  }
}
.header .header__nav {
  margin-left: auto;
}
.header .header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.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.17;
  font-size: 18px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) {
  .header .header__nav ul li a:hover {
    color: #F7A70A;
  }
}
.header .header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .header__burger {
  display: none;
}
.header .header__backdrop {
  display: none;
}

@media only screen and (max-width: 1920px) {
  .header {
    height: 5.2083333333vw;
  }
  .header .header__inner {
    height: 5.2083333333vw;
    padding: 1.0416666667vw 0;
  }
  .header .header__wrapper {
    gap: 2.6041666667vw;
  }
  .header .header__logo {
    width: 9.8958333333vw;
    height: 3.125vw;
    -webkit-transform: translateY(-0.5208333333vw);
            transform: translateY(-0.5208333333vw);
  }
  .header .header__phone a {
    font-size: 0.9375vw;
  }
  .header .header__nav ul {
    gap: 3.125vw;
  }
  .header .header__nav ul li a {
    font-size: 0.9375vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    scroll-padding-top: calc(19.4444444444vw + 20px);
  }
  .header {
    height: 19.4444444444vw;
  }
  .header .header__inner {
    height: 19.4444444444vw;
    padding: 2.7777777778vw 0;
  }
  .header .header__wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.3333333333vw;
  }
  .header .header__logo {
    width: 36.1111111111vw;
    height: 11.6666666667vw;
    -webkit-transform: none;
            transform: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header .header__panel {
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: fixed;
    top: 19.4444444444vw;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 19.4444444444vw);
    height: calc(100dvh - 19.4444444444vw);
    margin: 0;
    padding: 7.7777777778vw 5.5555555556vw 11.1111111111vw;
    background-color: #3C3C3B;
    z-index: 12;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    gap: 7.7777777778vw;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: visibility 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: visibility 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header.is-menu-open .header__panel {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
  }
  .header .header__phone {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .header .header__phone a {
    font-size: 5vw;
    display: inline-block;
  }
  .header .header__nav {
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .header .header__nav ul {
    -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: 1.1111111111vw;
    width: 100%;
  }
  .header .header__nav ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .header .header__nav ul li a {
    display: block;
    width: 100%;
    font-size: 4.4444444444vw;
    padding: 3.8888888889vw 0;
    color: #FFFFFF;
  }
  .header .header__button {
    width: 100%;
    margin-top: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .header .header__button .default-button {
    width: 100%;
    max-width: 100%;
  }
  .header .header__burger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 6.9444444444vw;
    height: 5vw;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
    position: relative;
    z-index: 20;
    -webkit-tap-highlight-color: transparent;
  }
  .header .header__burger-line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 2px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
  }
  .header .header__burger-line:nth-child(1) {
    top: 0;
  }
  .header .header__burger-line:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .header__burger-line:nth-child(3) {
    bottom: 0;
  }
  .header.is-menu-open .header__burger .header__burger-line:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .header.is-menu-open .header__burger .header__burger-line:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
  }
  .header.is-menu-open .header__burger .header__burger-line:nth-child(3) {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
  .header .header__backdrop {
    display: block;
    position: fixed;
    inset: 0;
    top: 70px;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }
  .header.is-menu-open .header__backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  html:has(#wpadminbar) .header .header__panel {
    top: calc(var(--wp-admin--admin-bar--height, 32px) + 70px);
    height: calc(100dvh - var(--wp-admin--admin-bar--height, 32px) - 70px);
    height: calc(100vh - var(--wp-admin--admin-bar--height, 32px) - 70px);
  }
  html:has(#wpadminbar) .header .header__backdrop {
    top: calc(var(--wp-admin--admin-bar--height, 32px) + 70px);
  }
}
.footer {
  background-color: #3C3C3B;
  border-top: 2px solid #F7A70A;
}
.footer .footer__inner {
  padding: 50px 0;
}
.footer .footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
.footer .footer__logo {
  width: 190px;
  height: 60px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.footer .footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer__number a {
  font-weight: 400;
  line-height: 1.19;
  font-size: 18px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .footer .footer__number a:hover {
    text-decoration: underline;
  }
}
.footer .footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer .footer__social li {
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer .footer__social li a,
.footer .footer__social li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .footer .footer__social li:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.footer .footer__city {
  margin-left: auto;
  font-weight: 400;
  line-height: 1.17;
  font-size: 16px;
  color: #FFFFFF;
}

@media only screen and (max-width: 1920px) {
  .footer {
    border-top-width: 0.1041666667vw;
  }
  .footer .footer__inner {
    padding: 2.6041666667vw 0;
  }
  .footer .footer__wrapper {
    gap: 1.8229166667vw;
  }
  .footer .footer__logo {
    width: 9.8958333333vw;
    height: 3.125vw;
    -webkit-transform: translateY(-0.5208333333vw);
            transform: translateY(-0.5208333333vw);
  }
  .footer .footer__number a {
    font-size: 0.9375vw;
  }
  .footer .footer__social {
    gap: 0.5208333333vw;
  }
  .footer .footer__social li {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
  .footer .footer__city {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer__inner {
    padding: 8.8888888889vw 0;
  }
  .footer .footer__wrapper {
    -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: 6.6666666667vw;
  }
  .footer .footer__logo {
    width: 44.4444444444vw;
    height: 13.8888888889vw;
    -webkit-transform: none;
            transform: none;
  }
  .footer .footer__number a {
    font-size: 4.4444444444vw;
  }
  .footer .footer__social {
    gap: 3.3333333333vw;
  }
  .footer .footer__social li {
    width: 12.2222222222vw;
    height: 12.2222222222vw;
  }
  .footer .footer__city {
    margin-left: 0;
    font-size: 3.8888888889vw;
  }
}
.promo {
  margin-bottom: -80px;
}
.promo .promo__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0 0;
  position: relative;
  z-index: 2;
}
.promo .promo__decoration {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-bottom: 70px;
  pointer-events: none;
}
.promo .promo__decoration .top-dec {
  width: 1480px;
  height: 438px;
  margin-left: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.promo .promo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.promo .promo__wrapper .scroll-dec {
  position: sticky;
  top: 190px;
  z-index: 2;
  width: 311px;
  height: auto;
  margin-top: 30px;
  margin-left: 126px;
}
.promo .promo__wrapper .scroll-dec::before, .promo .promo__wrapper .scroll-dec::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 2px);
  z-index: -1;
  width: 18px;
  height: 350px;
  background-color: #1A1A1A;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.promo .promo__wrapper .scroll-dec::before {
  left: 85px;
}
.promo .promo__wrapper .scroll-dec::after {
  right: 85px;
}
.promo .promo__wrapper .scroll-dec img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.promo .promo__content {
  width: 880px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 100px;
}
.promo .promo__content-top {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.promo .promo__title {
  font-weight: 500;
  line-height: 1;
  font-size: 100px;
  color: #3C3C3B;
}
.promo .promo__title strong {
  color: #F7A70A;
}
.promo .promo__label {
  display: inline-block;
  font-weight: 900;
  line-height: 1.17;
  font-size: 25px;
  text-align: center;
  color: #3C3C3B;
  background-color: #F7A70A;
  border-radius: 10px;
  padding: 15px 20px;
  margin-top: 40px;
}
.promo .promo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  margin-top: 50px;
}
.promo .promo__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.promo .promo__list .item-icon {
  width: 45px;
  height: 45px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.promo .promo__list .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.promo .promo__list .item-content {
  width: 100%;
}
.promo .promo__list .item-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  color: #3C3C3B;
}
.promo .promo__list .item-text {
  margin-top: 5px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  color: #3C3C3B;
}

@media only screen and (max-width: 1920px) {
  .promo {
    margin-bottom: -4.1666666667vw;
  }
  .promo .promo__inner {
    max-width: 100vw;
    padding: 2.6041666667vw 0 0;
  }
  .promo .promo__decoration {
    margin-bottom: 3.6458333333vw;
  }
  .promo .promo__decoration .top-dec {
    width: 77.0833333333vw;
    height: 22.8125vw;
  }
  .promo .promo__wrapper .scroll-dec {
    top: 9.8958333333vw;
    width: 16.1979166667vw;
    margin-top: 1.5625vw;
    margin-left: 6.5625vw;
  }
  .promo .promo__wrapper .scroll-dec::before, .promo .promo__wrapper .scroll-dec::after {
    bottom: calc(100% - 0.1041666667vw);
    width: 0.9375vw;
    height: 18.2291666667vw;
  }
  .promo .promo__wrapper .scroll-dec::before {
    left: 4.4270833333vw;
  }
  .promo .promo__wrapper .scroll-dec::after {
    right: 4.4270833333vw;
  }
  .promo .promo__content {
    width: 45.8333333333vw;
    padding-bottom: 5.2083333333vw;
  }
  .promo .promo__title {
    font-size: 5.2083333333vw;
  }
  .promo .promo__label {
    font-size: 1.3020833333vw;
    border-radius: 0.5208333333vw;
    padding: 0.78125vw 1.0416666667vw;
    margin-top: 2.0833333333vw;
  }
  .promo .promo__list {
    gap: 2.6041666667vw;
    margin-top: 2.6041666667vw;
  }
  .promo .promo__list .item {
    gap: 0.78125vw;
  }
  .promo .promo__list .item-icon {
    width: 2.34375vw;
    height: 2.34375vw;
  }
  .promo .promo__list .item-title {
    font-size: 1.0416666667vw;
  }
  .promo .promo__list .item-text {
    margin-top: 0.2604166667vw;
    font-size: 0.8333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .promo {
    margin: 0;
  }
  .promo .promo__inner {
    padding: 6.6666666667vw 0 13.3333333333vw;
  }
  .promo .promo__decoration,
  .promo .promo__wrapper .scroll-dec {
    display: none;
  }
  .promo .promo__content {
    width: 100%;
    margin-left: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-bottom: 6.6666666667vw;
  }
  .promo .promo__content-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .promo .promo__title {
    font-size: 12.5vw;
  }
  .promo .promo__label {
    font-size: 3.8888888889vw;
    padding: 2.7777777778vw 3.8888888889vw;
    border-radius: 2.2222222222vw;
    -webkit-transform: translateX(0) rotate(-1deg);
            transform: translateX(0) rotate(-1deg);
    margin-top: 5.5555555556vw;
    margin-left: auto;
  }
  .promo .promo__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw;
    margin-top: 8.8888888889vw;
  }
  .promo .promo__list .item {
    gap: 3.3333333333vw;
  }
  .promo .promo__list .item-icon {
    width: 8.8888888889vw;
    height: 8.8888888889vw;
  }
  .promo .promo__list .item-title {
    font-size: 4.4444444444vw;
  }
  .promo .promo__list .item-text {
    margin-top: 1.1111111111vw;
    font-size: 3.8888888889vw;
  }
}
.offer {
  background-color: #F7A70A;
}
.offer .offer__inner {
  padding: 100px 0;
}
.offer .offer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.offer .offer__title {
  width: 415px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.offer .offer__items {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.offer .offer__items .item {
  border-radius: 15px;
  padding: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  min-height: 150px;
}
.offer .offer__items .item::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 55px;
  height: 40px;
  margin-top: 0.15em;
  background-image: url(../images/check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.offer .offer__items .item .item__text {
  font-weight: 900;
  line-height: 1.4;
  font-size: 20px;
  color: #3C3C3B;
}

@media only screen and (max-width: 1920px) {
  .offer .offer__inner {
    padding: 5.2083333333vw 0;
  }
  .offer .offer__title {
    width: 21.6145833333vw;
  }
  .offer .offer__items {
    grid-gap: 0.78125vw;
  }
  .offer .offer__items .item {
    border-radius: 0.78125vw;
    padding: 1.0416666667vw;
    gap: 1.3020833333vw;
    min-height: 7.8125vw;
  }
  .offer .offer__items .item::before {
    width: 2.8645833333vw;
    height: 2.0833333333vw;
  }
  .offer .offer__items .item .item__text {
    font-size: 1.0416666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .offer .offer__inner {
    padding: 11.1111111111vw 0;
  }
  .offer .offer__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.5555555556vw;
  }
  .offer .offer__title {
    width: 100%;
    text-align: center;
  }
  .offer .offer__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 3.8888888889vw;
  }
  .offer .offer__items .item {
    border-radius: 3.3333333333vw;
    padding: 3.8888888889vw;
    gap: 3.3333333333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 1px;
  }
  .offer .offer__items .item::before {
    width: 11.1111111111vw;
    height: 8.8888888889vw;
  }
  .offer .offer__items .item .item__text {
    font-size: 3.8888888889vw;
  }
}
.models .models__inner {
  padding: 75px 0 100px;
}
.models .models__title {
  text-align: center;
  margin-bottom: 50px;
}
.models .models__list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.models .models__list .item {
  width: 100%;
  border-radius: 15px;
  background-color: #FFF8F2;
  padding: 25px;
}
.models .models__list .item-image {
  width: 100%;
  height: 255px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.models .models__list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.models .models__list .item-type {
  font-weight: 900;
  line-height: 1.4;
  font-size: 16px;
  text-transform: uppercase;
  color: #F7A70A;
  margin-bottom: 20px;
}
.models .models__list .item-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 25px;
  text-transform: uppercase;
  color: #3C3C3B;
  margin-bottom: 20px;
}
.models .models__list .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.models .models__list .item-list .item-block {
  font-weight: 400;
  line-height: 1.4;
  font-size: 20px;
  color: #3C3C3B;
}

@media only screen and (max-width: 1920px) {
  .models .models__inner {
    padding: 3.90625vw 0 5.2083333333vw;
  }
  .models .models__title {
    margin-bottom: 2.6041666667vw;
  }
  .models .models__list {
    grid-gap: 2.6041666667vw;
  }
  .models .models__list .item {
    border-radius: 0.78125vw;
    padding: 1.3020833333vw;
  }
  .models .models__list .item-image {
    height: 13.28125vw;
    border-radius: 0.5208333333vw;
    margin-bottom: 0.5208333333vw;
  }
  .models .models__list .item-type {
    font-size: 0.8333333333vw;
    margin-bottom: 1.0416666667vw;
  }
  .models .models__list .item-title {
    font-size: 1.3020833333vw;
    margin-bottom: 1.0416666667vw;
  }
  .models .models__list .item-list {
    gap: 0.2604166667vw;
  }
  .models .models__list .item-list .item-block {
    font-size: 1.0416666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .models .models__inner {
    padding: 11.1111111111vw 0 13.3333333333vw;
  }
  .models .models__title {
    margin-bottom: 6.6666666667vw;
  }
  .models .models__list {
    max-width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 5.5555555556vw;
  }
  .models .models__list .item {
    border-radius: 3.3333333333vw;
    padding: 4.4444444444vw;
  }
  .models .models__list .item-image {
    height: 55.5555555556vw;
    border-radius: 2.2222222222vw;
    margin-bottom: 2.2222222222vw;
  }
  .models .models__list .item-type {
    font-size: 3.3333333333vw;
    margin-bottom: 2.7777777778vw;
  }
  .models .models__list .item-title {
    font-size: 4.4444444444vw;
    margin-bottom: 2.7777777778vw;
  }
  .models .models__list .item-list {
    gap: 1.1111111111vw;
  }
  .models .models__list .item-list .item-block {
    font-size: 3.8888888889vw;
  }
}
.contact {
  background-color: #FFF8F2;
  overflow: hidden;
}
.contact .contact__inner {
  padding: 100px 0;
}
.contact .contact__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 50px 2fr;
  grid-template-columns: 3fr 2fr;
  grid-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .contact__content .contact__content-caption {
  font-weight: 900;
  font-size: 25px;
  line-height: 140%;
  text-transform: uppercase;
  color: #F7A70A;
  margin-bottom: 20px;
}
.contact .contact__content .contact__content-title {
  font-size: 40px;
  color: #3C3C3B;
  margin-bottom: 40px;
}
.contact .contact__content .contact__content-text {
  font-weight: 400;
  line-height: 1.4;
  font-size: 25px;
  color: #3C3C3B;
}
.contact .contact__form {
  background: linear-gradient(200.87deg, rgba(0, 0, 0, 0.04) 22.3%, rgba(247, 167, 10, 0.04) 55.54%), #F7A70A;
  border-radius: 18px;
  padding: 25px;
}
.contact .contact__form .contact__form-caption {
  font-weight: 900;
  line-height: 1.4;
  font-size: 25px;
  text-transform: uppercase;
  color: #3C3C3B;
  margin-bottom: 10px;
}
.contact .contact__form .contact__form-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 35px;
  color: #3C3C3B;
  margin-bottom: 25px;
}
.contact .contact__form .contact__form-block {
  width: 100%;
}
.contact .contact__form .contact__form-block .wpcf7 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contact .contact__form .contact__form-block .contact__form-success {
  font-weight: 400;
  line-height: 1.4;
  font-size: 25px;
  color: #3C3C3B;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 0 20px;
}
.contact .contact__form .contact__form-block.is-success .wpcf7 {
  opacity: 0;
  pointer-events: none;
}
.contact .contact__form .contact__form-block.is-success .contact__form-success {
  opacity: 1;
}

@media only screen and (max-width: 1920px) {
  .contact .contact__inner {
    padding: 5.2083333333vw 0;
  }
  .contact .contact__wrapper {
    grid-gap: 2.6041666667vw;
  }
  .contact .contact__content .contact__content-caption {
    font-size: 1.3020833333vw;
    margin-bottom: 1.0416666667vw;
  }
  .contact .contact__content .contact__content-title {
    font-size: 2.0833333333vw;
    margin-bottom: 2.0833333333vw;
  }
  .contact .contact__content .contact__content-text {
    font-size: 1.3020833333vw;
  }
  .contact .contact__form {
    border-radius: 0.9375vw;
    padding: 1.3020833333vw;
  }
  .contact .contact__form .contact__form-caption {
    font-size: 1.3020833333vw;
    margin-bottom: 0.5208333333vw;
  }
  .contact .contact__form .contact__form-title {
    font-size: 1.8229166667vw;
    margin-bottom: 1.3020833333vw;
  }
  .contact .contact__form .contact__form-block .contact__form-success {
    font-size: 1.3020833333vw;
    padding: 0 1.0416666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .contact .contact__inner {
    padding: 11.1111111111vw 0;
  }
  .contact .contact__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 7.7777777778vw;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .contact .contact__content .contact__content-caption {
    font-size: 3.8888888889vw;
    margin-bottom: 3.3333333333vw;
  }
  .contact .contact__content .contact__content-title {
    font-size: 6.1111111111vw;
    margin-bottom: 4.4444444444vw;
  }
  .contact .contact__content .contact__content-text {
    font-size: 4.1666666667vw;
  }
  .contact .contact__form {
    border-radius: 3.8888888889vw;
    padding: 5vw;
  }
  .contact .contact__form .contact__form-caption {
    font-size: 3.8888888889vw;
    margin-bottom: 2.2222222222vw;
  }
  .contact .contact__form .contact__form-title {
    font-size: 5.5555555556vw;
    margin-bottom: 4.4444444444vw;
  }
  .contact .contact__form .contact__form-block .contact__form-success {
    font-weight: 700;
    font-size: 4.4444444444vw;
    padding: 0 1.3888888889vw;
  }
}
.section-content .section-content__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}
.section-content .section-content__title {
  margin-bottom: 40px;
  text-align: center;
}
.section-content .section-content__cta {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-content .section-content__social {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-content .section-content__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
}
@media only screen and (min-width: 768px) {
  .section-content .section-content__social a:hover {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
.section-content .section-content__social img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1920px) {
  .section-content .section-content__inner {
    max-width: 57.2916666667vw;
    padding: 5.2083333333vw 0;
  }
  .section-content .section-content__title {
    margin-bottom: 2.0833333333vw;
  }
  .section-content .section-content__cta {
    margin-top: 2.0833333333vw;
  }
  .section-content .section-content__social {
    margin-top: 1.6666666667vw;
  }
  .section-content .section-content__social a {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .section-content .section-content__inner {
    max-width: 100%;
    padding: 13.8888888889vw 0;
  }
  .section-content .section-content__title {
    margin-bottom: 8.3333333333vw;
  }
  .section-content .section-content__cta {
    margin-top: 7.7777777778vw;
  }
  .section-content .section-content__social {
    margin-top: 6.6666666667vw;
  }
  .section-content .section-content__social a {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.product {
  margin-bottom: 30px;
  overflow: hidden;
}
.product .product__inner {
  padding-top: 30px;
}
.product .product__image {
  position: relative;
  z-index: 2;
  width: 1638px;
  height: 844px;
  margin-left: auto;
}
.product .product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product .product__description {
  background: rgba(247, 167, 10, 0.21);
  padding: 50px 0;
}
.product .product__wrapper {
  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: 150px;
}
.product .product__characteristics-title {
  margin-bottom: 15px;
}
.product .product__characteristics-list li {
  font-weight: 400;
  line-height: 1.24;
  font-size: 25px;
  color: #3C3C3B;
}
.product .product__characteristics-list li strong {
  font-weight: 900;
}
.product .product__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media only screen and (max-width: 1920px) {
  .product {
    margin-bottom: 1.5625vw;
  }
  .product .product__inner {
    padding-top: 1.5625vw;
  }
  .product .product__image {
    width: 85.3125vw;
    height: 43.9583333333vw;
  }
  .product .product__description {
    padding: 2.6041666667vw 0;
  }
  .product .product__wrapper {
    gap: 7.8125vw;
  }
  .product .product__characteristics-title {
    margin-bottom: 0.78125vw;
  }
  .product .product__characteristics-list li {
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width: 768px) {
  .product {
    margin-bottom: 6.6666666667vw;
  }
  .product .product__inner {
    padding-top: 6.6666666667vw;
  }
  .product .product__image {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .product .product__image img {
    height: auto;
  }
  .product .product__description {
    padding: 7.7777777778vw 0;
  }
  .product .product__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 6.6666666667vw;
  }
  .product .product__characteristics-title {
    margin-bottom: 3.3333333333vw;
    text-align: center;
  }
  .product .product__characteristics-list li {
    font-size: 4.1666666667vw;
  }
  .product .product__button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gallery {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.gallery .gallery__list {
  width: 100%;
}
.gallery .gallery__swiper {
  width: 100%;
  overflow: visible;
}
.gallery .gallery__swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.gallery .swiper-slide {
  height: auto;
}
.gallery .swiper-slide .gallery__link {
  display: block;
  height: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1920px) {
  .gallery {
    margin-bottom: 2.6041666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .gallery {
    margin-bottom: 8.3333333333vw;
  }
}