@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, div {
  display: block;
  width: 100%;
  height: auto;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-value {
  background: none;
  color: #003159;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::placeholder {
  opacity: 1;
  color: inherit;
}

input:-ms-input-placeholder {
  color: #003159 !important;
}

textarea {
  overflow: auto;
}

input,
button,
textarea,
select,
a,
option {
  font: inherit;
  outline: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

img {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

*:focus-visible {
  outline: none;
}

*:before, *:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6 {
  width: 100%;
}

label.error {
  display: none !important;
}

body {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  color: #254762;
  background: #eee8dc;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
}

.site__wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
  margin: auto;
}

.container {
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

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

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

@media (max-width: 540px) {
  .footer__modal h2 {
    font-size: 6vw;
  }
  .footer__modal h6 {
    font-size: 5vw;
  }
  .footer__modal p {
    font-size: 4vw;
  }
}
.modal__review {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.modal__review input:-ms-input-placeholder {
  color: #444 !important;
}

.modal__review.active {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

.modal__review-wrapper {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 50px;
  background: #ffe;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.modal__review form {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

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

.name__input {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 50px;
  border: 1px solid #888888;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444444;
  padding: 0 20px;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.name__input::-webkit-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.name__input::-moz-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.name__input:-ms-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.name__input::-ms-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.name__input::placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.input__file {
  display: none;
}

.file {
  width: auto;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  margin: 20px 0;
}

.file span {
  font-size: 16px;
  line-height: 1.3;
  color: #222;
}

.file div {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: transparent;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 15px;
  border: 1px solid #888888;
  position: relative;
  overflow: hidden;
}

.file div img {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

.file div:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #5B67C8;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.file div:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #5B67C8;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
       -o-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.modal__star-raiting {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-family: inherit;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  color: #222222;
  position: relative;
  z-index: 10000;
  margin: 10px 0;
}

.modal__raiting {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  min-width: 98px;
  height: 18px;
  font-size: 0px;
  margin-left: 23px;
}
.modal__raiting img {
  pointer-events: auto;
}

.modal__raiting img {
  width: 18px;
  height: 18px;
}

.modal__area {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 98px;
  max-height: 118px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #888888;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  color: #444444;
  padding: 13px 20px;
  background-color: transparent;
}

.modal__area::-webkit-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.modal__area::-moz-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.modal__area:-ms-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.modal__area::-ms-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.modal__area::placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.send {
  width: 100%;
  max-width: 250px;
  height: 50px;
  background: #5B67C8;
  border-radius: 4px;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.send:hover {
  background: #4353cf;
}

.send__img img {
  margin: auto;
}

.send__window {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
}

.send__window.active {
  opacity: 1;
  visibility: visible;
}

.send__massage {
  width: 60%;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #222222;
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1000;
}
.modal__close img {
  width: 18px;
}

@media (max-width: 540px) {
  .modal__review-wrapper {
    max-width: calc(100% - 30px);
    padding: 50px 30px;
  }
}
.size-table-wrapper {
  position: relative;
  width: 100%;
  background-color: #1a2e80;
  padding: 25px;
  max-width: 690px;
  margin: 0 auto;
  color: #fff;
  display: none;
}

.size-table-wrapper h3 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 24px;
}

.size-table-wrapper table {
  margin-bottom: 30px;
}

.size-table-wrapper table:last-child {
  margin-bottom: 0;
}

.size-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  text-align: center;
}

.size-table tbody tr:nth-of-type(even) td {
  background-color: #162a7c;
}

.size-table tbody td:first-child {
  width: 25.5%;
  padding-left: 0;
  /*border-right: 1px solid #fff;*/
  text-align: left;
}

.size-table thead th:nth-child(2) {
  border-left: 1px solid #fff;
}

.size-table tbody td {
  width: 15%;
  padding: 8px 8px 8px;
}

.size-table thead th {
  padding: 8px 10px;
  border-bottom: 1px solid #fff;
  /*color: #000;*/
}

.modal__result {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.modal__block {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 80px 30px 30px;
}

.modal__result-title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  color: #333;
}

.modal__result-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #333;
  margin-bottom: 25px;
}

.discount__modal {
  position: absolute;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__section {
  position: relative;
}

.header__decor {
  width: 2284px;
  height: auto;
  position: absolute;
  top: -328px;
  right: 0;
}

.header__content {
  width: 590px;
  height: auto;
  padding: 30px 0 97px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
}

.header__logo {
  width: 160px;
  height: auto;
  margin-bottom: 20px;
}

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

.header__item {
  display: inline-block;
  position: relative;
  min-width: 372px;
  width: auto;
  border-radius: 30px;
  background: -webkit-linear-gradient(315deg, #feb1b5 0%, #ebd5d7 100%);
  background: linear-gradient(135deg, #feb1b5 0%, #ebd5d7 100%);
  margin-bottom: 60px;
}

.header__item-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #ef9399;
}

.header__item-text {
  display: inline-block;
  width: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #222;
  padding: 7px 20px 7px 70px;
}

.header__price-wrapper {
  width: 100%;
  max-width: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.header__price {
  margin-bottom: 26px;
}

.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}

.new__price {
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  color: #ba2d8a;
}

.discount {
  display: inline-block;
  width: auto;
  height: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 7px 15px;
  border-radius: 10px;
  background: #ba2d8a;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.old__price-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #222;
  text-align: center;
}

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

.order__btn {
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 20px;
  border-radius: 30px;
  background: -webkit-linear-gradient(315deg, #f568c5 0%, #ba2d8a 100%);
  background: linear-gradient(135deg, #f568c5 0%, #ba2d8a 100%);
  position: relative;
}
.order__btn:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  background: -webkit-linear-gradient(315deg, #c63394 0%, #9d0b6c 100%);
  background: linear-gradient(135deg, #c63394 0%, #9d0b6c 100%);
}
.order__btn span {
  position: relative;
  z-index: 2;
}
.order__btn:hover:before {
  opacity: 1;
}

.header__date {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #222;
  margin-top: 12px;
}
.header__date span {
  font-weight: 700;
  color: #ba2d8a;
}

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

.header__img {
  width: 460px;
  height: auto;
  border-radius: 0 0 50px 50px;
  position: absolute;
  top: 0;
  right: -840px;
}

.header__boot {
  position: absolute;
  width: 770px;
  height: auto;
  top: 157px;
  right: -570px;
}

.header__arrow {
  position: absolute;
  width: 300px;
  height: auto;
  top: 50px;
  right: -79px;
  z-index: -1;
  -webkit-animation: arrow 5s infinite;
          animation: arrow 5s infinite;
}

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

@keyframes arrow {
  0%, 100% {
    -webkit-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-10%);
         -o-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
@media (max-width: 1480px) {
  .header__img {
    width: 420px;
    right: -620px;
  }
  .header__boot {
    width: 620px;
    top: 150px;
    right: -390px;
  }
  .header__logo {
    width: 120px;
    margin-bottom: 20px;
  }
  .header__title {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: #254762;
    margin-bottom: 30px;
  }
  .header__arrow {
    width: 250px;
  }
  .header__item {
    margin-bottom: 45px;
  }
  .header__decor {
    width: 1900px;
  }
}
@media (max-width: 1280px) {
  .container {
    width: 1000px;
  }
  .header__content {
    width: 520px;
  }
  .header__img {
    width: 400px;
    right: -550px;
  }
  .header__boot {
    width: 520px;
    top: 160px;
    right: -340px;
  }
  .header__arrow {
    width: 200px;
    top: 70px;
  }
}
@media (max-width: 1080px) {
  .container {
    width: 700px;
  }
  .header__content {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .header__title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 48px;
  }
  .header__block {
    position: relative;
    margin-bottom: 30px;
  }
  .header__img {
    position: relative;
    top: auto;
    right: auto;
    border-radius: 50px;
    margin-left: auto;
  }
  .header__boot {
    width: 520px;
    top: 140px;
    right: auto;
    left: 0;
  }
  .header__arrow {
    width: 200px;
    top: -70px;
    right: auto;
    left: 0;
  }
  .header__decor {
    top: 0;
  }
}
@media (max-width: 700px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 540px) {
  .header__content {
    padding: 7vw 0 18vw;
  }
  .header__logo {
    width: 38.6vw;
    margin-bottom: 4.8vw;
  }
  .header__title {
    margin-bottom: 4.6vw;
    font-size: 9vw;
  }
  .header__block {
    margin-bottom: 7vw;
  }
  .header__img {
    width: 56vw;
    border-radius: 7vw;
  }
  .header__decor {
    display: none;
  }
  .header__boot {
    width: 75vw;
    top: 13vw;
    left: -3vw;
  }
  .header__arrow {
    width: 38vw;
    top: -18vw;
    left: 0;
  }
  .header__item {
    margin-bottom: 10vw;
  }
  .header__item-text {
    font-size: 4.8vw;
    padding: 1.8vw 4.8vw 1.8vw 17vw;
  }
  .header__item-icon {
    width: 14.5vw;
    height: 14.5vw;
  }
  .header__item-icon img {
    width: auto;
    height: 8vw;
  }
  .header__item {
    min-width: 90vw;
    border-radius: 7vw;
  }
  .header__price-wrapper {
    max-width: 100%;
  }
  .header__price {
    margin-bottom: 4vw;
  }
  .price {
    gap: 2vw;
  }
  .new__price {
    font-size: 8.8vw;
  }
  .discount {
    font-size: 4.8vw;
    padding: 1.8vw 3.8vw;
    border-radius: 2vw;
  }
  .old__price-text {
    font-size: 5.8vw;
  }
  .old__price {
    font-size: 5.8vw;
    padding: 0 1vw;
  }
  .order__btn {
    font-size: 4.8vw;
    padding: 4.8vw;
  }
  .header__date {
    font-size: 4.8vw;
    margin-top: 3vw;
  }
}
.info__section {
  position: relative;
}

.info__decor {
  width: 2284px;
  height: auto;
  position: absolute;
  top: 423px;
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.info__decor-2 {
  width: 2284px;
  height: auto;
  position: absolute;
  bottom: -550px;
  right: 0;
  -webkit-transform: rotate(180deg) scaleX(-1);
      -ms-transform: rotate(180deg) scaleX(-1);
       -o-transform: rotate(180deg) scaleX(-1);
          transform: rotate(180deg) scaleX(-1);
}

.info__section-wrapper {
  padding-bottom: 135px;
}

.info__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: auto;
  border-radius: 50px;
  background: -webkit-linear-gradient(315deg, rgba(254, 177, 181, 0.5) 0%, rgba(235, 213, 215, 0.5) 100%);
  background: linear-gradient(135deg, rgba(254, 177, 181, 0.5) 0%, rgba(235, 213, 215, 0.5) 100%);
  padding: 58px 50px 64px;
  margin-bottom: 90px;
}

.info__top-title {
  width: 100%;
  max-width: 590px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  color: #bf6954;
  margin-bottom: 38px;
}

.info__top-items {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.info__top-item {
  width: 300px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.info__top-item img {
  width: auto;
  height: 64px;
  margin-bottom: 23px;
}
.info__top-item h3 {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #254762;
  margin-bottom: 17px;
}
.info__top-item p {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #222;
}

.info__center {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.info__center-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.info__center-decor {
  width: 160px;
  height: 1200px;
  background: -webkit-linear-gradient(315deg, #feb1b5 0%, #ebd5d7 100%);
  background: linear-gradient(135deg, #feb1b5 0%, #ebd5d7 100%);
  position: absolute;
  bottom: -1100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.info__center-logo {
  display: none;
}

.info__left {
  width: 390px;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.info__logo {
  width: 192px;
  height: auto;
  margin-bottom: 40px;
}

.info__left-title {
  font-weight: 500;
  font-size: 30px;
  color: #254762;
  margin-bottom: 32px;
}

.info__left-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: #222;
}

.info__center-boot {
  width: 460px;
  height: auto;
}

.info__right {
  width: 390px;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.info__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin-bottom: 36px;
}
.info__list-item:last-child {
  margin-bottom: 0;
}
.info__list-item img {
  width: 40px;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 20px;
  margin-top: 5px;
}
.info__list-item span {
  font-weight: 500;
  font-size: 24px;
  color: #222;
}

.info__imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin-bottom: 100px;
}

.info__img {
  width: 424px;
  height: auto;
}

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

.info__bottom {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.info__bottom-boot {
  width: 790px;
  height: auto;
  margin-bottom: 20px;
}

.info__bottom-items {
  width: 100%;
  max-width: 900px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 50px;
}

.info__bottom-item {
  width: 200px;
  height: auto;
  position: relative;
}
.info__bottom-item img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  border: 2px solid #254762;
}

.info__bottom-line {
  width: 2px;
  height: 120px;
  background-color: #254762;
  position: absolute;
  top: -120px;
  left: calc(50% - 1px);
}
.info__bottom-line:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #254762;
  position: absolute;
  top: 0;
  left: calc(50% - 5px);
}

.info__bottom-1 .info__bottom-line {
  height: 325px;
  top: -325px;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
       -o-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
       -o-transform: rotate(24deg);
          transform: rotate(24deg);
}

.info__bottom-3 .info__bottom-line {
  height: 325px;
  top: -325px;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
       -o-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotate(-24deg);
      -ms-transform: rotate(-24deg);
       -o-transform: rotate(-24deg);
          transform: rotate(-24deg);
}

.info__bottom-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.info__bottom-price .header__price {
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .info__top-item {
    width: 280px;
  }
  .info__left {
    width: 360px;
  }
  .info__right {
    width: 360px;
  }
  .info__center-boot {
    width: 400px;
    margin: 0 -30px;
  }
  .info__img {
    width: 380px;
  }
  .info__center-decor {
    width: 160px;
    height: 1100px;
    bottom: -1000px;
  }
}
@media (max-width: 1080px) {
  .info__top-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .info__top-item {
    width: 100%;
    margin-bottom: 44px;
  }
  .info__top-item:last-child {
    margin-bottom: 0;
  }
  .info__top-item h3 br {
    display: none;
  }
  .info__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .info__left {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .info__left-title {
    text-align: center;
  }
  .info__left-text {
    text-align: center;
  }
  .info__center-decor {
    display: none;
  }
  .info__right {
    width: 100%;
    margin-bottom: 43px;
  }
  .info__center-boot {
    width: 360px;
    margin: 30px 0;
    position: relative;
    z-index: 2;
  }
  .info__img {
    width: calc(50% - 10px);
  }
  .info__center-block {
    position: relative;
  }
  .info__center-logo {
    display: block;
    width: 100%;
    max-width: 384px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(-1);
        -ms-transform: translateX(-50%) scaleX(-1);
         -o-transform: translateX(-50%) scaleX(-1);
            transform: translateX(-50%) scaleX(-1);
  }
  .info__bottom-item {
    width: 160px;
  }
  .info__bottom-boot {
    width: 630px;
  }
  .info__bottom-line {
    height: 100px;
    top: -100px;
  }
  .info__bottom-1 .info__bottom-line {
    height: 265px;
    top: -265px;
  }
  .info__bottom-3 .info__bottom-line {
    height: 265px;
    top: -265px;
  }
}
@media (max-width: 540px) {
  .info__decor {
    display: none;
  }
  .info__decor-2 {
    display: none;
  }
  .info__top {
    padding: 10vw 7vw;
    margin-bottom: 19vw;
  }
  .info__top-title {
    font-size: 7vw;
    margin-bottom: 10vw;
  }
  .info__top-item {
    margin-bottom: 10vw;
  }
  .info__top-item:last-child {
    margin-bottom: 0;
  }
  .info__top-item img {
    height: 15.4vw;
    margin-bottom: 5vw;
  }
  .info__top-item h3 {
    font-size: 5.8vw;
    margin-bottom: 2vw;
  }
  .info__top-item p {
    font-size: 4.8vw;
  }
  .info__logo {
    width: 46vw;
    margin-bottom: 10vw;
  }
  .info__left-title {
    font-size: 7vw;
    margin-bottom: 3vw;
  }
  .info__left-text {
    font-size: 5.8vw;
    text-align: left;
  }
  .info__center-boot {
    width: 63vw;
    margin: 7vw 0;
  }
  .info__list-item img {
    width: 9.8vw;
    margin-right: 4.8vw;
    margin-top: 1vw;
  }
  .info__list-item span {
    font-size: 5.8vw;
  }
  .info__list-item {
    margin-bottom: 8vw;
  }
  .info__right {
    margin-bottom: 10vw;
  }
  .info__img img {
    border-radius: 7vw;
  }
  .info__imgs {
    margin-bottom: 7vw;
  }
  .info__bottom-boot {
    width: 100%;
    margin-bottom: 4vw;
  }
  .info__bottom-items {
    display: none;
  }
  .info__bottom-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .info__bottom-price .header__price {
    margin-bottom: 3.5vw;
  }
  .info__section-wrapper {
    padding-bottom: 18vw;
  }
}
.gallery__section-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-bottom: 138px;
}

.gallery__icon-1 {
  width: 458px;
  height: auto;
  position: absolute;
  top: -40px;
  left: -30px;
  z-index: 3;
  pointer-events: none;
}

.gallery__slider {
  width: 100%;
  height: auto;
}
.gallery__slider .owl-stage-outer {
  padding: 80px 0 120px;
}
.gallery__slider .owl-item {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 2;
}
.gallery__slider .center {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3);
  z-index: 3;
}
.gallery__slider .center img {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.gallery__slide img {
  border-radius: 50px;
}

.gallery__logo-2 {
  width: 141px;
  height: auto;
  margin-left: -335px;
}

.owl-nav {
  position: absolute;
  z-index: -1;
  bottom: -45px;
  right: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 20px 30px;
  width: 206px;
  height: 314px;
  border-radius: 30px;
  background: -webkit-linear-gradient(315deg, #feb1b5 0%, #ebd5d7 100%);
  background: linear-gradient(135deg, #feb1b5 0%, #ebd5d7 100%);
}
.owl-nav button {
  width: 38px;
  height: 24px;
  background-image: url(../img/arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.owl-nav button:hover {
  background-image: url(../img/arrow-hover.png) !important;
}
.owl-nav button span {
  display: none;
}
.owl-nav button.owl-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1280px) {
  .owl-nav {
    right: 250px;
  }
  .gallery__icon-1 {
    width: 400px;
  }
  .gallery__logo-2 {
    margin-left: -280px;
  }
}
@media (max-width: 1080px) {
  .gallery__slider .owl-stage-outer {
    padding: 50px 0 80px;
  }
  .gallery__slide img {
    border-radius: 30px;
  }
  .owl-nav {
    right: 110px;
  }
  .gallery__slider .center img {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  }
  .gallery__logo-2 {
    margin-left: -150px;
  }
  .gallery__icon-1 {
    width: 320px;
  }
  .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-top: -17px;
    margin-bottom: 10px;
  }
  .owl-dots button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #254762 !important;
    border: 2px solid #254762 !important;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-right: 10px;
  }
  .owl-dots button:last-child {
    margin-right: 0;
  }
  .owl-dots button.active {
    background-color: #fff !important;
  }
}
@media (max-width: 700px) {
  .gallery__icon-1, .gallery__logo-2 {
    display: none;
  }
  .gallery__slider .owl-stage-outer {
    padding: 0;
  }
  .owl-nav {
    width: 100%;
    height: auto;
    position: static;
    background: transparent;
    padding: 0 20px;
    margin-top: 30px;
  }
  .gallery__section-wrapper {
    padding-bottom: 71px;
  }
}
@media (max-width: 540px) {
  .gallery__section-wrapper {
    padding-bottom: 71px;
  }
  .gallery__slide img {
    border-radius: 12vw;
  }
}
.card__section {
  position: relative;
}

.card__decor {
  width: 2284px;
  height: auto;
  position: absolute;
  top: 1023px;
  right: 0;
}

.card__section-wrapper {
  padding-bottom: 138px;
  position: relative;
  z-index: 2;
}

.card {
  margin-bottom: 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}

.card__content {
  width: 418px;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.card__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 8px;
}

.card__title {
  width: auto;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #254762;
  margin-right: 20px;
}

.card__rating {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.card__rating span {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #222;
  padding-right: 10px;
}

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

.card__price {
  margin-bottom: 5px;
}
.card__price .price {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.card__price .old__price-text {
  text-align: left;
}

.card__info {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin-bottom: 6px;
}
.card__info span {
  font-weight: 700;
  color: #ba2d8a;
}

.card__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 12px;
}

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

.input__wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  position: relative;
}
.input__wrapper:before {
  content: "";
  width: 55px;
  height: 100%;
  background: #d16da5;
  border-radius: 30px 0 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.input {
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #222;
  padding: 0 20px 0 65px;
  border-radius: 30px;
  border: 1px solid #d16da5;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.input:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

.input__name:before {
  background-image: url(../img/name.png);
}

.input__phone:before {
  background-image: url(../img/phone.png);
}

.input__size:before {
  background-image: url(../img/tringle.png);
}

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

.card__block {
  width: 670px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 30px 0 30px 30px;
  z-index: 2;
}
.card__block:before {
  content: "";
  width: 291px;
  height: 100%;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: -webkit-linear-gradient(315deg, #feb1b5 0%, #ebd5d7 100%);
  background: linear-gradient(135deg, #feb1b5 0%, #ebd5d7 100%);
}

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

.card__logo {
  width: 160px;
  height: auto;
  margin-bottom: 20px;
}

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

.card__photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.card__photo {
  width: 90px;
  height: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card__photo:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}
.card__photo img {
  width: 100%;
  height: auto;
  border: 1px solid #e0c3b1;
  border-radius: 20px;
}

.sprey {
  margin-bottom: 97px;
}
.sprey .card__content {
  width: 608px;
}
.sprey .card__block {
  width: 480px;
}
.sprey .card__boot {
  width: 391px;
  margin-left: 65px;
}

.delivery {
  display: block;
  width: 509px;
  height: auto;
  margin: auto;
  padding: 25px 30px 25px 50px;
  border-radius: 30px;
  background: -webkit-linear-gradient(315deg, #feb1b5 0%, #ebd5d7 100%);
  background: linear-gradient(135deg, #feb1b5 0%, #ebd5d7 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

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

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

@media (max-width: 1280px) {
  .card__block {
    width: 580px;
  }
  .card__content {
    width: 380px;
  }
  .sprey .card__content {
    width: 500px;
  }
  .card__title {
    font-size: 36px;
  }
  .card__photo {
    width: 85px;
  }
}
@media (max-width: 1080px) {
  .card__content {
    width: 100%;
  }
  .card__block {
    width: 100%;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    top: auto;
    left: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  .card__block:before {
    display: none;
  }
  .card__block-wrapper {
    padding: 30px 10px 0;
    border-radius: 50px;
    background: -webkit-linear-gradient(315deg, #feb1b5 0%, #ebd5d7 100%);
    background: linear-gradient(135deg, #feb1b5 0%, #ebd5d7 100%);
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .card__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 14px;
  }
  .card__title {
    margin-right: 0;
  }
  .card__price .price {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .card__price .old__price-text {
    text-align: center;
  }
  .card__price {
    margin-bottom: 10px;
  }
  .card__info {
    text-align: center;
    font-size: 20px;
    margin-bottom: 24px;
  }
  .card__photo {
    width: 15%;
  }
  .card__text {
    text-align: center;
  }
  .card__form {
    margin: auto;
  }
  .sprey .card__content {
    width: 100%;
  }
  .sprey .card__block {
    width: 100%;
  }
  .sprey .card__boot {
    width: 391px;
    margin-left: 0;
  }
}
@media (max-width: 540px) {
  .card__photos {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0;
  }
  .card__photo {
    width: 30%;
    margin-bottom: 4.8vw;
  }
  .card__title {
    font-size: 7vw;
  }
  .card__rating span {
    font-size: 5.8vw;
    padding-right: 2vw;
  }
  .card__top {
    margin-bottom: 3vw;
  }
  .card__price {
    margin-bottom: 2vw;
  }
  .card__info {
    font-size: 4.8vw;
    margin-bottom: 5.8vw;
    padding: 0 10vw;
  }
  .card__block-wrapper {
    padding: 7vw 2vw 0;
    border-radius: 12vw;
    margin-bottom: 4.8vw;
  }
  .card__block {
    margin-bottom: 0;
  }
  .card__logo {
    width: 38vw;
    margin-bottom: 4.8vw;
  }
  .card__text {
    text-align: left;
    font-size: 4.8vw;
    margin-bottom: 3vw;
  }
  .card__form {
    max-width: 100%;
  }
  .input__wrapper {
    margin-bottom: 2vw;
  }
  .input {
    height: 12vw;
    font-size: 4.5vw;
    padding: 0 4.8vw 0 16vw;
    border-radius: 7vw;
  }
  .input__wrapper:before {
    width: 13.3vw;
    border-radius: 7vw 0 0 7vw;
  }
  .order__submit {
    margin-top: 2vw;
  }
  .card {
    margin-bottom: 17vw !important;
  }
  .card__decor {
    display: none;
  }
  .sprey .card__price {
    margin-bottom: 6vw;
  }
  .sprey .card__boot {
    width: 72vw;
  }
  .sprey .card__block-wrapper {
    margin-bottom: 4vw;
  }
  .sprey {
    margin-bottom: 11vw;
  }
  .delivery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    padding: 4.8vw 10vw 3.5vw;
  }
  .delivery__icon {
    width: 34vw;
    padding: 2vw;
    border-radius: 2vw;
    margin-right: 0;
    margin-bottom: 3.5vw;
  }
  .delivery__text {
    font-size: 4.5vw;
    text-align: center;
  }
  .card__section-wrapper {
    padding-bottom: 17vw;
  }
}
.review__section {
  position: relative;
}

.review__decor {
  width: 2284px;
  height: auto;
  position: absolute;
  top: -268px;
  right: 0;
  -webkit-transform: rotate(180deg) scaleX(-1);
      -ms-transform: rotate(180deg) scaleX(-1);
       -o-transform: rotate(180deg) scaleX(-1);
          transform: rotate(180deg) scaleX(-1);
}

.review__section-wrapper {
  padding-bottom: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.review__section-title {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #254762;
  margin-bottom: 38px;
}

.review__slider .owl-nav {
  width: 146px;
  height: auto;
  padding: 0;
  background: transparent;
  position: static;
  margin: auto;
  margin-top: 30px;
}

.review {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  overflow: hidden;
}

.review__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 20px 30px;
  background: -webkit-linear-gradient(315deg, #feb1b5 0%, #ebd5d7 100%);
  background: linear-gradient(135deg, #feb1b5 0%, #ebd5d7 100%);
}

.review__name {
  width: auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #254762;
}

.review__wrapper {
  padding: 12px 30px 30px;
}

.review__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #222;
  margin-bottom: 12px;
}

.review__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.review__cart {
  width: 18px !important;
  height: auto;
  margin-right: 10px;
}

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

.review__quote {
  width: 32px !important;
  height: auto;
}

.add__review {
  width: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #444;
  -webkit-align-self: flex-end;
          align-self: flex-end;
  margin-right: 30px;
  margin-top: -26px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 1080px) {
  .add__review {
    -webkit-align-self: center;
            align-self: center;
    margin: 0;
  }
  .review__slider .owl-nav {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 540px) {
  .review__decor {
    display: none;
  }
  .review__section-wrapper {
    padding-bottom: 18vw;
  }
  .review__section-title {
    font-size: 7vw;
    margin-bottom: 10vw;
  }
  .review {
    border-radius: 12vw;
  }
  .review__top {
    padding: 4.8vw 7vw;
  }
  .review__name {
    font-size: 4.8vw;
  }
  .review__wrapper {
    padding: 3vw 7vw 7vw;
  }
  .review__text {
    font-size: 4.8vw;
    margin-bottom: 3vw;
  }
  .review__cart {
    width: 4.5vw !important;
    margin-right: 2vw;
  }
  .review__bottom-text {
    font-size: 4.5vw;
  }
  .review__quote {
    width: 8vw !important;
  }
  .review__slider .owl-nav {
    padding: 0 4.8vw;
  }
  .add__review {
    font-size: 4vw;
  }
}
.footer__section .header__arrow, .footer__section .header__img {
  display: none;
}
.footer__section .header__content {
  padding: 0 0 47px;
}

.footer__decor {
  position: absolute;
  bottom: 0;
  right: -450px;
  width: 300px;
  height: calc(100% - 41px);
  border-radius: 50px 50px 0 0;
  background: -webkit-linear-gradient(315deg, #feb1b5 0%, #ebd5d7 100%);
  background: linear-gradient(135deg, #feb1b5 0%, #ebd5d7 100%);
}

.footer__line {
  background: #e8e1d4;
}
.footer__line .container {
  width: 100%;
  padding: 0 15px;
  max-width: 1500px;
}

.footer__line-wrapper {
  padding: 12px 0;
}

.footer__line-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 10px;
}

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

@media (max-width: 1280px) {
  .footer__decor {
    right: -285px;
    width: 250px;
  }
}
@media (max-width: 1080px) {
  .footer__decor {
    display: none;
  }
  .footer__section .header__arrow, .footer__section .header__img {
    display: block;
  }
}
@media (max-width: 540px) {
  .footer__line-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 0;
  }
  .footer__line-item {
    font-size: 3.5vw;
  }
  .fancybox-content {
    padding: 44px 15px 20px;
  }
}

.card__5 {
  margin-bottom: 200px;
}

.card__5 .card__boot,
.card__6 .card__boot,
.card__7 .card__boot{
  max-width: 400px;
  margin: auto;
}

.card__5 .card__photos,
.card__6 .card__photos,
.card__7 .card__photos{
  margin-top: 20px;
}


@media screen and (max-width: 540px) {
  .card__5 .card__block-wrapper,
  .card__6 .card__block-wrapper,
  .card__7 .card__block-wrapper{
    padding-bottom: 10vw;
  }
  .card__7 .card__photo {
    width: 23%;
  }
}