@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-RegularItalic.woff2") format("woff2"), url("../fonts/Gilroy-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@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;
}
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: "Gilroy", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #444;
  background: #FFF5F3;
}

.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 {
  background-image: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header__section-wrapper {
  padding: 45px 0 120px;
  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;
  position: relative;
}

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

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

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

.nav__link {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
  margin-right: 100px;
  position: relative;
}
.nav__link:before {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #444;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.nav__link:hover:before {
  width: 100%;
}
.nav__link:last-child {
  margin-right: 0;
}

.order__nav {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 12px 30px;
}
.order__nav img {
  width: 16px;
  height: auto;
  margin-left: 13px;
}

.header__title {
  font-weight: 700;
  font-size: 96px;
  text-transform: uppercase;
  text-align: center;
  color: #e00225;
  line-height: normal;
  margin-bottom: 20px;
}
.header__title span {
  -webkit-text-stroke: 2px #444;
  color: transparent;
}

.header__decor-wrapper {
  width: 100%;
  height: auto;
}

.header__decor {
  position: absolute;
}

.header__decor-1 {
  width: 239px;
  height: auto;
  bottom: 338px;
  left: 16px;
}

.header__decor-2 {
  bottom: 89px;
  left: 0;
}
.header__decor-2:before {
  content: "";
  width: 33px;
  height: 37px;
  position: absolute;
  top: -22px;
  left: -25px;
  background-image: url(../img/header-decor-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__decor-img {
  width: 180px;
  height: auto;
  border-radius: 90px;
}

.header__arrow {
  width: 126px;
  height: auto;
  position: absolute;
  bottom: 401px;
  left: 225px;
}

.header__prod {
  width: 865px;
  height: auto;
  position: absolute;
  bottom: 30px;
  left: 45%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__block {
  -webkit-align-self: flex-end;
          align-self: flex-end;
  width: 400px;
  height: auto;
  margin-bottom: 210px;
}

.header__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
  margin-bottom: 30px;
}
.header__text span {
  font-weight: 700;
}

.order__btn {
  display: inline-block;
  width: auto;
  height: auto;
  border: 1px solid #444;
  border-radius: 25px;
  background: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
  padding: 12px 35px;
  position: relative;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.order__btn:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #444;
  border-radius: 25px;
  background: #fcc855;
  position: absolute;
  top: 2px;
  left: 1px;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
  z-index: -1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.order__btn:hover:before {
  top: 0;
  left: 0;
  opacity: 0;
}

.header__review {
  width: auto;
  position: relative;
}

.header__review-star {
  position: absolute;
  width: 80px;
  height: auto;
  top: -40px;
  left: -35px;
}

.header__review-block {
  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;
  width: auto;
  height: auto;
}

.header__review-img {
  width: 50px;
  height: auto;
  border-radius: 100%;
  border: 1px solid #fff;
  margin-right: -20px;
  position: relative;
  z-index: 1;
}

.header__review-number {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  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-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.header__review-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
  margin-left: 20px;
}
.header__review-text span {
  font-weight: 700;
}

.info__section-wrapper {
  padding: 140px 0 132px;
}

.info__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.5;
  color: #444;
}
.info__title span {
  color: #e00225;
}

.star__decor {
  position: absolute;
  width: 82px;
  height: 82px;
}

.info__line {
  width: 395px;
  height: auto;
  position: absolute;
  top: 400px;
  left: -170px;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}

.star__decor-1 {
  top: 180px;
  left: 767px;
}

.star {
  position: absolute;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.star-1 {
  top: 0;
  right: 0;
  background-image: url(../img/star-blue.png);
  -webkit-animation: star 6s infinite;
          animation: star 6s infinite;
}

.star-2 {
  bottom: 0;
  left: 0;
  background-image: url(../img/star-red.png);
  width: 36px;
  height: 36px;
  -webkit-animation: star-reverse 6s infinite;
          animation: star-reverse 6s infinite;
}

@-webkit-keyframes star {
  0% {
    background-image: url(../img/star-blue.png);
  }
  50% {
    background-image: url(../img/star-red.png);
  }
  100% {
    background-image: url(../img/star-blue.png);
  }
}

@keyframes star {
  0% {
    background-image: url(../img/star-blue.png);
  }
  50% {
    background-image: url(../img/star-red.png);
  }
  100% {
    background-image: url(../img/star-blue.png);
  }
}
@-webkit-keyframes star-reverse {
  0% {
    background-image: url(../img/star-red.png);
  }
  50% {
    background-image: url(../img/star-blue.png);
  }
  100% {
    background-image: url(../img/star-red.png);
  }
}
@keyframes star-reverse {
  0% {
    background-image: url(../img/star-red.png);
  }
  50% {
    background-image: url(../img/star-blue.png);
  }
  100% {
    background-image: url(../img/star-red.png);
  }
}
.star__decor-2 {
  width: 228px;
  height: 155px;
  top: 167px;
  left: 950px;
}
.star__decor-2 .star-1 {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  width: 110px;
  height: 110px;
}
.star__decor-2 .star-2 {
  bottom: auto;
  right: auto;
  top: 0;
  left: 0;
  width: 117px;
  height: 117px;
}

.info__slider-wrapper {
  position: relative;
  margin-bottom: 130px;
}

.info__slider {
  width: 100%;
  height: auto;
  position: relative;
}
.info__slider .center .info__slide {
  padding: 55px 22px 29px;
  background: #b3edff;
  border-radius: 270px;
  box-shadow: 4px 0px 0 #444;
}
.info__slider .center .info__slide-title {
  display: block;
}
.info__slider .center .info__price {
  display: block;
}
.info__slider .center .info__discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.info__slider .center .info__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.info__slide {
  padding: 208px 22px 29px;
  position: relative;
  height: 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-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.info__slide-title {
  font-weight: 700;
  font-size: 24px;
  color: #444;
  margin-bottom: 21px;
  text-align: center;
  display: none;
}

.info__discount {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 45px;
  right: 0;
  background-image: url(../img/discount.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #444;
  display: none;
}
.info__discount span {
  display: inline-block;
}

.info__slide-img {
  width: 230px !important;
  height: auto;
  margin-bottom: 27px;
}

.info__price {
  margin-bottom: 16px;
  display: none;
}

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

.new__price {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #e00225;
}

.old__price {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #444;
  text-decoration: line-through;
}

.info__btn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: none;
  -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;
  position: relative;
  box-shadow: 2px 0 0 #444;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.info__btn img {
  width: 18px !important;
  height: auto;
}
.info__btn:hover {
  box-shadow: none;
}

.info__nav-btns {
  width: 130px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0px;
  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;
  z-index: 5;
}

.info__nav {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #444;
  opacity: 0.5;
  background-image: url(../img/info-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.info__nav:hover {
  opacity: 1;
  background-image: url(../img/info-arrow-hover.png);
  border-color: #e00225;
}

.info__prev-btn {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

.info__column {
  width: 32.4%;
  height: auto;
}

.info__item {
  width: 100%;
  height: auto;
  border-radius: 50px;
}

.info__item-1 {
  background: #f9e3af;
  padding: 49px;
  position: relative;
  margin-bottom: 20px;
}

.info__item-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #444;
}

.info__discount-1 {
  position: absolute;
  top: 50%;
  left: 10px;
  right: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.info__discount-2 {
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.info__img {
  width: 100%;
  height: auto;
  border-radius: 50px;
}

.info__item-2 {
  background: #fe8779;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -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: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 27px;
}
.info__item-2 .info__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  padding: 0 60px;
}
.info__item-2 .info__item-text span {
  font-weight: 700;
}

.info__item-title {
  font-weight: 700;
  font-size: 62px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.info__item-title span {
  font-size: 96px;
}

.info__item-3 {
  margin-top: 20px;
  background: #b3edff;
  padding: 25px 76px 25px 30px;
  box-shadow: 2px 2px 0 0 #444;
  position: relative;
}
.info__item-3 .info__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  color: #444;
  margin-bottom: 3px;
}
.info__item-3 .info__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
  text-align: left;
}
.info__item-3 .info__item-text span {
  font-weight: 700;
}

.info__item-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: #fcc855;
  border-radius: 100%;
  border: 2px solid #444;
  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;
}
.info__item-arrow img {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.advantage__section-wrapper {
  padding-bottom: 128px;
  position: relative;
}

.advantage__decor-line {
  position: absolute;
  width: 436px;
  height: auto;
  top: 33px;
  right: -144px;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}

.advantage__decor-1 {
  top: 55px;
  right: 270px;
}

.advantage__decor-2 {
  left: 263px;
  top: 101px;
}
.advantage__decor-2 .star {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.advantage__decor-2 .star-1 {
  right: auto;
  left: 0;
}
.advantage__decor-2 .star-2 {
  left: auto;
  right: 0;
}

.advantage__section-title {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.5;
  text-align: center;
  color: #444;
  margin-bottom: 25px;
}
.advantage__section-title span {
  color: #e00225;
}

.advantage__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: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  position: relative;
}

.advantage__items {
  width: 345px;
  height: auto;
  position: relative;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-top: 62px;
}

.advantage__item {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}
.advantage__item:last-of-type {
  margin-bottom: 0;
}

.advantage__icon {
  width: 60px;
  height: 60px;
  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;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
}

.advantage__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #444;
  margin-bottom: 10px;
}

.advantage__item-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #444;
}

.advantage__item-1 {
  position: absolute;
  top: 0;
  left: -446px;
  width: 351px;
}
.advantage__item-1 .advantage__icon {
  margin-left: auto;
}
.advantage__item-1 .advantage__item-title, .advantage__item-1 .advantage__item-text {
  text-align: right;
}

.advantage__boot-wrapper {
  position: absolute;
  width: 410px;
  height: auto;
  bottom: 0;
  left: 475px;
  z-index: 1;
  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__boot-wrapper .order__nav {
  width: auto;
}

.advantage__boot {
  width: 100%;
  height: auto;
  margin-bottom: 49px;
}

.advantage__arrow {
  position: absolute;
  height: auto;
}

.advantage__arrow-1 {
  width: 107px;
  top: -100px;
  left: 150px;
}

.advantage__arrow-2 {
  width: 169px;
  top: -167px;
  right: -110px;
}

.advantage__arrow-3 {
  top: 60px;
  right: -99px;
  width: 124px;
}

.advantage__arrow-4 {
  width: 119px;
  top: 180px;
  right: -100px;
}

.advantage__galary {
  width: 520px;
  height: 720px;
  border-radius: 50px;
  box-shadow: 3px 3px 0 0 #444;
}
.advantage__galary .owl-stage-outer {
  border-radius: 50px;
}
.advantage__galary img {
  width: 100%;
  height: auto;
  border-radius: 50px;
}

.owl-nav {
  width: 130px;
  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;
  position: absolute;
  bottom: 37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #E00225 !important;
  background-color: #fff !important;
  background-image: url(../img/info-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  opacity: 0.5;
}
.owl-nav button span {
  display: none;
}
.owl-nav button:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
  background-image: url(../img/arrow-red.png) !important;
  opacity: 1;
}
.owl-nav button.owl-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.video__section {
  background-image: url(../img/video-sec-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.video__section-wrapper {
  padding: 60px 0;
}

.video__block {
  width: 100%;
  height: auto;
  border-radius: 50px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 60px 90px 55px 70px;
  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;
}

.video {
  width: 455px;
  height: 245px;
  border-radius: 50px;
  background-image: url(../img/video-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.video:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #444;
  border-radius: 50px;
  background: #fcc855;
  position: absolute;
  top: 5px;
  right: -5px;
  z-index: -1;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
  box-sizing: border-box;
}

.video__play {
  width: 70px;
  height: auto;
  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%);
}

.video__wrapper {
  margin-left: 55px;
}

.video__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.5;
  color: #444;
}
.video__title span {
  color: #e00225;
}

.video__text-bold {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
  margin-bottom: 15px;
}

.video__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
}

.card__section-wrapper {
  padding: 130px 0;
  position: relative;
}

.card__decor-1 {
  top: 113px;
  right: 320px;
}

.card__decor-2 {
  left: 279px;
  top: 160px;
}
.card__decor-2 .star {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.card__decor-2 .star-1 {
  right: auto;
  left: 0;
}
.card__decor-2 .star-2 {
  left: auto;
  right: 0;
}

.card__section-title {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.5;
  color: #444;
  text-align: center;
}
.card__section-title span {
  color: #e00225;
}

.card__section-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin-bottom: 65px;
}
.card__section-text span {
  color: #e00225;
}

.card__wrapper {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 103px;
}
.card__wrapper:last-child {
  margin-bottom: 0;
}

.card__line {
  position: absolute;
  height: auto;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}

.card__line-1 {
  width: 403px;
  top: -333px;
  left: -104px;
}

.card__line-2 {
  width: 179px;
  right: -209px;
  top: 201px;
}

.card__line-3 {
  width: 436px;
  top: -246px;
  left: -240px;
}

.card {
  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: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.card .info__discount {
  position: absolute;
  top: 49px;
  right: 0;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: 120px;
  height: 120px;
  font-size: 24px;
}

.card__left {
  width: 750px;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  position: relative;
}

.card__1 .card__boot {
  margin-bottom: 62px;
}

.card__2 .card__boot {
  margin-bottom: 76px;
}

.card__3 .card__boot {
  margin-bottom: 43px;
}

.card__4 .card__boot {
  margin-bottom: 52px;
}

.card__5 .card__boot {
  margin-bottom: 59px;
}

.card__boot {
  width: 765px;
  height: auto;
}

.card__photos {
  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__photos a {
  width: 180px;
  height: auto;
}
.card__photos a:hover img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.card__photos a img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 3px 3px #444;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.card__right {
  width: 555px;
  height: auto;
  border: 1px solid #444;
  border-radius: 50px;
  background: #f9e3af;
  padding: 40px 35px 47px;
  box-shadow: 3px 3px #444;
}

.card__name {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #fff;
  line-height: normal;
  -webkit-text-stroke: 2px #444;
  margin-bottom: 19px;
}

.card__info {
  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 .new__price {
  font-weight: 700;
  font-size: 24px;
  color: #e00225;
  margin-right: 9px;
}
.card__info .old__price {
  font-weight: 700;
  font-size: 18px;
  text-decoration: line-through;
  color: #444;
}
.card__info span {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #444;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  line-height: normal;
}

.card__info-divider {
  border-bottom: 1px dotted #444;
  margin-bottom: 4px;
}

.card__info-bold {
  text-align: right;
  font-weight: 700 !important;
}

.card__form {
  width: 100%;
  height: auto;
  margin-top: 26px;
}

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

.card__input {
  width: 100%;
  height: 50px;
  border: 1px solid #444;
  border-radius: 25px;
  background: #fff;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #444;
  text-align: center;
}

.card__select {
  position: relative;
}
.card__select:before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #b3edff;
  border: 1px solid #444;
  background-image: url(../img/tringle.png);
  background-repeat: no-repeat;
  background-position: center 55%;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  pointer-events: none;
}
.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 {
  width: 100%;
  border: 1px solid #444;
  border-radius: 25px;
  background: #b3edff;
  height: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
  cursor: pointer;
  margin-top: 10px;
}
.card__submit:before {
  left: -1px;
}

.sprey__section {
  background-image: url(../img/video-sec-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sprey__section-wrapper {
  padding: 60px 0;
}

.sprey__block {
  width: 100%;
  height: auto;
  border-radius: 50px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 30px 260px;
  position: relative;
}

.sprey__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.5;
  text-align: center;
  color: #444;
  margin-bottom: 15px;
}
.sprey__title span {
  color: #e00225;
}

.sprey__text-bold {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #444;
  margin-bottom: 15px;
}

.sprey__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #444;
  margin-bottom: 10px;
}

.sprey__price .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: center;
  -webkit-align-items: center;
          align-items: center;
}
.sprey__price .sprey__old-price {
  font-weight: 400;
  font-size: 18px;
  text-decoration: line-through;
  text-align: center;
  color: #444;
  margin-bottom: 10px;
  line-height: normal;
}
.sprey__price .old__price {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #444;
}
.sprey__price .new__price {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #e00225;
}

.sprey__img {
  position: absolute;
  height: auto;
}

.sprey__img-1 {
  width: 233px;
  top: -33px;
  left: 27px;
}

.sprey__img-2 {
  width: 227px;
  top: -33px;
  right: -30px;
}

.galary__section-wrapper {
  padding: 80px 0 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: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  position: relative;
}
.galary__section-wrapper .order__nav {
  position: relative;
  z-index: 2;
}

.galary__line {
  width: 407px;
  height: auto;
  position: absolute;
  top: 46px;
  right: -240px;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}

.galary__decor-1 {
  top: 100px;
  left: 426px;
}

.galary__decor-2 {
  right: 156px;
  top: 193px;
}
.galary__decor-2 .star {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.galary__decor-2 .star-1 {
  right: 0;
  bottom: 0;
  top: auto;
}
.galary__decor-2 .star-2 {
  left: 0;
  top: 0;
  bottom: auto;
}

.galary__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.5;
  color: #444;
  margin-bottom: 10px;
}
.galary__title span {
  color: #e00225;
}

.galary {
  width: 1215px;
  height: 675px;
  position: relative;
  -webkit-align-self: flex-end;
          align-self: flex-end;
  margin-bottom: -59px;
  margin-top: -91px;
  z-index: 1;
}

.galary__item {
  position: absolute;
}
.galary__item img {
  width: 100%;
  height: auto;
}

.galary__item-1 {
  width: 300px;
  left: 0;
  bottom: 148px;
}

.galary__item-2 {
  width: 240px;
  top: 90px;
  left: 315px;
}

.galary__item-3 {
  width: 330px;
  bottom: 0;
  left: 315px;
}

.galary__item-4 {
  width: 330px;
  top: 0px;
  right: 315px;
}

.galary__item-5 {
  width: 240px;
  right: 315px;
  bottom: 90px;
}

.galary__item-6 {
  width: 300px;
  right: 0;
  top: 139px;
}

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

.review__section-wrapper {
  padding: 60px 0 44px;
  position: relative;
}

.review__decor {
  top: 59px;
  left: 249px;
}

.review__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.5;
  color: #444;
  margin-bottom: 20px;
}

.review__slider {
  width: calc(100% + 4px);
  margin-left: -3px;
}
.review__slider .owl-stage-outer {
  padding-bottom: 40px;
}
.review__slider .owl-nav {
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  margin: auto;
}
.review__slider .owl-nav button {
  background-color: transparent !important;
}

.review {
  border: 1px solid #444;
  border-radius: 50px;
  background: #fff;
  padding: 30px 30px 50px;
  box-shadow: 2px 2px #444;
}

.review__top {
  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-bottom: 20px;
}

.review__photo {
  width: 65px !important;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  border-radius: 100%;
  margin-right: 21px;
}

.review__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #444;
}

.review__city {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
}

.review__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
}

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

.footer__section-wrapper {
  padding: 49px 0 124px;
  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;
}
.footer__section-wrapper .header__nav {
  margin-bottom: 77px;
}
.footer__section-wrapper .nav {
  width: auto;
}
.footer__section-wrapper .header__review {
  -webkit-align-self: flex-end;
          align-self: flex-end;
}
.footer__section-wrapper .header__title {
  margin-bottom: 0;
}
.footer__section-wrapper .header__block {
  -webkit-align-self: center;
          align-self: center;
  margin-bottom: -52px;
  margin-top: 221px;
  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__section-wrapper .header__decor-1 {
  bottom: auto;
  top: 213px;
  left: -39px;
}
.footer__section-wrapper .header__arrow {
  bottom: auto;
  left: 180px;
  top: 326px;
}

.footer__boot {
  position: absolute;
  height: auto;
}

.footer__boot-1 {
  width: 552px;
  left: 0;
  bottom: 200px;
}

.footer__boot-2 {
  width: 483px;
  bottom: 234px;
  right: 65px;
}

.footer__price-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #444;
  text-align: center;
}

.footer__new__price {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.5;
  color: #e00225;
  margin-bottom: 16px;
  text-align: center;
}
.footer__new__price .new__price {
  font-size: 48px;
  line-height: 1.5;
}

@media (max-width: 1480px) {
  .container {
    width: 1200px;
  }
  .header__title {
    font-size: 84px;
  }
  .header__prod {
    width: 780px;
    bottom: 50px;
  }
  .info__title {
    font-size: 56px;
  }
  .info__slider-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__slider {
    width: 1360px;
  }
  .star__decor-1 {
    left: 680px;
  }
  .star__decor-2 {
    left: 840px;
  }
  .info__line {
    width: 330px;
    top: 390px;
    left: -60px;
  }
  .info__item-title {
    font-size: 54px;
  }
  .info__item-title span {
    font-size: 78px;
  }
  .info__item-3 .info__item-title {
    font-size: 22px;
  }
  .info__item-3 .info__item-text {
    font-size: 16px;
  }
  .info__item-2 .info__item-text {
    font-size: 18px;
    padding: 0 40px;
  }
  .advantage__items {
    width: 320px;
  }
  .advantage__item {
    margin-bottom: 25px;
  }
  .advantage__item-1 {
    left: -400px;
    width: 330px;
  }
  .advantage__galary {
    width: 460px;
    height: auto;
  }
  .advantage__item-text {
    font-size: 16px;
  }
  .advantage__item-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .advantage__boot-wrapper {
    left: 410px;
  }
  .advantage__arrow-1 {
    width: 90px;
    top: -80px;
    left: 140px;
  }
  .advantage__arrow-2 {
    width: 150px;
    top: -130px;
    right: -40px;
  }
  .advantage__arrow-3 {
    top: 60px;
    right: -35px;
    width: 100px;
  }
  .advantage__arrow-4 {
    width: 100px;
    top: 200px;
    right: -55px;
  }
  .video__title {
    font-size: 50px;
  }
  .card__decor-1 {
    top: 113px;
    right: 270px;
  }
  .card__decor-2 {
    left: 250px;
    top: 160px;
  }
  .card__line-1 {
    width: 340px;
    top: -210px;
    left: -50px;
  }
  .card__left {
    width: 650px;
  }
  .card__right {
    width: 510px;
  }
  .card__photos a {
    width: 155px;
  }
  .card__boot {
    width: 110%;
  }
  .card__line-3 {
    width: 360px;
    top: -190px;
    left: -150px;
  }
  .sprey__title {
    font-size: 38px;
  }
  .footer__boot-1 {
    width: 500px;
  }
}
@media (max-width: 1280px) {
  .container {
    width: 1000px;
  }
  .header__title {
    font-size: 74px;
  }
  .header__decor-1 {
    width: 200px;
    bottom: 400px;
    left: -50px;
  }
  .header__arrow {
    width: 126px;
    bottom: 464px;
    left: 140px;
  }
  .header__prod {
    width: 660px;
    bottom: 135px;
  }
  .header__block {
    width: 320px;
    margin-bottom: 170px;
  }
  .info__section-wrapper {
    padding: 100px 0;
  }
  .info__title {
    font-size: 48px;
  }
  .star__decor-1 {
    top: 120px;
    left: 580px;
  }
  .star__decor-2 {
    left: 700px;
    top: 150px;
  }
  .info__line {
    width: 330px;
    top: 340px;
    left: -60px;
  }
  .info__item-text {
    font-size: 20px;
  }
  .info__item-3 .info__item-title {
    font-size: 20px;
  }
  .info__item-3 {
    padding: 20px 40px 20px 25px;
  }
  .info__item-arrow {
    width: 40px;
    height: 40px;
    top: 25px;
    right: 15px;
  }
  .info__item-title {
    font-size: 42px;
  }
  .info__item-title span {
    font-size: 62px;
  }
  .info__item-2 .info__item-text {
    font-size: 18px;
    padding: 0 20px;
  }
  .advantage__section-title {
    font-size: 54px;
  }
  .advantage__decor-1 {
    top: 50px;
    right: 160px;
  }
  .advantage__decor-2 {
    left: 170px;
    top: 80px;
  }
  .advantage__decor-line {
    position: absolute;
    width: 360px;
    height: auto;
    top: 60px;
    right: -144px;
  }
  .advantage__items {
    width: 280px;
  }
  .advantage__item-1 {
    left: -330px;
    width: 100%;
  }
  .advantage__galary {
    width: 360px;
    height: auto;
  }
  .advantage__item-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .advantage__boot-wrapper {
    width: 340px;
    left: 320px;
  }
  .advantage__item {
    margin-bottom: 10px;
  }
  .advantage__item-text {
    font-size: 14px;
  }
  .advantage__arrow-1 {
    width: 80px;
    top: -70px;
    left: 130px;
  }
  .advantage__arrow-2 {
    width: 120px;
    top: -110px;
    right: -45px;
  }
  .advantage__arrow-3 {
    top: 40px;
    right: -40px;
    width: 90px;
  }
  .advantage__arrow-4 {
    width: 90px;
    top: 170px;
    right: -40px;
  }
  .video {
    width: 380px;
    height: 220px;
  }
  .video__block {
    padding: 50px 60px 50px 50px;
  }
  .video__title {
    font-size: 42px;
  }
  .card__left {
    width: 550px;
  }
  .card__right {
    width: 420px;
  }
  .card__photos a {
    width: 130px;
  }
  .card__decor-1 {
    top: 113px;
    right: 170px;
  }
  .card__decor-2 {
    left: 160px;
    top: 160px;
  }
  .card__section-wrapper {
    padding: 100px 0;
  }
  .card__line-1 {
    width: 340px;
    top: -170px;
    left: -50px;
  }
  .sprey__block {
    padding: 30px 180px;
  }
  .sprey__img-1 {
    width: 210px;
    top: -33px;
    left: 0px;
  }
  .sprey__img-2 {
    width: 210px;
    top: -33px;
    right: -30px;
  }
  .sprey__title {
    font-size: 34px;
  }
  .sprey__text-bold {
    font-size: 16px;
  }
  .sprey__text {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sprey__section-wrapper {
    padding: 50px 0;
  }
  .galary {
    width: 980px;
    height: 550px;
    margin-bottom: -40px;
  }
  .galary__item-1, .galary__item-6 {
    width: 240px;
  }
  .galary__item-2, .galary__item-5 {
    width: 180px;
  }
  .galary__item-3, .galary__item-4 {
    width: 260px;
  }
  .galary__item-2 {
    left: 260px;
  }
  .galary__item-3 {
    left: 260px;
  }
  .galary__item-4 {
    right: 260px;
  }
  .galary__item-5 {
    right: 260px;
  }
  .galary__line {
    width: 320px;
    top: 90px;
    right: -190px;
  }
  .footer__boot-1 {
    width: 400px;
  }
  .footer__boot-2 {
    width: 400px;
    bottom: 250px;
    right: 65px;
  }
}
@media (max-width: 1080px) {
  .container {
    width: 700px;
  }
  .header__section-wrapper {
    padding: 30px 0 50px;
  }
  .nav {
    display: none;
  }
  .header__nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 50px;
  }
  .header__nav .order__btn {
    display: none !important;
  }
  .header__title {
    font-size: 62px;
    margin-bottom: 50px;
  }
  .header__title br {
    display: none;
  }
  .header__decor-wrapper {
    position: relative;
    margin-bottom: 20px;
  }
  .header__prod {
    position: static;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .header__block {
    width: 100%;
    max-width: 400px;
    margin-bottom: 170px;
    -webkit-align-self: center;
            align-self: center;
    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;
    margin-bottom: 55px;
  }
  .header__text {
    text-align: center;
  }
  .header__review {
    -webkit-align-self: center;
            align-self: center;
  }
  .header__decor-2 {
    width: auto;
    left: auto;
    right: 0;
    bottom: auto;
    top: -30px;
  }
  .header__decor-img {
    width: 140px;
  }
  .header__decor-2:before {
    width: 28px;
    height: 32px;
    top: -20px;
    left: -18px;
  }
  .header__decor-1 {
    width: 160px;
    top: -100px;
    bottom: auto;
    left: -20px;
  }
  .header__arrow {
    width: 126px;
    bottom: auto;
    top: 0;
    left: 140px;
  }
  .header__arrow {
    width: 80px;
    bottom: auto;
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .info__section-wrapper {
    padding: 85px 0 65px;
  }
  .info__title {
    text-align: center;
    font-size: 56px;
    margin-bottom: 35px;
  }
  .info__nav-btns {
    position: static;
    top: auto;
    right: auto;
    margin-top: 35px;
  }
  .info__line {
    width: 280px;
    top: 260px;
    left: -60px;
  }
  .star__decor-1 {
    top: 90px;
    left: auto;
    right: -30px;
  }
  .star__decor-2 {
    width: 96px;
    height: 65px;
    left: -30px;
    top: 110px;
  }
  .star__decor-2 .star {
    width: 49px;
    height: 49px;
  }
  .info__slider-wrapper {
    margin-bottom: 85px;
  }
  .info__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;
  }
  .info__column {
    width: 100%;
    margin-bottom: 20px;
  }
  .info__item-text {
    font-size: 28px;
  }
  .info__item-title {
    font-size: 62px;
  }
  .info__item-title span {
    font-size: 96px;
  }
  .info__item-2 {
    padding: 47px;
  }
  .info__item-2 .info__item-text {
    font-size: 20px;
    padding: 0 40px;
  }
  .info__item-3 .info__item-title {
    font-size: 24px;
  }
  .info__item-3 .info__item-text {
    font-size: 20px;
  }
  .info__item-3 {
    padding: 25px 70px 25px 30px;
  }
  .info__item-arrow {
    width: 50px;
    height: 50px;
    top: 30px;
    right: 25px;
  }
  .advantage__section-wrapper {
    padding-bottom: 100px;
  }
  .advantage__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .advantage__items {
    width: 100%;
    padding-top: 0;
  }
  .advantage__item-1 {
    position: static;
    top: auto;
    left: auto;
  }
  .advantage__item-1 .advantage__icon {
    margin: auto;
  }
  .advantage__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: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 35px;
  }
  .advantage__item-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .advantage__item-text {
    text-align: center;
    font-size: 18px;
  }
  .advantage__item-1 .advantage__item-title, .advantage__item-1 .advantage__item-text {
    text-align: center;
  }
  .advantage__boot-wrapper {
    position: static;
    margin-top: 35px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 500px;
  }
  .advantage__arrow {
    display: none;
  }
  .advantage__boot {
    margin-bottom: 25px;
  }
  .advantage__galary {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  .advantage__section-title {
    font-size: 60px;
    margin-bottom: 35px;
  }
  .advantage__decor-line {
    position: absolute;
    width: 320px;
    height: auto;
    top: 100px;
    right: -180px;
  }
  .advantage__decor-1 {
    top: 50px;
    right: -15px;
  }
  .advantage__decor-2 {
    left: -15px;
    top: 80px;
  }
  .video__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .video__block {
    padding: 50px;
  }
  .video__wrapper {
    margin-left: 0;
  }
  .video__title {
    font-size: 48px;
    text-align: center;
    margin-bottom: 10px;
  }
  .video__text-bold {
    text-align: center;
    margin-bottom: 10px;
  }
  .video__text {
    text-align: center;
    margin-bottom: 30px;
  }
  .video {
    width: 100%;
    height: 340px;
  }
  .card__section-wrapper {
    padding: 80px 0;
  }
  .card__decor-1 {
    top: 85px;
    right: 20px;
  }
  .card__decor-2 {
    left: 20px;
    top: 160px;
  }
  .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%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  .card .info__discount {
    top: auto;
    right: auto;
    -webkit-align-self: flex-end;
            align-self: flex-end;
    position: relative;
    margin-bottom: -60px;
  }
  .card__photos a {
    width: 160px;
  }
  .card__right {
    width: 100%;
  }
  .card__boot {
    width: 100%;
    margin-bottom: 30px !important;
    position: relative;
    z-index: 3;
  }
  .card__line {
    display: none;
  }
  .sprey__block {
    padding: 50px;
  }
  .sprey__img {
    position: static;
    top: auto;
    left: auto;
    right: auto;
  }
  .sprey__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    margin-top: -40px;
  }
  .sprey__img-1 {
    position: relative;
    z-index: 1;
    width: 280px;
  }
  .sprey__img-2 {
    width: 230px;
    margin-left: -80px;
    margin-top: 0px;
  }
  .galary__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;
    padding: 85px 0;
  }
  .galary__section-wrapper .order__btn {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .galary {
    margin: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .galary .owl-nav {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    margin: auto;
    margin-top: 25px;
  }
  .galary__item {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
  }
  .galary__item img {
    width: 100%;
    height: auto;
  }
  .galary__title {
    text-align: center;
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .galary__decor-1 {
    top: 100px;
    left: 570px;
  }
  .galary__decor-2 {
    right: auto;
    left: 50px;
    top: 108px;
  }
  .review__title {
    text-align: center;
  }
  .review__decor {
    top: 59px;
    left: auto;
    right: 120px;
  }
  .footer__section-wrapper .header__decor-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    margin-bottom: 0;
    position: relative;
  }
  .footer__boot-1 {
    position: static;
    bottom: auto;
    left: auto;
  }
  .footer__boot-2 {
    position: static;
    bottom: auto;
    right: auto;
  }
  .footer__section-wrapper .header__block {
    margin: 0px;
  }
  .footer__section-wrapper .header__title {
    margin-bottom: 150px;
  }
  .footer__section-wrapper .header__decor-2 {
    top: -140px;
  }
  .footer__section-wrapper .header__nav {
    margin-bottom: 50px;
  }
  .footer__section-wrapper .header__decor-1 {
    bottom: auto;
    top: -210px;
    left: -39px;
  }
  .footer__section-wrapper .header__arrow {
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -130px;
  }
  .footer__boot-2 {
    margin-top: -70px;
  }
  .footer__section-wrapper .header__review {
    -webkit-align-self: center;
            align-self: center;
    margin-top: 43px;
  }
  .footer__section-wrapper {
    padding: 49px 0 80px;
  }
}
@media (max-width: 700px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .header__prod {
    width: 100%;
  }
  .video {
    width: 100%;
    height: 45vw;
  }
  .card__photos a {
    width: 23.5%;
  }
  .card__decor-1 {
    top: 85px;
    right: -20px;
  }
  .card__decor-2 {
    left: -20px;
    top: 160px;
  }
  .galary {
    width: 705px;
    -webkit-align-self: flex-start;
            align-self: flex-start;
  }
  .galary .owl-nav {
    width: calc(100vw - 30px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-left: 0px;
  }
  .galary .owl-nav .owl-prev {
    margin-right: 30px;
  }
  .galary__line {
    display: none;
  }
  .review__decor {
    top: 59px;
    left: auto;
    right: 0px;
  }
  .footer__boot-1 {
    width: 300px;
  }
  .footer__boot-2 {
    width: 300px;
  }
}
@media (max-width: 540px) {
  .container {
    width: 100%;
    padding: 0 3.8vw;
  }
  .header__section {
    background-position: 70% center;
  }
  .header__section-wrapper {
    padding: 7.5vw 0;
  }
  .header__nav {
    margin-bottom: 12vw;
  }
  .header__title {
    font-size: 14vw;
    margin-bottom: 12vw;
  }
  .header__decor-img {
    width: 21vw;
  }
  .header__decor-2:before {
    width: 3.8vw;
    height: 4.5vw;
    top: -2vw;
    left: -3vw;
  }
  .header__decor-1 {
    width: 27.5vw;
    top: -16vw;
    bottom: auto;
    left: -3vw;
  }
  .header__decor-2 {
    top: -5vw;
  }
  .header__arrow {
    width: 11vw;
    top: -10vw;
  }
  .header__decor-wrapper {
    margin-bottom: 4.8vw;
  }
  .header__text {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
  .order__btn {
    border-radius: 6vw;
    font-size: 4.5vw;
    padding: 3vw 9vw;
  }
  .header__block {
    margin-bottom: 13vw;
  }
  .header__review-text {
    font-size: 4.5vw;
    margin-left: 4.8vw;
  }
  .header__review-img {
    width: 12vw;
    margin-right: -4.8vw;
  }
  .header__review-number {
    width: 12vw;
    height: 12vw;
    font-size: 4.5vw;
  }
  .header__review-star {
    width: 19vw;
    top: -9vw;
    left: -9vw;
  }
  .info__section-wrapper {
    padding: 20vw 0 15vw;
  }
  .info__title {
    font-size: 11vw;
    margin-bottom: 9vw;
  }
  .info__title br {
    display: none;
  }
  .star__decor-1 {
    top: 21vw;
    left: auto;
    right: -6vw;
    width: 20vw;
    height: 20vw;
  }
  .star-1 {
    width: 15.4vw;
    height: 15.4vw;
  }
  .star-2 {
    width: 8.7vw;
    height: 8.7vw;
  }
  .star__decor-2 {
    width: 23vw;
    height: 15.7vw;
    left: -3vw;
    top: 53vw;
  }
  .star__decor-2 .star {
    width: 11.8vw;
    height: 11.8vw;
  }
  .info__line {
    width: 40vw;
    top: 80vw;
    left: -9vw;
  }
  .info__item-1 {
    padding: 8vw;
    margin-bottom: 4.8vw;
  }
  .info__item-text {
    font-size: 6vw;
    padding: 0 15vw;
  }
  .info__column {
    margin-bottom: 4.8vw;
  }
  .info__item-2 {
    padding: 11vw;
  }
  .info__item-title {
    font-size: 11vw;
  }
  .info__item-title span {
    font-size: 22vw;
  }
  .info__item-2 .info__item-text {
    font-size: 4.5vw;
    padding: 0;
  }
  .info__item-3 .info__item-title {
    font-size: 6vw;
    padding-right: 10vw;
    margin-bottom: 1vw;
  }
  .info__item-3 {
    padding: 6vw 8vw 6vw 8vw;
  }
  .info__item-3 .info__item-text {
    padding: 0;
    font-size: 4.5vw;
  }
  .info__item-arrow {
    width: 12vw;
    height: 12vw;
    top: 7vw;
    right: 7vw;
  }
  .advantage__section-title {
    font-size: 12vw;
    margin-bottom: 8.5vw;
  }
  .advantage__decor-1 {
    top: 8vw;
    right: -7vw;
  }
  .star__decor {
    width: 20vw;
    height: 20vw;
  }
  .advantage__decor-2 {
    width: 22vw;
    height: 17vw;
    top: 20vw;
    left: -8vw;
  }
  .advantage__decor-2 .star-1 {
    width: 12vw;
    height: 12vw;
  }
  .advantage__decor-2 .star {
    width: 11vw;
    height: 11vw;
  }
  .advantage__decor-line {
    width: 46vw;
    top: 18vw;
    right: -7vw;
    -webkit-animation: none;
            animation: none;
    -webkit-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
         -o-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
  .advantage__item-title {
    font-size: 5.8vw;
    margin-bottom: 2vw;
  }
  .advantage__item-text {
    font-size: 4.5vw;
  }
  .advantage__item {
    margin-bottom: 8.5vw;
  }
  .advantage__boot-wrapper {
    margin-top: 8.5vw;
    margin-bottom: 10vw;
  }
  .advantage__boot {
    margin-bottom: 5vw;
  }
  .order__nav img {
    width: 4.2vw;
    margin-left: 3vw;
  }
  .advantage__section-wrapper {
    padding-bottom: 36vw;
  }
  .advantage__galary .owl-nav {
    bottom: -19vw;
  }
  .video__section-wrapper {
    padding: 15vw 0 12vw;
  }
  .video__block {
    padding: 7vw 4.8vw 8.8vw;
  }
  .video__title {
    font-size: 12vw;
    margin-bottom: 2vw;
  }
  .video__text-bold {
    font-size: 4.5vw;
    padding: 0;
  }
  .video__text {
    font-size: 4.5vw;
    margin-bottom: 7vw;
  }
  .video {
    width: 100%;
    height: 58vw;
  }
  .fancybox-slide {
    padding: 15px;
  }
  .card__section-wrapper {
    padding: 22vw 0;
  }
  .card__section-title {
    font-size: 12vw;
    margin-bottom: 2vw;
  }
  .card__section-text {
    font-size: 5.8vw;
    margin-bottom: 3.5vw;
  }
  .card__section-text br {
    display: none;
  }
  .card__decor-1 {
    top: 21vw;
    right: -11.5vw;
  }
  .card__decor-2 {
    left: -12vw;
    top: 21vw;
  }
  .card .info__discount {
    margin-right: -7vw;
    width: 29vw;
    height: 29vw;
    font-size: 5.8vw;
    margin-bottom: -15vw;
  }
  .card__photos a {
    width: 24.3%;
  }
  .card__photos a img {
    border-radius: 4.8vw;
    box-shadow: 1px 1px #444;
  }
  .card__boot {
    margin-bottom: 7vw !important;
  }
  .card__left {
    margin-bottom: 7vw;
  }
  .card__right {
    border-radius: 12vw;
    padding: 10vw 4.8vw 11vw;
    box-shadow: 2px 2px #444;
  }
  .card__name {
    font-size: 10vw;
    margin-bottom: 8vw;
  }
  .card__info {
    margin-bottom: 2vw;
  }
  .card__info span {
    font-size: 4vw;
  }
  .card__info .new__price {
    font-size: 5.8vw;
    margin-right: 2vw;
  }
  .card__info .old__price {
    font-size: 4.5vw;
  }
  .card__wrapper {
    margin-bottom: 18vw;
  }
  .card__2 .info__discount {
    margin-bottom: -8vw;
  }
  .card__3 .info__discount {
    margin-bottom: -12vw;
  }
  .card__4 .info__discount {
    margin-bottom: -11vw;
  }
  .card__input {
    font-size: 4.5vw;
  }
  .sprey__section-wrapper {
    padding: 12vw 0 14vw;
  }
  .sprey__block {
    padding: 10vw 6vw 0;
  }
  .sprey__title {
    font-size: 8.8vw;
    margin-bottom: 2vw;
  }
  .sprey__text-bold {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
  .sprey__text {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
  .sprey__price .sprey__old-price {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
  .sprey__price .new__price {
    font-size: 11.5vw;
  }
  .sprey__wrapper {
    margin-top: -7vw;
  }
  .sprey__img-1 {
    width: 45vw;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
         -o-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  .sprey__img-2 {
    width: 35vw;
    margin-left: -10vw;
  }
  .video__section, .sprey__section {
    background-image: url(../img/video-sec-bg-mobile.jpg);
  }
  .galary__section-wrapper {
    padding: 20vw 0;
  }
  .galary__title {
    font-size: 11.8vw;
    margin-bottom: 12vw;
  }
  .galary__decor-1 {
    top: 20vw;
    left: auto;
    right: -12vw;
  }
  .galary__decor-2 {
    width: 22vw;
    height: 17vw;
    top: 25vw;
    left: -11vw;
  }
  .galary__decor-2 .star-1 {
    width: 12vw;
    height: 12vw;
  }
  .galary__decor-2 .star {
    width: 11vw;
    height: 11vw;
  }
  .galary {
    width: 170.3vw;
  }
  .review__section-wrapper {
    padding: 12vw 0 13vw;
  }
  .review__title {
    font-size: 16vw;
    margin-bottom: 4.8vw;
  }
  .review__decor {
    top: 9vw;
    left: auto;
    right: -5vw;
  }
  .review {
    padding: 7.5vw;
  }
  .review__photo {
    width: 15.7vw !important;
    margin-right: 5vw;
  }
  .review__name {
    font-size: 6vw;
  }
  .review__city {
    font-size: 4.5vw;
  }
  .review__top {
    margin-bottom: 4.8vw;
  }
  .review__text {
    font-size: 4.5vw;
  }
  .footer__section-wrapper .header__nav {
    margin-bottom: 12vw;
  }
  .footer__section-wrapper .header__nav {
    margin-bottom: 12vw;
  }
  .footer__section-wrapper .header__decor-1 {
    top: -36vw;
    left: -2vw;
  }
  .footer__section-wrapper .header__arrow {
    left: 53%;
    top: -31vw;
  }
  .footer__section-wrapper .header__decor-2 {
    top: -25vw;
  }
  .footer__boot-1 {
    width: 66vw;
    margin-left: -4vw;
  }
  .footer__boot-2 {
    width: 58vw;
    margin-left: -8vw;
    margin-top: -16vw;
  }
  .footer__section-wrapper .header__title {
    margin-bottom: 30vw;
  }
  .footer__price-text {
    font-size: 6vw;
  }
  .footer__new__price {
    font-size: 11.8vw;
    margin-bottom: 1vw;
  }
  .footer__section-wrapper .header__review {
    margin-top: 10.5vw;
  }
  .footer__section {
    background-position: 68% center;
  }
  .footer__section-wrapper {
    padding: 7.5vw 0 10vw;
  }
  .header__logo {
    width: 39.8vw;
    height: auto;
  }
  .card__select select {
    text-indent: 36% hanging;
  }
}