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

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: #333;
  background-color: #EFF8FF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input__file {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.send__img img {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__content {
  position: relative;
  padding: 50px 0 273px;
  width: 555px;
  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;
  margin-left: auto;
}

.header__decor {
  position: absolute;
}

.header__decor-1 {
  width: 178px;
  height: auto;
  top: 45px;
  left: -182px;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.header__decor-2 {
  width: 262px;
  height: auto;
  top: 318px;
  right: -268px;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

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

.header__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  color: #0e7ac9;
  margin-bottom: 38px;
}

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

.header__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: auto;
}
.header__item span {
  font-weight: 500;
  font-size: 24px;
  color: #2e6995;
}

.header__item-icon {
  width: 64px;
  height: 64px;
  border-radius: 6px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  background: rgba(239, 248, 255, 0.8);
  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-right: 15px;
}

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

.header__img {
  position: absolute;
  top: 0;
  left: -769px;
  width: 507px;
  border-radius: 0 0 50px 50px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.header__discont {
  width: 319px;
  height: 319px;
  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;
  position: absolute;
  top: 180px;
  left: -303px;
}
.header__discont:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/discount.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.header__discont span {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #ff4805;
  position: relative;
  z-index: 1;
  margin-top: -20px;
}

.header__boot {
  position: absolute;
  width: 642px;
  height: auto;
  top: 186px;
  left: -580px;
}

.header__price {
  margin-bottom: 24px;
}

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

.old__price {
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #363636;
  position: relative;
  padding: 0 10px;
  margin-right: 30px;
}
.old__price:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #f00;
  -webkit-transform: translate(-50%, -50%) rotate(-3deg);
      -ms-transform: translate(-50%, -50%) rotate(-3deg);
       -o-transform: translate(-50%, -50%) rotate(-3deg);
          transform: translate(-50%, -50%) rotate(-3deg);
}

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

.order__btn {
  border-radius: 20px;
  background: -webkit-linear-gradient(left, #ff6c17 0%, #ff3d00 100%);
  background: linear-gradient(90deg, #ff6c17 0%, #ff3d00 100%);
  width: 100%;
  max-width: 360px;
  height: auto;
  padding: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: relative;
}
.order__btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: -webkit-linear-gradient(left, #ff3d00 0%, #f00 100%);
  background: linear-gradient(90deg, #ff3d00 0%, #f00 100%);
  opacity: 0;
}
.order__btn:hover:before {
  opacity: 1;
}
.order__btn span {
  position: relative;
  z-index: 1;
}

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

.header__delivery {
  width: 100%;
  max-width: 529px;
  height: auto;
  padding: 25px 45px;
  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;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-top: 27px;
  background: -webkit-linear-gradient(left, rgba(115, 192, 255, 0.5) 0%, rgba(254, 232, 220, 0.5) 50%);
  background: linear-gradient(90deg, rgba(115, 192, 255, 0.5) 0%, rgba(254, 232, 220, 0.5) 50%);
}

.delivery__icon {
  width: 139px;
  height: auto;
  margin-right: 30px;
  padding: 10px;
  border: 1px solid rgba(95, 72, 100, 0.5);
  border-radius: 10px;
  background: #fff;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.delivery__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #333;
}

.galary__section {
  background-image: url(../img/galary-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.galary__section-wrapper {
  position: relative;
  padding-top: 361px;
  padding-bottom: 80px;
}

.galary__decor {
  position: absolute;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.galary__decor-1 {
  width: 217px;
  height: auto;
  bottom: 386px;
  left: -265px;
}

.galary__slider {
  width: 1422px;
  height: auto;
  margin-left: 110px;
  position: relative;
}
.galary__slider .owl-stage-outer {
  padding-bottom: 20px;
}

.galary__slide {
  border-radius: 50px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.owl-nav {
  width: 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;
  height: 190px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  align-items: center;
  position: absolute;
  top: calc(50% - 20px);
  left: -110px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.owl-nav button {
  width: 80px;
  height: 80px;
  border: 1px solid #008cff !important;
  border-radius: 20px;
  background-color: transparent !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url(../img/arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.owl-nav button span {
  display: none;
}
.owl-nav button:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.owl-nav button.owl-next {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.info__section-wrapper {
  padding: 250px 0 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-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}

.info__decor {
  position: absolute;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.info__decor-1 {
  width: 135px;
  height: auto;
  left: -580px;
  top: 47px;
}

.info__decor-2 {
  width: 298px;
  height: auto;
  bottom: -285px;
  right: -155px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.info__section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  color: #008cff;
  margin-bottom: 89px;
}

.info__block {
  width: 555px;
  height: auto;
  position: relative;
}

.info__decor-title {
  position: absolute;
  font-weight: 500;
  font-size: 128px;
  line-height: 1;
  width: auto;
}

.info__decor-title-1 {
  color: #c2e4ff;
  left: -377px;
  top: 176px;
}

.info__decor-title-2 {
  color: #fee6d9;
  right: -386px;
  top: 276px;
}

.info__circle {
  width: 100%;
  height: 555px;
  border-radius: 100%;
  background: -webkit-linear-gradient(left, #73c0ff 18.5%, #fee8dc 89%);
  background: linear-gradient(90deg, #73c0ff 18.5%, #fee8dc 89%);
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}

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

.info__boot {
  width: 776px;
  height: auto;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.info__item {
  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: 245px;
  height: auto;
  position: absolute;
}

.info__item-img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  border: 1px solid #008cff;
  padding: 10px;
  margin-bottom: 8px;
}
.info__item-img img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.info__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #2e6995;
}

.info__line {
  position: absolute;
}

.info__item-1 {
  top: -210px;
  left: -284px;
}
.info__item-1 .info__line {
  width: 218px;
  height: auto;
  top: 182px;
  right: -194px;
}

.info__item-2 {
  top: 427px;
  left: -205px;
}
.info__item-2 .info__line {
  width: 175px;
  height: auto;
  top: -81px;
  left: 18px;
}

.info__item-3 {
  right: -283px;
  top: -100px;
}
.info__item-3 .info__line {
  width: 112px;
  height: auto;
  top: 170px;
  left: -95px;
}

.video__section-wrapper {
  position: relative;
}

.video {
  position: absolute;
  top: 50%;
  right: 100px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 393px;
  height: 700px;
  border-radius: 50px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  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-image: url(../img/video-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}
.video img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.video:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.video__block {
  width: 100%;
  height: auto;
  position: relative;
  background: -webkit-linear-gradient(left, #fee8dc 50%, #73c0ff 100%);
  background: linear-gradient(90deg, #fee8dc 50%, #73c0ff 100%);
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 50px;
  padding-right: 540px;
  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;
}

.video__decor {
  position: absolute;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.video__decor-1 {
  width: 194px;
  height: auto;
  top: -93px;
  left: -75px;
  z-index: -1;
}

.video__decor-2 {
  width: 113px;
  height: auto;
  bottom: -181px;
  right: -80px;
  z-index: -1;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.video__logo {
  width: auto;
  height: 40px;
  margin-bottom: 25px;
}

.video__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 22px;
}

.video__list {
  margin-bottom: 13px;
}

.video__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #2e6995;
  margin-bottom: 20px;
}
.video__list-item img {
  width: 30px;
  height: auto;
  margin-right: 15px;
}

.card__section-wrapper {
  padding: 100px 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-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.card {
  width: 100%;
  height: auto;
  border-radius: 50px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  background: #f4faff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  padding-right: 77px;
  position: relative;
  margin-bottom: 100px;
}

.card__decor {
  position: absolute;
  z-index: 2;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.card__decor-1 {
  width: 281px;
  height: auto;
  bottom: -20px;
  left: -254px;
}

.card__decor-2 {
  width: 513px;
  height: auto;
  top: 70px;
  right: -380px;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.card__left {
  width: 583px;
  border-radius: 50px;
  background: -webkit-linear-gradient(315deg, #73c0ff 16%, #fee8dc 81%);
  background: linear-gradient(135deg, #73c0ff 16%, #fee8dc 81%);
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 50px;
  position: relative;
}
.card__left .header__discont {
  top: 102px;
  right: -17px;
  left: auto;
}

.card__logo {
  width: auto;
  height: 40px;
  margin-bottom: 11px;
}

.card__left-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.card__rating-text {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  margin-right: 10px;
}

.card__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.card__rating img {
  widows: 18px;
  height: auto;
  margin-right: 3px;
}

.card__boot {
  position: relative;
  left: -40px;
  width: 660px;
  height: auto;
  margin-top: -20px;
  margin-bottom: -20px;
}

.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__photos a {
  width: 72px;
  height: auto;
}
.card__photos a:hover img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.card__photos a img {
  width: 100%;
  height: auto;
  border: 1px solid #fff;
  border-radius: 14px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.card__right {
  width: 380px;
  height: auto;
  padding: 40px 0 47px;
}
.card__right .header__date {
  margin-top: 12px;
}

.card__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #008cff;
  margin-bottom: 5px;
}

.card__price {
  margin-bottom: 8px;
}
.card__price .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.card__price .old__price {
  font-size: 24px;
  margin-right: 20px;
}
.card__price .new__price {
  font-size: 30px;
}

.card__info {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 11px;
}

.card__size-info {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #333;
  margin-bottom: 7px;
}

.size {
  font-weight: 500;
  color: #008cff;
}

.card__size-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 20px;
}

.card__size {
  width: 44px;
  height: 44px;
  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-right: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid #008cff;
  border-radius: 14px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #333;
}
.card__size:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.card__size:last-child {
  margin-right: 0;
}
.card__size.active {
  background-color: #339EF6;
  color: #f4faff;
}

.card__form {
  width: 100%;
  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__inputs {
  width: 250px;
  height: auto;
}

.card__input-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  position: relative;
}
.card__input-wrapper:last-child {
  margin-bottom: 0;
}
.card__input-wrapper label {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  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;
  border-radius: 20px 0 0 20px;
  background: #47abff;
}

.card__input {
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #333;
  padding: 0 20px 0 60px;
  border: 1px solid #47abff;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card__input:focus {
  background: #fff;
}

.card__submit {
  width: 110px;
  height: 110px;
  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;
  border-radius: 30px;
  background: -webkit-linear-gradient(left, #ff6c17 0%, #ff3d00 100%);
  background: linear-gradient(90deg, #ff6c17 0%, #ff3d00 100%);
  padding: 18px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.card__submit img {
  width: 50px;
  height: auto;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.card__submit span {
  position: relative;
  z-index: 1;
}
.card__submit:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, #ff3d00 0%, #f00 100%);
  background: linear-gradient(90deg, #ff3d00 0%, #f00 100%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card__submit:hover:before {
  opacity: 1;
}

.card__2 .card__price {
  margin-bottom: 2px;
}
.card__2 .header__discont {
  top: 99px;
}
.card__2 .card__boot {
  margin-top: -10px;
  margin-bottom: -110px;
}

.card__discount-info {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #2e6995;
  margin-bottom: 7px;
}
.card__discount-info span {
  color: #ff4805;
}

.sprey .card__title {
  font-size: 36px;
}
.sprey .card__logo {
  margin-bottom: 30px;
}
.sprey .header__discont {
  top: 132px;
  right: -42px;
}
.sprey .card__info {
  margin-bottom: 13px;
}

.card__sprey {
  width: 388px;
  height: auto;
  margin: auto;
  position: relative;
  z-index: 2;
}

.card__delivery {
  position: relative;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  background: -webkit-linear-gradient(left, #73c0ff 0%, #fee8dc 50%);
  background: linear-gradient(90deg, #73c0ff 0%, #fee8dc 50%);
}

.card__decor-3 {
  width: 230px;
  height: auto;
  top: -28px;
  left: -176px;
  z-index: -1;
  opacity: 0.9;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.review__block {
  padding: 90px 0 92px;
  width: 560px;
  height: auto;
  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;
}

.review__quote {
  width: 144px;
  height: auto;
  position: absolute;
  top: 50px;
  left: -194px;
}

.review__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #008cff;
  margin-bottom: 36px;
}

.review__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #2e6995;
  margin-bottom: 7px;
}

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

.review__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
}

.review__slider .owl-nav {
  position: static;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  height: auto;
  margin-top: 12px;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.review__slider .owl-nav button {
  width: 50px;
  height: 50px;
  background-size: 19px auto !important;
  border-radius: 16px;
}

.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: -30px;
  margin-bottom: 18px;
}
.owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #2e6995 !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 {
  width: 20px;
  background-color: #008cff !important;
  border-radius: 5px;
}
.owl-dots button span {
  display: none;
}

.add__review {
  font-weight: 400;
  font-size: 16px;
  color: #555;
  cursor: pointer;
}

.review__decor {
  position: absolute;
  width: 925px;
  height: auto;
  top: 0;
  right: -970px;
  border-radius: 50px 0 0 50px;
}

.footer__section {
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.footer__section-wrapper .header__content {
  margin-left: 0;
  padding-top: 190px;
  padding-bottom: 47px;
}
.footer__section-wrapper .header__discont {
  top: 207px;
  right: -373px;
  left: auto;
}
.footer__section-wrapper .header__boot {
  top: 177px;
  left: auto;
  right: -655px;
  z-index: 2;
}

.footer__decor {
  position: absolute;
}

.footer__decor-1 {
  width: 402px;
  height: auto;
  top: -16px;
  left: -408px;
  z-index: 2;
}

.footer__decor-2 {
  width: 1063px;
  height: auto;
  top: -27px;
  right: -1313px;
  z-index: 1;
}

.footer__line {
  position: relative;
  background: rgba(255, 255, 255, 0.3);
}
.footer__line:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(left, #b6deff 0%, #fee8dc 100%);
  background: linear-gradient(90deg, #b6deff 0%, #fee8dc 100%);
  z-index: -1;
}

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

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

.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: 1480px) {
  .header__img {
    position: absolute;
    top: 0;
    left: -585px;
  }
  .header__decor-1 {
    left: -280px;
  }
  .header__decor-2 {
    right: -200px;
  }
  .galary__decor-1 {
    width: 217px;
    bottom: 100px;
    left: -100px;
  }
}
@media (max-width: 1280px) {
  .container {
    width: 1000px;
  }
  .header__content {
    position: relative;
    padding: 50px 0 200px;
    width: 500px;
  }
  .header__img {
    width: 400px;
    left: -500px;
  }
  .header__boot {
    width: 550px;
    top: 200px;
    left: -520px;
  }
  .header__delivery {
    padding: 25px 30px;
  }
  .header__item span {
    font-size: 20px;
  }
  .info__block {
    width: 500px;
  }
  .info__circle {
    height: 500px;
  }
  .info__boot {
    width: 700px;
  }
  .info__item-2 {
    top: 380px;
    left: -205px;
  }
  .info__item-3 {
    right: -283px;
    top: -140px;
  }
  .info__decor-title {
    font-size: 100px;
  }
  .info__decor-title-1 {
    left: -285px;
  }
  .info__decor-title-2 {
    right: -285px;
  }
  .info__decor-2 {
    bottom: -240px;
  }
  .card__left {
    width: 500px;
    padding: 50px 30px;
  }
  .card__boot {
    left: -50px;
    width: 560px;
    margin-top: 20px;
    margin-bottom: -20px;
  }
  .card__photos a {
    width: 70px;
    height: auto;
  }
  .card__sprey {
    width: 340px;
  }
  .sprey .header__discont {
    top: 132px;
    right: -75px;
  }
  .review__quote {
    width: 100px;
    top: 0px;
    left: -120px;
  }
  .review__block {
    padding: 30px 0 32px;
  }
  .review__decor {
    width: 700px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -750px;
  }
  .footer__decor-1 {
    width: 300px;
    top: 50px;
    left: -240px;
  }
  .footer__section-wrapper .header__discont {
    top: 207px;
    right: -300px;
    left: auto;
  }
  .footer__section-wrapper .header__boot {
    top: 177px;
    right: -540px;
  }
  .footer__decor-2 {
    right: -1100px;
  }
}
@media (max-width: 1080px) {
  .container {
    width: 700px;
  }
  .header__section {
    background-position: right bottom 100px;
  }
  .header__content {
    width: 100%;
    padding: 30px 0 100px;
  }
  .header__item span {
    font-size: 24px;
  }
  .header__items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .header__item-1 {
    margin-right: 20px;
  }
  .header__block {
    position: relative;
    margin-bottom: 26px;
  }
  .header__img {
    width: 340px;
    position: static;
    left: auto;
    top: auto;
    border-radius: 30px;
  }
  .header__discont {
    top: 0;
    right: 0;
    left: auto;
  }
  .header__boot {
    left: auto;
    right: 0;
    top: 0;
  }
  .header__decor-1 {
    top: 0;
    left: -100px;
  }
  .header__decor-2 {
    top: auto;
    bottom: 0;
    right: -110px;
  }
  .header__delivery {
    padding: 25px 45px;
  }
  .video__section-wrapper {
    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;
  }
  .video {
    width: 400px;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    margin-bottom: 50px;
  }
  .video__block {
    padding: 50px;
  }
  .video__decor-2 {
    bottom: -60px;
  }
  .info__section-wrapper {
    padding: 73px 0;
  }
  .info__item {
    position: static;
    margin-bottom: 43px;
  }
  .info__item:last-child {
    margin-bottom: 0;
  }
  .info__line {
    display: none;
  }
  .info__decor-title {
    display: none;
  }
  .info__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
            justify-content: space-evenly;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .info__circle {
    margin-bottom: 50px;
  }
  .info__section-title {
    margin-bottom: 41px;
  }
  .info__decor-1 {
    width: 135px;
    left: -120px;
    top: 447px;
  }
  .info__decor-2 {
    bottom: 70px;
    -webkit-transform: rotate(-115deg);
        -ms-transform: rotate(-115deg);
         -o-transform: rotate(-115deg);
            transform: rotate(-115deg);
  }
  .galary__section {
    background-position: right bottom;
    background-size: auto 90%;
  }
  .galary__section-wrapper {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .galary__slider {
    width: 100%;
    margin-left: 0;
  }
  .galary__slider .owl-nav {
    position: static;
    height: auto;
    width: calc(100% - 40px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    margin: auto;
  }
  .galary__slider .owl-dots {
    margin-top: -46px;
  }
  .galary__decor-1 {
    display: none;
  }
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 0;
  }
  .card__left {
    width: 100%;
    padding: 50px;
  }
  .card__boot {
    left: 0px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: -20px;
  }
  .card__photos a {
    width: 90px;
    height: auto;
  }
  .card__title {
    text-align: center;
  }
  .card__price .price {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .card__decor-2 {
    top: auto;
    bottom: 50px;
  }
  .card__sprey {
    width: 380px;
  }
  .sprey .header__discont {
    top: 132px;
    right: 0px;
  }
  .review__decor {
    position: static;
    width: 100%;
    height: auto;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    border-radius: 30px;
    margin-top: 27px;
  }
  .review__block {
    width: 100%;
    padding: 0;
  }
  .review__title {
    text-align: center;
  }
  .review__quote {
    width: 100px;
    top: 0px;
    left: auto;
    right: 0;
    z-index: -1;
  }
  .footer__section {
    background-position: right bottom;
  }
  .footer__section-wrapper .header__content {
    padding-top: 80px;
    padding-bottom: 47px;
  }
  .footer__section {
    background-position: center bottom;
  }
  .footer__section-wrapper .header__boot {
    position: static;
    top: auto;
    right: auto;
    margin: auto;
  }
  .footer__section-wrapper .header__discont {
    top: 0;
    right: auto;
    left: 80px;
  }
  .footer__decor-2 {
    width: 700px;
    height: auto;
    top: auto;
    bottom: 0;
    right: -342px;
    z-index: auto;
  }
  .footer__decor-1 {
    display: none;
  }
}
@media (max-width: 700px) {
  .container {
    width: calc(100% - 30px);
  }
  .footer__section-wrapper .header__discont {
    left: 0;
  }
}
@media (max-width: 540px) {
  .header__content {
    padding: 7vw 0 12vw;
  }
  .header__logo {
    height: 12vw;
    margin-bottom: 5vw;
  }
  .header__title {
    font-size: 7.5vw;
    margin-bottom: 5vw;
  }
  .header__item span {
    font-size: 4.8vw;
  }
  .header__item-1 {
    margin-right: 5vw;
  }
  .header__item-icon {
    width: 15.4vw;
    height: 15.4vw;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin-right: 3vw;
  }
  .header__item-icon img {
    width: auto;
    height: 10vw;
  }
  .header__items {
    margin-bottom: 7.4vw;
  }
  .header__block {
    margin-bottom: 6vw;
  }
  .header__img {
    width: 209px;
    margin-left: -15px;
    border-radius: 0 7vw 7vw 0;
  }
  .header__discont {
    width: 60vw;
    height: 60vw;
    right: -14vw;
    top: -3vw;
  }
  .header__discont span {
    font-size: 8vw;
    margin-top: -3vw;
  }
  .header__boot {
    width: 90vw;
    top: 6vw;
    left: auto;
    right: -12vw;
  }
  .header__decor-1 {
    width: 30vw;
    left: -13vw;
    top: 1vw;
  }
  .header__price {
    margin-bottom: 5.6vw;
  }
  .old__price {
    font-size: 7.4vw;
    padding: 0 2vw;
    margin-right: 7vw;
  }
  .new__price {
    font-size: 9vw;
  }
  .order__btn, .card__submit {
    border-radius: 4.8vw;
    padding: 4.8vw;
    font-size: 4.8vw;
    width: 100%;
    height: auto;
  }
  .order__btn img, .card__submit img {
    display: none;
  }
  .header__date {
    font-size: 4.8vw;
    margin-top: 1.8vw;
  }
  .header__delivery {
    padding: 25px 45px;
    border-radius: 7vw;
    margin-top: 11vw;
    padding: 4.8vw 4.8vw 3.5vw;
    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;
  }
  .delivery__icon {
    margin-right: 0;
    margin-bottom: 3.5vw;
  }
  .delivery__text {
    font-size: 4.5vw;
    text-align: center;
  }
  .header__section {
    background-position: right bottom 36vw;
  }
  .header__decor-2 {
    width: 30vw;
    right: -5vw;
    bottom: 30vw;
  }
  .video {
    width: 100%;
    height: 165vw;
    margin-bottom: 12vw;
  }
  .video__block {
    padding: 7vw 4.8vw;
    background: #fee8dc;
    border: 2px solid #fff;
    border-radius: 12vw;
    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;
  }
  .video__logo {
    height: 9.6vw;
    margin-bottom: 5vw;
  }
  .video__text {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  .video__list {
    -webkit-align-self: flex-start;
            align-self: flex-start;
    margin-bottom: 4vw;
  }
  .video__list-item img {
    width: 7.2vw;
    margin-right: 3.5vw;
  }
  .video__list-item {
    width: 70vw;
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
  .video__decor-1 {
    width: 30vw;
    top: -17vw;
    left: -8vw;
  }
  .video__decor-2 {
    width: 27vw;
    bottom: -16vw;
    right: -7vw;
  }
  .info__section-wrapper {
    padding: 17vw 0;
  }
  .info__section-title {
    margin-bottom: 10vw;
    font-size: 7.5vw;
  }
  .info__block {
    width: 76vw;
  }
  .info__circle {
    height: 76vw;
    padding-top: 6vw;
    margin-bottom: 12vw;
  }
  .info__logo {
    height: 7.3vw;
  }
  .info__boot {
    width: 108vw;
    left: 54%;
  }
  .info__item {
    width: 59vw;
  }
  .info__item-img {
    margin-bottom: 2vw;
    width: 78%;
  }
  .info__text {
    font-size: 5.8vw;
  }
  .info__item {
    margin-bottom: 10vw;
    width: 100vw;
  }
  .info__decor-1 {
    width: 30vw;
    left: -8vw;
    top: 78vw;
  }
  .info__decor-2 {
    width: 45vw;
    bottom: 58vw;
    right: -21vw;
    -webkit-transform: rotate(-150deg);
        -ms-transform: rotate(-150deg);
         -o-transform: rotate(-150deg);
            transform: rotate(-150deg);
  }
  .galary__slider {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .galary__section {
    background-size: auto 95%;
  }
  .galary__section-wrapper {
    padding-bottom: 12vw;
  }
  .owl-nav button {
    width: 50px;
    height: 50px;
    background-size: 19px auto !important;
    border-radius: 16px;
  }
  .galary__slider .owl-dots {
    margin-top: -30px;
  }
  .card__section-wrapper {
    padding: 12vw 0 17vw;
  }
  .card__left-wrapper {
    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__left-rating {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .card__rating {
    width: auto;
  }
  .card {
    border-radius: 12vw;
  }
  .card__left {
    padding: 7.8vw 4.8vw 4.8vw;
    border-radius: 12vw;
  }
  .card__logo {
    height: 9.7vw;
    margin-bottom: 2vw;
  }
  .card__rating-text {
    font-size: 5.8vw;
    margin-right: 2vw;
  }
  .card {
    margin-bottom: 19vw;
  }
  .card .header__discont {
    width: 58vw;
    height: 58vw;
  }
  .card .header__discont span {
    font-size: 7.5vw;
  }
  .card__left .header__discont {
    top: 21vw;
    right: -5vw;
  }
  .card__boot {
    left: -3vw;
    width: 115%;
    margin-top: 0vw;
    margin-bottom: -3vw;
  }
  .card__photos {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .card__photos a {
    width: 31%;
    height: auto;
    margin-bottom: 3vw;
  }
  .card__right {
    width: 100%;
    padding: 4.8vw 4.8vw 7vw;
  }
  .card__title {
    font-size: 8.8vw;
    margin-bottom: 1vw;
  }
  .card__price .old__price {
    font-size: 6vw;
    margin-right: 4.8vw;
  }
  .card__price .new__price {
    font-size: 7.8vw;
  }
  .card__price {
    margin-bottom: 2vw;
  }
  .card__info {
    font-size: 4.5vw;
    margin-bottom: 2.6vw;
  }
  .card__size-info {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
  .card__size {
    width: 12vw;
    height: 12vw;
    margin-right: 2vw;
    font-size: 4.5vw;
  }
  .card__size-btns {
    margin-bottom: 4.8vw;
  }
  .card__form {
    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__inputs {
    width: 100%;
    margin-bottom: 4.8vw;
  }
  .card__right .header__date {
    margin-top: 3vw;
  }
  .card__decor-1 {
    width: 24vw;
    bottom: -16vw;
    left: auto;
    z-index: -1;
    right: -8vw;
  }
  .card__2 .card__boot {
    margin-top: 5vw;
    margin-bottom: -15vw;
    left: -5vw;
  }
  .card__2 .header__discont {
    top: 21vw;
    right: -2vw;
  }
  .card__discount-info {
    font-size: 4.5vw;
    margin-bottom: 2vw;
    padding: 0 4vw;
    text-align: center;
  }
  .card__decor-2 {
    width: 38vw;
    height: auto;
    right: auto;
    left: -16vw;
    bottom: -24vw;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
         -o-transform: scaleX(-1);
            transform: scaleX(-1);
    z-index: -1;
    -webkit-animation: none;
            animation: none;
  }
  .sprey {
    z-index: -1;
    margin-bottom: 0;
  }
  .sprey .card__left {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .sprey .card__logo {
    margin-bottom: 12vw;
  }
  .card__sprey {
    width: 69vw;
  }
  .sprey .header__discont {
    top: 27vw;
    right: -16vw;
  }
  .sprey .card__title {
    font-size: 7vw;
  }
  .sprey .card__info {
    margin-bottom: 3vw;
  }
  .card__section .header__delivery {
    margin-top: 12vw;
    background: -webkit-linear-gradient(315deg, #73c0ff 0%, #fee8dc 70%);
    background: linear-gradient(135deg, #73c0ff 0%, #fee8dc 70%);
  }
  .card__decor-3 {
    width: 36vw;
    top: auto;
    left: -12vw;
    bottom: -15vw;
  }
  .review__quote {
    width: 28vw;
  }
  .review__title {
    font-size: 7.5vw;
    margin-bottom: 9.6vw;
  }
  .review__rating {
    margin-bottom: 5vw;
  }
  .review__name {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
  .review__text {
    font-size: 4.8vw;
  }
  .review__decor {
    border-radius: 7vw;
    margin-top: 6vw;
  }
  .footer__section {
    background-size: 310vw auto;
    background-position: right bottom;
  }
  .footer__section-wrapper .header__content {
    padding-top: 19vw;
    padding-bottom: 11vw;
  }
  .footer__section-wrapper .header__discont {
    left: -6vw;
    top: -6vw;
  }
  .footer__section-wrapper .header__boot {
    -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
         -o-transform: rotate(-1deg);
            transform: rotate(-1deg);
    margin-top: -5vw;
    margin-bottom: -10vw;
  }
  .footer__decor-2 {
    width: 85vw;
    bottom: -12vw;
    right: -30vw;
  }
  .footer__line:before {
    box-sizing: border-box;
    height: calc(100% + 1px);
    margin-top: -1px;
    background: -webkit-linear-gradient(left, #FDD2D9 0%, #FFEDDF 100%);
    background: linear-gradient(90deg, #FDD2D9 0%, #FFEDDF 100%);
  }
  .footer__line-item {
    font-size: 3.5vw;
  }
  .fancybox-content {
    padding: 44px 15px;
  }
}