/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@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-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

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

select::-ms-value {
  background: none;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

a:active {
  outline: none;
}

button {
  font-family: inherit;
  color: inherit;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

input {
  font-family: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

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

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

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

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

input::placeholder {
  opacity: 1;
}

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

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

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

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

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

input:invalid {
  box-shadow: none;
}

img {
  width: 100%;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none !important;
  -webkit-user-select: none !important;
}

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

input::-ms-clear {
  width: 15px;
  height: 15px;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1170px;
}

.price {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}

.price-text {
  max-width: 220px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #283C6F;
  text-align: center;
}

.price-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.price-wrapper--margin {
  margin-top: 10px;
}

.price-old {
  position: relative;
  margin-right: 19px;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #555555;
}

.price-old::after {
  content: '';
  position: absolute;
  top: 12px;
  right: -10px;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  width: 120%;
  height: 2px;
  background-color: #FF0000;
  pointer-events: none;
}

.price-new {
  margin-left: 18px;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #FF5C00;
}

.button-sale {
  padding: 19px 25px 18px 25px;
  max-width: 360px;
  width: 100%;
  border-radius: 20px;
  background-color: #FF5C00;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.sale {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #283C6F;
}

.sale-date {
  font-weight: 500;
  color: #FF5C00;
}

.fancybox-infobar {
  display: none;
}

.raiting {
  display: -webkit-flex;
  display: flex;
}

.raiting-star {
  margin: 0 1.5px;
  width: 18px;
}

.sale-order {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 23.4px;
  color: #283C6F;
  text-align: center;
}

.sale-order__price {
  font-size: 24px;
  font-weight: 500;
  color: #FF5C00;
}

.feedback-modal {
  padding: 30px 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 750px;
  width: 100%;
  min-height: 420px;
  background-color: #fff;
  border: 1px solid #000;
}

.feedback-modal__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.feedback-modal__input {
  margin-right: 30px;
  padding: 15px 17px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000;
  border: 1px solid #684CBA;
}

.feedback-modal__input::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #888888;
  opacity: 0.7;
}

.feedback-modal__input::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #888888;
  opacity: 0.7;
}

.feedback-modal__input:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #888888;
  opacity: 0.7;
}

.feedback-modal__input::-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #888888;
  opacity: 0.7;
}

.feedback-modal__input::placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #888888;
  opacity: 0.7;
}

.feedback-modal__text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  width: 100%;
  height: 200px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000;
  border: 1px solid #684CBA;
  outline: none;
}

.feedback-modal__text::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #888888;
  opacity: 0.7;
}

.feedback-modal__text::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #888888;
  opacity: 0.7;
}

.feedback-modal__text:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #888888;
  opacity: 0.7;
}

.feedback-modal__text::-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #888888;
  opacity: 0.7;
}

.feedback-modal__text::placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #888888;
  opacity: 0.7;
}

.feedback-modal__text-wrapper {
  width: 100%;
}

.feedback-modal__button {
  padding: 15px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  min-width: 200px;
  background: #684CBA;
  color: #fff;
}

.feedback-modal__dialog-review {
  margin: 20px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 20px;
}

.feedback-modal__dialog-score {
  margin-right: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #000;
}

.feedback-modal__dialog-raiting {
  display: -webkit-flex;
  display: flex;
}

.feedback-modal__dialog-star {
  margin: 0 1.5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.feedback-modal__dialog-star--active {
  background-image: url(../img/star.svg);
}

.feedback-modal__thanks {
  padding: 30px 40px;
}

.feedback-modal__thanks-description {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.policy {
  max-width: 800px;
}

.policy__text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #000;
}

.info {
  background-color: #8FD4F0;
}

.info__container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 48px;
}

.info__wrapper {
  padding-top: 11px;
  padding-bottom: 13px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1064px;
  width: 100%;
}

.info__text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #777777;
  text-align: center;
}

.header {
  overflow: hidden;
}

.header__container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.header__background {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}

.header-product {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}

.header-product__logo-link {
  position: absolute;
  top: 30px;
  left: 15px;
  width: 148.43px;
  height: 50px;
}

.header-product__logo-img {
  width: 148.43px;
  height: 50px;
}

.header-product__title {
  margin: 130px 0 0 0;
  max-width: 632px;
  font-family: 'Roboto', sans-serif;
  font-size: 46px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  color: #0077E7;
  text-transform: uppercase;
  z-index: 5;
}

.header-product__description {
  margin: 25px 0 0 0;
  max-width: 500px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #283C6F;
  z-index: 5;
}

.header-product__card {
  position: absolute;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}

.header-product__card-1 {
  top: 130px;
  left: 15px;
  width: 458px;
}

.header-product__card-2 {
  top: 350px;
  left: -98px;
  width: 308px;
}

.header-product__card-3 {
  top: 400px;
  left: 240px;
  width: 370px;
}

.header-product__img {
  position: absolute;
  top: 198px;
  right: -374px;
  width: 690px;
  z-index: 0;
}

.header-product__price {
  margin-top: 65px;
  z-index: 5;
}

.header-product__button {
  margin-top: 24px;
  z-index: 5;
}

.header-product__sale {
  margin-top: 7px;
  z-index: 5;
}

.header-about {
  margin-top: 260px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}

.header-about__cards {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

.header-about__card {
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 360px;
  width: 100%;
  height: auto;
  background-color: #0094FF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.header-about__card--small-first {
  border-radius: 10px 0 0 10px;
}

.header-about__card--small-second {
  border-radius: 0 10px 10px 0;
}

.header-about__card--big {
  max-width: 420px;
  border-radius: 10px;
  background-color: #FF6B00;
  z-index: 3;
}

.header-about__card-img {
  width: 100%;
}

.header-about__card-text {
  padding: 43px 25px 42px 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  background-color: #C6ECFF;
}

.header-about__card-text--big {
  padding-left: 40px;
  padding-right: 40px;
}

.header-about__card-title {
  margin: 0;
  max-width: 280px;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  color: #0066FF;
  text-align: center;
  text-transform: uppercase;
}

.header-about__card-title--big {
  color: #FF5C00;
}

.header-about__card-description {
  margin: 12px 0 0 0;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #283C6F;
  text-align: center;
}

.about {
  overflow: hidden;
  background-color: #3760B2;
}

.about__container {
  position: relative;
  min-height: 1715px;
}

.about__background {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about-product {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.about-product__text {
  position: absolute;
  bottom: -38px;
  right: -244px;
  font-family: 'Roboto', sans-serif;
  font-size: 200px;
  font-weight: bold;
  color: #00D2DF;
  text-transform: uppercase;
}

.about-product__item-1 {
  position: absolute;
  top: 119px;
  left: -20px;
  width: 672px;
}

.about-product__item-2 {
  position: absolute;
  top: 90px;
  right: -20px;
  width: 674px;
}

.about-product__card {
  position: absolute;
  min-width: 384px;
  min-height: 44px;
}

.about-product__card--1 {
  top: 220px;
  left: 104px;
}

.about-product__card--2 {
  top: 257px;
  left: 390px;
}

.about-product__card--3 {
  top: 452px;
  right: 155px;
}

.about-product__card--4 {
  top: 268px;
  right: 88px;
}

.about-product__card-wrapper {
  position: absolute;
  padding: 33px 30px 22px 30px;
  border-radius: 22px;
  background-color: #C6ECFF;
  opacity: 0;
  -webkit-transform: translate(-43%, -41%) scale(0);
  transform: translate(-43%, -41%) scale(0);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: transform 0.7s ease, opacity 0.7s ease;
  transition: transform 0.7s ease, opacity 0.7s ease, -webkit-transform 0.7s ease;
  z-index: 6;
}

.about-product__card-wrapper--1 {
  top: 0;
  left: 0;
}

.about-product__card-wrapper--3 {
  padding: 18px 30px 22px 30px;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-43%, 40%) scale(0);
  transform: translate(-43%, 40%) scale(0);
}

.about-product__card-wrapper--4 {
  -webkit-transform: translate(43%, -41%) scale(0);
  transform: translate(43%, -41%) scale(0);
}

.about-product__card-wrapper--active {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

.about-product__card-title {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  color: #FF5C00;
  text-align: center;
  text-transform: uppercase;
}

.about-product__card-description {
  margin: 12px 0 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #283C6F;
  text-align: center;
}

.about-product__card-circle {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF7A00), to(#FF3D00));
  background: -webkit-linear-gradient(top, #FF7A00 0%, #FF3D00 100%);
  background: linear-gradient(180deg, #FF7A00 0%, #FF3D00 100%);
  z-index: 5;
  cursor: pointer;
}

.about-product__card-circle--3 {
  top: auto;
  bottom: 0;
}

.about-product__card-circle--4 {
  left: auto;
  right: 0;
}

.about-product__card-circle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.about-product__card-plus {
  width: 12px;
}

.about-product__order {
  margin-top: 513px;
  margin-left: 98px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}

.about-product__price-text {
  color: #FFFFFF;
}

.about-product__price-old {
  color: #ECECEC;
}

.about-product__price-new {
  color: #00F0FF;
}

.about-product__button {
  margin-top: 24px;
  padding: 16px 25px 17px 25px;
  max-width: none;
  min-width: 360px;
  border: 2px solid #00F0FF;
  background-color: transparent;
  color: #00F0FF;
}

.about-product__sale {
  margin-top: 7px;
  color: #fff;
}

.about-product__sale-date {
  color: #00F0FF;
}

.about-slider {
  position: relative;
  margin-top: 143px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  z-index: 10;
}

.about-slider__text {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.about-slider__text-wrapper {
  margin-top: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.about-slider__text-link {
  width: 148.43px;
  height: 50px;
}

.about-slider__text-img {
  width: 148.43px;
  height: 50px;
}

.about-slider__text-title {
  margin: 21px 0 0 0;
  max-width: 555px;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
  color: #00F0FF;
  text-transform: uppercase;
}

.about-slider__text-description {
  margin: 0;
  max-width: 545px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.about-slider__wrapper {
  position: relative;
  width: 100%;
}

.about-slider__container {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}

.about-slider__swiper {
  position: absolute;
  padding: 30px;
  top: 39px;
  right: -424px;
  width: 1384px;
  height: auto;
  overflow: hidden;
}

.about-slider__swiper-slide {
  position: relative;
  width: 428px !important;
  height: 600px;
  background-color: #C4C4C4;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
}

.about-slider__pagination {
  display: none;
}

.about-slider .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background-color: #00F0FF;
}

.about-slider .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #3760B2;
  border: 2px solid #00F0FF;
}

.about-slider__button {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}

.about-slider__button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -38%);
  transform: translate(-50%, -38%);
  width: 8px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 8px;
}

.about-slider__button--prev {
  top: 314px;
  left: 0;
}

.about-slider__button--prev::after {
  background-image: url("../img/arrow-left.svg");
}

.about-slider__button--next {
  top: 314px;
  left: 80px;
}

.about-slider__button--next::after {
  background-image: url("../img/arrow-right.svg");
}

.product {
  background-color: #3760B2;
  overflow: hidden;
}

.product__container {
  position: relative;
  padding-bottom: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}

.product-snow {
  position: absolute;
}

.product-snow--1 {
  top: 357px;
  right: -270px;
  width: 224px;
}

.product-snow--2 {
  top: 760px;
  left: -205px;
  width: 200px;
}

.product-snow--3 {
  top: 1398px;
  right: -178px;
  width: 151px;
}

.product-snow--4 {
  bottom: 347px;
  left: -215px;
  width: 122px;
}

.product-card {
  margin-top: 100px;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border-radius: 30px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.product-card:last-child {
  margin-bottom: 0;
}

.product-card__img {
  position: relative;
  padding: 50px 30px 73px 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 662px;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.product-card__img-background {
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-card__img-item {
  position: absolute;
  top: 97px;
  left: -1px;
  width: 724px;
}

.product-card__img-item--2 {
  top: 121px;
}

.product-card__img-item--3 {
  top: 135px;
}

.product-card__logo-link {
  width: 148.43px;
}

.product-card__logo-img {
  width: 148.43px;
}

.product-card__mini {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  z-index: 5;
}

.product-card__mini-img {
  width: 92px;
  max-height: 61px;
  background-color: #C4C4C4;
  border: 1px solid #43B6E4;
  border-radius: 10px;
}

.product-card__mini-img img {
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-card__about {
  padding: 41px 50px 41px 49px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  background-color: #C6ECFF;
  z-index: 5;
}

.product-card__about-text {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.product-card__about-name {
  margin: 0 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 31px;
  font-weight: bold;
  line-height: 46px;
  color: #0077E7;
  text-transform: uppercase;
}

.product-card__about-raiting {
  margin: 0 9px;
}

.product-card__about-subtitle {
  margin: 3px 0 0 0;
  max-width: 220px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #283C6F;
  text-align: center;
}

.product-card__about-price {
  margin-top: 5px;
}

.product-card__about-wrapper {
  margin-top: 13px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 360px;
  width: 100%;
}

.product-card__about-sale {
  margin-top: 7px;
  margin-left: -15px;
  margin-bottom: 5px;
}

.product-card__sale-order {
  margin-top: 6px;
}

.product-card__cale {
  margin-top: 8px;
}

.product-card__list {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  list-style: none;
}

.product-card__list-item {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #283C6F;
}

.product-card__list-item:first-child {
  margin-right: 5px;
}

.product-card__form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 360px;
  width: 100%;
}

.product-card__form-button {
  margin-top: 20px;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.product-card__size {
  padding: 19px 42px 19px 19px;
  max-width: 360px;
  width: 100%;
  background-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #283C6F;
  border: 1px solid #25A6DA;
  border-radius: 20px;
  outline: none;
  cursor: pointer;
}

.product-card__size-wrapper {
  margin-top: 22px;
  position: relative;
}

.product-card__size-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 39px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 9px;
  background-image: url("../img/product/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  pointer-events: none;
}

.product-card__input {
  padding: 19px 19px 19px 19px;
  max-width: 360px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #283C6F;
  border: 1px solid #25A6DA;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: border-color 0.7s ease;
  transition: border-color 0.7s ease;
}

.product-card__input:focus {
  border-color: #283C6F;
}

.product-card__input-name {
  margin-top: 10px;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  width: 100%;
}

.product-card__input-number {
  margin-top: 10px;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  width: 100%;
}

.product-delivery {
  margin-top: 50px;
  padding: 20px 20px 22px 30px;
  display: -webkit-flex;
  display: flex;
  max-width: 640px;
  border: 2px solid #00F0FF;
  border-radius: 20px;
}

.product-delivery__img {
  margin-right: 20px;
  width: 139px;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-delivery__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-delivery__wrapper-text {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 31.2px;
  color: #fff;
}

.feedback {
  position: relative;
  background-color: #244F9E;
  overflow: hidden;
}

.feedback__container {
  position: relative;
  padding-top: 91px;
  padding-bottom: 100px;
  min-height: 598px;
}

.feedback__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  -o-object-fit: cover;
  object-fit: cover;
}

.feedback__man {
  position: absolute;
  top: 0;
  right: -375px;
  width: auto;
  height: 100%;
  z-index: 0;
}

.feedback__title {
  position: relative;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
  color: #00F0FF;
  text-transform: uppercase;
  z-index: 5;
}

.feedback__slider {
  position: relative;
  margin-top: 89px;
  margin-left: 186px;
  padding: 39px 50px 42px 50px;
  width: 555px;
  border-radius: 20px;
  background-color: #C6ECFF;
  z-index: 5;
}

.feedback__slider-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: 1;
}

.feedback__slider-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: 9px;
}

.feedback__slider-button--prev {
  left: -186px;
}

.feedback__slider-button--prev::after {
  background-image: url("../img/arrow-left.svg");
}

.feedback__slider-button--next {
  left: -101px;
}

.feedback__slider-button--next::after {
  background-image: url("../img/arrow-right.svg");
}

.feedback__slider-pagination {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -54px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.feedback__slider-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background-color: #00F0FF;
}

.feedback__slider-pagination .swiper-pagination-bullet-active {
  background-color: #3760B2;
  border: 2px solid #00F0FF;
}

.feedback-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.feedback-swiper__wrapper {
  -webkit-align-items: center;
  align-items: center;
}

.feedback-swiper__slide {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.feedback-swiper__slide-wrapper {
  margin-top: 11px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.feedback-swiper__slide-text {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #283C6F;
}

.feedback-swiper__slide-name {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #0077E7;
}

.feedback-button {
  position: absolute;
  bottom: -4px;
  left: -186px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #ECECEC;
}

.footer {
  position: relative;
  background-color: #D1F2FF;
  overflow: hidden;
}

.footer__container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 96px;
  min-height: 721px;
}

.footer__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 632px;
}

.footer-wrapper__logo-link {
  width: 148.43px;
}

.footer-wrapper__logo-img {
  width: 148.43px;
}

.footer-wrapper__title {
  margin: 33px 0 0 0;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 46px;
  font-weight: bold;
  line-height: 60px;
  color: #0077E7;
  text-transform: uppercase;
}

.footer-wrapper__description {
  margin: 25px 0 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #283C6F;
  max-width: 530px;
}

.footer-wrapper__product {
  position: absolute;
  top: 30px;
  right: -32px;
  width: 878px;
}

.footer-wrapper__price {
  margin-top: 36px;
  margin-left: 51px;
}

.footer-wrapper__button {
  margin-top: 24px;
}

.footer-wrapper__sale {
  margin-top: 7px;
  margin-left: 87px;
}

@media (max-width: 1660px) {
  .about-product__text {
    bottom: -65px;
    right: -115px;
  }
}

@media (max-width: 1500px) {
  .header-product__img {
    display: none;
  }
}

@media (max-width: 1380px) {
  .header-product__card-1 {
    top: 164px;
    left: 119px;
    width: 387px;
  }

  .header-product__card-2 {
    left: 15px;
    width: 260px;
  }

  .header-product__card-3 {
    top: 389px;
    left: 290px;
    width: 321px;
  }

  .about-product__text {
    bottom: -18px;
    right: -8px;
    font-size: 150px;
  }
}

@media (max-width: 1300px) {
  .feedback__man {
    right: -250px;
  }
}

@media (max-width: 1170px) {
  .header__background {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .header-product {
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }

  .header-product__logo-link {
    position: relative;
    top: 0;
    left: 0;
  }

  .header-product__title {
    margin-top: 50px;
  }

  .header-product__cards {
    position: relative;
    left: -192px;
  }

  .header-product__card-1 {
    position: relative;
    margin-top: 30px;
    top: 0;
    left: 0;
    width: 390px;
  }

  .header-product__card-2 {
    top: 218px;
    left: -95px;
    width: 250px;
  }

  .header-product__card-3 {
    top: 259px;
    left: auto;
    right: -95px;
    width: 300px;
  }

  .header-product__img {
    top: 40%;
    right: -30%;
    -webkit-transform: translate(40%, -50%);
    transform: translate(40%, -50%);
    width: 42vw;
    display: block;
  }

  .header-product__price {
    margin-top: 280px;
  }

  .header-about {
    margin-top: 120px;
  }

  .header-about__card-text {
    padding: 30px 20px 30px 20px;
  }

  .header-about__card-title {
    font-size: 20px;
  }

  .header-about__card-description {
    font-size: 18px;
  }

  .about-product__text {
    bottom: 86px;
    font-size: 120px;
  }

  .about-product__item-1 {
    width: 572px;
  }

  .about-product__item-2 {
    width: 574px;
  }

  .about-product__card--1 {
    top: 200px;
    left: 84px;
  }

  .about-product__card--2 {
    top: 230px;
    left: 326px;
  }

  .about-product__card--3 {
    top: 391px;
    right: 71px;
  }

  .about-product__card--4 {
    top: 237px;
    right: 70px;
  }

  .about-slider__text-title {
    margin-right: 30px;
    font-size: 30px;
  }

  .about-slider__swiper {
    right: -600px;
  }

  .product-card__img {
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
  }

  .product-card__img-item {
    top: 145px;
    left: 50%;
    -webkit-transform: translateX(-46%);
    transform: translateX(-46%);
    width: 524px;
  }

  .product-card__mini {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
  }

  .product-card__mini-img {
    margin: 5px;
  }

  .feedback__container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }

  .feedback__man {
    display: none;
  }

  .footer-wrapper__product {
    top: 130px;
    width: 65vw;
  }
}

@media (max-width: 992px) {
  .header-product__cards {
    left: 0;
  }

  .header-product__card-1 {
    width: 458px;
  }

  .header-product__card-2 {
    top: 250px;
    left: -125px;
    width: 308px;
  }

  .header-product__card-3 {
    top: 300px;
    right: -125px;
    width: 370px;
  }

  .header-product__img {
    position: relative;
    top: 235px;
    right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    width: 80%;
  }

  .header-product__price {
    margin-top: 195px;
  }

  .header-about__cards {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .header-about__card {
    padding: 0;
  }

  .header-about__card--small-first {
    padding: 10px 0 0 0;
    border-radius: 10px 10px 0 0;
  }

  .header-about__card--small-second {
    padding: 0 0 10px 0;
    border-radius: 0 0 10px 10px;
  }

  .header-about__card--big {
    padding: 10px 0;
  }

  .header-about__card-text {
    padding: 43px 25px 42px 25px;
  }

  .header-about__card-text--big {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-about__card-title {
    font-size: 24px;
  }

  .header-about__card-description {
    font-size: 20px;
  }

  .about-product {
    -webkit-align-items: center;
    align-items: center;
  }

  .about-product__text {
    position: relative;
    margin-top: 36px;
    margin-bottom: 460px;
    bottom: 0;
    right: 0;
  }

  .about-product__item-1 {
    top: 250px;
    width: 460px;
  }

  .about-product__item-2 {
    top: 185px;
    width: 460px;
  }

  .about-product__card {
    position: relative;
    margin-bottom: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: auto;
    max-width: 500px;
  }

  .about-product__card-circle {
    display: none;
  }

  .about-product__card-wrapper {
    position: relative;
    padding: 22px 30px 22px 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .about-product__card-description {
    margin-top: 0;
  }

  .about-product__order {
    margin: 0;
  }

  .about-slider {
    -webkit-align-items: center;
    align-items: center;
  }

  .about-slider__text {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }

  .about-slider__text-wrapper {
    -webkit-align-items: center;
    align-items: center;
  }

  .about-slider__text-title {
    margin-right: 0;
    text-align: center;
  }

  .about-slider__text-description {
    text-align: center;
  }

  .about-slider__wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .about-slider__container {
    margin-top: 45px;
    border-radius: 20px;
  }

  .about-slider__swiper {
    position: relative;
    padding: 0;
    top: 0;
    right: 0;
    width: 428px !important;
  }

  .about-slider__swiper-slide {
    box-shadow: none;
  }

  .about-slider__pagination {
    margin-top: 40px;
    margin-bottom: 70px;
    display: -webkit-flex;
    display: flex;
  }

  .about-slider__button {
    top: auto;
    bottom: 47px;
  }

  .about-slider__button--prev {
    left: 0;
  }

  .about-slider__button--next {
    left: auto;
    right: 0;
  }

  .product-card {
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 600px;
  }

  .product-card__img-item {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .product-card__mini {
    width: 86%;
  }

  .product-card__mini-img {
    width: 111px;
    max-height: 73px;
  }

  .product-delivery {
    padding: 20px 30px 22px 30px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }

  .product-delivery__img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .product-delivery__wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }

  .product-delivery__wrapper-text {
    text-align: center;
  }

  .feedback__container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }

  .feedback__title {
    text-align: center;
    font-size: 34px;
  }

  .feedback__slider {
    margin-top: 50px;
    margin-left: 0;
  }

  .feedback__slider-button {
    top: auto;
    bottom: -70px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .feedback__slider-button--prev {
    left: 0;
  }

  .feedback__slider-button--next {
    left: auto;
    right: 0;
  }

  .feedback__slider-pagination {
    display: -webkit-flex;
    display: flex;
  }

  .feedback-button {
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .footer__container {
    padding-top: 78px;
    padding-bottom: 74px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }

  .footer-wrapper {
    -webkit-align-items: center;
    align-items: center;
  }

  .footer-wrapper__title {
    text-align: center;
    font-size: 34px;
    line-height: 52px;
  }

  .footer-wrapper__description {
    text-align: center;
  }

  .footer-wrapper__product {
    position: relative;
    top: 0;
    right: 0;
    width: 80%;
  }

  .footer-wrapper__price {
    margin-top: 0;
    margin-left: 0;
  }

  .footer-wrapper__sale {
    margin-left: 0;
  }

  .info__wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .header__container {
    padding-bottom: 50px;
  }

  .header-product__title {
    font-size: 36px;
    line-height: 50px;
  }

  .header-product__description {
    max-width: 460px;
  }

  .header-product__card-1 {
    width: 420px;
  }

  .header-product__card-2 {
    top: 232px;
    left: -63px;
    width: 258px;
  }

  .header-product__card-3 {
    top: 295px;
    right: -63px;
    width: 258px;
  }

  .header-product__img {
    top: 190px;
    left: -20px;
    width: 90%;
  }

  .header-product__price {
    margin-top: 150px;
  }

  .about-product__text {
    margin-bottom: 350px;
  }

  .about-product__item-1 {
    width: 340px;
  }

  .about-product__item-2 {
    width: 340px;
  }

  .product__container {
    padding-bottom: 70px;
  }

  .product-card {
    margin-top: 70px;
    max-width: 500px;
  }

  .product-card__img-item {
    left: 15px;
    width: 480px;
  }

  .product-delivery {
    padding: 30px 38px;
    max-width: 500px;
  }

  .feedback__container {
    padding-bottom: 0;
  }

  .feedback__man {
    display: block;
    position: relative;
    margin-top: 130px;
    top: 0;
    right: 0;
    width: 100vw;
    height: auto;
  }

  .footer-wrapper__title {
    font-size: 31px;
    line-height: 50px;
  }
}

@media (max-width: 576px) {
  .header-product__title {
    margin-top: 40px;
    font-size: 34px;
    line-height: 48px;
  }

  .header-product__description {
    font-size: 18px;
  }

  .header-product__card-1 {
    width: 370px;
  }

  .header-product__card-2 {
    top: 209px;
    left: -40px;
    width: 210px;
  }

  .header-product__card-3 {
    top: 261px;
    right: -40px;
    width: 210px;
  }

  .header-product__img {
    top: 180px;
    width: 100%;
  }

  .header-product__price {
    margin-top: 190px;
  }

  .about-product__text {
    margin-bottom: 320px;
    font-size: 110px;
  }

  .about-product__item-1 {
    top: 210px;
    width: 300px;
  }

  .about-product__item-2 {
    width: 300px;
  }

  .about-slider__text-title {
    font-size: 30px;
  }

  .about-slider__swiper-slide {
    height: auto;
  }

  .about-slider__swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .about-slider__pagination {
    margin-bottom: 66px;
  }

  .product-card__about {
    padding: 25px 30px 25px 30px;
  }

  .product-card__about-sale {
    margin-left: 0;
  }

  .product-card__mini {
    width: 100%;
  }

  .product-card__size {
    max-width: none;
  }

  .product-card__form {
    max-width: 377px;
  }

  .product-card__form-button {
    -webkit-align-self: center;
    align-self: center;
    max-width: none;
  }

  .product-card__input {
    max-width: none;
  }

  .product-delivery__wrapper-text {
    font-size: 21px;
  }

  .feedback__container {
    padding-top: 60px;
  }

  .feedback__man {
    margin-top: 110px;
  }

  .feedback__title {
    font-size: 30px;
    line-height: 36px;
  }

  .feedback__slider {
    padding: 29px 30px 32px 30px;
    width: 100%;
  }

  .feedback-swiper__slide {
    width: 100%;
  }

  .feedback-swiper__slide-text {
    font-size: 17px;
    line-height: 26px;
  }

  .footer-wrapper__title {
    font-size: 34px;
    line-height: 46px;
  }
}

@media (max-width: 480px) {
  .header__container {
    padding-bottom: 49px;
  }

  .header-product__title {
    margin-top: 21px;
    max-width: 90vw;
    font-size: 28px;
    line-height: 46px;
  }

  .header-product__description {
    margin-top: 8px;
    max-width: 70%;
    font-size: 20px;
    line-height: 30px;
  }

  .header-product__card-1 {
    margin-top: 22px;
    left: -7px;
    width: 248.41px;
  }

  .header-product__card-2 {
    top: 141px;
    left: -68px;
    width: 167.05px;
  }

  .header-product__card-3 {
    top: 168px;
    right: -68px;
    width: 200.68px;
  }

  .header-product__img {
    top: 94px;
    width: 114vw;
    left: -20px;
  }

  .header-product__price {
    margin-top: 38px;
  }

  .header-product__button {
    max-width: 384px;
  }

  .header-about {
    margin-top: 76px;
  }

  .header-about__card {
    max-width: 344px;
  }

  .header-about__card--big {
    max-width: 384px;
  }

  .header-about__card-text {
    padding: 24px 20px 23px 20px;
  }

  .header-about__card-text--big {
    padding: 23px 40px 23px 40px;
  }

  .header-about__card-description {
    margin-top: 2px;
  }

  .about__background {
    left: -325px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .about-product__text {
    margin-top: 28px;
    margin-bottom: 232px;
  }

  .about-product__item-1 {
    top: 185px;
    left: -8px;
    width: 250px;
  }

  .about-product__item-2 {
    top: 176px;
    right: -7px;
    width: 249px;
  }

  .about-product__card {
    margin-top: 30px;
    margin-bottom: 0;
    max-width: 384px;
  }

  .about-product__card-title {
    margin: 0 22px;
  }

  .about-product__order {
    margin-top: 24px;
    max-width: 384px;
    width: 100%;
  }

  .about-product__button {
    min-width: auto;
    width: 100%;
  }

  .about-slider {
    margin-top: 70px;
  }

  .about-slider__text-title {
    margin-top: 24px;
    max-width: 90%;
    line-height: 36px;
    font-size: 26px;
  }

  .about-slider__text-description {
    margin-top: 11px;
    text-align: left;
    font-size: 19px;
  }

  .about-slider__wrapper {
    width: 100%;
  }

  .about-slider__container {
    margin-top: 43px;
    width: 100%;
  }

  .about-slider__swiper {
    width: 100% !important;
  }

  .about-slider__swiper-slide {
    width: 100% !important;
  }

  .product__container {
    padding-bottom: 50px;
  }

  .product-card {
    margin-top: 50px;
  }

  .product-card__img {
    padding: 30px 15px 20px 15px;
  }

  .product-card__img-background {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    width: 472px;
  }

  .product-card__img-item {
    position: absolute;
    top: 75px;
    left: 50%;
    -webkit-transform: translateX(-46%);
    transform: translateX(-46%);
    width: 425px;
  }

  .product-card__img-item--2 {
    top: 97px;
  }

  .product-card__img-item--3 {
    top: 116px;
  }

  .product-card__mini {
    margin-top: 287px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .product-card__mini--2 {
    margin-top: 322px;
  }

  .product-card__mini--3 {
    margin-top: 314px;
  }

  .product-card__mini-img {
    margin: 0 0 10px 0;
  }

  .product-card__sale-order {
    margin-top: 8px;
    max-width: 270px;
  }

  .product-card__about {
    padding: 21px 15px 41px 15px;
  }

  .product-card__about-name {
    font-size: 28px;
  }

  .product-card__list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-card__size-wrapper {
    margin-top: 23px;
  }

  .product-card__size-wrapper::after {
    right: 21px;
  }

  .product-delivery {
    margin-top: 49px;
    padding: 20px 10px 14px 10px;
  }

  .product-delivery__wrapper-text {
    font-size: 20px;
  }

  .product-delivery__img {
    margin-bottom: 9px;
  }

  .feedback__container {
    padding-top: 44px;
  }

  .feedback__slider {
    margin-top: 42px;
    padding: 19px 19px 23px 20px;
  }

  .feedback__slider-pagination {
    bottom: -50px;
  }

  .feedback-button {
    bottom: -84px;
  }

  .footer__container {
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .footer-wrapper__title {
    margin-top: 17px;
    font-size: 29px;
  }

  .footer-wrapper__description {
    margin-top: 8px;
    max-width: 85%;
  }

  .footer-wrapper__product {
    position: absolute;
    top: 386px;
    left: 50%;
    -webkit-transform: translateX(-54%);
    transform: translateX(-54%);
    width: 470px;
  }

  .footer-wrapper__price {
    margin-top: 325px;
  }

  .footer-wrapper__button {
    max-width: 384px;
  }

  .info {
    min-height: 66px;
  }

  .info__text {
    font-size: 12px;
  }
}

@media (max-width: 413px) {
  .header__container {
    padding-bottom: 10px;
  }

  .header-product__title {
    margin-top: 26px;
    font-size: 22px;
    line-height: 34px;
  }

  .header-product__description {
    margin-top: 12px;
    max-width: 100%;
    font-size: 18px;
  }

  .header-product__card-1 {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70%;
  }

  .header-product__card-2 {
    top: 70%;
    left: 0;
    right: 0;
    width: 45%;
  }

  .header-product__card-3 {
    top: 85%;
    right: 0;
    width: 50%;
  }

  .header-product__img {
    margin-top: 50%;
    top: 0;
    width: 100%;
  }

  .header-product__price {
    margin-top: 20px;
  }

  .header-about__card {
    padding: 10px 0;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
  }

  .header-about__card-text {
    padding: 24px 20px 23px 20px;
  }

  .header-about__card-title {
    font-size: 21px;
    line-height: 30px;
  }

  .header-about__card-description {
    font-size: 18px;
  }

  .about-product__text {
    margin-bottom: 200px;
    font-size: 80px;
  }

  .about-product__item-1 {
    top: 165px;
    width: 65%;
  }

  .about-product__item-2 {
    top: 146px;
    width: 65%;
  }

  .about-product__card {
    max-width: 100%;
    min-width: auto;
    width: 100%;
  }

  .about-product__card-title {
    margin: 0;
    font-size: 19px;
    line-height: 30px;
  }

  .about-product__card-description {
    font-size: 16px;
    line-height: 26px;
  }

  .about-slider__text-title {
    font-size: 20px;
    line-height: 32px;
  }

  .about-slider__text-description {
    font-size: 16px;
    line-height: 26px;
  }

  .product-card__about-text {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .product-card__about-name {
    margin-bottom: 10px;
  }

  .product-card__about-raiting {
    margin-bottom: 10px;
  }

  .product-card__img-item {
    width: 110%;
  }

  .product-card__mini {
    margin-top: 80%;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .product-card__mini--2 {
    margin-top: 95%;
  }

  .product-card__mini--3 {
    margin-top: 95%;
  }

  .product-card__mini-img {
    margin: 5px;
    max-width: 45%;
    width: 100%;
    max-height: 24vw;
  }

  .product-card__list-item {
    font-size: 18px;
  }

  .product-card__size-wrapper::after {
    top: 52%;
  }

  .product-delivery {
    padding: 20px 12px 14px 12px;
  }

  .product-delivery__wrapper-text {
    font-size: 15px;
    line-height: 24px;
    max-width: 300px;
  }

  .feedback__title {
    font-size: 24px;
    line-height: 32px;
  }

  .feedback-swiper__slide-text {
    font-size: 16px;
    line-height: 24px;
  }

  .feedback-swiper__slide-name {
    font-size: 18px;
  }

  .footer-wrapper__title {
    font-size: 7.2vw;
    line-height: 38px;
  }

  .footer-wrapper__description {
    max-width: 100%;
    font-size: 17px;
    line-height: 25px;
  }

  .footer-wrapper__product {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
  }

  .footer-wrapper__price {
    margin-top: 0;
  }

  .info__text {
    font-size: 13px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .button-sale {
    -webkit-transition: background-color 0.7s ease;
    transition: background-color 0.7s ease;
  }

  .button-sale:hover {
    background-color: #FF2E00;
  }

  .about-product__card-circle {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }

  .about-product__card-circle:hover {
    opacity: 0.3;
    z-index: 7;
  }

  .about-product__button {
    -webkit-transition: background-color 0.7s ease, color 0.7s ease;
    transition: background-color 0.7s ease, color 0.7s ease;
  }

  .about-product__button:hover {
    background-color: #00F0FF;
    color: #294788;
  }

  .about-slider__swiper-slide img {
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  }

  .about-slider__swiper-slide img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .about-slider__button {
    opacity: 0.7;
    -webkit-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease;
  }

  .about-slider__button:hover {
    opacity: 1;
  }

  .product-card__mini-img img {
    position: relative;
    top: 0;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  }

  .product-card__mini-img img:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  .feedback__slider-button {
    opacity: 0.7;
    -webkit-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease;
  }

  .feedback__slider-button:hover {
    opacity: 1;
  }
}

label.error {
  display: none !important;
}

input.error {
  border: 2px solid red !important;
}