/* @font-face {
  font-family: "Montserrat";
  src: url("../fonts/futuraboldcondensedoriginal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
} */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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: #000;
}

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: #000 !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: "Montserrat", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  background: #fd817b;
}

.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;
  opacity: 0;
  -webkit-animation: show 3s;
     -moz-animation: show 3s;
          animation: show 3s;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-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: 1140px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

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

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

.header__slider {
  width: 100%;
  height: auto;
  overflow: hidden;
}

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

.header__slide-1 {
  background: -webkit-linear-gradient(347.61deg, #FF5E00 0%, #FF7B4A 100%);
  background: -moz-linear-gradient(347.61deg, #FF5E00 0%, #FF7B4A 100%);
  background: linear-gradient(102.39deg, #FF5E00 0%, #FF7B4A 100%);
}

.header__slide-2 {
  background: -webkit-linear-gradient(347.61deg, #FF364E 0%, #FD847D 100%);
  background: -moz-linear-gradient(347.61deg, #FF364E 0%, #FD847D 100%);
  background: linear-gradient(102.39deg, #FF364E 0%, #FD847D 100%);
}

.header__slide-wrapper {
  width: 100%;
  height: auto;
  padding: 30px 0 100px;
}

.header__content {
  width: 585px;
  position: relative;
  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;
  z-index: 1;
}

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

.header__logo {
  width: auto !important;
  height: 50px;
}

.header__btn {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.8;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__btn:hover {
  opacity: 1;
}
.header__btn.active {
  opacity: 1;
}
.header__btn.active:before {
  content: "";
  width: 110%;
  height: 3px;
  background: #FFFFFF;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 28px;
}

.header__text {
  font-size: 24px;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 48px;
}

.header__sale-wrapper {
  width: 100%;
  max-width: 360px;
  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;
}

.header__sale {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: #FAFF00;
  margin-bottom: 15px;
  text-align: center;
}

.header__price {
  margin-bottom: 25px;
}

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

.old__price {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  margin-right: 38px;
}
.old__price:before {
  content: "";
  width: 115%;
  height: 2px;
  background: #DC0000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-3deg);
     -moz-transform: translate(-50%, -50%) rotate(-3deg);
      -ms-transform: translate(-50%, -50%) rotate(-3deg);
       -o-transform: translate(-50%, -50%) rotate(-3deg);
          transform: translate(-50%, -50%) rotate(-3deg);
}

.new__price {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #163058;
}

.header__order {
  width: 100%;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#00AAFF), to(#8F8BD7));
  background: -webkit-linear-gradient(left, #00AAFF 0%, #8F8BD7 100%);
  background: -moz-linear-gradient(left, #00AAFF 0%, #8F8BD7 100%);
  background: linear-gradient(90deg, #00AAFF 0%, #8F8BD7 100%);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  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;
  position: relative;
  overflow: hidden;
}
.header__order span {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.header__order:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#00C2FF), to(#746EED));
  background: -webkit-linear-gradient(left, #00C2FF 0%, #746EED 100%);
  background: -moz-linear-gradient(left, #00C2FF 0%, #746EED 100%);
  background: linear-gradient(90deg, #00C2FF 0%, #746EED 100%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__order:hover:before {
  opacity: 1;
}

.header__decor {
  width: 635px;
  height: 635px;
  position: absolute;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 20px rgba(255, 94, 0, 0.5);
  top: auto;
  bottom: -60px;
  right: -527px;
  z-index: -1;
}
.header__decor img {
  width: auto !important;
}
.header__decor:before {
  content: "";
  width: 80%;
  height: 80%;
  border-radius: 100%;
  position: absolute;
  top: 10%;
  left: 10%;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 20px rgba(255, 94, 0, 0.5);
  -webkit-animation: scale 6s infinite;
     -moz-animation: scale 6s infinite;
          animation: scale 6s infinite;
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
          animation-delay: 0.5s;
  z-index: auto;
}
.header__decor:after {
  content: "";
  width: 60%;
  height: 60%;
  border-radius: 100%;
  position: absolute;
  top: 20%;
  left: 20%;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 20px rgba(255, 94, 0, 0.5);
  -webkit-animation: scale 6s infinite;
     -moz-animation: scale 6s infinite;
          animation: scale 6s infinite;
  z-index: auto;
}

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

@-moz-keyframes scale {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.header__man {
  position: absolute;
  bottom: -80px;
  left: 44%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

.header__boot {
  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%);
  z-index: 3;
}

.header__slider-btns {
  width: 1326px;
  height: auto;
  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%);
  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;
}

.header__slider-btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px auto;
  background-color: transparent;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__slider-btn:hover {
  opacity: 1;
}

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

.header__woman {
  position: absolute;
  left: 47%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -80px;
  z-index: 4;
}

.header__boot-2 {
  z-index: 3;
  top: 45%;
  left: 45%;
}

.header__boot-3 {
  z-index: 4;
  top: 55%;
  left: 53%;
}

.info__section {
  width: 100%;
  height: auto;
  background: linear-gradient(139.81deg, #eee3ba 0%, #FF71B1 100%);
}
.info__section .container {
  width: 1366px;
  height: auto;
}

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

.info__row {
  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;
  position: relative;
  top: -100px;
  margin-bottom: 50px;
}
.info__row:last-child {
  margin-bottom: 0;
}

.info__row-wrapper {
  width: 422px;
  height: auto;
}

.info__row-img {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}
.info__row-img img {
  width: 100%;
  height: auto;
}

.info__logo {
  width: 208px;
  height: auto;
  margin-bottom: 25px;
  margin-top: 100px;
}

.info__title {
  width: 100%;
  max-width: 309px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #8e492c;
  margin-bottom: 12px;
}

.info__text {
  width: 100%;
  max-width: 309px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #8e492c;
}

.info__list {
  width: 100%;
  max-width: 402px;
  margin-left: auto;
}

.info__list-item {
  width: 100%;
  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: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 51px;
}
.info__list-item:last-child {
  margin-bottom: 0;
}

.info__list-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 90px;
  height: auto;
  margin-right: 30px;
}

.info__list-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #8e492c;
  margin-bottom: 16px;
}

.info__list-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #8e492c;
}

.info__row-wrapper .header__sale-wrapper {
  margin: auto;
}
.info__row-wrapper .header__order {
  background: linear-gradient(102.39deg, #FF3E53 0%, #FF3931 100%);
}
.info__row-wrapper .header__order:before {
  background: -webkit-linear-gradient(347.61deg, #FF9900 0%, #FF0000 100%);
  background: -moz-linear-gradient(347.61deg, #FF9900 0%, #FF0000 100%);
  background: linear-gradient(102.39deg, #FF9900 0%, #FF0000 100%);
}

.info__sale-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 35px;
}

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

.video__section-wrapper {
  width: 100%;
  height: auto;
  padding: 93px 0 150px;
  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;
}

.video__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 83px;
}

.video__play {
  width: 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;
  margin-bottom: 50px;
}
.video__play:hover .video__play-btn {
  background-image: url(../img/play-hover.png);
  background-size: 102%;
  background-position: center;
}

.video__play-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 23px;
}

.video__play-btn {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 3px solid #fff;
  background-image: url(../img/play.png);
  background-repeat: no-repeat;
  background-position: 34px center;
  background-size: 34px auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.advantage__section {
  width: 100%;
  height: auto;
  background: linear-gradient(102.39deg, #FF364E 0%, #FD847D 100%);
}

.advantage__section-wrapper {
  width: 100%;
  height: auto;
  padding: 81px 0 100px;
  position: relative;
}

.advantage__section-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: right;
  margin-bottom: 64px;
}

.advantage__left {
  width: 600px;
  height: 360px;
  position: absolute;
  left: 50px;
  top: 95px;
}

.advantage__left-img {
  -webkit-transform: rotate(18deg);
     -moz-transform: rotate(18deg);
      -ms-transform: rotate(18deg);
       -o-transform: rotate(18deg);
          transform: rotate(18deg);
  width: 580px;
  height: auto;
}

.advantage__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  bottom: -70px;
  left: -50px;
}

.advantage {
  width: 40px;
  height: 40px;
  position: absolute;
}
.advantage:hover {
  z-index: 5;
}
.advantage:hover .advantage__btn {
  opacity: 0.5;
}
.advantage:hover .advantage__block {
  opacity: 1;
  visibility: visible;
}

.advantage__btn {
  width: 40px;
  height: 40px;
  background-image: url(../img/advantage-btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.advantage__block {
  width: 384px;
  height: auto;
  padding: 26px 30px 24px;
  background: #ddcdda;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.advantage__block-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #8e492c;
  margin-bottom: 16px;
}

.advantage__block-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #8e492c;
}

.advantage__right {
  width: 600px;
  height: 400px;
  position: absolute;
  top: 265px;
  right: 80px;
}
.advantage__right .advantage__left-img {
  width: 630px;
  -webkit-transform: scaleX(-1) rotate(15deg);
     -moz-transform: scaleX(-1) rotate(15deg);
      -ms-transform: scaleX(-1) rotate(15deg);
       -o-transform: scaleX(-1) rotate(15deg);
          transform: scaleX(-1) rotate(15deg);
}
.advantage__right .advantage__text {
  text-align: right;
  left: auto;
  right: -80px;
  bottom: 0;
}

.advantage__1 {
  top: 105px;
  left: 80px;
}

.advantage__2 {
  top: 300px;
  left: 430px;
}

.advantage__3 {
  top: 240px;
  left: 220px;
}
.advantage__3 .advantage__block {
  left: auto;
  right: 0;
}

.advantage__4 {
  top: 130px;
  left: 350px;
}
.advantage__4 .advantage__block {
  left: auto;
  right: 0;
}

.card__section {
  width: 100%;
  height: auto;
  background: linear-gradient(139.81deg, #eee3ba 0%, #FF71B1 100%);
}

.card__section-wrapper {
  width: 100%;
  height: auto;
  padding: 100px 0 98px;
  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: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.card {
  margin-bottom: 130px;
  width: auto;
  position: relative;
}

.card__block {
  width: 656px;
  height: auto;
  background: linear-gradient(180deg, #FFF 0%, #DECFDA 100%);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  padding: 44px 50px 0;
  position: relative;
}

.card__header {
  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;
  margin-bottom: 18px;
}

.card__title {
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8e492c;
  margin-right: 20px;
}

.card__raiting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.card__raiting img {
  width: 18px;
  height: auto;
  margin-right: 2px;
}

.card__price {
  margin-bottom: 23px;
}
.card__price .old__price {
  color: #333333;
}
.card__price .new__price {
  color: #FF4228;
}

.card__wrapper {
  width: 100%;
  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;
  padding-bottom: 10px;
}

.card__photos {
  width: 178px;
  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: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 30px;
}

.card__photo-wrapper {
  width: 84px;
  height: 56px;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid rgba(32, 70, 126, 0.5);
  border-radius: 10px;
  overflow: hidden;
}
.card__photo-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card__photo-wrapper:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
     -moz-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
       -o-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.card__info-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #222222;
  padding-bottom: 10px;
}

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

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

.card__input {
  width: 100%;
  height: 60px;
  border: 1px solid #20467E;
  border-radius: 30px;
  background-color: transparent;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #222222;
  padding: 0 20px;
}
.card__input:focus {
  background: rgba(255, 255, 255, 0.2);
}

.card__select {
  background-image: url(../img/triangle.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.card__select option {
  background-color: #A7BCF5;
}

.card__submit {
  margin-top: -20px;
  position: relative;
  bottom: -30px;
  cursor: pointer;
  background: linear-gradient(102.39deg, #FF3E53 0%, #FF3931 100%);
  display: inline-block;
  text-align: center;
}
.card__submit:before {
  background: -webkit-linear-gradient(347.61deg, #FF9900 0%, #FF0000 100%);
  background: -moz-linear-gradient(347.61deg, #FF9900 0%, #FF0000 100%);
  background: linear-gradient(102.39deg, #FF9900 0%, #FF0000 100%);
}

.card__left {
  width: 434px;
  height: 481px;
  position: absolute;
  left: -434px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(215, 225, 255, 0.5)), to(rgba(167, 188, 245, 0.5)));
  background: -webkit-linear-gradient(top, rgba(215, 225, 255, 0.5) 0%, rgba(167, 188, 245, 0.5) 100%);
  background: -moz-linear-gradient(top, rgba(215, 225, 255, 0.5) 0%, rgba(167, 188, 245, 0.5) 100%);
  background: linear-gradient(180deg, rgba(215, 225, 255, 0.5) 0%, rgba(167, 188, 245, 0.5) 100%);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 50px 0px 0px 50px;
  padding: 30px 20px 0 30px;
  z-index: 1;
}

.card__left-header {
  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;
}
.card__left-header img {
  width: auto;
  height: 40px;
}

.card__left-discount {
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  color: #FF3E53;
}

.card__boot {
  margin-left: -120px;
  margin-top: -10px;
  position: relative;
  z-index: 5;
}

.card__input-block {
  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: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.card__input-block .card__select {
  width: 100%;
}

.card__color {
  width: -webkit-calc(50% - 5px);
  width: -moz-calc(50% - 5px);
  width: calc(50% - 5px);
  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: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #20467E;
  border-radius: 30px;
  padding: 10px;
}

.card__color-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #222222;
}

.card__color-btn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #20467E;
  cursor: pointer;
}
.card__color-btn.active {
  background-image: url(../img/ok.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
}

.white {
  background-color: #fff;
}

.pink {
  background-color: #FFADC8;
}

.card__2 {
  margin-bottom: 193px;
}

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

.review__block {
  width: 595px;
  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;
  margin-left: -20px;
  position: relative;
  z-index: 5;
}

.review__block-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 88px;
}

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

.review__slide {
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, rgba(215, 225, 255, 0.5) 0%, rgba(167, 188, 245, 0.5) 100%);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 39px 30px 44px;
}

.review__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #222222;
  margin-bottom: 5px;
}

.review__footer {
  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: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #163C74;
}

.review__raiting {
  width: auto;
  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;
}
.review__raiting img {
  width: 18px;
  height: 18px;
  margin-left: 2px;
}

.review__slider .owl-stage-outer {
  padding: 0 0 30px;
}

.add__review {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  background-color: transparent;
  cursor: pointer;
}
.add__review:hover {
  text-decoration: underline;
}

.owl-nav {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: auto;
  margin: 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;
}
.owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff !important;
  background-image: url(../img/arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 9px 16px !important;
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.owl-nav button span {
  display: none;
}
.owl-nav button:hover {
  opacity: 1;
}
.owl-nav .owl-next {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.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;
  margin-top: -30px;
  margin-bottom: 15px;
}
.owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 10px;
  background: #FFFFFF !important;
  -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: #163C74 !important;
}

.review__img-1 {
  position: absolute;
  width: 648px;
  height: auto;
  right: -598px;
  top: -43px;
}

.review__img-2 {
  position: absolute;
  width: 648px;
  height: auto;
  right: -678px;
  top: 373px;
}

.footer__section {
  width: 100%;
  height: auto;
  background: linear-gradient(102.39deg, #FF364E 0%, #FD847D 100%);
}

.footer__section-wrapper {
  width: 100%;
  height: auto;
}
.footer__section-wrapper .header__content {
  padding: 348px 0 148px;
}
.footer__section-wrapper .header__sale-wrapper {
  margin: auto;
}
.footer__section-wrapper .header__title {
  text-align: center;
}
.footer__section-wrapper .header__decor {
  top: auto;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  bottom: 178px;
  right: -420px;
}
.footer__section-wrapper .header__decor .footer__boot-1 {
  position: absolute;
  top: 2%;
  left: 28%;
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
     -moz-transform: translate(-50%, -50%) rotate(20deg);
      -ms-transform: translate(-50%, -50%) rotate(20deg);
       -o-transform: translate(-50%, -50%) rotate(20deg);
          transform: translate(-50%, -50%) rotate(20deg);
  z-index: 1;
  width: 90% !important;
}
.footer__section-wrapper .header__decor .footer__boot-2 {
  position: absolute;
  top: 24%;
  left: 86%;
  -webkit-transform: translate(-50%, -50%) rotate(-10deg);
     -moz-transform: translate(-50%, -50%) rotate(-10deg);
      -ms-transform: translate(-50%, -50%) rotate(-10deg);
       -o-transform: translate(-50%, -50%) rotate(-10deg);
          transform: translate(-50%, -50%) rotate(-10deg);
  z-index: 1;
  width: 90% !important;
}
.footer__section-wrapper .header__decor .footer__boot-3 {
  position: absolute;
  top: 72%;
  left: 87%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
     -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
       -o-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
  width: 93% !important;
}

.footer__logo {
  width: 390px;
  height: auto;
  margin: auto;
  margin-bottom: 73px;

}

.footer__line {
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.2);
}

.footer__line-wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #E6E6E6;
}
.footer__line-wrapper a:hover {
  text-decoration: underline;
}

.footer__line-text {
  width: auto;
}

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

.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: 750px;
  height: 348px;
  padding: 50px;
  background: #fff;
  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;
}

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

.modal__autor {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  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;
}

.name__input {
  background: rgba(255, 255, 255, 0.5);
  width: 250px;
  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;
  margin-right: 50px;
  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: 138px;
  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;
}

.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: 174px;
  height: 50px;
  -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;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #222222;
  position: relative;
  z-index: 10000;
}

.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: 130%;
  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: 250px;
  height: 50px;
  background: #5B67C8;
  border-radius: 4px;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  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;
}

.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: 880px) {
  .modal__review-wrapper {
    width: 668px;
    height: 398px;
  }

  .modal__area {
    margin-bottom: 75px;
  }

  .modal__autor {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .modal__star-raiting {
    position: absolute;
    left: 50px;
    width: 200px;
    bottom: 115px;
  }
}
@media (max-width: 700px) {
  .modal__review-wrapper {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    max-width: 400px;
    height: auto;
    padding: 50px 30px 40px;
  }

  .modal__review form {
    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: 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;
  }

  .file {
    margin-bottom: 30px;
  }

  .send {
    margin-top: 20px;
  }

  .modal__area {
    margin-bottom: 75px;
  }

  .modal__autor {
    height: auto;
    -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: 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: 0;
  }

  .name__input {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-bottom: 20px;
  }

  .modal__area {
    height: 168px;
    margin: 0;
  }

  .modal__star-raiting {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    left: auto;
    width: 100%;
    height: 50px;
    bottom: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .modal__send {
    margin: auto;
  }

  .file {
    width: 150px;
  }
  .file span {
    font-size: 18px;
  }

  .send__massage {
    width: 80%;
  }

  .modal__area {
    min-height: 98px;
    max-height: 118px;
  }
}
.modal {
  width: 540px;
  height: auto;
  border-radius: 20px;
  background: #FEF3F1;
}

.info__modal-wrapper {
  width: 100%;
  margin: 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;
  padding: 30px 0;
}

.video {
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
.video img {
  width: 100%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.video:before {
  content: "";
  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: 60px;
  height: 60px;
  background-image: url(../img/play.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.info__modal-text {
  color: #000;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 20px;
}

.info__modal-list {
  margin-bottom: 20px;
}

.modal__list-item {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

.modal__list-item:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: rgb(7, 154, 156);
}

.info__modal-btn {
  width: 160px;
  height: 40px;
  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-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6;
  margin: auto;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#0D61F2), to(#2F7BFE));
  background: -webkit-linear-gradient(top, #0D61F2, #2F7BFE);
  background: -moz-linear-gradient(top, #0D61F2, #2F7BFE);
  background: linear-gradient(180deg, #0D61F2, #2F7BFE);
  cursor: pointer;
}

.modal__info-hidden {
  display: none;
}

.video {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.info__modal-text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.info__modal-list {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.info__modal-btn {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order__modal {
  width: 540px;
  height: auto;
  border-radius: 20px;
  background-color: #fff;
}

.order__modal-wrapper {
  width: 100%;
  margin: 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;
  background-color: rgb(7, 154, 156);
  border-radius: 25px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order__modal-title {
  color: #fff;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.6;
}

.order__modal-text {
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.order__modal-price {
  color: rgb(255, 246, 1);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

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

.order__input-wrapper {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-bottom: 10px;
}

.order__input {
  width: 100%;
  padding: 0 5px;
  height: 32px;
  border: 1px solid rgb(238, 238, 238);
  resize: none;
  margin: 0;
  vertical-align: top;
}

.order__form-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.order__input-wrapper label {
  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;
  padding: 5px;
}

.order__checkbox {
  width: 13px;
  height: 13px;
  border-radius: 3px;
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  margin-right: 5px;
}

.order__form .header__order-btn {
  width: 163px;
  height: 50px;
  margin: auto;
}
.order__form .header__order-btn span {
  font-size: 24px;
}

.privacy-policy__headline {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}

.privacy-policy__text {
  font-size: 18px;
  margin-bottom: 10px;
}

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

  .header__content {
    width: 470px;
  }

  .header__title {
    font-size: 62px;
  }

  .header__text {
    font-size: 21px;
  }

  .header__decor {
    width: 580px;
    height: 580px;
    bottom: -20px;
  }
  .header__decor .header__boot {
    width: 123% !important;
  }
  .header__decor .header__boot-2, .header__decor .header__boot-3 {
    width: 115% !important;
  }

  .header__man {
    bottom: -110px;
  }

  .header__woman {
    bottom: -110px;
  }

  .header__slider-btns {
    width: -webkit-calc(100% + 140px);
    width: -moz-calc(100% + 140px);
    width: calc(100% + 140px);
  }

  .info__section .container {
    width: 1180px;
    height: auto;
  }

  .info__row-wrapper {
    width: 365px;
    height: auto;
  }

  .info__list-icon {
    width: 70px;
    margin-right: 20px;
  }

  .info__list-title {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .info__list-item {
    margin-bottom: 42px;
  }

  .advantage__logo {
    width: 100%;
  }

  .advantage__left-img {
    -webkit-transform: rotate(18deg);
       -moz-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
         -o-transform: rotate(18deg);
            transform: rotate(18deg);
    width: 480px;
    height: auto;
  }

  .advantage__2 {
    top: 235px;
    left: 335px;
  }

  .advantage__text {
    font-size: 54px;
    bottom: -15px;
    left: -50px;
  }

  .advantage__right .advantage__left-img {
    width: 566px;
  }

  .advantage__right {
    right: 25px;
  }

  .advantage__right .advantage__text {
    right: -30px;
    bottom: 0px;
  }

  .advantage__3 {
    top: 210px;
    left: 200px;
  }

  .advantage__4 {
    top: 100px;
    left: 350px;
  }

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

  .advantage__block {
    width: 340px;
  }

  .card__block {
    width: 575px;
    padding: 44px 40px 0;
  }

  .card__left {
    width: 423px;
    left: -423px;
  }

  .card__boot {
    width: 162%;
  }

  .card__title {
    font-size: 40px;
  }

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

  .review__img-1, .review__img-2 {
    width: 560px;
  }

  .review__img-1 {
    top: 0;
    right: -500px;
  }

  .review__img-2 {
    right: -600px;
    top: 350px;
  }

  .card__2 {
    margin-bottom: 150px;
  }

  .footer__logo {
    width: 340px;
    height: auto;
    margin-bottom: 60px;
  }

  .footer__section-wrapper .header__content {
    padding: 290px 0 140px;
  }
}
@media (max-width: 1180px) {
  .container {
    width: 900px;
  }

  .header__content {
    width: 400px;
  }

  .header__logo {
    width: auto !important;
    height: 40px;
  }

  .header__btn {
    font-size: 40px;
  }

  .header__title {
    font-size: 54px;
  }

  .header__text {
    font-size: 18px;
  }

  .header__sale {
    font-size: 54px;
  }

  .header__decor {
    width: 540px;
    height: 540px;
    right: -480px;
  }
  .header__decor .header__man {
    width: 70% !important;
  }
  .header__decor .header__woman {
    width: 76% !important;
  }

  .header__decor .header__boot {
    width: 117% !important;
  }

  .header__slider-btns {
    top: 70%;
    width: -webkit-calc(100% + 80px);
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px);
  }

  .info__section .container {
    width: 1000px;
    height: auto;
  }

  .info__row-wrapper {
    width: 310px;
    height: auto;
  }

  .info__logo {
    width: 175px;
    margin-bottom: 25px;
    margin-top: 100px;
  }

  .info__title {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .info__list-item {
    margin-bottom: 32px;
  }

  .info__list-icon {
    width: 60px;
    margin-right: 20px;
  }

  .info__list-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .info__list-text {
    font-size: 17px;
  }

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

  .advantage__text {
    font-size: 48px;
    bottom: 15px;
    left: -50px;
  }

  .advantage__right .advantage__text {
    right: -25px;
    bottom: 15px;
  }

  .card__block {
    width: 530px;
    padding: 40px 30px 0;
  }

  .card__left {
    width: 369px;
    left: -369px;
    height: 435px;
  }

  .card__boot {
    margin-left: -95px;
    margin-top: 0px;
  }

  .card__title {
    font-size: 38px;
  }

  .card__photos {
    margin-right: 15px;
  }

  .card__info-text {
    font-size: 17px;
  }

  .card__photos {
    width: 160px;
  }

  .card__photo-wrapper {
    width: 75px;
    height: 50px;
  }

  .review__block {
    width: 540px;
  }

  .review__img-1, .review__img-2 {
    width: 460px;
  }

  .review__img-1 {
    top: 40px;
    right: -420px;
  }

  .review__img-2 {
    right: -485px;
    top: 350px;
  }

  .card__section-wrapper {
    padding: 100px 0 40px;
  }

  .review__block-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 1000px) {
  .container {
    width: 700px !important;
  }

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

  .header__decor {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

  .header__title {
    font-size: 52px;
    text-align: center;
    margin-bottom: 10px;
  }

  .header__text {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
  }

  .header__btn-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .header__logo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .header__btn-2 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .header__decor {
    width: 700px;
    height: 700px;
    margin-bottom: -80px;
    margin-top: -80px;
  }
  .header__decor .header__man {
    bottom: auto;
    top: 46%;
    left: 14%;
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
       -moz-transform: translate(-50%, -50%) scaleX(-1);
        -ms-transform: translate(-50%, -50%) scaleX(-1);
         -o-transform: translate(-50%, -50%) scaleX(-1);
            transform: translate(-50%, -50%) scaleX(-1);
    width: 37% !important;
  }
  .header__decor .header__woman {
    left: 26%;
    top: 43%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: auto;
    z-index: 1;
    width: 40% !important;
  }
  .header__decor .header__boot-2 {
    width: 108% !important;
    top: 47%;
  }
  .header__decor .header__boot-3 {
    width: 100% !important;
  }

  .header__top {
    max-width: 467px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 45px;
  }

  .header__btn {
    font-size: 32px;
  }

  .header__slider-btns {
    top: auto;
    bottom: 24%;
    width: 100%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
  }

  .info__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .info__row-img {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }

  .info__row-text {
    width: 100%;
    padding: 47px 0 44px;
    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;
  }

  .info__logo {
    width: 175px;
    margin-bottom: 25px;
    margin-top: 3px;
  }

  .info__title {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 48px;
  }

  .info__text {
    max-width: 100%;
    font-size: 20px;
    text-align: center;
  }

  .info__row {
    margin-bottom: 0px;
  }

  .info__row-2 .info__row-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .info__row-2 .info__row-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .info__list {
    width: 100%;
    max-width: 100%;
  }

  .info__list-icon {
    width: 70px;
    margin-right: 20px;
  }

  .info__list-title {
    font-size: 30px;
    margin-bottom: 16px;
  }

  .info__list-text {
    font-size: 20px;
  }

  .info__list-item {
    margin-bottom: 41px;
  }

  .info__row {
    top: -50px;
  }

  .advantage__section-wrapper {
    padding: 39px 0 30px;
  }

  .advantage__section-title {
    font-size: 120px;
    text-align: center;
  }

  .advantage__left, .advantage__right {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../img/logo-big.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
  }

  .advantage__left {
    background-position: center 40%;
  }

  .advantage__right {
    background-position: center 12%;
  }

  .advantage__logo {
    display: none;
  }

  .advantage__left-img {
    position: relative;
    left: 52%;
    -webkit-transform: translateX(-50%) rotate(18deg);
       -moz-transform: translateX(-50%) rotate(18deg);
        -ms-transform: translateX(-50%) rotate(18deg);
         -o-transform: translateX(-50%) rotate(18deg);
            transform: translateX(-50%) rotate(18deg);
    width: 115%;
  }

  .advantage {
    position: static;
    width: 100%;
    height: auto;
  }

  .advantage__btn {
    display: none;
  }

  .advantage__block {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    opacity: 1;
    visibility: visible;
    position: static;
  }

  .advantage__text {
    position: static;
    margin-top: -100px;
    margin-bottom: 21px;
  }

  .advantage__right .advantage__left-img {
    width: 125%;
    position: relative;
    left: 45%;
    -webkit-transform: translateX(-50%) scaleX(-1) rotate(15deg);
       -moz-transform: translateX(-50%) scaleX(-1) rotate(15deg);
        -ms-transform: translateX(-50%) scaleX(-1) rotate(15deg);
         -o-transform: translateX(-50%) scaleX(-1) rotate(15deg);
            transform: translateX(-50%) scaleX(-1) rotate(15deg);
  }

  .card {
    width: 100%;
  }

  .card__block {
    width: 100%;
    padding: 50px 40px 50px;
    border-radius: 0px 0px 50px 50px;
    background: linear-gradient(180deg, #FFF 0%, #DECFDA 100%);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  }

  .card__left {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    border-radius: 50px 50px 0px 0px;
  }

  .card__boot {
    width: 110%;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .card__photos {
    width: 210px;
  }

  .card__photo-wrapper {
    width: 100px;
    height: 70px;
  }

  .card__info-text {
    font-size: 24px;
  }

  .card__submit {
    margin-top: 20px;
    bottom: 0px;
  }

  .card {
    margin-bottom: 50px;
  }

  .card__2 {
    margin-bottom: 75px;
  }

  .review__imgs-wrapper {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -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: 20px;
  }

  .review__img-1, .review__img-2 {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    height: auto;
    position: static;
  }

  .review__block {
    width: 100%;
    margin: 0;
  }

  .review__slider {
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    height: auto;
  }

  .footer__section {
    overflow: hidden;
  }

  .footer__section-wrapper .header__decor {
    top: auto;
    bottom: auto;
    right: auto;
  }

  .footer__section-wrapper .header__content {
    padding: 110px 0 90px;
  }

  .footer__section-wrapper .header__decor .footer__boot-1 {
    top: 22%;
    left: 28%;
    width: 70% !important;
  }

  .footer__section-wrapper .header__decor .footer__boot-2 {
    top: 33%;
    left: 75%;
    width: 70% !important;
  }

  .footer__section-wrapper .header__decor .footer__boot-3 {
    top: 72%;
    left: 76%;
    width: 70% !important;
  }

  .footer__logo {
    width: 340px;
    height: auto;
    margin-bottom: 80px;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    position: relative;
    margin-top: -260px;
  }

  .footer__line-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 700px) {
  .container {
    width: -webkit-calc(100% - 30px) !important;
    width: -moz-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
  }

  .header__decor {
    width: 635px;
    height: 635px;
    margin-bottom: -80px;
    margin-top: -80px;
  }
  .header__decor .header__boot {
    width: 105vw !important;
  }
  .header__decor .header__man {
    top: 46%;
    left: 15%;
    width: 37% !important;
  }
  .header__decor .header__boot-2 {
    width: 100vw !important;
  }
  .header__decor .header__boot-3 {
    width: 88vw !important;
  }

  .header__slide {
    overflow: hidden;
  }
}
@media (max-width: 540px) {
  .header__top {
    padding: 0 15px;
  }

  .header__btn {
    font-size: 5.5vw;
  }

  .header__title {
    font-size: 9vw;
  }

  .header__text {
    font-size: 5.5vw;
  }

  .header__decor {
    width: 153vw;
    height: 153vw;
    margin-bottom: -37vw;
    margin-top: -48vw;
  }
  .header__decor .header__boot {
    width: 110vw !important;
  }
  .header__decor .header__boot-2 {
    width: 116vw !important;
    left: 46%;
  }
  .header__decor .header__boot-3 {
    width: 96vw !important;
    top: 57%;
  }
  .header__decor .header__man {
    top: 46%;
    left: 32%;
    width: 29% !important;
  }
  .header__decor .header__woman {
    left: 39%;
    top: 66%;
    width: 60% !important;
  }

  .header__sale {
    font-size: 8vw;
  }

  .old__price {
    font-size: 5.5vw;
    margin-right: 9vw;
  }

  .new__price {
    font-size: 7vw;
  }

  .header__slider-btns {
    bottom: 27%;
  }

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

  .video__section {
    background-position: 64% center;
    padding: 2vw 0;
  }

  .video__section-wrapper {
    padding: 45px 0 50px;
  }

  .video__title {
    font-size: 9vw;
    margin-bottom: 35px;
  }

  .video__play-text {
    font-size: 5.5vw;
  }

  .video__logo {
    width: 68vw;
  }

  .info__row {
    top: 0px;
  }

  .info__section-wrapper {
    padding: 50px 0 6px;
  }

  .info__title {
    font-size: 8vw;
  }

  .info__logo {
    width: 42vw;
    margin-bottom: 5.5vw;
    margin-top: 3px;
  }

  .info__text {
    font-size: 4.8vw;
  }

  .info__list-icon {
    width: 17vw;
    margin-right: 20px;
  }

  .info__list-title {
    font-size: 7vw;
    margin-bottom: 4vw;
  }

  .info__list-text {
    font-size: 4.8vw;
  }

  .info__list-item {
    margin-bottom: 10vw;
  }

  .info__sale-title {
    font-size: 12vw;
    margin-bottom: 7vw;
  }

  .advantage__section-title {
    font-size: 10vw;
    margin-bottom: 16px;
  }

  .advantage__text {
    font-size: 9vw;
    margin-top: -17vw;
    margin-bottom: 21px;
  }

  .header__title{
    margin-top: 40px;
  }

  .advantage__block-title {
    font-size: 7vw;
    margin-bottom: 3vw;
  }

  .advantage__block-text {
    font-size: 4.8vw;
  }

  .advantage__block {
    padding: 5.5vw 6vw;
  }

  .advantage__left {
    background-position: center 23%;
  }

  .advantage__right {
    background-position: center 8%;
  }

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

  .card__left-header img {
    height: 9.8vw;
  }

  .card__left-discount {
    font-size: 10vw;
  }

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

  .card__title {
    width: 100%;
    margin: 0;
    margin-bottom: 13px;
    text-align: center;
    font-size: 9vw;
  }

  .card__block {
    padding: 25px 20px 50px;
    z-index: 5;
  }

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

  .card__photos {
    width: 100%;
    margin: 0;
    margin-bottom: 2px;
  }

  .card__photo-wrapper {
    width: 24.5vw;
    height: 16vw;
    margin-bottom: 4.5vw;
  }

  .card__info-text {
    font-size: 4.8vw;
  }

  .review__block-title {
    margin-bottom: 10vw;
    font-size: 11vw;
  }

  .review__slide {
    padding: 19px 20px 24px;
  }

  .review__text {
    font-size: 4.5vw;
  }

  .review__name {
    font-size: 4.5vw;
  }

  .footer__section-wrapper .header__decor .footer__boot-1 {
    top: 28%;
    left: 38%;
    width: 42% !important;
  }

  .footer__section-wrapper .header__decor .footer__boot-2 {
    top: 38%;
    left: 63%;
    width: 42% !important;
  }

  .footer__section-wrapper .header__decor .footer__boot-3 {
    top: 60%;
    left: 62%;
    width: 42% !important;
  }

  .footer__logo {
    width: 38vw;
    margin-left: 0;
    margin-bottom: 32vw;
    margin-top: -62vw;
  }

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

  .header__decor:before {
    -webkit-animation: none;
       -moz-animation: none;
            animation: none;
  }
  .header__decor:after {
    -webkit-animation: none;
       -moz-animation: none;
            animation: none;
  }
}
@media (max-width: 414px) {
  .card__input {
    height: 14vw;
    font-size: 4.5vw;
  }

  .card__color {
    height: 14vw;
    padding: 2vw;
  }

  .card__color-text {
    font-size: 4.5vw;
  }

  .card__color-btn {
    width: 9vw;
    height: 9vw;
  }

  .fancybox-content {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 480px) {
  .header__top{
    margin-bottom: 5px;
    justify-content: center;
  }
}

@media screen and (max-width: 390px) {
  .header__decor .header__woman {
    left: 39%;
    top: 71%;
    width: 60% !important;
  }
}