@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-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: "Inter", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
  background: #000;
}

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

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

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

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

.file div {
  width: 60px;
  height: 40px;
  border-radius: 4px;
  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: 58px;
  height: auto;
  border-radius: 4px;
  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 {
  background-image: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 150px;
}

.header__wrapper {
  padding: 30px 0 135px;
}

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

.header__logo {
  width: 202px;
  height: auto;
  margin-bottom: 37px;
}

.header__title {
  color: #FFF;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.header__boot {
  position: absolute;
  width: 926px;
  height: auto;
  top: -20px;
  right: -600px;
}

.header__block {
  width: 360px;
  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;
}

.header__item {
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: #129FEF;
  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;
}

.header__item-logo {
  width: 70px;
  height: 70px;
  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: 10px 0px 0px 10px;
  background: #086ECD;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.header__item-logo img {
  width: auto;
  height: 40px;
}

.header__item-text {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  padding-left: 20px;
}

.header__price {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  background: #C6F0FA;
  position: relative;
  margin-bottom: 20px;
}

.price {
  width: 100%;
  height: 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;
  padding: 0 16px;
}

.old__price {
  color: #222;
  font-size: 20px;
  line-height: 1;
  padding: 0 9px;
  position: relative;
}
.old__price:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #F00;
  position: absolute;
  top: 50%;
  left: 50%;
  -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);
}

.header__discount {
  width: 81px;
  height: 100%;
  border-radius: 10px;
  background: #FF2B06;
  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: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__discount span {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.new__price {
  color: #0C5293;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.order__btn {
  display: inline-block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: -webkit-linear-gradient(178deg, #FF6222 0%, #FF2001 100%);
  background: linear-gradient(-88deg, #FF6222 0%, #FF2001 100%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 25px;
}
.order__btn span {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.order__btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: -webkit-linear-gradient(358deg, #FF6222 0%, #FF2001 100%);
  background: linear-gradient(92deg, #FF6222 0%, #FF2001 100%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
.order__btn:hover:before {
  opacity: 1;
}

.header__date {
  display: inline-block;
  width: auto;
  border-radius: 0px 0px 10px 10px;
  background: rgba(0, 0, 0, 0.7);
  padding: 12px 15px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 1;
}
.header__date span {
  color: #FFC806;
  font-weight: 500;
}

.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;
  position: relative;
}

.header__info {
  width: 380px;
  height: auto;
  padding: 20px 20px 42px;
  background: #0E4BA4;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}

.header__info-img {
  width: 100%;
  height: auto;
  border-radius: 26px 26px 0 0;
}

.header__info-title {
  border-radius: 0px 0px 26px 26px;
  background: #052F6B;
  padding: 18px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.header__info-text {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  padding: 0 20px;
}

.header__info-1 .header__info-img {
  border-radius: 26px 0 0 0;
}
.header__info-1 .header__info-title {
  border-radius: 0px 0px 0 26px;
}

.header__info-2 {
  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: 420px;
}

.header__info-3 .header__info-img {
  border-radius: 0 26px 0 0;
}
.header__info-3 .header__info-title {
  border-radius: 0px 0px 26px 0;
}

.info {
  background-image: url(../img/info-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}
.info .container {
  width: 1220px;
}

.info__wrapper .header__block {
  margin-top: 44px;
}
.info__wrapper .header__date {
  background: none;
}

.info__block {
  width: 535px;
  margin-left: auto;
  position: relative;
  margin-bottom: 128px;
}

.info__logo {
  width: 202px;
  height: auto;
  margin-bottom: 45px;
}

.info__text {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 17px;
}

.info__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;
  margin-bottom: 27px;
}

.info__item-icon {
  width: 70px;
  height: 70px;
  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: 10px;
  background: #086ECD;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.info__item-icon img {
  width: auto;
  height: auto;
  max-width: 40px;
  max-height: 40px;
}

.info__item-wrapper {
  padding-left: 20px;
}
.info__item-wrapper .info__text {
  margin-bottom: 0;
}

.info__item-title {
  color: #FFC806;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}

.info__left {
  position: absolute;
  top: 0;
  left: -668px;
  width: 618px;
  height: 639px;
}

.info__img-1 {
  width: 63.4%;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 30px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}

.info__img-2 {
  width: 45%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 30px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}

.info__img-boot {
  width: 108%;
  position: absolute;
  bottom: -24%;
  left: -1%;
  z-index: 2;
}

.info__galary {
  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__center {
  width: 360px;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-top: 11px;
}

.info__center-title {
  color: #FFC806;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.info__center-text {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}

.info__discount {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 30px;
  background: #052F6B;
  padding: 15px 40px 11px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}

.info__discount-text {
  color: #FFF;
  text-align: center;
  font-size: 20px;
}
.info__discount-text span {
  color: #FFC806;
  font-size: 30px;
  font-weight: 500;
}

.info__discount-icon {
  position: absolute;
}

.info__discount-1 {
  bottom: 20px;
  left: 20px;
}

.info__discount-2 {
  top: -5px;
  right: -12px;
  -webkit-transform: rotate(-75deg);
      -ms-transform: rotate(-75deg);
       -o-transform: rotate(-75deg);
          transform: rotate(-75deg);
  -webkit-filter: blur(2.5px);
          filter: blur(2.5px);
}

.info__center-delivery {
  width: 100%;
  height: auto;
  border-radius: 30px;
  background: #086ECD;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  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: 20px 20px 15px;
}

.info__delivery-icon {
  width: 139px;
  height: 63px;
  padding: 10px;
  border-radius: 10px;
  background: #FFF;
  margin-bottom: 15px;
}
.info__delivery-icon img {
  width: 100%;
  height: auto;
}

.info__delivery-text {
  color: #FFF;
  text-align: center;
  font-size: 18px;
}

.info__slider-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;
  position: relative;
  width: 400px;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.info__slider-decor {
  position: absolute;
  top: 50px;
  width: 333px !important;
}
.info__slider-decor .owl-dots {
  display: none;
}
.info__slider-decor img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.info__slider-decor:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.info__slider-1 .info__slider-decor {
  left: -363px;
}
.info__slider-1 .info__slider-decor:before {
  background: -webkit-linear-gradient(right, rgba(2, 20, 59, 0.3) 0.1%, #02143B 100%);
  background: linear-gradient(270deg, rgba(2, 20, 59, 0.3) 0.1%, #02143B 100%);
}

.info__slider-2 .info__slider-decor {
  right: -363px;
}
.info__slider-2 .info__slider-decor:before {
  background: -webkit-linear-gradient(right, #02143B 0.1%, rgba(2, 20, 59, 0.3) 100%);
  background: linear-gradient(270deg, #02143B 0.1%, rgba(2, 20, 59, 0.3) 100%);
}

.info__slider {
  width: 100%;
  height: auto;
}
.info__slider img {
  border-radius: 30px;
}

.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: 40px;
}
.owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #086ECD !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: #086ECD !important;
}

.slider__btns {
  width: 270px;
  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;
  margin-top: -30px;
}

.slider__btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #086ECD;
  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-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.slider__btn svg {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slider__btn:hover {
  background-color: #086ECD;
}
.slider__btn:hover svg {
  fill: #fff;
}

.next__btn {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.info__slider-mobile {
  display: none;
}

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

.card__section-wrapper {
  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;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 100px;
}

.card {
  width: 545px;
  height: auto;
  margin-bottom: 100px;
  border-radius: 30px;
  background: #093A7F;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 50px 27px;
  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;
  overflow: hidden;
}

.card__header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  margin-bottom: 11px;
}

.card__logo {
  width: 136px;
  height: auto;
  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 img {
  width: 18px;
  height: auto;
  margin-right: 3px;
}
.card__rating img:last-child {
  margin-right: 0;
}

.card__title {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 7px;
}

.card__price {
  margin-bottom: 16px;
}
.card__price .price {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.card__price .old__price {
  color: #FFF;
  margin-right: 20px;
}
.card__price .new__price {
  font-size: 30px;
  color: #FFC806;
}

.card__slider-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.card__slider-wrapper .slider__btns {
  width: 100%;
}

.card__discount {
  display: inline-block;
  width: auto;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 16px;
  background: -webkit-linear-gradient(343deg, #FF6222 0%, #FF2001 100%);
  background: linear-gradient(107deg, #FF6222 0%, #FF2001 100%);
  padding: 9px 13px;
  z-index: 3;
}
.card__discount span {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.card__slider {
  width: 100%;
  height: auto;
  position: relative;
}
.card__slider .owl-item {
  position: relative;
}
.card__slider .owl-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-image: url(../img/hover.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(9, 58, 127, 0.6);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card__slider .owl-item:hover:before {
  opacity: 1;
}
.card__slider img {
  border-radius: 30px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}
.card__slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.card__slider .owl-dots button {
  background-color: #086ECD !important;
  border: none !important;
}
.card__slider .owl-dots button.active {
  background-color: #fff !important;
}

.card__info {
  width: 100%;
  position: relative;
  padding: 15px 0;
  margin-bottom: 20px;
}
.card__info:before {
  content: "";
  width: calc(100% + 100px);
  height: 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%);
  background: #052F6B;
}

.card__info-text {
  color: #FFF;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
.card__info-text span {
  font-weight: 700;
}
.card__info-text a {
  font-weight: 700;
  text-decoration: underline;
}

.card__form {
  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-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.card__form .header__date {
  width: 100%;
  background-color: transparent;
  text-align: center;
}

.card__input-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 10px;
}
.card__input-wrapper label {
  position: absolute;
  width: 60px;
  height: 100%;
  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: 10px 0px 0px 10px;
  background: #086ECD;
  top: 0;
  left: 0;
  pointer-events: none;
}

.card__input {
  width: 100%;
  height: auto;
  padding: 16px 20px 16px 80px;
  border-radius: 10px;
  border: 1px solid #086ECD;
  color: #FFF;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card__input:focus {
  background: #073475;
}

.card__submit {
  margin-top: 10px;
}

.table__size {
  display: inline-block;
  width: auto;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  text-decoration: underline;
  margin-top: 10px;
  margin-bottom: 10px;
}

.center {
  width: 100%;
  height: auto;
  border-radius: 30px;
  background: #E5F2FA;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 100px;
}

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

.center__block-1 {
  margin-bottom: 43px;
  padding: 68px 60px 0 70px;
}
.center__block-1 .center__content {
  width: 690px;
  height: auto;
}

.center__woman {
  width: 261px;
  height: auto;
}

.center__content-title {
  color: #052F6B;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 13px;
}

.center__content-text {
  color: #093A7F;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 69px;
}

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

.center__block-2 {
  padding: 0 70px 0 50px;
}
.center__block-2 .center__info {
  width: 780px;
  height: auto;
}

.center__man {
  width: 206px;
  height: auto;
}

.center__info-mobile {
  display: none;
}

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

.review__block {
  width: 360px;
  height: auto;
  padding: 100px 0 204px;
  position: relative;
}

.review__logo {
  width: 202px;
  height: auto;
  margin-bottom: 19px;
}

.review__title {
  color: #FFC806;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.reviews {
  width: 575px;
  height: auto;
  position: absolute;
  top: 125px;
  right: -615px;
}

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

.review__slider-1 {
  position: relative;
  z-index: 5;
}

.review__slider .owl-stage-outer {
  padding: 25px 0 20px !important;
}

.review__slide {
  border-radius: 30px;
  background: #052F6B;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
}

.review__text {
  color: #FFF;
  font-size: 20px;
  padding: 40px 50px 9px;
}

.review__footer {
  background-color: #093A7F;
  border-radius: 0 0 30px 30px;
  padding: 13px 50px;
  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__name {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.review__rating {
  width: auto;
  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;
}
.review__rating img {
  width: 18px !important;
  height: auto;
  margin-right: 3px;
}
.review__rating img:last-child {
  margin-right: 0;
}

.review__quote {
  position: absolute;
  top: -25px;
  left: 50px;
  width: 82px;
  height: 50px;
  border-radius: 10px;
  background: -webkit-linear-gradient(340deg, #FF6222 0%, #FF2001 100%);
  background: linear-gradient(110deg, #FF6222 0%, #FF2001 100%);
  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;
}
.review__quote img {
  width: auto !important;
  height: 30px;
}

.reviews .slider__btns {
  position: absolute;
  top: 50px;
  right: -165px;
  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: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 50px;
  height: 278px;
}
.reviews .slider__btns .slider__btn {
  border-color: #fff;
  position: relative;
  z-index: 2;
}
.reviews .slider__btns .slider__btn:hover {
  border-color: #086ECD;
}
.reviews .slider__btns svg {
  fill: #fff;
}
.reviews .slider__btns .prev__btn {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.reviews .slider__btns .next__btn {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.reviews .owl-dots {
  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-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  top: -20px;
  width: 10px;
  height: 278px;
  right: -145px;
  pointer-events: none;
}
.reviews .owl-dots button {
  margin-right: 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: #086ECD !important;
  pointer-events: auto;
}
.reviews .owl-dots button:last-child {
  margin-bottom: 0;
}
.reviews .owl-dots button.active {
  border: none !important;
  background-color: #fff !important;
}

.review__slider-2 {
  position: absolute;
  top: 75px;
  left: 85px;
  opacity: 0.3;
}
.review__slider-2 .owl-dots {
  display: none;
}

.add__review {
  color: #EAEAEA;
  font-size: 16px;
  cursor: pointer;
}

.footer__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.footer__block .header__content {
  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;
  padding-bottom: 205px;
}
.footer__block .header__title {
  text-align: center;
}

.footer__boot {
  position: absolute;
  height: auto;
}

.footer__boot-1 {
  left: -400px;
  bottom: -25px;
  width: 766px;
}

.footer__boot-2 {
  bottom: 10px;
  right: -330px;
  width: 545px;
}

.footer__line {
  background-color: rgba(5, 47, 107, 0.8);
}

.footer__line-wrapper {
  padding: 10px 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;
}

.footer__line-item {
  color: #FFF;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 1280px) {
  .container {
    width: 1000px !important;
  }
  .header__boot {
    width: 760px;
    top: 40px;
    right: -460px;
  }
  .header__info {
    width: 340px;
  }
  .header__info-2 {
    width: 380px;
  }
  .header__info-title {
    font-size: 20px;
  }
  .header__info-text {
    font-size: 18px;
  }
  .info__block {
    width: 480px;
  }
  .info__left {
    top: 50px;
    left: -550px;
    width: 500px;
    height: 514px;
  }
  .info__logo {
    margin-bottom: 24px;
  }
  .info__text {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .info__item-title {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .info__slider-wrapper {
    width: 320px;
  }
  .info__center {
    width: 320px;
    padding-top: 0;
  }
  .info__slider-decor {
    top: 50px;
    width: 260px !important;
  }
  .info__slider-1 .info__slider-decor {
    left: -280px;
  }
  .info__slider-2 .info__slider-decor {
    right: -280px;
  }
  .info__center-title {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .info__center-text {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .info__discount-text span {
    font-size: 26px;
  }
  .info__discount {
    padding: 10px 40px 10px;
    margin-bottom: 20px;
  }
  .info__discount-text {
    font-size: 18px;
  }
  .info__center-delivery {
    padding: 15px;
  }
  .info__delivery-icon {
    margin-bottom: 10px;
  }
  .info__delivery-text {
    font-size: 16px;
  }
  .card {
    width: 480px;
  }
  .center__block-2 .center__info {
    width: 674px;
  }
  .center__woman {
    width: 240px;
  }
  .review__block {
    width: 320px;
  }
  .review__title {
    font-size: 32px;
  }
  .reviews {
    width: 500px;
    top: 100px;
    right: -520px;
  }
  .review__text {
    font-size: 18px;
  }
  .footer__boot-1 {
    left: -340px;
    bottom: 15px;
    width: 650px;
  }
  .footer__boot-2 {
    bottom: 50px;
    right: -270px;
    width: 450px;
  }
}
@media (max-width: 1080px) {
  .container {
    width: 700px !important;
  }
  .header__content {
    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;
  }
  .header__title {
    text-align: center;
    margin-bottom: 0;
  }
  .header__boot {
    position: static;
    top: auto;
    right: auto;
  }
  .header__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;
  }
  .header__info {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    top: auto;
    left: auto;
    width: 420px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .header__info:last-child {
    margin-bottom: 0;
  }
  .header__info .header__info-img {
    border-radius: 26px 26px 0 0;
  }
  .header__info .header__info-title {
    border-radius: 0px 0px 26px 26px;
  }
  .header {
    padding-bottom: 100px;
  }
  .header__info-title {
    font-size: 24px;
  }
  .header__info-text {
    font-size: 20px;
  }
  .header__wrapper {
    padding: 30px 0 50px;
  }
  .info__block {
    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 {
    position: relative;
    top: auto;
    left: auto;
    margin-top: -20px;
    width: 100%;
    height: 720px;
    margin-bottom: 111px;
  }
  .info__text {
    font-size: 20px;
    text-align: center;
  }
  .info__item {
    -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: 44px;
  }
  .info__item-icon {
    margin-bottom: 13px;
  }
  .info__item-wrapper {
    padding: 0;
  }
  .info__item-title {
    text-align: center;
    font-size: 26px;
  }
  .info {
    padding: 80px 0;
  }
  .info__slider-wrapper {
    display: none;
  }
  .info__center {
    width: 480px;
    padding-top: 0;
  }
  .info__galary {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .info__center-title {
    font-size: 38px;
    margin-bottom: 15px;
  }
  .info__center-text {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .info__discount {
    padding: 10px 60px 10px;
  }
  .info__discount-text {
    font-size: 24px;
  }
  .info__discount-text span {
    font-size: 32px;
  }
  .info__delivery-text {
    font-size: 22px;
  }
  .info__slider-mobile {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
  .info__slider-mobile .slider__btns {
    width: 100%;
  }
  .info__block {
    margin-bottom: 80px;
  }
  .card {
    width: 100%;
  }
  .center {
    display: none;
  }
  .center__block-2 {
    display: none;
  }
  .center__woman {
    display: none;
  }
  .center__block-1 .center__content {
    width: 100%;
  }
  .center__block-1 {
    margin-bottom: 0;
    padding: 60px 60px 0;
  }
  .center__info {
    display: none;
  }
  .center__content-title {
    text-align: center;
  }
  .center__content-text {
    text-align: center;
    margin-bottom: 23px;
  }
  .center__info-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .center__info-mobile .center__woman {
    display: block;
  }
  .center__info-1 {
    width: 80%;
    height: auto;
    margin-bottom: 50px;
  }
  .center__info-2 {
    width: 80%;
    height: auto;
    margin-bottom: 10px;
  }
  .center__woman {
    width: 190px;
  }
  .review__block {
    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;
  }
  .reviews {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
  .review__slider-2 {
    display: none !important;
  }
  .reviews .slider__btns {
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    position: static;
    top: auto;
    right: auto;
  }
  .reviews .owl-dots {
    width: 100%;
    height: auto;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    margin-top: 30px;
  }
  .reviews .owl-dots button {
    margin: 0;
    margin-right: 10px;
  }
  .reviews .owl-dots button:last-child {
    margin-right: 0;
  }
  .reviews .slider__btns .prev__btn {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .reviews .slider__btns .next__btn {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .reviews .slider__btns {
    position: relative;
    z-index: 5;
  }
  .review__title {
    text-align: center;
    margin-bottom: 41px;
  }
  .review__quote {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .review__text {
    font-size: 20px;
    text-align: center;
  }
  .review__block {
    padding: 100px 0 100px;
  }
  .footer__decor {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 100px;
  }
  .footer__boot-1 {
    top: -100px;
    left: 0;
    width: 80%;
  }
  .footer__boot-2 {
    position: static;
    width: 60%;
    margin-left: auto;
  }
  .footer__block .header__content {
    padding-bottom: 100px;
  }
}
@media (max-width: 700px) {
  .container {
    width: calc(100vw - 30px) !important;
  }
  .info__left {
    height: 100vw;
  }
}
@media (max-width: 540px) {
  .header {
    background-image: url(../img/header-bg-mobile.jpg);
    padding-bottom: 12vw;
  }
  .header__wrapper {
    padding: 7vw 0 12vw;
  }
  .header__logo {
    width: 48vw;
    margin-bottom: 4.5vw;
  }
  .header__title {
    font-size: 9vw;
  }
  .header__boot {
    width: 120%;
    margin-left: -10vw;
  }
  .header__block {
    width: 100%;
  }
  .header__item {
    margin-bottom: 4.8vw;
  }
  .header__item-logo {
    width: 17vw;
    height: 17vw;
  }
  .header__item-text {
    font-size: 5.8vw;
    padding-left: 4.8vw;
  }
  .header__price {
    height: 17vw;
    margin-bottom: 4.8vw;
  }
  .old__price {
    color: #222;
    font-size: 4.8vw;
    line-height: 1;
    padding: 0 2.2vw;
    position: relative;
  }
  .header__discount {
    width: 19vw;
  }
  .new__price {
    font-size: 6vw;
  }
  .header__discount span {
    font-size: 5.8vw;
  }
  .order__btn {
    padding: 6vw;
  }
  .order__btn span {
    font-size: 4.8vw;
  }
  .header__date {
    padding: 3vw 4vw;
    font-size: 4.8vw;
  }
  .header__info {
    padding: 4.8vw 4.8vw 5.5vw;
    margin-bottom: 7vw;
  }
  .header__info:last-child {
    margin-bottom: 0;
  }
  .header__info-title {
    padding: 4.5vw;
    font-size: 5.5vw;
    margin-bottom: 3.4vw;
  }
  .header__info-text {
    font-size: 4.8vw;
    padding: 0;
  }
  .info {
    padding: 12vw 0;
  }
  .info__logo {
    width: 48.8vw;
    margin-bottom: 6vw;
  }
  .info__text {
    font-size: 4.8vw;
    margin-bottom: 10vw;
  }
  .info__item-icon {
    margin-bottom: 3vw;
  }
  .info__item-title {
    text-align: center;
    font-size: 5.8vw;
    margin-bottom: 1.5vw;
  }
  .info__item {
    margin-bottom: 10vw;
  }
  .info__left {
    margin-bottom: 28vw;
  }
  .info__wrapper .header__block {
    margin-top: 0;
  }
  .info__block {
    margin-bottom: 12vw;
  }
  .info__center {
    width: 100%;
  }
  .info__center-title {
    font-size: 7.5vw;
    margin-bottom: 4vw;
  }
  .info__slider-mobile {
    margin-bottom: 10vw;
  }
  .info__discount-text {
    font-size: 4.8vw;
  }
  .info__discount {
    padding: 3.5vw 15vw 3vw;
    margin-bottom: 7vw;
  }
  .info__discount-text span {
    font-size: 7vw;
  }
  .info__discount-1 {
    bottom: 4.8vw;
    left: 4.8vw;
    width: 12vw;
  }
  .info__discount-2 {
    width: 12vw;
    top: -1vw;
    right: -3vw;
  }
  .info__center-delivery {
    padding: 4.8vw 4.8vw 3.5vw;
  }
  .info__delivery-text {
    font-size: 4.5vw;
  }
  .info__delivery-icon {
    margin-bottom: 3.5vw;
  }
  .card__section {
    background-image: url(../img/card-bg-mobile.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .card__section-wrapper {
    padding-top: 12vw;
  }
  .card {
    padding: 7vw 4.8vw 6vw;
    margin-bottom: 12vw;
  }
  .card__header {
    margin-bottom: 2.8vw;
  }
  .card__logo {
    width: 33vw;
    margin-right: 4.8vw;
  }
  .card__title {
    font-size: 7vw;
    margin-bottom: 2vw;
  }
  .card__price .old__price {
    margin-right: 4.8vw;
  }
  .card__price .new__price {
    font-size: 7vw;
  }
  .card__info-text {
    font-size: 4.5vw;
  }
  .card__info {
    padding: 3.5vw 0;
    margin-bottom: 4.8vw;
  }
  .card__input-wrapper label {
    width: 14.5vw;
  }
  .card__input {
    width: 100%;
    height: auto;
    padding: 16px 20px 16px 19vw;
  }
  .card__slider img {
    border-radius: 20px;
  }
  .center__block-1 {
    padding: 10vw 4.8vw 0;
  }
  .center {
    margin-bottom: 12vw;
  }
  .center__content-title {
    font-size: 7vw;
    margin-bottom: 3vw;
  }
  .center__content-text {
    font-size: 5.5vw;
    margin-bottom: 5vw;
  }
  .center__info-1, .center__info-2 {
    width: 87%;
  }
  .center__info-1 {
    margin-bottom: 12vw;
  }
  .center__info-1 {
    margin-bottom: 2.2vw;
  }
  .center__woman {
    width: 37vw;
  }
  .center__man {
    width: 39.5vw;
    height: auto;
  }
  .table__size {
    font-size: 4.8vw;
    margin-top: 2.2vw;
    margin-bottom: 2.2vw;
  }
  .size-table tbody td:first-child {
    width: 20.5%;
  }
  .size-table {
    font-size: 3.5vw;
  }
  .size-table tbody td {
    width: 15%;
    padding: 2vw;
  }
  .size-table-wrapper table {
    margin-bottom: 0;
  }
  .footer {
    background-image: url(../img/footer-bg-mobile.jpg);
  }
  .review__block {
    padding: 12vw 0 16vw;
  }
  .review__logo {
    width: 48.8vw;
    margin-bottom: 5vw;
  }
  .review__title {
    font-size: 7vw;
    margin-bottom: 10vw;
  }
  .reviews {
    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__slider {
    width: calc(100% + 20px);
  }
  .review__text {
    font-size: 4.8vw;
    padding: 9.8vw 4.8vw 3vw;
  }
  .review__footer {
    padding: 3vw 4.8vw;
  }
  .review__name {
    font-size: 4.8vw;
  }
  .reviews .owl-dots {
    margin-top: 4.8vw;
  }
  .footer__decor {
    margin-top: 15vw;
    margin-bottom: 3vw;
  }
  .footer__boot-2 {
    position: relative;
    width: 60%;
    margin-left: auto;
    bottom: auto;
    right: -2vw;
  }
  .footer__boot-1 {
    top: -18vw;
    width: 85%;
    left: -5vw;
    z-index: 2;
  }
  .footer__block .header__content {
    padding-bottom: 12vw;
  }
  .fancybox-content {
    padding: 44px 20px 20px;
  }
}