@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-SemiBold.woff") format("woff");
  font-weight: 600;
  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: "Montserrat";
  src: url("../fonts/Montserrat-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: #fff;
}

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

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

.header__top-wrapper {
  width: 100%;
  height: auto;
  padding: 40px 0 281px;
}

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

.header__logo-wrapper {
  width: auto;
  height: auto;
  position: relative;
}

.header__flag {
  position: absolute;
  top: -36px;
  left: -39px;
  width: 104px;
  height: auto;
}

.header__logo-img {
  width: 160px;
  height: auto;
  position: relative;
  z-index: 1;
}

.header__nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

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

.header__content {
  width: 100%;
  max-width: 768px;
  height: auto;
  position: relative;
}

.header__item {
  width: 100%;
  max-width: 370px;
  height: auto;
  padding: 10px 20px;
  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;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.header__item img {
  margin-right: 15px;
}

.date {
  font-weight: 700;
}

.header__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 56px;
    margin-bottom: 30px;
  line-height: 1.2;
  color: #000000;
}

.header__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 20px;
}

.header__price {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.header__price .new__price {
  font-size: 32px;
}

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

.header__price-text {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  color: #FFFFFF;
}

.red {
  color: #DC1C37;
  font-weight: 700;
}

.header__order {
  width: 100%;
  max-width: 450px;
  padding: 16px 43px;
  background: #DC1C37;
  border-radius: 5px;
  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;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #FFFFFF;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__order img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__order:hover {
  background: #c00d25;
}
.header__order:hover img {
  -webkit-animation: arrow 1s infinite;
     -moz-animation: arrow 1s infinite;
          animation: arrow 1s infinite;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-moz-keyframes arrow {
  0% {
    -moz-transform: translateX(0px);
         transform: translateX(0px);
  }
  50% {
    -moz-transform: translateX(-20px);
         transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0px);
         transform: translateX(0px);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
       -moz-transform: translateX(-20px);
         -o-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.header__decor {
  width: 100%;
  height: auto;
}

.header__discont {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background: -webkit-linear-gradient(288.71deg, rgba(0, 0, 0, 0.35) 22.74%, rgba(0, 0, 0, 0) 119.05%);
  background: -moz-linear-gradient(288.71deg, rgba(0, 0, 0, 0.35) 22.74%, rgba(0, 0, 0, 0) 119.05%);
  background: linear-gradient(161.29deg, rgba(0, 0, 0, 0.35) 22.74%, rgba(0, 0, 0, 0) 119.05%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 5px solid #940418;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 40px;
  right: -476px;
}

.discont__text {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.discont {
  font-weight: 700;
  font-size: 96px;
  line-height: 1.2;
  text-align: center;
  color: #DC1C37;
}

.header__boot {
  position: absolute;
}

.header__boot-1 {
  width: 412px;
  height: auto;
  top: -91px;
  right: -310px;
}

.header__boot-2 {
  width: 538px;
  height: auto;
  top: 270px;
  right: -625px;
}

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

.header__main-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 169px;
}

.header__tabs {
  width: 620px;
  height: auto;
  position: relative;
}

.header__tab {
  width: 100%;
  height: auto;
  margin-bottom: 47px;
}
.header__tab:last-child {
  margin-bottom: 0;
}

.header__tab-btn {
  width: 100%;
  height: 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: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  background: transparent;
  position: relative;
  cursor: pointer;
}
.header__tab-btn:before {
  content: "";
  position: absolute;
  width: 170px;
  height: 2px;
  background: rgba(220, 28, 55, 0.4);
  bottom: -10px;
  left: 0;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  transition: 0.6s ease;
}
.header__tab-btn.active {
  color: #FFFFFF;
}
.header__tab-btn.active:before {
  background: #DC1C37;
  width: 80%;
}
.header__tab-btn:hover:before {
  width: 80%;
}

.header__tab-number {
  font-size: 40px;
}

.header__tab-card {
  width: 600px;
  height: 520px;
  padding: 45px 40px 35px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: -620px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  transition: 0.6s ease;
  opacity: 0;
  visibility: hidden;
  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;
}
.header__tab-card.active {
  opacity: 1;
  visibility: visible;
}

.header__tab-img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.header__tab-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.44;
  text-align: center;
  color: #FFFFFF;
}

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

.header__galary-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 62px;
  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__galary-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 35px;
}

.header__galary-red {
  color: #DC1C37;
}

.header__galary-items {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  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__galary-item {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
  color: #FFFFFF;
  width: 48%;
  max-width: 560px;
}

.bold {
  font-weight: 700;
}

.header__galary-block {
  width: 920px;
  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: 40px;
}

.header__galary-column {
  width: 450px;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__galary-column img {
  width: 100%;
  height: auto;
}

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

.galary__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: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0 66px;
}

.galary__section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #DC1C37;
  margin-bottom: 10px;
}

.galary__section-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}

.galary__section-text {
  width: 100%;
  max-width: 690px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

.galary__block {
  width: 100%;
  max-width: 850px;
  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;
}

.galary__column {
  width: 49%;
  max-width: 410px;
  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;
}

.galary__column-slider {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  position: relative;
}

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

.galary__slide {
  width: 100%;
  height: auto;
  overflow: hidden;
  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;
}
.galary__slide img {
  width: 100%;
  height: auto;
  pointer-events: auto;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  transition: 0.6s ease;
}
.galary__slide:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: auto;
  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;
}
.owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff !important;
  margin-right: 5px;
  -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-color: #DC1C37 !important;
}

.galary__info-block {
  width: 220px;
  height: auto;
  position: absolute;
  top: 100px;
  left: -195px;
  z-index: 5;
  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;
}

.galary__info-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
  position: relative;
}
.galary__info-title:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -15px;
  background-color: #DC1C37;
}
.galary__info-title:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #DC1C37;
  position: absolute;
  bottom: -19px;
  left: -10px;
}

.galary__info-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  width: 175px;
}

.galary__column-2 .galary__info-block {
  top: 268px;
}

.galary__column-3 .galary__info-block {
  top: 150px;
  left: auto;
  right: -195px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.galary__column-3 .galary__info-title {
  text-align: right;
}
.galary__column-3 .galary__info-title:after {
  left: auto;
  right: -10px;
}
.galary__column-3 .galary__info-text {
  text-align: right;
}

.galary__column-4 .galary__info-block {
  top: 10px;
  left: auto;
  right: -195px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.galary__column-4 .galary__info-title {
  text-align: right;
}
.galary__column-4 .galary__info-title:after {
  left: auto;
  right: -10px;
}
.galary__column-4 .galary__info-text {
  text-align: right;
}

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

.galary__slide a {
  /* display: block; */
  width: 100%;
  height: auto;
}

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

.galary__mobile {
  display: none;
}

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

.card__section-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 160px;
}

.card__section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 25px;
}

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

.card__item {
  width: 100%;
  max-width: 370px;
  height: auto;
  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: 400;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  padding: 10px 20px;
}
.card__item img {
  margin-right: 10px;
}
.card__item .red {
  font-weight: 700;
}
.card__item .date {
  color: #DC1C37;
  font-weight: 700;
}

.card__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: 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;
  margin-bottom: 172px;
}

.card {
  width: 610px;
  height: auto;
  background: rgba(0, 0, 0, 0.35);
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  border-radius: 5px;
  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;
  margin-bottom: 50px;
  position: relative;
  padding: 25px 17px 18px;
}

.card__raiting {
  position: absolute;
  top: 63px;
  left: 49px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background: #DC1C37;
  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;
}
.card__raiting span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
}

.card__star {
  margin-bottom: 10px;
}

.card__boot {
  position: absolute;
  top: 10px;
  left: -30px;
}

.card__5 .card__boot {
  top: 70px;
  left: 0px;
  width: 360px;
}

.card__info-block {
  width: 230px;
  height: auto;
}

.card__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 40px;
  position: relative;
}
.card__title:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -15px;
  background-color: #DC1C37;
}
.card__title:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #DC1C37;
  position: absolute;
  bottom: -19px;
  left: -10px;
}

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

.card__info-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #FFFFFF;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.card__info-text-right {
  text-align: right;
}

.card__info-divider {
  width: 100%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  border-bottom: 1px dotted #fff;
  margin-bottom: 4px;
}

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

.card__color {
  margin-left: 11px;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 2px solid transparent;
}
.card__color.red {
  background-color: #79273E;
}
.card__color.blue {
  background-color: #044073;
}
.card__color.white {
  background-color: #fff;
}
.card__color.active {
  border: 2px solid #fff;
}
.card__color.white.active {
  border: 2px solid #000;
}

.black {
  background-color: #000;
}

.card__price {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
.card__price .card__info-divider {
  display: none;
}

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

.card__price-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-right: 12px;
}

.old__price {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: line-through;
  color: #FFFFFF;
  margin-left: 2px;
}

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

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

.card__photo {
  width: 24%;
  height: 90px;
  -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-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 img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  transition: 0.6s ease;
}
.card__photo:hover {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
}
.card__photo:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.card__form {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.card__input-wrapper {
  width: -webkit-calc(50% - 5px);
  width: -moz-calc(50% - 5px);
  width: calc(50% - 5px);
  margin-bottom: 10px;
}

.card__input {
  width: 100%;
  height: 50px;
  padding: 0 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  background-color: #FFFFFF;
  border: 2px solid #fff;
}

.card__select {
  background: url(../img/tringle.png);
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-color: #fff;
  cursor: pointer;
}

.card__submit {
  width: -webkit-calc(50% - 5px);
  width: -moz-calc(50% - 5px);
  width: calc(50% - 5px);
  height: 50px;
  background: #DC1C37;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card__submit:hover {
  background: #c00d25;
}

.card__2 .card__raiting {
  top: 63px;
  left: 200px;
}
.card__2 .card__boot {
  top: 20px;
  left: 19px;
}

.card__3 .card__boot {
  top: 60px;
  left: -10px;
}

.card__4 .card__boot {
  top: 25px;
  left: 163px;
}

.gender {
  cursor: pointer;
}
.gender.active {
  font-weight: 700;
  text-decoration: underline;
}

.card__sprey {
  width: 100%;
  max-width: 925px;
  height: auto;
  padding: 20px;
  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;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  border-radius: 5px;
  position: relative;
}

.card__sprey-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 15px;
  text-align: center;
}

.card__sprey-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.card__sprey-price {
  width: 100%;
  height: auto;
}
.card__sprey-price .price {
  width: 100%;
  height: auto;
  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: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.card__sprey-price .old__price {
  font-size: 18px;
  margin-right: 44px;
}
.card__sprey-price .new__price {
  font-size: 48px;
}

.card__sprey-price-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #FFFFFF;
}

.card__sprey-img {
  position: absolute;
  top: 25%;
  right: -277px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

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

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

.review__section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-align: center;
}

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

.review {
  width: 380px;
  height: auto;
  padding: 20px 30px 18px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.review__quote {
  width: 47px !important;
  height: auto;
  margin-bottom: 15px;
}

.review__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.44;
  color: #FFFFFF;
  margin-bottom: 32px;
}

.review__footer {
  width: 100%;
  height: 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__photo {
  width: auto !important;
  height: 50px;
  margin-right: 20px;
  border-radius: 100%;
}

.review__name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.review__nav {
  width: 100%;
  max-width: 530px;
  height: auto;
  margin: auto;
  margin-top: 40px;
  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__nav-btn {
  width: 40px;
  height: 34px;
  background-image: url(../img/rev.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 40px 17px;
  background-color: transparent;
  cursor: pointer;
}
.review__nav-btn:hover {
  background-image: url(../img/rev-hover.png);
}

.nav__numbers {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
}

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

.add__review {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FFFFFF;
  background-color: transparent;
  cursor: pointer;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

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

.delivery__section-wrapper {
  width: 100%;
  height: auto;
  padding: 100px 0 55px;
}

.delivery__block {
  width: 100%;
  max-width: 620px;
  position: relative;
}

.delivery__section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.delivery__section-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 50px;
  position: relative;
}
.delivery__section-text:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -19px;
  left: 0;
  background: #DC1C37;
}

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

.delivery__stage {
  width: 300px;
  height: 170px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  border-radius: 5px;
  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: 37px 25px;
  margin-bottom: 20px;
}

.delivery__stage-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 21px;
  position: relative;
}
.delivery__stage-title:before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #DC1C37;
}

.delivery__stage-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.44;
  text-align: center;
  color: #FFFFFF;
}

.delivery__boot {
  position: absolute;
  top: 50%;
  width: 664px;
  height: auto;
  right: -730px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.footer__block-wrapper {
  width: 100%;
  height: auto;
  padding: 55px 0 172px;
}

.footer__content {
  width: 768px;
  height: auto;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.footer__content .header__item {
  margin-bottom: 75px;
}
.footer__content .header__price {
  margin-bottom: 20px;
}
.footer__content .price {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__content .new__price {
  font-size: 32px;
}
.footer__content .header__discont {
  right: -255px;
  bottom: 230px;
  top: auto;
}

.footer__content .header__order {
  padding: 16px 78px;
}

.footer__logo-wrapper {
  width: auto;
  position: relative;
  margin-bottom: 55px;
}

.footer__flag {
  position: absolute;
  top: -36px;
  left: -20px;
}

.footer__logo {
  width: 160px;
  height: auto;
  position: relative;
  z-index: 1;
}

.footer__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
}

.footer__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}

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

.footer__boot {
  position: absolute;
}

.footer__boot-1 {
  width: 532px;
  height: auto;
  bottom: -100px;
  left: -386px;
}

.footer__boot-2 {
  width: 537px;
  height: auto;
  bottom: -176px;
  right: -260px;
}

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

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

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

  .header__content {
    max-width: 640px;
  }

  .header__boot-1 {
    width: 320px;
    top: -60px;
    right: -210px;
  }

  .header__boot-2 {
    width: 460px;
    top: 220px;
    right: -460px;
  }

  .header__discont {
    width: 240px;
    height: 240px;
    right: -355px;
  }

  .discont {
    font-size: 72px;
  }

  .header__tab-btn {
    font-size: 36px;
  }

  .header__tabs {
    width: 520px;
  }

  .header__tab-card {
    width: 520px;
    height: 490px;
    padding: 25px 30px 30px;
    top: 50%;
    right: -540px;
  }

  .header__galary-title {
    font-size: 40px;
  }

  .galary__block {
    max-width: 680px;
  }

  .galary__column {
    width: 48%;
  }

  .galary__info-block {
    width: 200px;
    top: 100px;
    left: -170px;
  }

  .galary__info-title {
    font-size: 17px;
  }

  .galary__info-text {
    font-size: 14px;
    width: 155px;
  }

  .galary__column-3 .galary__info-block {
    right: -170px;
  }

  .galary__column-4 .galary__info-block {
    right: -170px;
  }

  .card__item {
    width: 100%;
    max-width: 315px;
    font-size: 16px;
  }

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

  .card__sprey {
    width: 100%;
    max-width: 780px;
  }

  .review {
    width: auto;
    padding: 20px 20px 18px;
  }

  .delivery__boot {
    width: 520px;
    right: -550px;
  }

  .footer__content {
    width: 650px;
  }

  .footer__boot-1 {
    width: 450px;
    bottom: -100px;
    left: -360px;
  }

  .footer__boot-2 {
    width: 480px;
    bottom: -176px;
    right: -260px;
  }
}
@media (max-width: 1080px) {
  .container {
    width: 700px;
  }

  .header__nav-links {
    display: none;
  }

  .header__nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
  }

  .header__content {
    width: 100%;
    max-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__title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    /*font-size: 72px;*/
  }

  .header__text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    font-size: 40px;
  }

  .header__decor {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: 570px;
    position: relative;
  }

  .header__price {
    width: 100%;
    height: auto;
    text-align: center;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 25px;
  }
  .header__price .price {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header__order {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .header__item {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .header__boot-1 {
    width: 350px;
    top: -14px;
    right: 45%;
  }

  .header__boot-2 {
    width: 470px;
    top: 210px;
    right: 2%;
  }

  .header__discont {
    width: 240px !important;
    height: 240px !important;
    right: 26% !important;
  }

  .header__top-wrapper {
    padding: 40px 0 86px;
  }

  .header__tabs {
    width: 100%;
  }

  .header__tab {
    margin-bottom: 25px;
  }

  .header__tab-btn {
    font-size: 46px;
  }

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

  .header__tab-card {
    width: 100%;
    height: 0px;
    top: auto;
    right: auto;
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    margin: 0;
    padding: 0;
  }
  .header__tab-card.active {
    height: auto;
    margin-top: 32px;
    padding: 15px 10px;
  }

  .header__tab-btn:hover:before {
    width: 100%;
  }

  .header__tab-img {
    margin-bottom: 10px;
  }

  .header__main-wrapper {
    padding-bottom: 73px;
  }

  .header__galary-title {
    font-size: 42px;
    margin-bottom: 20px;
  }

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

  .header__galary-item {
    font-size: 20px;
    line-height: 1.75;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .header__galary-block {
    width: 100%;
  }

  .header__galary-column {
    width: 49%;
  }

  .galary__section-title {
    font-size: 58px;
  }

  .galary__section-subtitle {
    font-size: 42px;
  }

  .galary__info-block {
    display: none;
  }

  .card__wrapper {
    margin-bottom: 50px;
  }

  .card__section-title {
    font-size: 42px;
  }

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

  .card__item {
    width: 100%;
    max-width: 370px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .card__item:last-child {
    margin-bottom: 0;
  }

  .card__sprey {
    width: 100%;
    max-width: 610px;
    margin: auto;
    padding-bottom: 260px;
  }

  .card__sprey-img {
    position: absolute;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    bottom: -40%;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .card__section-wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 250px;
  }

  .card__sprey-title {
    font-size: 38px;
    margin-bottom: 5px;
  }

  .card__sprey-text {
    margin-bottom: 10px;
  }

  .review__section-title {
    font-size: 42px;
  }

  .delivery__section-title {
    font-size: 42px;
  }

  .delivery__boot {
    position: relative;
    width: 520px;
    right: auto;
    top: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }

  .delivery__block {
    width: 100%;
    max-width: 100%;
    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: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .delivery__stage {
    width: 340px;
  }

  .delivery__section-title {
    text-align: center;
  }

  .delivery__section-text {
    text-align: center;
  }

  .footer__content {
    width: 100%;
  }

  .footer__block-wrapper {
    padding: 30px 0 69px;
  }

  .footer__logo-wrapper {
    margin-bottom: 25px;
  }

  .footer__title {
    font-size: 64px;
  }

  .footer__decor {
    height: 570px;
    position: relative;
  }

  .footer__boot-1 {
    width: 380px;
    bottom: auto;
    top: -10px;
    left: 1%;
  }

  .footer__boot-2 {
    width: 440px;
    top: 210px;
    right: 1%;
  }

  .footer__content .header__item {
    margin-bottom: 0px;
  }
}
@media (max-width: 700px) {
  .container {
    width: -webkit-calc(100vw - 30px);
    width: -moz-calc(100vw - 30px);
    width: calc(100vw - 30px);
  }

  .header__title {
    font-size: 7.5vw;
  }

  .header__text {
    margin-bottom: 0;
    font-size: 6vw;
  }

  .header__decor, .footer__decor {
    height: 100vw;
  }

  .header__boot-1, .footer__boot-1 {
    width: 58vw;
    top: 0px;
    right: auto;
    left: -6%;
  }

  .header__boot-2, .footer__boot-2 {
    width: 76vw;
    top: 40vw;
    right: -1%;
  }

  .header__discont {
    width: 190px !important;
    height: 190px !important;
    right: 25% !important;
    top: 20% !important;
  }

  .discont__text {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .discont {
    font-size: 48px;
  }

  .header__tab-btn {
    font-size: 7vw;
  }

  .header__tab-number {
    font-size: 4.5vw;
  }

  .header__galary-title {
    font-size: 6vw;
  }

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

  .galary__section-wrapper {
    padding: 40px 0 66px;
  }

  .card__wrapper {
    margin-bottom: 47px;
  }

  .galary__block {
    max-width: 100%;
  }

  .galary__section-title {
    font-size: 10vw;
  }

  .galary__section-subtitle {
    font-size: 8vw;
  }

  .card {
    width: 100%;
    padding: 20px;
  }

  .card__boot {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: auto;
  }

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

  .card__title {
    display: inline-block;
    width: auto;
    margin: 0 auto 25px;
  }
  .card__title br {
    display: none;
  }

  .card__info-color {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .card__price {
    margin-bottom: 15px;
  }
  .card__price .card__info-divider {
    display: block;
  }

  .card__price-wrapper {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }

  .card__info-color {
    margin-bottom: 5px;
  }

  .card__info-text-right br {
    display: none;
  }

  .card__2 .card__boot {
    width: 80%;
    top: auto;
    left: auto;
    margin-bottom: 17px;
  }

  .card__2 .card__raiting {
    top: 53px;
    left: auto;
    right: 30px;
  }

  .card__title:before {
    left: -30px;
  }

  .card__title:after {
    left: -40px;
  }

  .card__4 .card__boot {
    width: 50%;
    top: auto;
    left: auto;
    margin: 0;
    margin-right: 32px;
    margin-bottom: 20px;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }

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

  .review {
    width: auto;
    padding: 20px 30px 18px;
  }

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

  .delivery__boot {
    width: 100%;
    margin-top: -50px;
  }
}
@media (max-width: 540px) {
  .header__discont {
    right: auto;
    left: 32vw;
    top: 15vw;
  }

  .header__price {
    margin-bottom: 15px;
  }

  .header__tab-btn {
    font-size: 6.5vw;
  }

  .header__galary-item {
    font-size: 4.7vw;
  }

  .header__logo-img, .footer__logo {
    width: 130px;
  }

  .header__flag, .footer__flag {
    top: -31px;
    left: -44px;
    width: 90px;
  }

  .header__top-wrapper {
    padding: 27px 0 86px;
  }

  .header__title {
    font-size: 9vw;
  }

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

  .galary__block {
    display: none;
  }

  .galary__mobile {
    display: block;
    width: 100%;
    height: auto;
  }

  .galary__section-text {
    font-size: 4vw;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  .card__section-title {
    font-size: 9vw;
  }

  .card__boot {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }

  .card__5 .card__boot {
    width: 100%;
  }

  .card__photo {
    width: 24%;
    height: 13vw;
  }

  .card__photos {
    margin-bottom: 15px;
  }

  .card__input-wrapper {
    width: 100%;
  }

  .card__submit {
    width: 100%;
  }

  .card__title {
    font-size: 4vw;
  }

  .card__title:before {
    left: 0vw;
  }

  .card__title:after {
    left: -1vw;
  }

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

  .card__info-text br {
    display: none;
  }

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

  .card__1 .card__raiting {
    top: 43px;
  }
  .card__1 .card__boot {
    width: 110%;
    margin-left: -5%;
  }

  .card__2 .card__boot {
    width: 80%;
    top: auto;
    left: auto;
    margin: 0;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin-bottom: 17px;
  }

  .card__3 .card__boot {
    margin: 0;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    width: 110%;
    margin-right: -5%;
  }

  .card__3 .card__raiting {
    top: 30px;
    left: 40px;
  }

  .card__input {
    text-align: center;
  }

  .card__sprey-title {
    font-size: 5.5vw;
  }

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

  .card__sprey-price .price {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .card__sprey-price .old__price {
    margin-right: 0;
    font-size: 4.5vw;
  }
  .card__sprey-price .new__price {
    padding: 0 4vw;
    font-size: 12vw;
  }

  .card__sprey {
    padding-bottom: 62vw;
  }

  .card__sprey-img {
    width: 82vw;
    height: auto;
  }

  .card__section-wrapper {
    padding-bottom: 55vw;
  }

  .review__section-title {
    font-size: 8vw;
    margin-bottom: 25px;
  }

  .review__nav {
    margin-top: 30px;
  }

  .delivery__section-wrapper {
    padding: 90px 0 85px;
  }

  .delivery__section-title {
    font-size: 9vw;
    margin-bottom: 15px;
  }

  .delivery__section-text {
    font-size: 4vw;
    margin-bottom: 31px;
  }

  .delivery__section-text:before {
    width: 100%;
    height: 1px;
    bottom: -15px;
  }

  .footer__title {
    font-size: 10.5vw;
  }

  .footer__text {
    font-size: 5vw;
    margin-bottom: 10px;
  }

  .footer__content .header__order {
    padding: 3vw 14vw;
  }
}
@media (max-width: 414px) {
  .header__discont, .footer__discount {
    right: auto !important;
    left: 28vw !important;
    top: 10vw !important;
  }

  .header__decor, .footer__decor {
    height: 108vw;
  }

  .header__boot-1, .footer__boot-1 {
    width: 58vw;
    top: 0px;
    right: auto;
    left: -8%;
  }

  .header__boot-2, .footer__boot-2 {
    width: 76vw;
    top: 44vw;
    right: -3%;
  }

  .header__price-text {
    font-size: 7vw;
  }

  .header__price .new__price {
    font-size: 7vw;
  }

  .header__order {
    padding: 3vw 8vw;
    font-size: 9vw;
  }
  .header__order img {
    width: 12vw;
  }

  .header__item, .card__item {
    width: 100%;
    max-width: 90vw;
    height: auto;
    padding: 2vw 5vw;
    font-size: 4.5vw;
  }
  .header__item img, .card__item img {
    width: 7.5vw;
    height: auto;
  }

  .card__raiting {
    width: 36.4vw;
    height: 36.4vw;
  }

  .card__star {
    width: 11vw;
  }

  .card__raiting span {
    font-size: 5.5vw;
  }

  .card__3 .card__raiting {
    top: 8vw;
    left: 10vw;
  }

  .card__4 .card__raiting {
    top: 10vw;
    left: 12vw;
  }

  .review__name {
    font-size: 5vw;
  }

  .delivery__stage {
    width: 100%;
    max-width: 300px;
    padding: 25px;
    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;
  }

  .delivery__stage-title {
    margin-bottom: 12px;
  }

  .footer__boot-1 {
    left: -10%;
  }

  .footer__line-wrapper {
    padding: 8vw 0;
  }

  .footer__line-text {
    font-size: 4vw;
  }
}