@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Mak";
  src: url("../fonts/MAK-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;
  -moz-box-sizing: border-box;
       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;
}

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

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;
  font-weight: 400;
  color: #fff;
  background: #A1E1FA;
}

.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: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

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

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

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

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

.header__section {
  width: 100%;
  height: auto;
  background-image: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.header__section:before {
  content: "";
  width: 45.2%;
  height: 100px;
  background: rgba(30, 41, 45, 0.4);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.header__nav {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #fff;
}
.header__nav .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-logo {
  height: 100%;
  padding-right: 77px;
  border-right: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.header__nav-links {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
}

.header__nav-link {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
.header__nav-link:before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__nav-link:hover:before {
  width: 100%;
}

.header__content {
  width: 100%;
  max-width: 803px;
  height: auto;
  padding: 109px 0 187px;
  position: relative;
}

.header__subtitle {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.header__title {
  font-family: "Mak";
  font-style: normal;
  font-weight: 700;
  font-size: 125px;
  line-height: 1.2;
  color: #FFFFFF;
}

.header__text {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: #FFFFFF;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
}

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

.header__decor-1 {
  position: absolute;
  top: -270px;
  left: -565px;
}

.header__decor-2 {
  position: absolute;
  bottom: 50px;
  right: -790px;
}

.header__boot {
  position: absolute;
  bottom: -60px;
  right: -130px;
  width: 419px;
  height: auto;
}

.header__wrapper {
  width: 100%;
  max-width: 560px;
}

.header__price {
  margin-bottom: 25px;
}

.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.old__price {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  text-decoration: line-through;
}

.new__price {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #FFA800;
}

.order__btn {
  display: inline-block;
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
  padding: 23px;
  background: #FFA800;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.order__btn:hover {
  background: #ff8c00;
}

.header__date {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  margin-top: 15px;
}
.header__date span {
  color: #FFA800;
  font-weight: 700;
}

.floating {
  -webkit-animation-duration: 5s;
     -moz-animation-duration: 5s;
          animation-duration: 5s;
}

.info__section {
  width: 100%;
  height: auto;
  background-image: url(../img/info-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.info__section-wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 60px 0 321px;
}

.info__block-wrapper {
  width: 765px;
  position: relative;
}

.info__block {
  width: 100%;
  height: auto;
  padding: 42px 102px;
  background: #7DE2FB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.info__block .order__btn {
  display: inline-block;
  width: auto;
  padding: 18px 70px;
}

.info__main-img {
  position: absolute;
  top: 50%;
  left: -475px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.info__main-img img {
  width: 100%;
  height: auto;
}

.info__title {
  font-family: "Mak";
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #003159;
  margin-bottom: 15px;
}

.info__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  color: #003159;
  margin-bottom: 20px;
}

.info__list {
  margin-bottom: 30px;
}

.info__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  color: #003159;
  margin-bottom: 10px;
}
.info__list-item:last-child {
  margin-bottom: 0;
}
.info__list-item img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 30px;
}

.galary__section {
  width: 100%;
  height: auto;
  position: relative;
}
.galary__section:before {
  content: "";
  width: 66%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #A1E1FA;
}

.galary__section-wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 100px 0 88px;
}

.galary__column {
  height: auto;
}

.galary__column-1, .galary__column-3 {
  width: 435px;
}

.galary__slider-1 {
  width: 100%;
  height: auto;
  margin-bottom: 17px;
}

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

.galary__info {
  width: 100%;
  height: auto;
  background: #589DCD;
  padding: 32px 20px 33px;
}

.galary__title {
  font-family: "Mak";
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.galary__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}

.galary__column-2 {
  width: 340px;
  height: auto;
}

.galary__column-3 {
  position: relative;
}

.galary__decor {
  position: absolute;
  top: -48px;
  right: -90px;
  z-index: 2;
  -webkit-animation: rotate 30s linear infinite;
     -moz-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}

.galary__slider-2 {
  margin-bottom: 15px;
}

.galary__btns {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 47px;
  position: relative;
  z-index: 1;
}

.galary__btn {
  width: 50%;
  height: 100%;
  border: 1px solid #fff;
  background-color: #589DCD;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url(../img/tringle.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.galary__btn:hover {
  background-color: #3B7197;
  background-image: url(../img/tringle-hover.png);
}

.galary__btn-right {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.video {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../img/video-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.video:hover .play {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.play {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.galary__slider-mobile {
  display: none !important;
}

.galary__btn-mobile {
  display: none;
}

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

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

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.advantage__section {
  width: 100%;
  height: auto;
  margin-top: -380px;
  background-image: url(../img/advantage-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.advantage__section-wrapper {
  width: 100%;
  height: auto;
  padding: 440px 5px 103px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantage__section-wrapper .order__btn {
  width: 100%;
  max-width: 560px;
}

.advantage__section-title {
  font-family: "Mak";
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.advantages {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 50px;
}

.advantage {
  width: 33.33%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.advantage__block {
  width: 100%;
  height: 410px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #589DCD;
  padding: 40px;
  position: relative;
}
.advantage__block:before {
  content: "";
  width: 80px;
  height: 60px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 30px solid #589DCD;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.advantage__title {
  font-family: "Mak";
  font-weight: 300;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.advantage__text {
  font-weight: 300;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
}

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

.advantage__2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.advantage__2 .advantage__block {
  background: #4183B1;
}
.advantage__2 .advantage__block:before {
  bottom: auto;
  top: -60px;
  border-bottom: 30px solid #4183B1;
  border-top: 30px solid transparent;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}

.card__section {
  width: 100%;
  height: auto;
  background-image: url(../img/card-bg-1.png), url(../img/card-bg-2.png);
  background-repeat: no-repeat;
  background-position: center top 289px, center top 1361px;
  background-size: 100% auto;
  overflow: hidden;
}

.card__section-wrapper {
  width: 100%;
  height: auto;
  padding: 80px 0 68px;
}

.card__section-title {
  font-family: "Mak";
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  text-align: center;
  color: #003159;
  margin-bottom: 30px;
}

.card {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 75px;
  position: relative;
}
.card:last-child {
  margin-bottom: 0;
}

.card__1 .card__discount {
  top: 33px;
  left: 640px;
}
.card__1 .card__boot {
  top: 33px;
  left: 275px;
}

.card__2 .card__discount {
  top: 111px;
  left: 309px;
}
.card__2 .card__boot {
  top: 0px;
  left: 260px;
}

.card__3 .card__boot {
  top: 0px;
  left: 359px;
}

.card__discount {
  width: 100px;
  height: 100px;
  background-image: url(../img/discount.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
  position: absolute;
}

.card__boot {
  position: absolute;
}

.card__left {
  width: 100%;
  position: relative;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.card__photos {
  width: 232px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card__photo {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.card__photo:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.card__photo:last-child {
  margin-bottom: 0;
}
.card__photo img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.card__right {
  width: 400px;
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.card__header {
  width: 100%;
  height: auto;
  padding-bottom: 12px;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.card__header:before {
  content: "";
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  height: 1px;
  background: #3E709A;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.card__title {
  font-family: "Mak", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  color: #003159;
}

.card__color {
  width: 115px;
  height: 50px;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.2;
  color: #003159;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.description {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #003159;
  margin-bottom: 10px;
}

.card__info {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #003159;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3px;
}
.card__info:last-child {
  margin-bottom: 18px;
}

.card__info-bold {
  text-align: right;
  font-weight: 500;
}

.card__size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.card__size-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #003159;
}

.card__size-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card__size-btns2 .card__size-btn {
  width: 120px;
  margin-left: 10px;
}

.card__size-btn {
  width: auto;
  min-width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #3B7197;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #3B7197;
  cursor: pointer;
  margin-left: 15px;
  padding: 6px 3px 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.card__size-btn.active {
  border: 2px solid #003159;
  color: #003159;
}
.card__size-btn:hover {
  color: #003159;
}

.card__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
}
.card__price .price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.card__price .new__price {
  font-size: 36px;
  color: #FFA800;
  margin-right: 10px;
}
.card__price .old__price {
  display: inline-block;
  font-size: 20px;
  color: #3B7197;
  position: relative;
}
.card__price .old__price:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #003159;
}

.card__price-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #003159;
}

.card__table {
  display: block;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: underline;
  color: #3B7197;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}

.card__form {
  width: 100%;
  height: auto;
}
.card__form .order__btn {
  font-size: 18px;
  cursor: pointer;
  padding: 14px;
}

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

.card__input {
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #3B7197;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #003159;
}

.card__info-bottom {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #003159;
  margin-top: 5px;
}
.card__info-bottom span {
  font-weight: 700;
}

.card__submit {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.review__section {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: -250px;
}
.review__section:before {
  content: "";
  width: 63%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #A1E1FA;
}

.review__section-wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 70px 0 65px;
}

.review__section-title {
  font-family: "Mak";
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  color: #003159;
  margin-bottom: 70px;
}

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

.review__slide {
  background: #589DCD;
  padding: 40px 55px 73px;
}

.review__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.review__photo-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 25px;
  overflow: hidden;
}
.review__photo-wrapper img {
  width: 100%;
  height: auto;
}

.review__wrapper {
  width: 100%;
}

.review__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #FFFFFF;
}

.review__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #FFFFFF;
}

.review__quote {
  width: 67px !important;
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.review__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  color: #FFFFFF;
}

.owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.owl-dots button {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #589DCD !important;
  margin-right: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.owl-dots button:last-child {
  margin-right: 0;
}
.owl-dots button.active {
  background: #FFA800 !important;
}

.add__review {
  width: auto;
  display: inline-block;
  padding: 14px 66px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  font-size: 18px;
  cursor: pointer;
  margin-top: 11px;
}

.footer__section {
  width: 100%;
  height: auto;
  background-image: url(../img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.footer__section-wrapper {
  width: 100%;
  height: auto;
}
.footer__section-wrapper .header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding: 100px 0 122px;
  position: relative;
  z-index: 1;
}
.footer__section-wrapper .header__subtitle {
  text-align: center;
}
.footer__section-wrapper .header__title {
  text-align: center;
}
.footer__section-wrapper .header__text {
  text-align: center;
}
.footer__section-wrapper .price {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__logo {
  margin-bottom: 38px;
}

.footer__nav {
  width: 100%;
  height: 100px;
  border-top: 1px solid #fff;
  background: rgba(30, 41, 45, 0.4);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
}
.footer__nav .container {
  max-width: 882px;
}

.footer__nav-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__decor {
  position: absolute;
  top: 170px;
  right: -112px;
  z-index: -1;
  -webkit-animation: rotate 30s linear infinite;
     -moz-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}

.footer__decor-1 {
  position: absolute;
  top: 60px;
  left: -600px;
  -webkit-transform: rotate(30deg);
     -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
       -o-transform: rotate(30deg);
          transform: rotate(30deg);
  z-index: -1;
  width: 640px;
  height: auto;
}

.footer__decor-2 {
  position: absolute;
  bottom: 0px;
  right: -700px;
  -webkit-transform: rotate(210deg);
     -moz-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
       -o-transform: rotate(210deg);
          transform: rotate(210deg);
  z-index: -1;
  width: 700px;
  height: auto;
}

.footer__line {
  width: 100%;
  height: auto;
  background: #003159;
}

.footer__line-wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

.footer__line-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
}
.footer__line-text a {
  font-weight: 500;
  cursor: pointer;
}
.footer__line-text 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;
}

.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;
  -moz-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%);
     -moz-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: #A1E1FA;
  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;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: 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;
  -moz-box-sizing: border-box;
       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: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: 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: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: 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;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 15px;
  border: 1px solid #888888;
  position: relative;
}

.file div img {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  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%);
     -moz-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);
     -moz-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: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #222222;
  position: relative;
  z-index: 10000;
  margin: 10px 0;
}

.modal__raiting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  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;
  -moz-box-sizing: border-box;
       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: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.send:hover {
  background: #4353cf;
}

.send__window {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: 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;
}

@media (max-width: 540px) {
  .modal__review-wrapper {
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    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%);
     -moz-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%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1480px) {
  .container {
    width: 1000px;
  }

  .header__content {
    max-width: 700px;
    padding: 80px 0 110px;
  }

  .header__title {
    font-size: 100px;
  }

  .header__text {
    font-size: 35px;
  }

  .header__boot {
    bottom: -60px;
    right: -195px;
    width: 390px;
  }

  .order__btn {
    font-size: 30px;
  }

  .header__wrapper {
    max-width: 500px;
  }

  .header__decor-1 {
    top: -200px;
    left: -400px;
    width: 600px;
  }

  .galary__column-1, .galary__column-3 {
    width: 350px;
  }

  .galary__column-2 {
    width: 270px;
  }

  .galary__slider-2 {
    margin-bottom: 18px;
  }

  .galary__btns {
    margin-top: 40px;
  }

  .galary__title {
    font-size: 48px;
  }

  .galary__text {
    font-size: 18px;
  }

  .galary__info {
    padding: 26px 20px 26px;
  }

  .play {
    width: 80px;
  }

  .galary__decor {
    top: -48px;
    right: -90px;
    width: 200px;
  }

  .advantage__title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .advantage__text {
    font-size: 20px;
  }

  .advantage__block {
    width: 100%;
    height: 330px;
    padding: 30px;
  }

  .advantage__section {
    margin: 0;
  }

  .advantage__section-wrapper {
    padding: 50px 0px 73px;
  }

  .card__right {
    width: 360px;
  }

  .card__title {
    font-size: 32px;
  }

  .card__info {
    font-size: 16px;
  }

  .card__size-text {
    font-size: 16px;
  }

  .card__photos {
    width: 214px;
  }

  .card__boot {
    width: 38%;
  }

  .card__1 .card__boot {
    top: 90px;
    left: 235px;
  }

  .card__2 .card__boot {
    top: 20px;
    left: 238px;
  }

  .card__2 .card__discount {
    top: 111px;
    left: 250px;
  }

  .card__3 .card__boot {
    top: 5px;
    left: 275px;
    width: 32%;
  }

  .card__1 .card__discount {
    top: 33px;
    left: 49%;
  }

  .info__block-wrapper {
    width: 630px;
  }

  .info__main-img {
    width: 340px;
    left: -370px;
  }

  .info__title {
    font-size: 36px;
  }

  .info__text {
    font-size: 18px;
  }

  .info__list-item {
    font-size: 18px;
  }

  .info__block {
    padding: 35px 70px;
  }
}
@media (max-width: 1024px) {
  .header__section {
    background-image: url(../img/header-bg-1.jpg);
  }

  .container {
    width: 700px;
  }

  .header__nav-links {
    display: none;
  }

  .header__nav-logo {
    width: 100%;
    border: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
  }

  .header__nav {
    height: auto;
  }

  .header__section:before {
    display: none;
  }

  .header__content {
    max-width: 100%;
    padding: 20px 0 50px;
  }

  .header__subtitle {
    text-align: center;
  }

  .header__title {
    text-align: center;
  }

  .header__text {
    text-align: center;
  }

  .header__wrapper {
    margin: auto;
  }

  .price {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__decor {
    width: 100%;
    height: 600px;
    position: relative;
  }

  .header__decor-1 {
    top: -175px;
    left: -250px;
    width: 600px;
  }

  .header__boot {
    bottom: 20px;
    right: auto;
    left: 50px;
    width: 450px;
  }

  .header__decor-2 {
    bottom: 50px;
    right: -330px;
    width: 600px;
  }

  .galary__slider-1, .galary__slider-2, .galary__slider-3 {
    display: none !important;
  }

  .galary__slider-mobile {
    display: block !important;
  }

  .galary__section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .galary__column {
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .galary__info {
    padding: 32px 55px;
  }

  .galary__title {
    font-size: 62px;
  }

  .galary__text {
    font-size: 22px;
  }

  .galary__info {
    margin-bottom: 25px;
  }

  .galary__btns {
    width: -webkit-calc(100% - 34px);
    width: -moz-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: auto;
    margin-top: 20px;
    margin-bottom: 75px;
  }

  .video {
    width: 100%;
    height: 800px;
  }

  .galary__section-wrapper {
    padding: 50px 0 74px;
  }

  .galary__btn-mobile {
    display: inline-block;
    margin-top: 25px;
    width: 500px;
  }

  .advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .advantage {
    width: 80%;
    margin-bottom: 30px;
  }
  .advantage:last-child {
    margin-bottom: 0;
  }

  .advantage__2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .advantage__2 .advantage__block:before {
    top: auto;
    bottom: -60px;
    border-bottom: 30px solid transparent;
    border-top: 30px solid #4183B1;
  }

  .advantage__title {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .advantage__text {
    font-size: 24px;
  }

  .card__section {
    background-position: center top 25%, center top 80%;
    background-size: 250% auto;
  }

  .card {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .card__right {
    width: 70%;
  }

  .card__left {
    position: relative;
    top: auto;
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 26px;
  }
  .card__left:before {
    content: "";
    width: 100vw;
    height: 1px;
    background: #3E709A;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .card__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }

  .card__title {
    text-align: center;
    margin-bottom: 5px;
  }

  .card__header:before {
    display: none;
  }

  .card__photos {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .card__photo {
    width: 24%;
    height: auto;
    margin: 0;
  }

  .card__boot {
    position: static;
    margin-bottom: 15px;
    width: 60%;
  }

  .card__3 .card__boot {
    width: 50%;
  }

  .card__1 .card__discount {
    top: 33px;
    left: auto;
    right: 10%;
  }

  .card__2 .card__discount {
    top: 111px;
    left: 10%;
  }

  .card__info {
    font-size: 18px;
  }

  .card__size-text {
    font-size: 18px;
  }

  .card__title {
    font-size: 36px;
  }

  .info__block-wrapper {
    width: 80%;
    margin: auto;
  }

  .info__block {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .info__title {
    text-align: center;
  }

  .info__text {
    text-align: center;
  }

  .info__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .info__list-item img {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .info__main-img {
    width: 85%;
    position: static;
    margin: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    margin-top: -20px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
  }

  .info__block {
    padding: 35px 70px 53px;
  }

  .info__section-wrapper {
    padding: 60px 0 34px;
  }

  .review__section {
    margin-top: 0px;
  }

  .review__section:before {
    width: 100%;
  }

  .review__section-title {
    text-align: center;
    margin-bottom: 30px;
  }

  .add__review {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-top: 50px;
  }

  .footer__decor-1 {
    top: 170px;
    left: -275px;
    width: 500px;
  }

  .footer__section-wrapper .header__content {
    padding: 60px 0 80px;
  }

  .footer__decor-2 {
    right: -300px;
    width: 480px;
  }
}
@media (max-width: 700px) {
  .container {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .header__logo {
    width: 200px;
  }

  .header__subtitle {
    font-size: 40px;
  }

  .header__title {
    font-size: 13vw;
  }

  .header__text {
    font-size: 5vw;
  }

  .header__boot {
    bottom: 20px;
    right: auto;
    left: 7%;
    width: 450px;
  }

  .galary__column {
    width: 100%;
  }

  .advantage__section-title {
    font-size: 50px;
  }

  .advantage__block {
    width: 100%;
    height: -webkit-calc(100vw - 30px);
    height: -moz-calc(100vw - 30px);
    height: calc(100vw - 30px);
    padding: 17px;
  }

  .advantage {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .header__section {
    background-position: 80% center;
  }

  .header__logo {
    width: 96px;
  }

  .header__nav-logo {
    padding: 30px 0 15px;
  }

  .header__content {
    padding: 15px 0 35px;
  }

  .header__subtitle {
    font-size: 7.8vw;
  }

  .header__title {
    font-size: 14vw;
  }

  .header__text {
    font-size: 4.8vw;
  }

  .header__decor {
    height: 100vw;
  }
  .header__decor:before {
    content: "";
    width: 40vw;
    height: 82vw;
    background-image: url(../img/header-bg-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 15px;
    right: -15px;
  }

  .header__boot {
    bottom: 7px;
    right: auto;
    left: 6%;
    width: 61vw;
  }

  .header__decor-2 {
    bottom: 15px;
    right: -52vw;
    width: 100vw;
  }

  .header__decor-1 {
    top: -19vw;
    left: -10vw;
    width: 90vw;
  }

  .header__price {
    margin-bottom: 15px;
  }

  .old__price {
    font-size: 7vw;
  }

  .new__price {
    font-size: 11vw;
  }

  .order__btn {
    font-size: 5.5vw;
  }

  .header__date {
    font-size: 4.8vw;
    margin-top: 10px;
  }

  .galary__title {
    font-size: 14vw;
  }

  .galary__text {
    font-size: 5vw;
  }

  .video {
    width: 100%;
    height: 121vw;
  }

  .galary__btn-mobile {
    display: inline-block;
    margin-top: 25px;
    width: -webkit-calc(100% - 34px);
    width: -moz-calc(100% - 34px);
    width: calc(100% - 34px);
  }

  .galary__section:before {
    width: 100%;
  }

  .galary__decor {
    top: -25px;
    right: -25px;
    width: 36vw;
  }

  .play {
    width: 20vw;
  }

  .galary__btn-mobile {
    font-size: 8vw;
  }

  .advantage__section-title {
    font-size: 9.5vw;
    margin-bottom: 40px;
  }

  .advantage__title {
    font-size: 8vw;
    margin-bottom: 20px;
  }

  .advantage__text {
    font-size: 6.8vw;
  }

  .card__right {
    width: 100%;
  }

  .card__section-title {
    font-size: 14vw;
    margin-bottom: 7vw;
  }

  .card__section-wrapper {
    padding: 50px 0 60px;
  }

  .card__title {
    font-size: 8vw;
  }

  .card__boot {
    width: 80%;
  }

  .card__1 .card__discount {
    top: 0px;
    right: 5%;
  }

  .info__block-wrapper {
    width: 100%;
    margin: auto;
  }

  .info__block {
    padding: 40px 14px 53px;
  }

  .info__title {
    font-size: 9vw;
  }

  .info__text {
    font-size: 4.5vw;
  }

  .info__list-item {
    font-size: 4.5vw;
    padding: 0 10vw;
  }

  .review__section-title {
    font-size: 9.5vw;
    margin-bottom: 10px;
  }

  .review__slide {
    padding: 20px 25px 49px;
    position: relative;
  }

  .review__quote {
    width: 67px !important;
    position: absolute;
    top: -20px;
    right: 20px;
  }

  .review__slider .owl-stage-outer {
    padding-top: 20px;
  }

  .owl-dots {
    margin-top: 30px;
  }

  .review__section-wrapper {
    padding: 50px 0 30px;
  }

  .footer__section {
    background-image: url(../img/footer-bg-mobile.jpg);
  }

  .footer__section-wrapper .header__content {
    padding: 50px 0 30px;
  }

  .footer__logo {
    width: 96px;
    margin-bottom: 10px;
  }

  .footer__section-wrapper .header__text {
    margin-bottom: 118vw;
  }

  .footer__nav {
    display: none;
  }

  .footer__decor {
    top: 96px;
    right: -118px;
  }

  .footer__decor-1 {
    top: 26vw;
    left: -13vw;
    width: 80vw;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  .footer__decor-2 {
    display: none;
  }

  .footer__line-text {
    font-size: 4vw;
  }
}
@media (max-width: 414px) {
  .card__discount {
    width: 24vw;
    height: 24vw;
    font-size: 5.5vw;
  }

  .description {
    font-size: 4.3vw;
  }

  .card__info {
    font-size: 4.3vw;
  }

  .card__size-text {
    font-size: 4.3vw;
  }

  .card__price-text {
    font-size: 4.3vw;
  }

  .card {
    margin-bottom: 60px;
  }

  .card__size-btn {
    min-width: 8.8vw;
    height: 8.8vw;
    font-size: 4.3vw;
    line-height: 1.2;
    margin-left: 4vw;
    padding: 6px 3px 5px;
  }

  .card__size-btns2 .card__size-btn {
    width: 30vw;
  }

  .card__price .new__price {
    font-size: 8.5vw;
  }

  .card__price .old__price {
    font-size: 4.8vw;
  }

  .card__3 .card__boot {
    width: 60%;
  }

  .size-table tbody td:first-child {
    width: 20%;
  }

  .size-table {
    font-size: 12px;
  }

  .size-table tbody td {
    padding: 6px;
  }

  .card__info-bottom {
    font-size: 4vw;
  }

  .card__section {
    background-position: center top 26%, center top 76%;
    background-size: 400% auto;
  }

  .card__2 .card__discount {
    top: 15vw;
    left: 3%;
  }

  .info__section {
    background-image: url(../img/info-bg-mobile.jpg);
  }

  .review__text {
    font-size: 4.8vw;
  }

  .review__photo-wrapper {
    width: 24vw;
    height: 24vw;
    margin-right: 6vw;
  }

  .review__name {
    font-size: 4.8vw;
  }
}