@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Regular.woff2") format("woff2"), url("../fonts/Unbounded-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Medium.woff2") format("woff2"), url("../fonts/Unbounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Bold.woff2") format("woff2"), url("../fonts/Unbounded-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, div {
  display: block;
  width: 100%;
  height: auto;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-value {
  background: none;
  color: #003159;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::placeholder {
  opacity: 1;
  color: inherit;
}

input:-ms-input-placeholder {
  color: #003159 !important;
}

textarea {
  overflow: auto;
}

input,
button,
textarea,
select,
a,
option {
  font: inherit;
  outline: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

img {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

*:focus-visible {
  outline: none;
}

*:before, *:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6 {
  width: 100%;
}

label.error {
  display: none !important;
}

body {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-family: "Gilroy", sans-serif;
  line-height: normal;
  font-weight: 400;
  color: #fff;
  background: #090909;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
}

.site__wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
  margin: auto;
}

.container {
  width: 1420px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.main {
  width: 100%;
  height: auto;
}

.footer__modal {
  width: 100%;
  max-width: 900px;
  display: none;
  color: #222;
}
.footer__modal h2 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer__modal h6 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer__modal p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (max-width: 540px) {
  .footer__modal h2 {
    font-size: 6vw;
  }
  .footer__modal h6 {
    font-size: 5vw;
  }
  .footer__modal p {
    font-size: 4vw;
  }
}
.modal__review {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.modal__review input:-ms-input-placeholder {
  color: #444 !important;
}

.modal__review.active {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

.modal__review-wrapper {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 50px;
  background: #ffe;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.modal__review form {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.modal__review form.active {
  opacity: 1;
  visibility: visible;
}

.name__input {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 50px;
  border: 1px solid #888888;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444444;
  padding: 0 20px;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.name__input::-webkit-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.name__input::-moz-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.name__input:-ms-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.name__input::-ms-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.name__input::placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.input__file {
  display: none;
}

.file {
  width: auto;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  margin: 20px 0;
}

.file span {
  font-size: 16px;
  line-height: 1.3;
  color: #222;
}

.file div {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: transparent;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 15px;
  border: 1px solid #888888;
  position: relative;
  overflow: hidden;
}

.file div img {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

.file div:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #5B67C8;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.file div:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #5B67C8;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
       -o-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.modal__star-raiting {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-family: inherit;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  color: #222222;
  position: relative;
  z-index: 10000;
  margin: 10px 0;
}

.modal__raiting {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  min-width: 98px;
  height: 18px;
  font-size: 0px;
  margin-left: 23px;
}
.modal__raiting img {
  pointer-events: auto;
}

.modal__raiting img {
  width: 18px;
  height: 18px;
}

.modal__area {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 98px;
  max-height: 118px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #888888;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  color: #444444;
  padding: 13px 20px;
  background-color: transparent;
}

.modal__area::-webkit-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.modal__area::-moz-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.modal__area:-ms-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.modal__area::-ms-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.modal__area::placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.send {
  width: 100%;
  max-width: 250px;
  height: 50px;
  background: #5B67C8;
  border-radius: 4px;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.send:hover {
  background: #4353cf;
}

.send__img img {
  margin: auto;
}

.send__window {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
}

.send__window.active {
  opacity: 1;
  visibility: visible;
}

.send__massage {
  width: 60%;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #222222;
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1000;
}
.modal__close img {
  width: 18px;
}

@media (max-width: 540px) {
  .modal__review-wrapper {
    max-width: calc(100% - 30px);
    padding: 50px 30px;
  }
}
.size-table-wrapper {
  position: relative;
  width: 100%;
  background-color: #1a2e80;
  padding: 25px;
  max-width: 690px;
  margin: 0 auto;
  color: #fff;
  display: none;
}

.size-table-wrapper h3 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 24px;
}

.size-table-wrapper table {
  margin-bottom: 30px;
}

.size-table-wrapper table:last-child {
  margin-bottom: 0;
}

.size-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  text-align: center;
}

.size-table tbody tr:nth-of-type(even) td {
  background-color: #162a7c;
}

.size-table tbody td:first-child {
  width: 25.5%;
  padding-left: 0;
  /*border-right: 1px solid #fff;*/
  text-align: left;
}

.size-table thead th:nth-child(2) {
  border-left: 1px solid #fff;
}

.size-table tbody td {
  width: 15%;
  padding: 8px 8px 8px;
}

.size-table thead th {
  padding: 8px 10px;
  border-bottom: 1px solid #fff;
  /*color: #000;*/
}

.modal__result {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.modal__block {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 80px 30px 30px;
}

.modal__result-title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  color: #333;
}

.modal__result-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #333;
  margin-bottom: 25px;
}

.discount__modal {
  position: absolute;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__section {
  background-image: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.header__section-wrapper {
  padding: 30px 0 232px;
  position: relative;
}

.header__decor-text {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 6.8vw;
  text-transform: uppercase;
  color: rgba(9, 9, 9, 0.05);
  position: absolute;
  top: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 100vw;
}
.header__decor-text span {
  opacity: 0;
}

.header__nav {
  margin-bottom: 130px;
}

.header__nav-wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 40px;
}
.header__nav-wrapper nav {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.5);
  padding: 0 55px;
}

.header__nav-logo {
  width: 95px;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 100px;
}

.header__nav-link {
  padding: 15px 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #333;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #002ace;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.header__nav-link:hover {
  color: #002ace;
}
.header__nav-link:hover:before {
  width: calc(100% - 58px);
}

.header__nav-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: #002ace;
  gap: 24px;
  padding: 12px 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__nav-order:hover {
  background-color: #333;
}
.header__nav-order img {
  width: 11px;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.open__nav {
  width: auto;
  height: auto;
  cursor: pointer;
  display: none;
}
.open__nav img {
  width: 44px;
  height: auto;
}

.nav__mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  z-index: 10;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}
.nav__mobile.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.nav__mobile img {
  margin-bottom: 20px;
}
.nav__mobile nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.close__nav-mobile {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.close__nav-mobile img {
  width: 18px;
}

.header__content {
  width: 1060px;
  position: relative;
}

.header__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 118px;
  text-transform: uppercase;
  color: #333;
}
.header__title span {
  color: #fff;
}
.header__title span span {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.header__block {
  width: 320px;
  height: auto;
  position: absolute;
  top: 73px;
  right: -360px;
}

.header__card {
  width: 100%;
  border-radius: 34px;
  background: #002ace;
  padding: 87px 35px 45px;
  position: relative;
}

.header__card-boot {
  width: 370px;
  height: auto;
  position: absolute;
  right: -30px;
  top: -190px;
}

.header__number {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 55px;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 15px;
}

.header__card-text {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.header__card-text span {
  font-weight: 700;
}

.header__video {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 34px;
  background-image: url(../img/header-video-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.header__video:hover .header__video-play {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.header__video-play {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
  background-color: rgba(51, 51, 51, 0.3);
  padding: 4px;
}

.header__video-icon {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 100%;
  background-color: #fff;
}
.header__video-icon img {
  width: 10px;
  height: auto;
}

.order__btn {
  width: 346px;
  height: 83px;
  background-image: url(../img/btn-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: -112px;
  margin-bottom: 44px;
  position: relative;
  z-index: 1;
}
.order__btn span {
  display: inline-block;
  font-family: "Unbounded", sans-serif;
  width: 234px;
  height: auto;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.header__text {
  width: 100%;
  max-width: 313px;
  margin-left: auto;
  font-weight: 500;
  font-size: 16px;
  text-align: right;
  color: #fff;
}
.header__text span {
  font-weight: 700;
}

@media (max-width: 1480px) {
  .container {
    width: 1200px;
  }
  .header__content {
    width: 840px;
  }
  .header__title {
    font-size: 96px;
  }
  .order__btn {
    margin-top: -104px;
  }
}
@media (max-width: 1280px) {
  .container {
    width: 1000px;
  }
  .header__nav-wrapper {
    gap: 20px;
  }
  .header__nav-link {
    padding: 15px 20px;
  }
  .header__block {
    width: 280px;
    top: 73px;
    right: -320px;
  }
  .header__content {
    width: 680px;
  }
  .header__nav-wrapper nav {
    padding: 0 30px;
  }
  .header__nav-link {
    padding: 10px 15px;
  }
  .header__nav-order {
    padding: 12px 30px;
  }
  .header__card {
    padding: 70px 25px 35px;
  }
  .header__card-boot {
    width: 330px;
    right: -28px;
    top: -170px;
  }
  .header__video {
    height: 180px;
  }
  .header__title {
    font-size: 80px;
  }
  .order__btn {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1080px) {
  .container {
    width: 700px;
  }
  .header__section-wrapper {
    padding: 30px 0 80px;
  }
  .header__nav-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .header__nav-logo {
    margin-right: 0;
  }
  .header__nav-wrapper nav {
    display: none;
  }
  .open__nav {
    display: block;
  }
  .header__nav-order {
    margin: 0;
    border: none;
    padding: 0;
  }
  .header__nav-order span {
    display: none;
  }
  .header__nav-order {
    display: none;
  }
  .header__decor-text {
    display: none;
  }
  .header__nav {
    margin-bottom: 450px;
  }
  .header__content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .header__text {
    display: none;
  }
  .header__block {
    width: 346px;
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 15px;
  }
  .header__card-boot {
    width: 390px;
    right: -30px;
    top: -230px;
  }
  .header__card-text {
    font-size: 18px;
  }
  .header__card {
    padding: 40px 33px 30px;
  }
  .header__number {
    margin-bottom: 0;
  }
  .header__title {
    font-size: 72px;
    color: #fff;
    margin-bottom: 220px;
  }
  .header__title br {
    display: none;
  }
  .header__title span {
    display: inline-block;
    width: 100%;
    text-align: right;
  }
  .header__title span span {
    display: inline;
    width: auto;
  }
  .header__video {
    display: none;
  }
  .order__btn {
    margin-bottom: 0;
  }
}
@media (max-width: 740px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .header__title {
    font-size: 9.6vw;
  }
}
@media (max-width: 540px) {
  .header__nav {
    padding: 2.3vw 0;
  }
  .header__section-wrapper {
    padding: 4.8vw 0 9.8vw;
  }
  .header__nav {
    margin-bottom: 65vw;
  }
  .header__nav-logo {
    width: 22.7vw;
  }
  .header__section {
    background-position: 48% top;
  }
  .header__block {
    width: 84vw;
    margin-bottom: 3.5vw;
  }
  .header__card {
    padding: 6vw 7.5vw 7vw;
  }
  .header__title {
    margin-bottom: 49vw;
  }
  .header__card-boot {
    width: 90vw;
    right: -6vw;
    top: -56vw;
  }
  .header__number {
    font-size: 13vw;
  }
  .header__card-text {
    font-size: 4vw;
  }
  .order__btn {
    width: 84vw;
    height: 20vw;
  }
  .order__btn span {
    width: 57vw;
    font-size: 4.8vw;
  }
}
.info__section-wrapper {
  padding: 90px 0 83px;
  position: relative;
  z-index: 1;
}

.info__decor {
  position: absolute;
  z-index: -1;
  height: auto;
  -webkit-animation: rotate 60s linear infinite;
          animation: rotate 60s linear infinite;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

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

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.info__decor-1 {
  width: 846px;
  top: 0px;
  left: -826px;
}

.info__decor-2 {
  width: 453px;
  top: 87px;
  right: -210px;
  animation-direction: reverse;
}

.info__section-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 45px;
}

.info__section-title {
  width: 852px;
  height: auto;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 55px;
  letter-spacing: -0.02em;
  color: #fff;
}

.info__section-text {
  width: 340px;
  height: auto;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: right;
  color: #fff;
}

.info__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 20px;
}

.info__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.info__item-title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2;
}

.info__item-text {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
          order: 3;
}

.info__item-img {
  width: 100%;
  height: auto;
  border-radius: 34px;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1;
}

.info__item-1 {
  padding-top: 83px;
}
.info__item-1 .info__item-text {
  margin-bottom: 20px;
}
.info__item-1 .info__item-img {
  margin-bottom: 0;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
          order: 4;
}

.info__item-1,
.info__item-4 {
  width: 340px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.info__item-3 {
  width: 220px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.info__item-4 {
  padding-top: 170px;
}

.owl-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 45px;
}
.owl-nav button {
  width: 150px;
  height: 16px;
  background-image: url(../img/slider-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.owl-nav button span {
  display: none;
}
.owl-nav button:hover {
  background-image: url(../img/slider-arrow-hover.png) !important;
}
.owl-nav button.owl-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1480px) {
  .info__item-1,
  .info__item-4 {
    width: 280px;
  }
  .info__item-1 {
    padding-top: 34px;
  }
  .info__item-4 {
    padding-top: 126px;
  }
}
@media (max-width: 1280px) {
  .info__section-title {
    width: 650px;
    font-size: 40px;
  }
  .info__item-1,
  .info__item-4 {
    width: 220px;
  }
  .info__item-3 {
    width: 180px;
  }
  .info__item-title {
    font-size: 18px;
  }
  .info__item-text {
    font-size: 14px;
  }
  .info__item-1 {
    padding-top: 36px;
  }
  .info__item-4 {
    padding-top: 130px;
  }
  .info__decor-1 {
    width: 700px;
    top: 0px;
    left: -660px;
  }
}
@media (max-width: 1080px) {
  .info__section-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .info__section-title {
    width: 100%;
    font-size: 42px;
  }
  .info__section-text {
    display: none;
  }
  .info__item {
    padding: 0;
    width: auto;
  }
  .info__item .info__item-text {
    margin-bottom: 20px;
  }
  .info__item .info__item-img {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
    height: 290px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0;
  }
}
@media (max-width: 540px) {
  .info__decor-1 {
    display: none;
  }
  .info__section-wrapper {
    padding: 24vw 0 23vw;
  }
  .info__section-top {
    margin-bottom: 9.8vw;
  }
  .info__section-title {
    font-size: 9.8vw;
  }
  .info__item-title {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
  .info__item-text {
    font-size: 4vw;
    margin-bottom: 7vw;
  }
  .info__item-img {
    height: 79vw !important;
  }
  .owl-nav button {
    width: 36vw;
    height: 3.7vw;
  }
  .owl-nav {
    margin-top: 10vw;
  }
  .info__decor-2 {
    width: 110vw;
    top: 8vw;
    right: -66vw;
  }
}
.video__section {
  background-image: url(../img/video-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.video__section-wrapper {
  padding: 321px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.video__title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.video__btn {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 30px 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.video__btn:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.video__btn-block {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #fff;
}
.video__btn-block img {
  width: 34px;
  height: auto;
}

.video__text {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

@media (max-width: 540px) {
  .video__section-wrapper {
    padding: 70vw 0;
  }
  .video__title {
    font-size: 4.8vw;
  }
  .video__text {
    font-size: 4vw;
  }
  .video__btn {
    width: 38.7vw;
    height: 38.7vw;
    padding: 4.8vw;
    margin: 7vw 0;
  }
  .video__btn-block img {
    width: 8vw;
  }
  .fancybox-slide {
    padding: 44px 0;
  }
}
.advantage__section {
  background-color: #fff;
  background-image: url(../img/advantage-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.advantage__section-wrapper {
  padding: 110px 0 123px;
}

.advantage__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 93px;
  position: relative;
}

.advantage__left {
  width: 670px;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.advantage__left .order__btn {
  margin: 0;
}

.advantage__title {
  font-weight: 700;
  font-size: 55px;
  letter-spacing: -0.02em;
  color: #333;
  margin-bottom: 40px;
}

.advantage__items {
  width: 580px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.advantage__item {
  width: 50%;
  height: auto;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 45px 17px 38px;
}

.advantage__item-number {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.02em;
  color: #002ace;
  margin-bottom: 5px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  display: inline-block;
  width: auto;
}
.advantage__item-number:after {
  content: "%";
}

.advantage__item-text {
  font-weight: 500;
  font-size: 16px;
  color: #333;
}

.advantage__item-1,
.advantage__item-3 {
  position: relative;
}
.advantage__item-1:before,
.advantage__item-3:before {
  content: "";
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #d9d9d9;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.advantage__item-3,
.advantage__item-4 {
  border-top: none;
}

.advantage__text {
  font-weight: 500;
  font-size: 55px;
  letter-spacing: -0.02em;
  text-align: justify;
  color: #090909;
  font-family: "Unbounded", sans-serif;
  text-indent: 360px;
  margin-bottom: 50px;
}
.advantage__text span {
  font-weight: 700;
  color: #002ace;
}

.advantage__gallery-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 60px;
}

.advantage__boot {
  width: 412px;
  height: auto;
}

.advantage__gallery {
  width: 944px;
  height: auto;
  position: relative;
}
.advantage__gallery .owl-nav {
  position: absolute;
  width: 390px;
  height: auto;
  bottom: 0;
  left: -476px;
}

.advantage__slide {
  display: block;
  border-radius: 34px;
  width: auto;
  height: auto;
  overflow: hidden;
}
.advantage__slide:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.advantage__slide img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.advantage__slide-1 {
  width: 340px;
}

.advantage__slide-2 {
  width: 220px;
}

.advantage__slide-3 {
  width: 344px;
}

.advantage__slide-4 {
  width: 340px;
}

.advantage__slide-5 {
  width: 220px;
}

.advantage__slide-6 {
  width: 344px;
}

@media (max-width: 1280px) {
  .advantage__gallery {
    width: 760px;
  }
  .advantage__boot {
    width: 340px;
  }
  .advantage__gallery .owl-nav {
    position: absolute;
    width: 340px;
    height: auto;
    bottom: 0;
    left: -400px;
  }
  .advantage__items {
    width: 420px;
  }
}
@media (max-width: 1080px) {
  .advantage__items {
    width: 100%;
    position: static;
    top: auto;
    right: auto;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    margin-bottom: 45px;
  }
  .advantage__left {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .advantage__title {
    text-align: center;
  }
  .advantage__text {
    font-size: 48px;
    text-align: left;
    text-indent: 60px;
    margin-bottom: 0;
  }
  .advantage__gallery-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 0;
  }
  .advantage__gallery {
    width: 384px;
    height: auto;
  }
  .advantage__gallery .owl-nav {
    position: static;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: 384px;
  }
  .advantage__section-wrapper {
    padding: 100px 0;
  }
  .advantage__slide {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .advantage__section-wrapper {
    padding: 24vw 0 27vw;
  }
  .advantage__title {
    font-size: 9.8vw;
    margin-bottom: 3.5vw;
  }
  .advantage__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 7vw;
  }
  .advantage__item {
    width: 66vw;
    padding: 3.5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .advantage__item-1:before,
  .advantage__item-3:before {
    display: none;
  }
  .advantage__item-1 {
    border-top: none;
  }
  .advantage__item-4 {
    border-bottom: none;
  }
  .advantage__item-number {
    font-size: 8vw;
    margin-bottom: 1vw;
  }
  .advantage__item-text {
    font-size: 4vw;
    text-align: center;
  }
  .advantage__top {
    margin-bottom: 11vw;
  }
  .advantage__text {
    font-size: 6.1vw;
    text-indent: 11vw;
  }
  .advantage__boot {
    width: 56vw;
    margin-top: -2.5vw;
    margin-bottom: 5vw;
  }
  .advantage__gallery {
    width: 100%;
  }
  .advantage__gallery .owl-nav {
    max-width: 100%;
  }
}
.card__section {
  overflow: hidden;
}

.card__section-wrapper {
  position: relative;
  padding: 100px 0 200px;
  z-index: 1;
}

.card__decor {
  position: absolute;
  z-index: -1;
  height: auto;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-animation: rotate 180s linear infinite;
          animation: rotate 180s linear infinite;
}

.card__decor-1 {
  width: 1453px;
  top: -250px;
  right: -670px;
}

.card__decor-2 {
  width: 295px;
  top: -58px;
  left: -220px;
  animation-direction: reverse;
}

.card__decor-3 {
  width: 1217px;
  top: -584px;
  left: -737px;
}

.card__decor-4 {
  width: 632px;
  top: 71px;
  right: -436px;
  animation-direction: reverse;
}

.card__section-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 22px;
  gap: 20px;
}

.card__section-title {
  width: 700px;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 55px;
  letter-spacing: -0.02em;
  color: #fff;
}

.card__section-text {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: right;
  color: #fff;
}
.card__section-text span {
  font-weight: 700;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  gap: 75px;
  margin-bottom: 100px;
  position: relative;
}
.card:last-child {
  margin-bottom: 0;
}

.card__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.card__main-img {
  width: 100%;
  max-width: 752px;
  height: auto;
  margin-bottom: -40px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.card__photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 30px;
  background-color: #fff;
}

.card__photo {
  width: auto;
  height: auto;
  border-radius: 24px;
  overflow: hidden;
}
.card__photo img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card__photo:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.card__content {
  width: 500px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.card__block {
  border-radius: 34px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 24px 30px;
}

.card__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #333;
  margin-bottom: 15px;
  padding-top: 10px;
}

.card__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  margin-bottom: 10px;
}

.card__item-text,
.card__item-bold {
  width: auto;
  font-size: 16px;
  color: #333;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.card__item-divider {
  width: 100%;
  height: auto;
  border-bottom: 1px dotted #333;
}

.card__item-text {
  padding-right: 2px;
}

.card__item-bold {
  font-weight: 600;
  text-align: right;
  padding-left: 2px;
}

.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  gap: 5px;
  margin-top: 10px;
  padding-left: 2px;
}
.price span {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.old__price {
  font-weight: 400;
  font-size: 16px;
  text-decoration: line-through;
  color: #333;
}

.new__price {
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-align: right;
  color: #002ace;
}

.card__form {
  width: 100%;
  height: auto;
}

.card__input-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.card__input {
  width: 100%;
  height: 50px;
  border-radius: 34px;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #333;
}

.card__select {
  position: relative;
  margin-bottom: 10px;
}
.card__select:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #002ace;
  border-radius: 100%;
  pointer-events: none;
  background-image: url(../img/select-tringle.png);
  background-repeat: no-repeat;
  background-position: center;
}

.card__select select {
  text-align: -moz-center;
  text-align: -webkit-center;
  -moz-text-align-last: center;
  text-align-last: center;
  -webkit-text-align-last: center;
  text-indent: 42% hanging;
}

.card__submit {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  padding: 18px;
  display: inline-block;
  width: 100%;
  height: auto;
  border-radius: 34px;
  background: #002ace;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card__submit:hover {
  background-color: #333;
}

@media (max-width: 1480px) {
  .card__content {
    width: 440px;
  }
  .card__main-img {
    max-width: 620px;
    margin-bottom: -30px;
  }
  .card__title {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .card__section-title {
    width: 540px;
    font-size: 48px;
  }
  .card {
    gap: 20px;
  }
  .card__content {
    width: 400px;
  }
  .card__decor-1 {
    width: 1080px;
    top: -200px;
    right: -600px;
  }
  .card__decor-2 {
    width: 280px;
    top: -40px;
    left: -130px;
  }
  .card__decor-3 {
    width: 960px;
    top: -340px;
    left: -600px;
  }
  .card__decor-4 {
    width: 560px;
    top: 71px;
    right: -330px;
  }
}
@media (max-width: 1080px) {
  .card__section-wrapper {
    padding: 100px 0;
  }
  .card__section-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 70px;
  }
  .card__section-title {
    width: 100%;
  }
  .card__section-text {
    width: 100%;
    text-align: left;
  }
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .card__content {
    width: 100%;
  }
  .card__decor-3 {
    display: none;
  }
  .card__title {
    font-size: 42px;
  }
}
@media (max-width: 540px) {
  .card__section-wrapper {
    padding: 24vw 0;
  }
  .card__section-top {
    margin-bottom: 16vw;
    gap: 4.8vw;
  }
  .card__section-title {
    font-size: 9.8vw;
  }
  .card__section-text {
    font-size: 4vw;
  }
  .card__main-img {
    margin-bottom: -5vw;
  }
  .card {
    gap: 4.8vw;
  }
  .card__photos {
    gap: 2vw;
    padding: 2vw;
    border-radius: 4vw;
  }
  .card__block {
    border-radius: 4vw;
    padding: 5.5vw 4.9vw;
  }
  .card__content {
    gap: 4.8vw;
  }
  .card__title {
    font-size: 7vw;
    margin-bottom: 4.8vw;
    padding-top: 2vw;
  }
  .card__item {
    margin-bottom: 2vw;
  }
  .card__item-text,
  .card__item-bold {
    font-size: 3.8vw;
  }
  .price {
    gap: 1vw;
    margin-top: 2vw;
  }
  .old__price {
    font-size: 3.8vw;
  }
  .new__price {
    font-size: 6vw;
  }
  .card__input-wrapper {
    margin-bottom: 1vw;
  }
  .card__input {
    height: 12vw;
    border-radius: 8vw;
    font-size: 3.8vw;
  }
  .card__select {
    margin-bottom: 2vw;
  }
  .card__select:before {
    width: 12vw;
    height: 12vw;
  }
  .card__submit {
    font-size: 5.8vw;
    padding: 4vw;
    border-radius: 8vw;
  }
  .card__decor-1 {
    width: 280vw;
    top: -100vw;
    right: -200vw;
  }
  .card {
    margin-bottom: 22vw;
  }
  .card__decor-2 {
    width: 70vw;
    top: -15vw;
    left: -25vw;
  }
  .card__decor-4 {
    width: 300vw;
    top: -170vw;
    right: -180vw;
  }
  .card__photo {
    border-radius: 1.8vw;
  }
}
.review__section {
  background-color: #fff;
  background-image: url(../img/review-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.review__section-wrapper {
  padding: 100px 0 60px;
}

.review__section-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 55px;
  letter-spacing: -0.02em;
  color: #090909;
  margin-bottom: 20px;
}

.review__section-text {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #090909;
  margin-bottom: 30px;
}

.review__slider {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.review__slider .owl-nav {
  width: 390px;
  margin: auto;
  margin-top: 70px;
}
.review__slider .owl-stage-outer {
  padding: 20px 0;
}

.review {
  height: 240px;
  border-radius: 50px;
  box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 40px;
}

.review__name {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #090909;
  margin-bottom: 20px;
}

.review__text {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #090909;
}

@media (max-width: 540px) {
  .review__section-wrapper {
    padding: 19.8vw 0 22vw;
  }
  .review__section-title {
    font-size: 9.8vw;
    margin-bottom: 3.5vw;
    text-align: center;
  }
  .review__section-text {
    font-size: 4vw;
    margin-bottom: 2vw;
    text-align: center;
  }
  .review__slider {
    width: 100%;
    margin-left: 0;
  }
  .review__slider .owl-nav {
    width: 100%;
    margin-top: 7vw;
  }
  .review {
    height: 58vw;
    border-radius: 12vw;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05);
    padding: 9.8vw;
  }
  .review__name {
    font-size: 4.8vw;
    margin-bottom: 4.8vw;
  }
  .review__text {
    font-size: 4vw;
  }
}
.footer__section {
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: 65% center;
  background-size: auto 100%;
  overflow: hidden;
}

.footer__section-wrapper {
  padding: 35px 0 172px;
  position: relative;
  z-index: 1;
}
.footer__section-wrapper .order__btn {
  margin: 0;
  background-image: url(../img/footer-btn-bg.png);
}
.footer__section-wrapper .header__nav {
  position: relative;
  z-index: 1;
}
.footer__section-wrapper nav {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: #fff;
}
.footer__section-wrapper .header__nav-link {
  color: #333;
}

.footer__girl {
  width: 556px;
  height: auto;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 48%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.footer__content {
  width: 806px;
  position: relative;
}

.footer__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 55px;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 20px;
  mix-blend-mode: overlay;
  position: relative;
  z-index: 1;
}

.footer__text {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 68px;
}

.footer__decor {
  position: absolute;
  width: 430px;
  height: auto;
  bottom: -40px;
  right: -720px;
  z-index: -1;
}

.footer__boot {
  position: absolute;
  bottom: -120px;
  right: -670px;
  width: 650px;
  z-index: -1;
}

.footer__date {
  width: 240px;
  height: auto;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
.footer__date span {
  font-weight: 700;
}

.footer__line-wrapper {
  padding: 41px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.footer__line-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.125;
  text-align: center;
  color: #fff;
}
.footer__line-text a {
  font-weight: 600;
}
.footer__line-text a:hover {
  text-decoration: underline;
}

@media (max-width: 1480px) {
  .footer__section {
    background-position: center;
  }
  .footer__content {
    width: 670px;
  }
  .footer__title {
    font-size: 44px;
  }
  .footer__boot {
    bottom: -100px;
    right: -610px;
    width: 580px;
  }
  .footer__decor {
    width: 400px;
    bottom: -40px;
    right: -665px;
  }
}
@media (max-width: 1280px) {
  .footer__section-wrapper {
    padding: 35px 0 120px;
  }
  .footer__content {
    width: 650px;
  }
  .footer__girl {
    width: 460px;
    left: 50%;
  }
  .footer__boot {
    bottom: -80px;
    right: -480px;
    width: 510px;
  }
  .footer__decor {
    width: 370px;
    bottom: -30px;
    right: -530px;
  }
}
@media (max-width: 1080px) {
  .footer__section-wrapper .header__nav {
    margin-bottom: 30px;
  }
  .footer__content {
    width: 100%;
  }
  .footer__title {
    mix-blend-mode: normal;
  }
  .footer__decor {
    display: none;
  }
  .footer__boot {
    position: static;
    bottom: auto;
    right: auto;
    z-index: 2;
  }
  .footer__girl {
    z-index: -1;
  }
  .footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .footer__girl {
    width: 600px;
    left: 50%;
  }
  .footer__section-wrapper {
    padding: 35px 0 60px;
  }
}
@media (max-width: 540px) {
  .footer__section {
    background-image: url(../img/footer-bg-mobile.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  .footer__section-wrapper {
    padding: 9.8vw 0 7vw;
  }
  .footer__section-wrapper .header__nav {
    margin-bottom: 7vw;
    padding: 0;
  }
  .footer__title {
    font-size: 8.7vw;
    margin-bottom: 3.5vw;
  }
  .footer__text {
    width: 60vw;
    font-weight: 500;
    font-size: 3.8vw;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 3.5vw;
    -webkit-align-self: flex-start;
            align-self: flex-start;
  }
  .footer__girl {
    width: 95vw;
  }
  .footer__boot {
    width: 86vw;
    -webkit-align-self: flex-start;
            align-self: flex-start;
    margin-left: 1vw;
    margin-bottom: -5vw;
    pointer-events: none;
  }
  .footer__date {
    font-size: 3.8vw;
    margin-top: 3.5vw;
  }
  .footer__line-wrapper {
    padding: 10vw 0;
  }
  .footer__line-text {
    font-size: 3.8vw;
  }
}