@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 {
  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.3;
  font-weight: 400;
  color: #fff;
  background: #202136;
}

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

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

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container {
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

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

.header__content {
  position: relative;
  z-index: 2;
  width: 625px;
  height: auto;
  padding: 50px 0 98px;
}
.header__content:before {
  content: "";
  width: 1292px;
  height: 100%;
  background-image: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -275px;
  z-index: -1;
}

.header__logo {
  width: auto;
  height: 50px;
  margin-bottom: 30px;
}

.header__tag {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 20px;
  color: #fff;
  border: 2px solid #00c2ff;
  border-radius: 10px;
  padding: 8px 20px;
  margin-bottom: 20px;
}

.header__title {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: #fbb500;
  margin-bottom: 24px;
}

.header__text {
  font-weight: 500;
  font-size: 36px;
  text-transform: uppercase;
  color: #00c2ff;
  width: 100%;
  margin-bottom: 39px;
}

.header__img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: -902px;
}

.header__boot {
  position: absolute;
  width: 758px;
  height: auto;
  top: 110px;
  right: -630px;
}

.header__discount {
  width: 90px;
  height: 90px;
  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-weight: 700;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: absolute;
  -webkit-animation: discount 10s infinite;
          animation: discount 10s infinite;
  background: -webkit-linear-gradient(left, #d23450 0%, #e53e0a 100%);
  background: linear-gradient(90deg, #d23450 0%, #e53e0a 100%);
}

.header__discount-1 {
  top: 65px;
  right: -120px;
}

.header__discount-2 {
  bottom: 40px;
  right: 60px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.header__discount-3 {
  top: 250px;
  left: -120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@-webkit-keyframes discount {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: rotate(30deg) scale(0.8);
            transform: rotate(30deg) scale(0.8);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  75% {
    -webkit-transform: rotate(-30deg) scale(0.8);
            transform: rotate(-30deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}

@keyframes discount {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
         -o-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: rotate(30deg) scale(0.8);
         -o-transform: rotate(30deg) scale(0.8);
            transform: rotate(30deg) scale(0.8);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1);
         -o-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  75% {
    -webkit-transform: rotate(-30deg) scale(0.8);
         -o-transform: rotate(-30deg) scale(0.8);
            transform: rotate(-30deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
         -o-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}
.header__block {
  width: 100%;
  height: auto;
  position: static;
}

.header__items {
  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: 50px;
}

.header__item {
  width: 281px;
  height: auto;
  background: #0051be;
  border-radius: 10px;
  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;
}
.header__item:first-child {
  margin-right: 30px;
}

.header__item-icon {
  width: 80px;
  height: 100%;
  min-height: 80px;
  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: 10px;
  background: #0362e2;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.header__item-text {
  padding: 9px 20px 9px;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}

.order__btn-wrapper {
  width: 100%;
  max-width: 360px;
  height: auto;
}

.order__btn {
  display: inline-block;
  width: 100%;
  height: auto;
  border-radius: 30px;
  background: -webkit-linear-gradient(left, #e53e0a 0%, #d23450 100%);
  background: linear-gradient(90deg, #e53e0a 0%, #d23450 100%);
  position: relative;
  padding: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.order__btn span {
  position: relative;
  z-index: 2;
}
.order__btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  background: -webkit-linear-gradient(right, #e53e0a 0%, #d23450 100%);
  background: linear-gradient(270deg, #e53e0a 0%, #d23450 100%);
}
.order__btn:hover:before {
  opacity: 1;
}

.header__date {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-top: 7px;
}
.header__date span {
  font-weight: 700;
  color: #fbb500;
}

.info__section-wrapper {
  padding: 87px 0 250px;
  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__section-wrapper:before {
  content: "";
  width: 1190px;
  height: 704px;
  background-image: url(../img/info-decor-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: -393px;
  z-index: -1;
}

.info__section-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  color: #fbb500;
  margin-bottom: 179px;
  position: relative;
  z-index: 2;
}

.info__item {
  width: 510px;
  height: auto;
  position: relative;
  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;
  z-index: 2;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.info__boot-wrapper {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.info__boot {
  position: absolute;
  width: 640px;
  height: auto;
}

.info__number {
  font-weight: 700;
  font-size: 96px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.2;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: auto;
  position: relative;
  z-index: 2;
}

.info__wrapper {
  position: relative;
  z-index: 2;
}

.info__title {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #fc5c01;
  margin-bottom: 18px;
}

.info__text {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.info__item-1 {
  -webkit-align-self: flex-end;
          align-self: flex-end;
  margin-bottom: 300px;
  z-index: 3;
}
.info__item-1 .info__boot-wrapper {
  width: 0;
  height: auto;
  position: static;
}

.info__item-2 {
  -webkit-align-self: flex-start;
          align-self: flex-start;
  margin-bottom: 325px;
}
.info__item-2:before {
  content: "";
  width: 1238px;
  height: 321px;
  position: absolute;
  top: -75px;
  right: -341px;
  background: #2a2c52;
  z-index: 1;
}
.info__item-2 .info__boot-wrapper {
  width: 1090px;
  height: 621px;
  background-image: url(../img/info-decor-2.jpg);
  top: -275px;
  right: -1023px;
  border-radius: 50px 0 0 50px;
}

.info__item-3 {
  z-index: 4;
  -webkit-align-self: flex-end;
          align-self: flex-end;
}
.info__item-3 .info__boot-wrapper {
  width: 490px;
  height: 657px;
  background-image: url(../img/info-decor-3.jpg);
  border-radius: 0 50px 50px 0;
  top: -343px;
  left: -1015px;
}

.info__boot-1 {
  top: -110px;
  left: -610px;
  z-index: 2;
}

.info__boot-2 {
  top: 120px;
  left: 90px;
  z-index: 2;
}

.info__boot-3 {
  top: 240px;
  right: -510px;
}

.galary__section-wrapper {
  padding-bottom: 150px;
  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;
}

.galary__left {
  width: 555px;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.galary__logo {
  width: auto;
  height: 50px;
  margin-bottom: 45px;
}

.galary__text {
  font-size: 20px;
  color: #fff;
  margin-bottom: 44px;
}

.galary__list {
  margin-bottom: 50px;
}

.galary__list-item {
  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;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.galary__list-item:last-child {
  margin-bottom: 0;
}
.galary__list-item img {
  width: 30px;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 15px;
}

.galary__video {
  width: 513px;
  height: 287px;
  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: 30px;
  background-image: url(../img/video-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.galary__video:hover .video__play {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.video__play {
  width: auto;
  height: 60px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.galary {
  width: 457px;
  height: auto;
  position: relative;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.galary__item img {
  border-radius: 30px;
}

.owl-nav {
  width: calc(100% + 120px);
  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;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.owl-nav button {
  pointer-events: auto;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-image: url(../img/arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
.owl-nav button span {
  display: none;
}
.owl-nav button:hover {
  background-color: #141528 !important;
}
.owl-nav button.owl-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.owl-dots {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: auto;
  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;
}
.owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #00c2ff !important;
  background-color: #00c2ff !important;
  margin-right: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.owl-dots button:last-child {
  margin-right: 0;
}
.owl-dots button.active {
  background-color: #202136 !important;
}

.bar__section {
  position: relative;
}
.bar__section:before {
  content: "";
  width: 100%;
  height: 1076px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/bar-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.bar__section-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-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  padding-bottom: 98px;
}

.bar__decor {
  position: absolute;
}

.bar__boot {
  position: absolute;
  bottom: 0;
  right: -200px;
  z-index: 1;
  width: 600px;
}

.bar__title {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  color: #fbb500;
  margin-bottom: 4px;
}

.bar__subtitle {
  font-weight: 500;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #00c2ff;
  margin-bottom: 39px;
}

.bar {
  width: 100%;
  max-width: 945px;
  height: 424px;
  margin-bottom: 50px;
  position: relative;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  background: -webkit-linear-gradient(top, #1181e8 0%, #0e6dc3 100%);
  background: linear-gradient(180deg, #1181e8 0%, #0e6dc3 100%);
  border: 10px solid #1b478f;
  border-radius: 50px;
}

.bar__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  overflow: hidden;
}

.bar__column {
  width: 33.33%;
  height: 100%;
  position: relative;
}

.bar__column__1:before, .bar__column__2:before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -3px;
  background: -webkit-linear-gradient(top, #0063bd 0%, rgba(0, 99, 189, 0) 0.01%, #0063bd 19.79%, #0063bd 78.65%, rgba(0, 99, 189, 0) 100%);
  background: linear-gradient(180deg, #0063bd 0%, rgba(0, 99, 189, 0) 0.01%, #0063bd 19.79%, #0063bd 78.65%, rgba(0, 99, 189, 0) 100%);
  opacity: 0.5;
  z-index: 1;
}

.bar__item {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(1deg) scale(1);
      -ms-transform: translate(-50%, -50%) rotate(1deg) scale(1);
       -o-transform: translate(-50%, -50%) rotate(1deg) scale(1);
          transform: translate(-50%, -50%) rotate(1deg) scale(1);
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
  will-change: transition, transform;
  z-index: 1;
}

.divider__horizontal {
  width: 100%;
  height: 30%;
  background: #0f2851;
  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%);
}

.bar__item-top-opacity {
  -webkit-transform: translate(-50%, -320%) rotate(1deg) scale(0.7);
      -ms-transform: translate(-50%, -320%) rotate(1deg) scale(0.7);
       -o-transform: translate(-50%, -320%) rotate(1deg) scale(0.7);
          transform: translate(-50%, -320%) rotate(1deg) scale(0.7);
  opacity: 0;
}

.bar__item-top {
  -webkit-transform: translate(-50%, -175%) rotate(1deg) scale(0.8);
      -ms-transform: translate(-50%, -175%) rotate(1deg) scale(0.8);
       -o-transform: translate(-50%, -175%) rotate(1deg) scale(0.8);
          transform: translate(-50%, -175%) rotate(1deg) scale(0.8);
  opacity: 1;
}

.bar__item-center {
  -webkit-transform: translate(-50%, -50%) rotate(1deg) scale(1);
      -ms-transform: translate(-50%, -50%) rotate(1deg) scale(1);
       -o-transform: translate(-50%, -50%) rotate(1deg) scale(1);
          transform: translate(-50%, -50%) rotate(1deg) scale(1);
  color: #EBEF16;
  opacity: 1;
}

.bar__item-bottom {
  -webkit-transform: translate(-50%, 80%) rotate(1deg) scale(0.8);
      -ms-transform: translate(-50%, 80%) rotate(1deg) scale(0.8);
       -o-transform: translate(-50%, 80%) rotate(1deg) scale(0.8);
          transform: translate(-50%, 80%) rotate(1deg) scale(0.8);
  opacity: 1;
}

.bar__item-bottom-opacity {
  -webkit-transform: translate(-50%, 215%) rotate(1deg) scale(0.7);
      -ms-transform: translate(-50%, 215%) rotate(1deg) scale(0.7);
       -o-transform: translate(-50%, 215%) rotate(1deg) scale(0.7);
          transform: translate(-50%, 215%) rotate(1deg) scale(0.7);
  opacity: 0;
}

.scale {
  -webkit-animation: scale 1s infinite;
          animation: scale 1s infinite;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
         -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
         -o-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
         -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.stop {
  display: none;
}

.order__btn-start {
  cursor: pointer;
}

.card__section, .review__section {
  display: none;
}

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

.card__section-title {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  color: #fbb500;
  margin-bottom: 4px;
}

.card__section-subtitle {
  font-weight: 500;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #00c2ff;
  margin-bottom: 89px;
}

.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;
  margin-bottom: 100px;
  border-radius: 30px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  background: #2a2c52;
  overflow: hidden;
}

.card__2 .card__boot-main {
  margin-left: -30px;
  margin-top: -40px;
  margin-bottom: -70px;
}

.card__left {
  width: 632px;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 50px 0 20px 50px;
  position: relative;
  border-top-left-radius: 30px;
  z-index: 1;
}
.card__left:before {
  content: "";
  width: 1181px;
  height: 782px;
  background-image: url(../img/card-decor.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.card__logo {
  width: auto;
  height: 50px;
}

.card__boot-main {
  margin-left: -35px;
  margin-top: -30px;
  margin-bottom: -30px;
}

.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;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 262px;
  height: auto;
}

.card__photo {
  display: block;
  width: 74px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.card__photo:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
       -o-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.card__photo img {
  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%;
  height: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.card__content {
  width: 460px;
  height: auto;
  padding: 42px 30px 48px 0;
}

.card__title {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #fbb500;
  margin-bottom: 7px;
}

.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;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.card__rating span {
  margin-right: 10px;
}

.rating {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.rating img {
  width: 18px;
  height: auto;
  margin-right: 3px;
}
.rating img:last-child {
  margin-right: 0;
}

.card__price {
  margin-bottom: 11px;
}

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

.old__price {
  padding: 0 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  position: relative;
  margin-right: 20px;
}
.old__price:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #f00;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.new__price {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #00c2ff;
}

.card__discount {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin-bottom: 17px;
}
.card__discount span {
  color: #00c2ff;
}

.card__info {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 22px;
}

.card__form {
  width: 100%;
  max-width: 360px;
  height: auto;
}

.input__wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  position: relative;
}
.input__wrapper label {
  width: 55px;
  height: 50px;
  border-radius: 30px 0 0 30px;
  background: #202244;
  position: absolute;
  top: 0;
  left: 0;
  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: 1px solid #00C2FF;
  border-right: none;
}

.input {
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  padding: 0 10px 0 65px;
  border: 1px solid #00C2FF;
  border-radius: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.input:focus {
  background: #242648;
}

.input__select:before {
  content: "";
  width: 55px;
  height: 50px;
  border-radius: 30px 0 0 30px;
  background-color: #202244;
  background-image: url(../img/tringle.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  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: 1px solid #00C2FF;
  border-right: none;
  box-sizing: border-box;
}

.car__submit {
  margin-top: 10px;
  cursor: pointer;
}

.card__sprey {
  margin-bottom: 50px;
}
.card__sprey .card__info {
  width: 100%;
  max-width: 360px;
}

.card__sprey-img {
  margin-top: 75px;
  margin-left: 50px;
}

.delivery {
  width: 100%;
  max-width: 522px;
  border-radius: 30px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  background: #2a2c52;
  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;
  margin: auto;
  padding: 25px 20px 25px 50px;
}

.delivery__icon {
  width: 139px;
  height: auto;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  margin-right: 30px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.delivery__text {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.review__section-wrapper {
  padding-bottom: 48px;
  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;
}

.review__section-title {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  color: #fbb500;
  margin-bottom: 86px;
}

.review__slider {
  width: 1000px;
  height: auto;
  position: relative;
}
.review__slider .owl-stage-outer {
  padding-bottom: 28px;
}
.review__slider .owl-dots {
  bottom: -12px;
}
.review__slider .owl-nav {
  width: calc(100% + 140px);
}

.review {
  padding: 23px 30px 29px;
  border-radius: 30px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  background: #2a2c52;
}
.review .card__rating {
  margin-bottom: 0;
}

.review__text {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 17px;
}

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

.review__bottom-wrapper {
  width: auto;
}

.review__name {
  font-size: 20px;
  line-height: 1.3;
  color: #00c2ff;
  margin-bottom: 4px;
}

.review__info {
  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;
  font-size: 18px;
  line-height: 1;
  color: #fc5c01;
}
.review__info img {
  width: 18px !important;
  height: auto;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.add__review {
  font-size: 16px;
  color: #a3a3a3;
  -webkit-align-self: flex-end;
          align-self: flex-end;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-right: 120px;
  margin-bottom: 45px;
}

.footer__line {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.footer__line .container {
  width: 100%;
  max-width: 1400px;
}

.footer__line-wrapper {
  width: 100%;
  height: auto;
  padding: 15px 0;
}

.footer__line-list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer__line-item {
  font-size: 14px;
  text-align: center;
  color: #a3a3a3;
}
.footer__line-item a:hover {
  text-decoration: underline;
}

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

@media (max-width: 1480px) {
  .header__content {
    width: 595px;
    padding: 50px 0 80px;
  }
  .header__title {
    font-size: 44px;
  }
  .header__text {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .header__img {
    right: -800px;
  }
  .header__boot {
    width: 610px;
    top: 110px;
    right: -540px;
  }
}
@media (max-width: 1280px) {
  .container {
    width: 1000px;
  }
  .header__content {
    width: 540px;
    padding: 50px 0 80px;
  }
  .header__tag {
    font-size: 18px;
  }
  .header__title {
    font-size: 40px;
  }
  .header__text {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .header__item-icon {
    width: 70px;
    min-height: 70px;
  }
  .header__item-text {
    padding: 9px 15px 9px;
    font-size: 20px;
  }
  .header__content:before {
    right: -180px;
  }
  .header__img {
    right: -755px;
  }
  .header__boot {
    width: 580px;
    top: 110px;
    right: -540px;
  }
  .info__boot {
    width: 560px;
  }
  .info__boot-1 {
    top: -50px;
    left: -540px;
  }
  .info__boot-2 {
    top: 168px;
    left: 60px;
  }
  .info__item-2:before {
    right: -295px;
  }
  .info__item-3 .info__boot-wrapper {
    left: -960px;
  }
  .galary__left {
    width: 500px;
  }
  .galary {
    width: 420px;
  }
  .galary__logo {
    margin-bottom: 30px;
  }
  .galary__text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .galary__list-item {
    font-size: 18px;
  }
  .galary__list {
    margin-bottom: 30px;
  }
  .galary__video {
    width: 440px;
    height: 260px;
  }
  .bar__boot {
    bottom: 20px;
    right: -180px;
    width: 500px;
  }
  .card__left {
    width: 560px;
  }
  .card__boot-main {
    width: 116%;
    margin-bottom: -20px;
  }
  .card__2 .card__boot-main {
    margin-bottom: -40px;
  }
  .card__content {
    width: 410px;
  }
  .card__discount {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .card__info {
    font-size: 17px;
    margin-bottom: 18px;
  }
  .card__sprey-img {
    margin-top: 40px;
    margin-left: 30px;
    width: 360px;
  }
  .review__slider .owl-nav {
    width: calc(100% + 80px);
  }
}
@media (max-width: 1080px) {
  .container {
    width: 700px;
  }
  .header__content {
    width: 100%;
    padding: 30px 0 48px;
    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__content:before {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header__tag {
    text-align: center;
  }
  .header__block {
    position: relative;
    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;
    margin-bottom: 90px;
  }
  .header__img {
    width: 400px;
    height: auto;
    position: static;
    top: auto;
    right: auto;
    border-radius: 30px;
  }
  .header__title {
    text-align: center;
  }
  .header__text {
    text-align: center;
  }
  .header__boot {
    width: 580px;
    top: 50%;
    right: auto;
    left: -50px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__discount-1 {
    top: 40px;
    right: auto;
    left: 70px;
  }
  .header__discount-2 {
    bottom: -30px;
    right: auto;
    left: 320px;
  }
  .header__discount-3 {
    top: -20px;
    left: auto;
    right: 0;
  }
  .header__items {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .header__item {
    -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: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .header__item-icon {
    width: 80px;
    height: 80px;
    min-height: auto;
    margin-right: 0;
    margin-top: -60px;
  }
  .header__item-text {
    padding: 10px 20px 20px;
    font-size: 24px;
    text-align: center;
  }
  .info__item {
    width: 100%;
    -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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding-bottom: 44px;
    margin-bottom: 0;
  }
  .info__boot-1 {
    position: static;
    top: auto;
    left: auto;
    margin: auto;
  }
  .info__item-1 .info__boot-wrapper {
    width: 100%;
    height: auto;
  }
  .info__section-wrapper {
    padding: 39px 0 100px;
  }
  .info__section-title {
    font-size: 42px;
    margin-bottom: 100px;
  }
  .info__section-title br {
    display: none;
  }
  .info__section-wrapper:before {
    width: 1190px;
    height: 704px;
    top: 220px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    mix-blend-mode: luminosity;
    opacity: 0.5;
  }
  .info__item-2 .info__boot-wrapper, .info__item-3 .info__boot-wrapper {
    position: relative;
    width: 100vw;
    height: auto;
    margin-bottom: 17px;
    z-index: 1;
    top: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 0;
    padding: 30px 0 10px;
  }
  .info__boot-2, .info__boot-3 {
    position: static;
    top: auto;
    left: auto;
    margin: auto;
  }
  .info__item-2:before {
    content: "";
    width: 100vw;
    height: 44%;
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #2a2c52;
    z-index: 1;
  }
  .galary__section-wrapper {
    -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: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .galary__left {
    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-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .galary__logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
    margin-bottom: 45px;
  }
  .galary__text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
    margin-bottom: 44px;
  }
  .galary__video {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
    width: 100%;
    height: 380px;
    background-size: cover;
    margin-bottom: 45px;
  }
  .galary__list {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
    width: 100%;
    margin-bottom: 44px;
  }
  .galary {
    width: 500px;
  }
  .galary__section-wrapper {
    padding-bottom: 100px;
  }
  .bar__boot {
    display: none;
  }
  .bar__item {
    font-size: 70px;
  }
  .bar {
    height: 300px;
  }
  .bar__title {
    font-size: 44px;
  }
  .bar__subtitle {
    font-size: 38px;
  }
  .bar__section:before {
    height: 880px;
  }
  .footer__line .container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .footer__line-list {
    -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__section-subtitle {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .card__left {
    width: 100%;
    overflow: hidden;
    padding: 50px;
  }
  .card__content {
    width: 100%;
    padding: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .card__title {
    text-align: center;
  }
  .card__discount {
    font-size: 20px;
    text-align: center;
  }
  .card__info {
    font-size: 20px;
  }
  .card__form {
    width: 100%;
    max-width: 100%;
  }
  .card__boot-main {
    width: 120%;
    margin-bottom: -50px;
  }
  .card__sprey-img {
    margin: auto;
    margin-top: 40px;
  }
  .card__sprey .card__info {
    width: 100%;
    max-width: 100%;
  }
  .review__slider {
    width: calc(100% + 40px);
  }
  .add__review {
    margin-right: 40px;
    margin-bottom: 45px;
    margin-top: -5px;
  }
  .owl-nav {
    width: 100%;
    position: static;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    left: auto;
    margin-top: 20px;
  }
  .owl-dots {
    position: static;
    bottom: auto;
    left: auto;
    margin-top: -25px;
    margin-bottom: 15px;
  }
  .review__slider .owl-nav {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 0;
  }
  .add__review {
    -webkit-align-self: center;
            align-self: center;
    margin: 0;
    margin-bottom: 48px;
  }
  .review__section-title {
    font-size: 42px;
    margin-bottom: 50px;
  }
  /* .fancybox-content iframe {
    height: 80vh !important;
  }
  .fancybox-iframe {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  } */
}
@media (max-width: 700px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .galary__video {
    height: 53vw;
  }
  .galary {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .header__section {
    background-image: url(../img/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: right 5% center;
    background-size: cover;
  }
  .header__content {
    padding: 7vw 0 11.5vw;
  }
  .header__content:before {
    display: none;
  }
  .header__logo {
    height: 12vw;
    margin-bottom: 4.8vw;
  }
  .header__tag {
    font-size: 4.5vw;
    padding: 1.8vw 3vw;
    margin-bottom: 4vw;
  }
  .header__title {
    font-size: 9.8vw;
    margin-bottom: 2.5vw;
  }
  .header__text {
    font-size: 7vw;
    margin-bottom: 5vw;
  }
  .header__img {
    width: 71.5vw;
    margin-right: -14vw;
  }
  .header__boot {
    width: 87vw;
    top: 55%;
    right: auto;
  }
  .header__block {
    margin-bottom: 22vw;
  }
  .header__discount {
    width: 21vw;
    height: 21vw;
    font-size: 7vw;
  }
  .header__discount-3 {
    top: -5vw;
    left: auto;
    right: -3vw;
  }
  .header__discount-1 {
    top: 2vw;
    right: auto;
    left: 0;
  }
  .header__discount-2 {
    bottom: -8vw;
    right: auto;
    left: 37vw;
  }
  .header__item:first-child {
    margin-right: 4.8vw;
  }
  .header__item-text {
    padding: 2vw 2.5vw;
    font-size: 5.8vw;
    text-align: center;
  }
  .header__item-icon {
    width: 19.3vw;
    height: 19.3vw;
    min-height: auto;
    margin-right: 0;
    margin-top: -14.8vw;
  }
  .header__item-icon img {
    width: auto;
    height: 9.8vw;
  }
  .header__items {
    margin-bottom: 7vw;
  }
  .order__btn-wrapper {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .order__btn {
    border-radius: 7vw;
    padding: 4.8vw;
    font-size: 4.8vw;
  }
  .order__btn:before {
    border-radius: 7vw;
  }
  .header__date {
    font-size: 4.5vw;
    margin-top: 1.5vw;
  }
  .info__section-wrapper {
    padding: 9.8vw 0 7vw;
  }
  .info__section-title {
    font-size: 8.5vw;
    margin-bottom: 30vw;
  }
  .info__section-wrapper:before {
    width: 288vw;
    height: 170vw;
    top: 45vw;
    left: 81%;
  }
  .info__item {
    padding-bottom: 10vw;
  }
  .info__boot-1 {
    width: 100%;
    margin-bottom: 2vw;
  }
  .info__number {
    font-size: 23vw;
    margin-right: 0;
  }
  .info__title {
    font-size: 5.8vw;
    margin-bottom: 1.8vw;
  }
  .info__text {
    font-size: 4.8vw;
  }
  .info__boot-2, .info__boot-3 {
    width: 100%;
  }
  .info__item-2 .info__boot-wrapper, .info__item-3 .info__boot-wrapper {
    margin-bottom: 4vw;
    padding: 7vw 0 2vw;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  }
  .info__item-2:before {
    height: 60%;
  }
  .info__item-2 .info__boot-wrapper {
    background-position: right 20% center;
  }
  .info__item-3 .info__boot-wrapper {
    background-image: url(../img/info-decor-3-mobile.jpg);
  }
  .galary__logo {
    height: 12vw;
    margin-bottom: 11vw;
  }
  .galary__text {
    font-size: 4.8vw;
    margin-bottom: 11vw;
  }
  .galary__video {
    height: 51vw;
    margin-bottom: 11vw;
  }
  .video__play {
    height: 14vw;
  }
  .galary__list-item {
    font-size: 4.8vw;
    margin-bottom: 4.8vw;
  }
  .galary__list-item img {
    width: 7.2vw;
    margin-right: 3.5vw;
  }
  .galary__section-wrapper {
    padding-bottom: 17vw;
  }
  .bar__title {
    font-size: 9.8vw;
    margin-bottom: 2vw;
  }
  .bar__subtitle {
    font-size: 7vw;
    margin-bottom: 5vw;
  }
  .bar {
    height: 42vw;
    border-width: 1vw;
    border-radius: 4.8vw;
    margin-bottom: 7vw;
  }
  .bar__item {
    font-size: 9vw;
  }
  .bar__column__1:before, .bar__column__2:before {
    content: "";
    width: 3px;
    right: -1.5px;
  }
  .divider__horizontal {
    height: 31.4%;
  }
  .bar__section-wrapper {
    padding-bottom: 12vw;
  }
  .bar__section:before {
    width: 266vw;
    height: 150vw;
    left: auto;
    right: 0;
  }
  .card__section-title {
    font-size: 9.8vw;
    margin-bottom: 2vw;
  }
  .card__section-subtitle {
    font-size: 7vw;
    margin-bottom: 10vw;
  }
  .card__left:before {
    display: none;
  }
  .card__left {
    background-image: url(../img/card-decor-mobile.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 7vw 4.8vw 2.2vw;
    border-radius: none;
  }
  .card__logo {
    width: auto;
    height: 12vw;
    margin: auto;
  }
  .card__boot-main {
    margin: 0;
    margin-left: -5vw;
    width: 119%;
    margin-top: -3vw;
    margin-bottom: -3vw;
  }
  .card__photos {
    width: 100%;
  }
  .card__photo {
    width: 24.4vw;
    height: 16.4vw;
    border-radius: 2vw;
    margin-bottom: 4.8vw;
  }
  .card__content {
    padding: 5vw 4.8vw 6vw;
  }
  .card__title {
    font-size: 7vw;
    margin-bottom: 1.5vw;
  }
  .card__rating {
    font-size: 5.8vw;
    margin-bottom: 2vw;
  }
  .card__price {
    margin-bottom: 2.5vw;
  }
  .old__price {
    padding: 0 2vw;
    font-size: 5.8vw;
    margin-right: 4.8vw;
  }
  .new__price {
    font-size: 7vw;
  }
  .card__discount {
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 4vw;
  }
  .card__info {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
  .card {
    margin-bottom: 12vw;
    border-radius: 7vw;
  }
  .card__2 .card__boot-main {
    margin: 0;
    margin-bottom: -3vw;
    margin-left: -4vw;
    margin-top: -3vw;
    width: 122%;
  }
  .card__sprey-img {
    width: 82vw;
    margin-top: 14vw;
    margin-bottom: 5vw;
  }
  .delivery {
    -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: 7vw 4.8vw 6vw;
  }
  .delivery__icon {
    margin-right: 0;
    margin-bottom: 3.5vw;
  }
  .delivery__text {
    font-size: 4.5vw;
    text-align: center;
  }
  .card__section-wrapper {
    padding: 0 0 17vw;
  }
  .review__section-title {
    font-size: 8.8vw;
    margin-bottom: 9.8vw;
  }
  .review {
    padding: 5.5vw 4.8vw 6vw;
    border-radius: 7vw;
  }
  .review__text {
    font-size: 4.8vw;
    margin-bottom: 1.8vw;
  }
  .review__bottom {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .review__name {
    font-size: 4.8vw;
    margin-bottom: 1vw;
  }
  .review__info {
    font-size: 4.5vw;
  }
  .review__info img {
    width: 4.5vw !important;
    margin-right: 2vw;
  }
  .card__rating span {
    margin-right: 2vw;
  }
  .add__review {
    margin-bottom: 12vw;
  }
  .footer__line-item {
    font-size: 3.5vw;
  }
  .fancybox-content {
    padding: 44px 15px;
  }
  .fancybox-slide {
    padding: 44px 15px;
  }
}