@charset "UTF-8";
@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-Bold.woff2") format("woff2"), url("../fonts/Unbounded-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Black.woff2") format("woff2"), url("../fonts/Unbounded-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-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;
}

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

label.error {
  display: none !important;
}

body {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #252525;
  background-color: #ebebeb;
}

.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;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container {
  width: 1360px;
  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;
}
.footer__modal h6 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.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: #E5F2FA;
  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 {
  position: relative;
}
.header__section:before {
  content: "";
  width: 100vw;
  height: 2060px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/decor.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  mix-blend-mode: plus-lighter;
}
.bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.png);
  background-repeat: repeat;
  background-position: center;
  /* background-size: cover; */
  z-index: -1;
}

.header__section-wrapper {
  padding: 5px 0 129px;
}

.decor {
  position: absolute;
  z-index: -1;
}

.header__top {
  width: 100%;
  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: 47px;
}

.header__logo {
  width: 118px;
  height: auto;
}

.header__nav {
  width: auto;
}

.header__nav-link {
  font-weight: 500;
  font-size: 20px;
  color: #252525;
  margin-right: 80px;
}
.header__nav-link:last-child {
  margin-right: 0;
}

.header__content {
  width: 554px;
  height: auto;
  position: relative;
}

.header__star {
  position: absolute;
  left: -112px;
  top: 56px;
}

.header__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 52px;
  color: #252525;
  text-transform: uppercase;
  line-height: 1.2;
}

.header__date {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 128px;
  color: #252525;
  line-height: 1.3;
  margin-bottom: 10px;
}

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

.header__decor-img {
  position: absolute;
  top: -115px;
  right: -401px;
  width: 380px;
  height: 617px;
  background-image: url(../img/header-decor.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header__boot-decor {
  width: auto;
  height: auto;
  position: absolute;
  bottom: -200px;
  right: -920px;
}

.header__boot {
  width: 650px;
  height: auto;
  position: relative;
  z-index: 1;
}

.header__boot-text {
  position: absolute;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.header__boot-text-1 {
  width: 856px;
  height: auto;
  left: -150px;
  top: -55px;
}

.header__boot-text-2 {
  width: 851px;
  height: auto;
  top: 40px;
  left: -194px;
  z-index: 2;
}

.header__text {
  width: 100%;
  max-width: 460px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #252525;
  margin-bottom: 19px;
}
.header__text span {
  font-weight: 700;
}

.header__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin-bottom: 10px;
}

.header__price-text {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #252525;
  width: auto;
  margin-top: 0px;
  margin-right: 10px;
}

.price {
  width: 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: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.new__price {
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  font-size: 60px;
  text-transform: uppercase;
  color: #f00;
  line-height: 1;
}

.old__price-text {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #252525;
  text-align: right;
}

.order__btn {
  width: 323px;
  height: 69px;
  background-color: #fff;
  border: 1px solid #252525;
  border-radius: 35px;
  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;
  padding: 3px 3px 3px 40px;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.order__btn:hover {
  color: #fff;
  background-color: #252525;
}
.order__btn:hover .order__array {
  background-color: #3a3a3a;
}

.order__array {
  width: 63px;
  height: 63px;
  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: #252525;
}

.galary__slider-wrapper {
  width: 709px;
  height: auto;
  margin-left: auto;
  position: relative;
}

.galary__star {
  width: 61px;
  height: auto;
  position: absolute;
  top: 50%;
  right: -154px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.galary__titles {
  width: 600px;
  height: auto;
  position: absolute;
  top: 50%;
  left: -815px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
       -o-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.galary__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 128px;
  line-height: 1;
  text-transform: uppercase;
  color: #252525;
}

.galary__subtitle {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 96px;
  line-height: 1;
  text-transform: uppercase;
  color: #252525;
}

.galary__text {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  color: #252525;
}

.slider__number-current {
  width: 80px;
  height: 80px;
  border: 1px solid #949494;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: -144px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  padding: 7px;
}
.slider__number-current span {
  width: 100%;
  height: 100%;
  border: 1px solid #949494;
  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;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
}

.galary__slider {
  width: 100%;
  height: auto;
}
.galary__slider .owl-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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: -110px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: auto;
}
.galary__slider .owl-nav button {
  width: 13px;
  height: 306px;
  position: relative;
  background-image: url(../img/arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
}
.galary__slider .owl-nav button:before {
  content: "";
  width: 1px;
  height: calc(100% - 6px);
  background-color: #252525;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.galary__slider .owl-nav button.owl-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: 138px;
}
.galary__slider .owl-nav button span {
  display: none;
}
.galary__slider .owl-dots {
  width: auto;
  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;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.galary__slider .owl-dots button {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3) !important;
  border: 1px solid #252525 !important;
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.galary__slider .owl-dots button:last-child {
  margin-bottom: 0;
}
.galary__slider .owl-dots button.active {
  background-color: #252525 !important;
}
.galary__slider .owl-dots button span {
  display: none;
}

.info__section-wrapper {
  padding: 45px 0 100px;
}
.info__section-wrapper .order__btn {
  margin-top: -69px;
}

.info__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 56px;
  text-align: left;
  color: #252525;
  margin-bottom: 45px;
}

.info__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: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  position: relative;
  pointer-events: none;
}

.info__text {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #252525;
}
.info__text span {
  font-weight: 700;
}

.info__img {
  position: absolute;
  top: -53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1040px;
  height: auto;
  z-index: -1;
}

.info__text-1 {
  width: 100%;
  max-width: 345px;
  height: auto;
}

.info__block-right {
  width: 390px;
  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: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  padding-top: 213px;
}

.info__block-title {
  width: 100%;
  max-width: 304px;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: right;
  color: #ff5922;
  margin-bottom: 10px;
}

.info__text-2 {
  text-align: right;
}

.advantage__section {
  position: relative;
}
.advantage__section:before {
  content: "";
  width: 100vw;
  height: 4075px;
  position: absolute;
  top: -426px;
  left: 0;
  background-image: url(../img/decor-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.advantage__section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.advantages {
  width: 100%;
  max-width: 709px;
  position: relative;
  z-index: 2;
}
.advantages .order__btn {
  position: absolute;
  bottom: 100px;
  left: -537px;
  background: #ff5922;
  color: #fff;
}
.advantages .order__btn:hover {
  color: #252525;
  background: #fff;
}

.advantage__decor {
  position: absolute;
  top: 0;
  left: -935px;
  width: 625px;
  height: auto;
}

.advantage__section-title {
  width: 440px;
  height: auto;
  position: absolute;
  top: 100px;
  left: -537px;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 56px;
  color: #252525;
  line-height: normal;
}

.advantage__boot-block {
  width: auto;
  height: auto;
  position: absolute;
  top: 348px;
  left: -500px;
}

.advantage__text {
  position: absolute;
  height: auto;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.advanatge__boot {
  width: 220px;
  height: auto;
  position: relative;
}

.advantage__text-2 {
  left: -60px;
  top: 80px;
  width: 351px;
}

.advantage__text-1 {
  width: 352px;
  top: 40px;
  left: -53px;
}

.advantage {
  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;
}

.advantage__block {
  padding: 0 20px;
}

.advantage__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: #252525;
  margin-bottom: 15px;
}

.advantage__block-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #252525;
}
.advantage__block-text span {
  font-weight: 600;
}

.adantage__img {
  width: 356px;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.advantage__2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.advantage__2 .adantage__img {
  width: 352px;
}

.video__section {
  background-image: url(../img/video-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.video__section-wrapper {
  padding: 260px 0 82px;
  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;
}

.video__title {
  display: inline-block;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 128px;
  text-transform: uppercase;
  color: #ff5922;
  margin-bottom: 25px;
  line-height: 1;
  position: relative;
  width: auto;
  z-index: 1;
}
.video__title:after {
  content: "®";
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 64px;
  text-transform: uppercase;
  color: #ff5922;
  position: absolute;
  top: 0;
  right: -56px;
}

.video__text {
  width: 100%;
  max-width: 690px;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 25px;
}

.video__play {
  width: auto;
  height: auto;
  -webkit-align-self: flex-end;
          align-self: flex-end;
  margin-bottom: 25px;
  margin-right: 160px;
  position: relative;
}
.video__play img {
  width: 231px;
  border-radius: 100%;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}
.video__play:before {
  content: "";
  width: 812px;
  height: 812px;
  border-radius: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: -246px;
  left: -210px;
  opacity: 0.5;
  -webkit-animation: pulse 5s infinite;
          animation: pulse 5s infinite;
}

.video__text-bottom {
  width: 100%;
  max-width: 440px;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.card__section-wrapper {
  padding: 94px 0 0;
}

.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: center;
  -webkit-align-items: center;
          align-items: center;
}

.card__1 {
  margin-bottom: 179px;
}

.card__2 .card__discount {
  top: 164px;
  right: auto;
  left: 42px;
}

.card__left {
  width: 724px;
  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;
  position: relative;
}

.card__main-img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.card__discount {
  position: absolute;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  color: #252525;
  top: 106px;
  right: 102px;
  display: inline-block;
  width: auto;
}

.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;
}
.card__photos a {
  margin-right: 5px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card__photos a:last-child {
  margin-right: 0;
}
.card__photos a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.card__photos img {
  width: 170px;
  height: auto;
}

.card__right {
  width: 440px;
  height: auto;
}

.card__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.card__rating {
  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;
  width: auto;
  margin-right: 15px;
  margin-bottom: 5px;
}
.card__rating img {
  width: 31px;
  height: auto;
}

.card__type {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #252525;
  width: auto;
  line-height: normal;
}

.card__name {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: right;
  color: #252525;
  line-height: normal;
  margin-bottom: 15px;
}

.card__info {
  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: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  margin-bottom: 10px;
}
.card__info .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -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-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  width: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.card__info .old__price {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-decoration: line-through;
  color: #252525;
  margin-right: 10px;
  line-height: 1;
}
.card__info .new__price {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #ff5922;
  line-height: 1;
  text-transform: none;
}

.card__info-left {
  font-weight: 300;
  font-size: 20px;
  color: #252525;
  line-height: normal;
}

.card__info-divider {
  border-bottom: 1px dotted #252525;
  margin-bottom: 5px;
}

.card__info-right {
  font-weight: 500;
  font-size: 20px;
  text-align: right;
  color: #252525;
  line-height: normal;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

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

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

.card__input {
  width: 100%;
  height: 50px;
  border: 1px solid #c4c4c4;
  border-radius: 40px;
  background: #fff;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  color: #000;
}

.card__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: 40% hanging;
}

.card__select-wrapper {
  position: relative;
}
.card__select-wrapper:before {
  content: "";
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: #252525;
  background-image: url(../img/tringle.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.card__submit {
  width: 100%;
  padding-left: 80px;
  cursor: pointer;
  margin-top: 20px;
  background-color: #FF5922;
  color: #fff;
}
.card__submit .order__array {
  background-color: #fff;
}
.card__submit:hover .order__array {
  background-color: #fff;
}

.card__text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #252525;
  margin: auto;
  margin-top: 6px;
  width: 100%;
  max-width: 380px;
}
.card__text span {
  font-weight: 500;
}

.red {
  color: #ff5922;
}

.card__colors {
  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;
  width: auto;
  font-weight: 500;
  font-size: 20px;
  color: #252525;
}

.card__color {
  cursor: pointer;
}
.card__color.active {
  text-decoration: underline;
}

.review__section {
  position: relative;
}

.review__bg {
  position: absolute;
  width: 100vw;
  height: auto;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.review__section-wrapper {
  padding: 191px 0 115px;
  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;
}

.review__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 56px;
  color: #252525;
  margin-bottom: 70px;
  line-height: normal;
}

.review__slider-wrapper {
  width: 1000px;
  height: auto;
  margin-bottom: 80px;
  position: relative;
}

.review__star {
  position: absolute;
  width: 61px;
  height: auto;
  top: -46px;
  left: -163px;
}

.review__decor {
  width: 1135px;
  height: auto;
  position: absolute;
  top: -208px;
  right: -749px;
}

.review__boot-block {
  width: auto;
  height: auto;
  position: absolute;
  bottom: -200px;
  right: -674px;
}

.review__boot-text {
  position: absolute;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.review__boot-text-1 {
  top: -36px;
  left: -110px;
}

.review__boot {
  width: 255px;
  height: auto;
  position: relative;
}

.review__boot-text-2 {
  top: -95px;
  left: -268px;
}

.review__slider {
  width: 100%;
  height: auto;
}
.review__slider .owl-dots {
  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;
  width: 1360px;
  height: auto;
  position: absolute;
  bottom: -45px;
  left: 0;
}
.review__slider .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #d9d9d9 !important;
  margin-right: 5px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.review__slider .owl-dots button:last-child {
  margin-right: 0;
}
.review__slider .owl-dots button.active {
  background-color: #ff5922 !important;
}

.review {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  padding: 30px 20px;
}

.review__header {
  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: 30px;
}

.review__name {
  width: auto;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  line-height: normal;
}

.review__rating {
  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;
  width: auto;
}
.review__rating img {
  width: 20px !important;
  height: auto;
}

.review__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 20px;
  text-indent: 20px;
}

.review__date {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-align: right;
  color: #000;
}

.add__review {
  -webkit-align-self: center;
          align-self: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 62px;
  border-radius: 30px;
  background: #ff5922;
  cursor: pointer;
}

.footer__section {
  position: relative;
}
.footer__section:before {
  content: "";
  width: 1266px;
  height: 644px;
  position: absolute;
  top: 160px;
  right: -300px;
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.footer__section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding: 65px 0 100px;
}
.footer__section-wrapper .header__star {
  left: auto;
  top: 413px;
  right: -178px;
}

.footer__logo {
  width: 118px;
  height: auto;
  margin-bottom: 47px;
}

.footer__decor {
  position: absolute;
  top: -65px;
  left: -1085px;
  width: 440px;
  height: 870px;
  background-color: #FF4F19;
}
.footer__decor img {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.footer__img {
  width: 530px;
  height: auto;
  position: absolute;
  top: -65px;
  left: -645px;
}

@media (max-width: 1920px) {
  .header__section:before {
    width: 1920px;
    height: 2060px;
  }
  .advantage__section:before {
    width: 1920px;
    height: 4075px;
  }
  .review__bg {
    width: 1920px;
    height: auto;
  }
}
@media (max-width: 1480px) {
  .container {
    width: 1200px;
  }
  .header__star {
    display: none;
  }
  .header__content {
    width: 480px;
  }
  .header__title {
    font-size: 46px;
  }
  .header__date {
    font-size: 100px;
  }
  .header__price-text {
    font-size: 16px;
  }
  .new__price {
    font-size: 54px;
  }
  .header__nav-link {
    margin-right: 40px;
  }
  .header__decor-img {
    right: -370px;
    width: 350px;
    height: 560px;
  }
  .header__boot-decor {
    bottom: -170px;
    right: -850px;
  }
  .info__img {
    width: 870px;
    top: 0;
  }
  .info__block-right {
    padding-top: 160px;
  }
  .video__title {
    font-size: 106px;
  }
  .video__section-wrapper {
    padding: 160px 0 82px;
  }
  .advantage__decor {
    left: -700px;
    width: 520px;
  }
  .advantage__section-title {
    width: 380px;
    top: 80px;
    left: -360px;
    font-size: 48px;
  }
  .advantage__boot-block {
    top: 300px;
    left: -350px;
  }
  .advantages .order__btn {
    bottom: 160px;
    left: -370px;
  }
  .galary__star {
    right: -100px;
  }
  .galary__titles {
    left: -660px;
  }
  .review__star {
    left: -90px;
  }
  .review__boot-block {
    right: -340px;
  }
  .review__slider .owl-dots {
    width: 1200px;
  }
}
@media (max-width: 1280px) {
  .container {
    width: 1000px;
  }
  .header__content {
    width: 420px;
  }
  .header__title {
    font-size: 40px;
  }
  .header__date {
    font-size: 80px;
  }
  .header__text {
    font-size: 16px;
  }
  .new__price {
    font-size: 46px;
  }
  .header__decor-img {
    right: -335px;
    width: 320px;
    height: 540px;
  }
  .header__nav-link {
    font-size: 18px;
    margin-right: 20px;
  }
  .header__boot-decor {
    bottom: -130px;
    right: -700px;
  }
  .header__boot {
    width: 520px;
  }
  .header__boot-text-1 {
    width: 720px;
    left: -130px;
    top: -40px;
  }
  .header__boot-text-2 {
    width: 710px;
    top: 35px;
    left: -164px;
    z-index: 2;
  }
  .info__img {
    width: 720px;
    top: 20px;
  }
  .info__block-right {
    padding-top: 100px;
  }
  .video__title {
    font-size: 90px;
  }
  .advantages {
    max-width: 600px;
  }
  .adantage__img {
    width: 300px;
  }
  .advantage__block {
    padding: 0 10px;
  }
  .advantage__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .advantage__block-text {
    font-size: 16px;
  }
  .advantage__2 .adantage__img {
    width: 300px;
  }
  .advantage__decor {
    left: -620px;
    width: 480px;
  }
  .advantage__section-title {
    width: 330px;
    top: 60px;
    left: -320px;
    font-size: 42px;
  }
  .advantage__boot-block {
    top: 220px;
    left: -320px;
  }
  .advantages .order__btn {
    bottom: 130px;
    left: -370px;
  }
  .galary__slider-wrapper {
    width: 600px;
  }
  .galary__slider .owl-nav button {
    height: 256px;
  }
  .galary__titles {
    width: 540px;
    left: -580px;
  }
  .galary__title {
    font-size: 116px;
  }
  .galary__subtitle {
    font-size: 86px;
  }
  .card__left {
    width: 540px;
  }
  .card__photos img {
    width: 126px;
    height: auto;
  }
  .card__discount {
    top: 70px;
    right: 50px;
  }
  .card__2 .card__discount {
    top: 90px;
    left: 20px;
  }
  .card__right {
    width: 400px;
    height: auto;
  }
  .card__type {
    font-size: 22px;
  }
  .card__name {
    font-size: 30px;
  }
  .card__info-left {
    font-size: 18px;
  }
  .card__info-right {
    font-size: 18px;
  }
  .review__slider-wrapper {
    width: 800px;
  }
  .review__decor {
    width: 900px;
    top: -208px;
    right: -570px;
  }
  .review__slider .owl-dots {
    width: 1000px;
  }
}
@media (max-width: 1080px) {
  .container {
    width: 700px;
  }
  .header__section-wrapper {
    padding: 5px 0 60px;
  }
  .header__nav {
    display: none;
  }
  .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__top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .header__title {
    text-align: center;
    font-size: 54px;
  }
  .header__date {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
  }
  .header__text {
    font-size: 18px;
    max-width: 100%;
  }
  .header__price {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .header__block {
    position: relative;
    margin-top: -60px;
    margin-bottom: 43px;
  }
  .header__decor-img {
    right: auto;
    top: auto;
    width: 360px;
    height: 560px;
    left: -20px;
    position: relative;
  }
  .header__boot-decor {
    bottom: -90px;
    right: -90px;
  }
  .info__section-wrapper {
    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;
  }
  .info__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;
  }
  .info__title {
    text-align: center;
    margin-bottom: 21px;
  }
  .info__text-1 {
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
  }
  .info__text-1 br {
    display: none;
  }
  .info__img {
    width: 100%;
    height: auto;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    margin: 30px 0;
  }
  .info__block-right {
    padding-top: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .info__block-title {
    max-width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  .info__text-2 {
    text-align: center;
  }
  .info__text-2 br {
    display: none;
  }
  .info__section-wrapper .order__btn {
    margin-top: 0;
  }
  .video__title {
    font-size: 64px;
  }
  .video__text {
    max-width: 100%;
  }
  .video__play {
    -webkit-align-self: center;
            align-self: center;
    margin-right: 0;
  }
  .video__text-bottom {
    max-width: 100%;
  }
  .video__play:before {
    width: 650px;
    height: 650px;
    top: 20px;
    left: 72px;
  }
  .video__section-wrapper {
    padding: 120px 0 82px;
  }
  .advantage__boot-block {
    display: none;
  }
  .advantage__decor {
    display: none;
  }
  .advantage__section-title {
    width: 100%;
    top: auto;
    left: auto;
    font-size: 42px;
    position: static;
    text-align: center;
    margin-bottom: 40px;
  }
  .advantages .order__btn {
    position: static;
    bottom: auto;
    left: auto;
    margin-top: 60px;
  }
  .advantages {
    max-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__section-wrapper {
    padding: 70px 0 60px;
  }
  .adantage__img {
    width: 50%;
  }
  .advantage__2 .adantage__img {
    width: 50%;
  }
  .galary__slider-wrapper {
    width: 100%;
  }
  .galary__star {
    display: none;
  }
  .galary__titles {
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 60px;
  }
  .galary__title {
    text-align: center;
  }
  .galary__subtitle {
    text-align: center;
  }
  .galary__text {
    text-align: center;
  }
  .galary__slider .owl-nav {
    width: 100vw;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    position: relative;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 73px;
  }
  .galary__slider .owl-nav button {
    width: 43.5%;
    height: 13px;
    background-image: url(../img/arrow-rotate.png) !important;
    background-position: right center !important;
    background-size: 6px 13px !important;
  }
  .galary__slider .owl-nav button:before {
    width: calc(100% - 6px);
    height: 1px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .galary__slider .owl-nav button.owl-next {
    margin-top: 0;
  }
  .galary__slider-wrapper {
    padding: 60px 0 100px;
  }
  .slider__number-current {
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 65px;
  }
  .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__left {
    width: 100%;
    margin-bottom: 25px;
  }
  .card__photos {
    width: 100%;
    height: auto;
  }
  .card__photos img {
    width: 165px;
    height: auto;
  }
  .card__right {
    width: 500px;
  }
  .card__header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .card__name {
    text-align: center;
  }
  .card__1 {
    margin-bottom: 100px;
  }
  .review__star {
    display: none;
  }
  .review__decor {
    display: none;
  }
  .review__boot-block {
    display: none;
  }
  .review__slider-wrapper {
    width: 100%;
  }
  .review__slider .owl-dots {
    width: 100%;
  }
  .footer__section-wrapper {
    padding: 15px 0 100px;
  }
  .footer__section-wrapper .header__star {
    display: none;
  }
  .footer__img {
    width: 400px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-align-self: center;
            align-self: center;
    margin-bottom: 30px;
  }
  .footer__decor {
    display: none;
  }
  .header__text {
    display: none;
  }
  .footer__logo {
    width: 118px;
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .container {
    width: calc(100vw - 30px);
  }
  .video__title {
    font-size: 8.2vw;
  }
  .galary__slider .owl-nav button {
    width: 41%;
  }
  .card__photos img {
    width: 100%;
    height: auto;
  }
  .card__photos a {
    width: 24%;
  }
}
@media (max-width: 540px) {
  .header__section:before {
    width: 100%;
    height: 100%;
    background-image: url(../img/header-bg-mobile.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .header__section-wrapper {
    padding: 3vw 0 14.6vw;
  }
  .header__logo {
    width: 28.5vw;
    height: auto;
  }
  .header__top {
    margin-bottom: 4.8vw;
  }
  .header__title {
    font-size: 9.8vw;
    margin-bottom: 2vw;
  }
  .header__date {
    font-size: 22vw;
    line-height: normal;
  }
  .header__decor-img {
    width: 54vw;
    height: 72vw;
    left: -15px;
  }
  .header__boot {
    width: 90vw;
  }
  .header__block {
    margin-top: -14vw;
    margin-bottom: 10vw;
  }
  .header__boot-decor {
    bottom: -20vw;
    right: -17vw;
  }
  .header__boot-text-1 {
    width: 122vw;
    left: -30vw;
    top: -5vw;
  }
  .header__boot-text-2 {
    width: 117vw;
    top: 8vw;
    left: -35vw;
  }
  .header__text {
    display: none;
  }
  .header__price {
    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;
    margin-bottom: 7.5vw;
  }
  .header__price .price {
    -webkit-align-self: flex-end;
            align-self: flex-end;
  }
  .header__price-text {
    font-size: 4.5vw;
  }
  .new__price {
    font-size: 14.5vw;
  }
  .old__price-text {
    font-size: 3.8vw;
  }
  .order__btn {
    width: 78vw;
    height: 16.5vw;
    border-radius: 9vw;
    padding: 1vw 1vw 1vw 10vw;
    font-size: 4.8vw;
  }
  .order__array {
    width: 14.5vw;
    height: 14.5vw;
  }
  .order__array img {
    width: 6.5vw;
    height: auto;
  }
  .info__title {
    font-size: 13vw;
    line-height: 1;
    margin-bottom: 5vw;
  }
  .info__text {
    font-size: 4.8vw;
  }
  .info__img {
    margin: 7.8vw 0;
  }
  .info__block-title {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  .info__block-right {
    margin-bottom: 7.8vw;
  }
  .info__section-wrapper {
    padding: 12vw 0 15vw;
  }
  .info__section {
    position: relative;
  }
  .info__section:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/info-bg-mobile.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    opacity: 0.8;
  }
  .video__section-wrapper {
    padding: 17vw 0 7.8vw;
  }
  .video__title {
    font-size: 8.5vw;
    margin-bottom: 3.5vw;
  }
  .video__title:after {
    font-size: 4vw;
    right: -5vw;
  }
  .video__text {
    font-size: 4.8vw;
    margin-bottom: 24vw;
  }
  .video__play img {
    width: 33vw;
  }
  .video__play {
    margin-bottom: 65vw;
  }
  .video__text-bottom {
    font-size: 4.8vw;
  }
  .video__play:before {
    width: 87vw;
    height: 87vw;
    top: 9vw;
    left: 9vw;
    box-sizing: border-box;
  }
  .video__section {
    background-image: url(../img/video-bg-mobile.jpg);
  }
  .advantage__section-wrapper {
    padding: 17vw 0 14.5vw;
  }
  .advantage__section-title {
    font-size: 13vw;
    margin-bottom: 10vw;
  }
  .advantage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 14vw;
  }
  .adantage__img {
    width: 100% !important;
  }
  .advantages .order__btn {
    margin-top: 0;
  }
  .advantage__title {
    font-size: 5.8vw;
    margin-bottom: 3.5vw;
  }
  .advantage__block-text {
    font-size: 4.2vw;
    margin-bottom: 4.8vw;
  }
  .advantage__section:before {
    width: 100%;
    height: 644vw;
    background-image: url(../img/advantage-bg-mobile.png);
    top: -80px;
    background-repeat: repeat;
  }
  .galary__title {
    font-size: 16vw;
  }
  .galary__subtitle {
    font-size: 16vw;
  }
  .galary__text {
    font-size: 9vw;
  }
  .galary__titles {
    margin-bottom: 14vw;
  }
  .galary__slider .owl-nav button {
    width: 34vw;
  }
  .slider__number-current {
    width: 19.3vw;
    height: 19.3vw;
    bottom: 7.5vw;
    padding: 1.7vw;
  }
  .slider__number-current span {
    font-size: 4.8vw;
  }
  .galary__slider-wrapper {
    padding: 15vw 0 16vw;
  }
  .galary__section {
    position: relative;
  }
  .galary__section:before, .galary__section:after {
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 100%;
    background: -webkit-radial-gradient(50% 50%, 50% 50%, rgb(236, 91, 55) 0%, rgb(233, 78, 27) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgb(236, 91, 55) 0%, rgb(233, 78, 27) 100%);
    -webkit-filter: blur(100px);
            filter: blur(100px);
    opacity: 1;
    z-index: -1;
  }
  .galary__section:before {
    width: 340px;
    height: 340px;
    top: 50%;
    left: 40%;
  }
  .galary__section:after {
    width: 150px;
    height: 150px;
    top: 28%;
    left: 40%;
  }
  .card__main-img {
    margin-bottom: 2.2vw;
  }
  .card__discount {
    font-size: 7.8vw;
    top: 10vw;
    right: 9vw;
  }
  .card__left {
    margin-bottom: 6vw;
  }
  .card__header {
    -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__right {
    width: 100%;
  }
  .card__rating {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
    margin: 0;
  }
  .card__type {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
    font-size: 6vw;
    margin-bottom: 1vw;
  }
  .card__name {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
    font-size: 9vw;
    margin-bottom: 1vw;
  }
  .card__rating {
    margin-bottom: 4.8vw;
  }
  .card__info-left {
    font-size: 4.8vw;
  }
  .card__info-right {
    font-size: 4.8vw;
  }
  .card__form .order__btn {
    width: 100%;
    padding: 1vw 1vw 1vw 19vw;
    line-height: 1.5;
  }
  .card__text {
    font-size: 4.8vw;
  }
  .card__section {
    position: relative;
  }
  .card__section:before {
    content: "";
    width: 100%;
    height: 703vw;
    position: absolute;
    background-image: url(../img/card-bg-mobile.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
    top: -8%;
    left: 0;
    opacity: 0.6;
  }
  .card__section-wrapper {
    padding: 17vw 0 0;
  }
  .card__1 {
    margin-bottom: 22vw;
  }
  .card__info .old__price {
    font-size: 4.8vw;
    margin-right: 2vw;
  }
  .card__info .new__price {
    font-size: 6.2vw;
  }
  .card__2 .card__discount {
    top: 13vw;
    left: 9vw;
  }
  .card__colors {
    font-size: 4.8vw;
  }
  .review__title {
    font-size: 8vw;
    margin-bottom: 12vw;
  }
  .review {
    padding: 7vw 4.8vw;
  }
  .review__name {
    font-size: 5.8vw;
  }
  .review__text {
    font-size: 4.5vw;
    margin-bottom: 4.8vw;
  }
  .review__date {
    font-size: 4.5vw;
  }
  .review__slider .owl-dots {
    bottom: -30px;
  }
  .review__section-wrapper {
    padding: 20vw 0 12vw;
  }
  .review__slider-wrapper {
    margin-bottom: 60px;
  }
  .add__review {
    font-size: 5.5vw;
    padding: 3.8vw 15vw;
    border-radius: 8vw;
  }
  .review__bg {
    display: none;
  }
  .review__section {
    position: relative;
  }
  .review__section:before {
    content: "";
    width: 100%;
    height: 1701px;
    background-image: url(../img/review-bg-mobile.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -24%;
    left: 0;
    z-index: -1;
    opacity: 0.7;
  }
  .footer__section .header__date {
    line-height: 1;
  }
  .footer__img {
    width: 56vw;
    -webkit-align-self: flex-end;
            align-self: flex-end;
    right: -15px;
    margin-top: -6vw;
    margin-bottom: -5.5vw;
  }
  .footer__section-wrapper {
    padding: 3.8vw 0 12vw;
  }
  .fancybox-slide {
    padding: 44px 15px;
  }
}
@media screen and (max-width: 480px) {
  .review__decor{
    display: block;
    width: 600px;
    right: -170px;
    top: -58px;
  }

  .review__slider{
    padding-top: 130px;
  }
}