/*! 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-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  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;
  width: 100%;
}

.button {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  max-width: 404px;
  width: 100%;
}

.button__text {
  margin-bottom: 21px;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 39px;
  color: #fff;
}

.button__text--color {
  color: #FFF500;
}

.button__item {
  padding: 17px 30px 16px 30px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #4FF4FF;
  border: 2px solid #4FF4FF;
  text-align: center;
}

.sale {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

.sale-date {
  color: #FFF500;
}

.name {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.name__title {
  margin: 0 12px 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  color: #005484;
  text-transform: uppercase;
}

.name__img {
  width: 50px;
}

.fancybox-infobar {
  display: none;
}

.raiting {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.raiting__star {
  margin: 0 1.5px;
  width: 18px;
}

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

.price__old {
  position: relative;
  margin-right: 15.5px;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  color: #fff;
}

.price__old::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -14px;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  width: 128%;
  height: 2px;
  background-color: #FF0000;
}

.price__new {
  margin-left: 15.5px;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #FFC107;
}

table {
  border-collapse: collapse;
}

.size-table-wrapper {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  position: relative;
  background-color: #d6e8ff;
  padding: 25px;
  width: auto;
  max-width: 740px;
  margin: 0 auto;
}

.size-table {
  font-size: 20px;
  color: #000;
  text-align: center;
}

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

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

.size-table tbody tr {
  margin-bottom: 6px;
}

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

.size-table tbody td {
  width: 18.625%;
  padding: 20px;
}

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

.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 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.3);
}

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

.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: 974px;
  width: 100%;
}

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

.header {
  overflow: hidden;
}

.header__container {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  min-height: 923px;
}

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

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

.header__name {
  margin-top: 19px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.header__name-text {
  margin-right: 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
}

.header__name-img {
  width: 50px;
}

.header__title {
  margin: 102px 0 0 0;
  max-width: 667px;
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 72px;
  color: #4FF4FF;
  text-transform: uppercase;
  text-align: center;
  z-index: 5;
}

.header__subtitle {
  margin: 7px 0 0 0;
  max-width: 555px;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 39px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  z-index: 5;
}

.header-product__one {
  position: absolute;
  top: 95px;
  left: -123px;
  width: 708px;
  height: 663px;
}

.header-product__one-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.header-product__one-item {
  position: absolute;
  top: 4px;
  left: -1px;
  width: 639px;
  z-index: 3;
}

.header-product__two {
  position: absolute;
  top: 145px;
  right: -262px;
  width: 847px;
  height: 678px;
}

.header-product__two-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.header-product__two-item {
  position: absolute;
  top: -104px;
  right: -1px;
  width: 765px;
  z-index: 3;
}

.header-radial {
  position: absolute;
  top: 95px;
  left: -123px;
  width: 1555px;
  height: 728px;
  background: -webkit-radial-gradient(54.47% 39.15%, 32.82% 26.65%, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(32.82% 26.65% at 54.47% 39.15%, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.3;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 4;
}

.header__button {
  margin-top: 27px;
  z-index: 5;
}

.header-sale {
  margin-top: 6px;
  z-index: 5;
}

.about {
  background-color: #D6F5FF;
  overflow-x: clip;
}

.about-wrapper {
  overflow: hidden;
}

.about__container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 162px;
}

.about__container--2 {
  position: relative;
  padding: 0 !important;
}

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

.about__background-2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  min-width: 1920px;
  height: 53.6%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

.about__photo-1 {
  position: absolute;
  top: -165px;
  right: -357px;
  width: 859px;
  border: 15px solid #fff;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.25));
  z-index: 10;
}

.about__photo-2 {
  position: absolute;
  top: 532px;
  left: -275px;
  width: 846px;
  border: 15px solid #fff;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.25));
  z-index: 10;
}

.about-text__1 {
  position: relative;
  max-width: 555px;
  width: 100%;
  z-index: 10;
}

.about-text__1-title {
  margin: 0;
  max-width: 460px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  color: #005484;
}

.about-text__1-description {
  margin: 20px 0 0 0;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  line-height: 45px;
  color: #444444;
}

.about-text__2 {
  position: relative;
  margin: 0 auto;
  margin-top: 786px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  max-width: 919px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.about-text__2-title {
  margin: 0;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  color: #005484;
  text-align: center;
}

.about-text__2-description {
  margin: 20px 0 0 0;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 45px;
  color: #444444;
  text-align: center;
}

.about-text__3 {
  margin-top: 188px;
  position: relative;
  max-width: 540px;
  width: 100%;
  z-index: 10;
}

.about-text__3-title {
  margin: 0;
  max-width: 460px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  color: #fff;
  text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
}

.about-text__3-description {
  margin: 681px 0 0 0;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 45px;
  color: #ffffff;
}

.about-product__1 {
  position: absolute;
  top: -10px;
  right: -630px;
  width: 840px;
  z-index: 5;
  pointer-events: none;
}

.about-product__shadow {
  position: absolute;
  top: 250px;
  right: -672px;
  width: 800px;
  height: 625px;
  background: #737B86;
  opacity: 0.8;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.about-video {
  position: relative;
  margin-top: 39px;
  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;
  max-width: 848px;
  z-index: 10;
}

.about-video__wrapper {
  position: relative;
  width: 848px;
  height: 477px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}

.about-video__wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  z-index: 2;
}

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

.about-video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 3px solid #00F0FF;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 3;
  fill: #00F0FF;
  border-color: #00eeff;
}

.about-video__button-hover {
  border-color: transparent transparent transparent #00eeff;
}

.about-video__button-hover--position {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -50px;
  left: -69px;
}

.about-video__button-play {
  position: relative;
  left: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #00eeff;
}

.about-button {
  margin-top: 16px;
}

.about-sale {
  margin-top: 6px;
}

.about-card {
  position: absolute;
  z-index: 10;
}

.about-card--1 {
  bottom: 450px;
  left: 15px;
}

.about-card--2 {
  bottom: 566px;
  left: 585px;
}

.about-card--3 {
  bottom: 96px;
  right: 15px;
}

.about-card__img {
  width: 570px;
}

.about-card__wrapper {
  position: absolute;
  padding: 30px 30px 42px 29px;
  max-width: 340px;
  background-color: #D6F5FF;
}

.about-card__wrapper--1 {
  right: 0;
  bottom: -96px;
}

.about-card__wrapper--2 {
  left: 0;
  top: -96px;
}

.about-card__wrapper--3 {
  top: 0;
  right: 0;
}

.about-card__wrapper-img--1 {
  width: 64px;
}

.about-card__wrapper-img--2 {
  width: 48px;
}

.about-card__wrapper-img--3 {
  width: 55px;
}

.about-card__wrapper-title {
  margin: 12px 0 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 39px;
  color: #005484;
}

.about-card__wrapper-description {
  margin: 11px 0 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #444444;
}

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

.product__container {
  position: relative;
  padding-bottom: 100px;
}

.product__background {
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  opacity: 0.1;
  min-width: 1920px;
}

.product-card {
  position: relative;
  margin-top: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  background-color: #005484;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 5;
}

.product-card__gallary {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 605px;
  width: 100%;
}

.product-card__swiper {
  width: 473px !important;
  height: 100% !important;
  max-height: 740px;
  overflow: hidden;
}

.product-card__swiper--mini {
  width: 106px !important;
  height: 100% !important;
  max-height: 740px;
  overflow: hidden;
}

.product-card__swiper--mini img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-card__swiper-slide {
  width: 100% !important;
  height: 100% !important;
  background-color: #C4C4C4;
  cursor: pointer;
}

.product-card__swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-card__swiper-slide--mini {
  width: 100% !important;
  height: 22.36% !important;
  background-color: #C4C4C4;
  cursor: pointer;
}

.product-card__swiper-slide--mini img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-card__wrapper {
  position: relative;
  padding: 38px 50px 20px 50px;
  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: 547px;
  background-color: #D6F5FF;
  overflow: hidden;
}

.product-card__wrapper-text {
  position: absolute;
  top: 138px;
  left: -38px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: 'Roboto', sans-serif;
  font-size: 288px;
  font-weight: bold;
  color: #005484;
  text-transform: uppercase;
  opacity: 0.2;
}

.product-card__wrapper-img {
  position: relative;
  left: -20px;
  width: 490px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.product-card__wrapper-img--1 {
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

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

.product-card__mini-img {
  width: 135px;
  height: 96px;
  background-color: #C4C4C4;
  border: 1px solid #005484;
}

.product-card__mini-img:nth-child(1n + 4) {
  margin-top: 20px;
}

.product-card__mini-img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-card__info {
  padding: 38px 50px 44px 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
}

.product-card__info--gallary {
  padding: 38px 50px 40px 34px;
}

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

.product-card__name-title {
  margin: 0;
  margin-right: 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  color: #4FF4FF;
  text-transform: uppercase;
}

.product-card__price {
  margin-top: 1px;
  margin-left: 15px;
}

.product-card__sale {
  display: inline-block;
  margin-top: 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 31.2px;
  color: #ffffff;
}

.product-card__sale--color {
  font-weight: 500;
  color: #FFC107;
}

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

.product-card__list-wrapper {
  margin-top: 11px;
  margin-bottom: 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

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

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

.product-card__form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  max-width: 384px;
  width: 100%;
}

.product-card__input {
  width: 100%;
}

.product-card__input-item {
  margin-bottom: 10px;
  padding: 17px 20px 18px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #fff !important;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  -webkit-transition: background-color 0.7s ease;
  transition: background-color 0.7s ease;
}

.product-card__input-item::-webkit-input-placeholder {
  color: #fff !important;
}

.product-card__input-item::-moz-placeholder {
  color: #fff !important;
}

.product-card__input-item:-ms-input-placeholder {
  color: #fff !important;
}

.product-card__input-item::-ms-input-placeholder {
  color: #fff !important;
}

.product-card__input-item::placeholder {
  color: #fff !important;
}

.product-card__input-item:focus {
  background-color: rgba(0, 0, 0, 0.3);
}

.product-card__size {
  position: relative;
  width: 100%;
}

.product-card__size--margin {
  margin-right: 20px;
  max-width: 172px;
}

.product-card__size-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

.product-card__size-link {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-style: italic;
  color: #fff;
  text-decoration: underline;
}

.product-card__size-select {
  margin-bottom: 10px;
  padding: 17px 20px 18px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #fff;
  width: 100%;
  background-color: #00436a !important;
  border: 1px solid #fff;
  -webkit-transition: background-color 0.7s ease;
  transition: background-color 0.7s ease;
  cursor: pointer;
  outline: none;
}

.product-card__size-select:focus {
  background-color: rgba(0, 0, 0, 0.3);
}

.product-card__size-triangle {
  position: absolute;
  top: 43%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 10.33px 7px 0 7px;
  border-color: #4FF4FF transparent transparent transparent;
  border-style: solid;
  pointer-events: none;
}

.product-card__button {
  margin-top: 10px;
  padding: 20px 30px 18px 30px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #024972;
  text-transform: uppercase;
  background-color: #4FF4FF;
  text-align: center;
  cursor: pointer;
}

.product-card__offer {
  margin-top: 6px;
}

.product-delivery {
  position: relative;
  margin: 50px auto 0 auto;
  padding: 21px 30px 22px 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 572px;
  width: 100%;
  border: 2px solid #005484;
  z-index: 5;
}

.product-delivery__img {
  width: 139px;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.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: #444444;
}

.footer {
  position: relative;
  overflow: hidden;
}

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

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

.footer-feedback {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

.footer-feedback__title {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  color: #fff;
}

.footer-feedback__slider {
  padding: 47px 170px 90px 170px;
  position: relative;
  margin-top: 37px;
  width: 100%;
  height: auto;
  background-color: #D6F5FF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}

.footer-feedback__swiper {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}

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

.footer-feedback__swiper-slide {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100% !important;
  height: 100% !important;
  overflow: auto;
}

.footer-feedback__swiper-button {
  position: absolute;
  top: 48%;
  width: 16px;
  height: 30px;
  fill: transparent;
  stroke: #005484;
  stroke-width: 4px;
  z-index: 10;
  cursor: pointer;
}

.footer-feedback__swiper-button--prev {
  left: 30.82px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer-feedback__swiper-button--next {
  right: 30.82px;
}

.footer-feedback__quote-top {
  position: absolute;
  top: 24px;
  left: 76px;
  width: 52px;
}

.footer-feedback__quote-down {
  position: absolute;
  bottom: 22px;
  right: 75px;
  width: 52px;
}

.footer-feedback__slide-name {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #005484;
  text-align: center;
}

.footer-feedback__slide-description {
  margin: 11px 0 0 0;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #444444;
  text-align: center;
}

.footer-feedback .swiper-pagination-bullets {
  position: absolute;
  bottom: 53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.footer-feedback .swiper-pagination-bullet {
  margin: 0 5px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border: 2px solid #005484;
  background-color: #005484;
  opacity: 1;
}

.footer-feedback .swiper-pagination-bullet-active {
  background-color: #fff;
}

.footer-feedback__link {
  position: absolute;
  bottom: -33px;
  right: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #fff;
}

.footer-product {
  position: relative;
  margin-top: 151px;
  padding: 37px 48px 45px 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  max-width: 632px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.footer-product__name-title {
  color: #fff;
}

.footer-product__title {
  margin: 25px 0 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 60px;
  color: #4FF4FF;
  text-transform: uppercase;
}

.footer-product__subtitle {
  margin: 8px 0 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 39px;
  color: #fff;
  text-transform: uppercase;
}

.footer-product__button {
  margin-top: 29px;
}

.footer-product__sale {
  margin-top: 6px;
}

.footer-product__item-1 {
  position: absolute;
  top: 55px;
  right: -449px;
  width: 580px;
  z-index: 5;
}

.footer-product__item-2 {
  position: absolute;
  top: -47px;
  right: -665px;
  width: 680px;
  z-index: 4;
}

@media (max-width: 1550px) {
  .about__photo-1 {
    right: -100px;
    width: 600px;
  }

  .about__photo-2 {
    left: -50px;
    width: 620px;
  }

  .about-text__2 {
    margin-top: 700px;
  }
}

@media (max-width: 1380px) {
  .header-product__one-item {
    top: 54px;
    left: 60px;
    width: 570px;
  }

  .header-product__two-item {
    top: -74px;
    right: 139px;
    width: 570px;
  }

  .about-video {
    margin-left: 0;
    margin-right: auto;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

@media (max-width: 1170px) {
  .header__container {
    min-height: 900px;
  }

  .header-product__one {
    left: auto;
    right: 50%;
  }

  .header-product__one-item {
    top: 140px;
    left: 90px;
    width: 520px;
  }

  .header-product__two {
    right: auto;
    left: 50%;
  }

  .header-product__two-item {
    top: 96px;
    right: 200px;
  }

  .about__container {
    padding-bottom: 80px;
  }

  .about__photo-1 {
    right: -90px;
    width: 490px;
  }

  .about__photo-2 {
    top: 595px;
    left: -20px;
    width: 700px;
  }

  .about-video {
    max-width: 658px;
  }

  .about-video__wrapper {
    width: 658px;
    height: 380px;
  }

  .about-product__1 {
    top: -65px;
    right: -580px;
    width: 750px;
  }

  .about-text__3 {
    margin-top: 160px;
  }

  .about-text__3-description {
    margin-top: 800px;
  }

  .about-card__img {
    width: 482px;
  }

  .about-card--1 {
    bottom: 460px;
    left: auto;
    right: 497px;
  }

  .about-card--2 {
    bottom: 583px;
    left: auto;
    right: 15px;
  }

  .about-card--3 {
    left: auto;
    right: 15px;
    bottom: 185px;
  }

  .product-card__name-title {
    font-size: 42px;
  }

  .product-card__wrapper {
    max-width: none;
    width: 50%;
  }

  .product-card__gallary {
    max-width: none;
    width: 50%;
  }

  .product-card__info {
    padding: 38px 40px 39px 40px;
    width: 50%;
  }

  .product-card__mini-img {
    width: 11.5vw;
    height: 8.2vw;
  }

  .product-card__swiper {
    width: 35vw !important;
    height: 740px !important;
  }

  .product-card__swiper--mini {
    width: 106px !important;
    height: 740px !important;
  }

  .product-card__swiper-slide--mini {
    height: 22.38% !important;
  }

  .footer-product__item-1 {
    top: 157px;
    right: -316px;
    width: 460px;
  }

  .footer-product__item-2 {
    top: 113px;
    right: -423px;
    width: 488px;
  }
}

@media (max-width: 992px) {
  .header__container {
    border-top: 80px;
    padding-bottom: 80px;
  }

  .header__background {
    display: none;
    -webkit-filter: blur(0);
    filter: blur(0);
  }

  .header__background-two {
    left: 80%;
    width: 162vw;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .header__blur {
    display: none;
  }

  .header__title {
    margin-top: 50px;
  }

  .header-product {
    position: relative;
    width: 100%;
    min-height: 65vw;
  }

  .header-product__one {
    top: 0;
    right: auto;
    left: 0;
  }

  .header-product__one-background {
    display: none;
  }

  .header-product__one-item {
    position: relative;
    top: 0;
    left: 0;
    width: 68vw;
  }

  .header-product__two {
    top: 0;
    left: auto;
    right: 0;
  }

  .header-product__two-background {
    display: none;
  }

  .header-product__two-item {
    top: 0;
    right: 0;
    width: 60vw;
  }

  .about__container {
    padding-top: 770px;
  }

  .about__background-2 {
    height: 67%;
  }

  .about__photo-1 {
    top: -50px;
    right: -15px;
    width: 525px;
  }

  .about__photo-2 {
    top: 1276px;
  }

  .about-video {
    margin: 0 auto;
  }

  .about-product__1 {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    top: 0;
    right: 0;
    width: 550px;
  }

  .about-product__shadow {
    top: 613px;
    right: -70px;
    z-index: -1;
  }

  .about-card {
    position: relative;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    max-width: 480px;
    width: 100%;
  }

  .about-card--1 {
    margin-top: 120px;
  }

  .about-card__img {
    width: 100%;
  }

  .about-card__wrapper {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: none;
    width: 100%;
  }

  .about-text__3 {
    margin: 0 auto;
    margin-top: 80px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }

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

  .about-text__3-description {
    margin-top: 20px;
    text-align: center;
  }

  .product-card {
    margin: 100px auto 0 auto;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    max-width: 580px;
  }

  .product-card__wrapper {
    width: 100%;
    max-width: none;
  }

  .product-card__info {
    padding: 38px 50px 43px 50px;
    width: 100%;
  }

  .product-card__mini-img {
    width: 31%;
    height: 103px;
  }

  .product-card__name {
    margin: 0 auto;
  }

  .product-card__price {
    margin: 0 auto;
  }

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

  .product-card__gallary {
    width: 100%;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .product-card__swiper {
    width: 100% !important;
    height: 710px !important;
  }

  .product-card__swiper--mini {
    margin-top: 40px;
    width: 100% !important;
    height: 12rem !important;
  }

  .product-card__swiper-slide--mini {
    width: 130px !important;
    height: 100% !important;
  }

  .footer-feedback__slider {
    padding: 47px 100px 90px 100px;
  }

  .footer-feedback__quote-top {
    left: 45px;
  }

  .footer-product {
    -webkit-align-self: auto;
    align-self: auto;
    -webkit-align-items: center;
    align-items: center;
  }

  .footer-product__name-title {
    text-align: center;
  }

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

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

  .footer-product__item-1 {
    position: relative;
    top: 30px;
    left: -50px;
  }

  .footer-product__item-2 {
    top: 370px;
    right: 10px;
  }

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

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

@media (max-width: 768px) {
  .header__title {
    margin-top: 30px;
    font-size: 50px;
    line-height: 60px;
  }

  .about__container {
    padding-top: 750px;
  }

  .about__photo-2 {
    top: 1135px;
    left: -15px;
    width: 535px;
  }

  .about-text__1-title {
    font-size: 40px;
    line-height: 50px;
  }

  .about-text__1-description {
    font-size: 24px;
    line-height: 40px;
  }

  .about-text__2 {
    margin-top: 590px;
  }

  .about-text__2-title {
    font-size: 40px;
  }

  .about-text__2-description {
    font-size: 24px;
    line-height: 40px;
  }

  .about-text__3-title {
    font-size: 40px;
    line-height: 50px;
  }

  .about-text__3-description {
    font-size: 25px;
    line-height: 40px;
  }

  .about-video {
    width: 100%;
  }

  .about-video__wrapper {
    width: 100%;
  }

  .product-card {
    max-width: 547px;
  }

  .product-card__wrapper-img {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 430px;
  }

  .product-card__wrapper-img--1 {
    width: 460px;
  }

  .product-card__info {
    padding: 38px 45px 43px 45px;
  }

  .product-card__sale {
    margin: 0 auto;
    max-width: 360px;
    text-align: center;
  }

  .product-card__swiper-slide--mini {
    width: 129.2px !important;
  }

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

  .size-table {
    font-size: 18px;
  }

  .size-table-wrapper {
    max-width: 550px;
  }

  .size-table tbody td {
    padding: 0.7em;
  }

  .footer__container {
    padding-bottom: 100px;
  }

  .footer__background {
    -o-object-fit: fill;
    object-fit: fill;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-filter: blur(25px);
    filter: blur(25px);
  }

  .footer-feedback__title {
    font-size: 36px;
  }

  .footer-feedback__quote-top {
    display: none;
  }

  .footer-feedback__quote-down {
    display: none;
  }

  .footer-feedback__slider {
    padding: 30px 40px 62px 40px;
  }

  .footer-feedback .swiper-pagination-bullets {
    bottom: 27px;
  }

  .footer-feedback__swiper-button {
    top: auto;
    bottom: 21px;
  }

  .footer-product {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    background: rgba(0, 0, 0, 0);
  }

  .footer-product__title {
    max-width: 470px;
    font-size: 38px;
  }

  .footer-product__item-2 {
    top: 380px;
    right: -10px;
  }
}

@media (max-width: 576px) {
  .header__container {
    min-height: 500px;
    padding-bottom: 105px;
  }

  .header__background-two {
    width: 200vw;
    left: 100%;
  }

  .header__title {
    margin-top: 10px;
    font-size: 36px;
    line-height: 46px;
  }

  .header__subtitle {
    font-size: 24px;
    line-height: 31.2px;
  }

  .about__container {
    padding-top: 620px;
  }

  .about__photo-1 {
    width: 430px;
  }

  .about__photo-2 {
    top: 965px;
    width: 435px;
  }

  .about-text__1-title {
    font-size: 34px;
  }

  .about-text__1-description {
    margin-top: 10px;
    font-size: 20px;
    line-height: 35px;
  }

  .about-text__2 {
    margin-top: 490px;
  }

  .about-text__2-title {
    font-size: 34px;
  }

  .about-text__2-description {
    margin-top: 10px;
    font-size: 20px;
    line-height: 35px;
  }

  .about-product__1 {
    width: 90vw;
  }

  .about-video__button-play {
    border-width: 15px 0 15px 27px;
  }

  .about-video__wrapper {
    height: 53vw;
  }

  .product-card {
    max-width: 451px;
  }

  .product-card__name-title {
    font-size: 38px;
  }

  .product-card__wrapper {
    padding: 38px 30px 20px 30px;
  }

  .product-card__mini-img {
    width: 7.7rem;
    height: 18vw;
  }

  .product-card__swiper--mini {
    margin-top: 20px;
  }

  .product-card__swiper-slide--mini {
    width: 105.3px !important;
    height: 150px !important;
  }

  .product-delivery {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .product-delivery__img {
    margin: 0 0 12px 0;
  }

  .product-delivery__wrapper {
    -webkit-justify-content: center;
    justify-content: center;
  }

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

  .name__title {
    font-size: 36px;
    line-height: 46px;
  }

  .name__img {
    width: 38px;
  }

  .size-table {
    font-size: 3.2vw;
  }

  .size-table-wrapper {
    max-width: none;
    width: 100%;
    padding: 20px 0 15px;
  }

  .size-table tbody td:first-child {
    padding-left: 10px;
  }

  .footer__container {
    padding-bottom: 140px;
  }

  .footer-feedback__title {
    font-size: 32px;
  }

  .footer-product {
    width: 100vw;
  }

  .footer-product__title {
    font-size: 32px;
    line-height: 42px;
  }

  .footer-product__subtitle {
    font-size: 24px;
    line-height: 36px;
  }

  .footer-product__item-1 {
    width: 360px;
  }

  .footer-product__item-2 {
    top: 340px;
    width: 320px;
  }
}

@media (max-width: 480px) {
  .header__name {
    margin-top: 18px;
  }

  .header__name-text {
    font-size: 42px;
  }

  .header__title {
    margin-top: 8px;
    max-width: 85%;
    font-size: 30px;
  }

  .header__subtitle {
    margin-top: 14px;
  }

  .header-product {
    min-height: 72vw;
  }

  .header-product__one-item {
    top: 21px;
    left: -23px;
    width: 73vw;
  }

  .header-product__two-item {
    top: 5px;
    right: -18px;
    width: 66vw;
  }

  .header__button-text {
    margin-bottom: 21px;
  }

  .header__button-item {
    padding: 17px 30px 16px 30px;
  }

  .button__text {
    font-size: 26px;
  }

  .sale {
    font-size: 18px;
  }

  .about__container {
    padding-top: 460px;
    padding-bottom: 50px;
  }

  .about__photo-1 {
    top: -60px;
    right: 0;
    width: 350px;
    border: 10px solid #fff;
    border-right: none;
  }

  .about__photo-2 {
    top: 52.5rem;
    left: -10px;
    border-left: none;
    width: 374px;
    border: 10px solid #fff;
  }

  .about-text__1-title {
    font-size: 36px;
    line-height: 46px;
    max-width: 90%;
  }

  .about-text__1-description {
    margin-top: 26px;
    font-size: 20px;
    line-height: 36px;
  }

  .about-text__2 {
    margin-top: 357px;
  }

  .about-text__2-title {
    font-size: 36px;
    line-height: 46px;
    max-width: 90%;
  }

  .about-text__2-description {
    margin-top: 26px;
    font-size: 20px;
    line-height: 36px;
  }

  .about-text__3 {
    margin-top: 58px;
  }

  .about-text__3-title {
    font-size: 36px;
    line-height: 46px;
    max-width: 90%;
  }

  .about-text__3-description {
    margin-top: 7px;
    font-size: 20px;
    line-height: 36px;
  }

  .about-product__1 {
    margin-top: 14px;
    margin-bottom: 16px;
    width: 98vw;
  }

  .about-video__wrapper {
    height: 52.2vw;
  }

  .about-video__button {
    width: 80px;
    height: 80px;
  }

  .about-video__button-play {
    left: 3px;
    width: 24px;
    height: 32px;
  }

  .about-button {
    margin-top: 23px;
  }

  .about-card {
    margin-top: 30px;
    max-width: 384px;
  }

  .about-card--1 {
    margin-top: 41px;
  }

  .about-card__wrapper {
    padding-bottom: 22px;
  }

  .about-card__wrapper-title {
    max-width: 90%;
  }

  .about-card__wrapper-description {
    margin-top: 1px;
  }

  .about__background-2 {
    height: 67.9%;
  }

  .product__container {
    padding-bottom: 50px;
  }

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

  .product-card__info {
    padding: 22px 20px 45px 20px;
  }

  .product-card__name--gallary {
    margin-bottom: 20px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }

  .product-card__name--gallary h2 {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .product-card__swiper {
    height: 576px !important;
  }

  .product-card__swiper--mini {
    margin-top: 10px;
    height: 131.2px !important;
  }

  .product-card__swiper-slide--mini {
    width: 88.5px !important;
    height: 100% !important;
  }

  .product-card__wrapper {
    padding: 21px 20px 31px 20px;
  }

  .product-card__wrapper-text {
    top: 117px;
    left: -22px;
    font-size: 200px;
  }

  .product-card__wrapper-img {
    margin-top: 10px;
    margin-bottom: 14px;
    width: 92vw;
  }

  .product-card__wrapper-img--1 {
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .product-card__mini-img {
    width: 26vw;
  }

  .product-card__mini-img:nth-child(1n + 4) {
    margin-top: 12px;
  }

  .product-card__info {
    padding: 18px 20px 45px 20px;
  }

  .product-card__sale {
    margin-top: 3px;
  }

  .product-delivery {
    padding: 21px 20px 13px 20px;
  }

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

  .info {
    min-height: 66px;
  }

  .info__text {
    font-size: 12px;
  }

  .footer__container {
    padding-top: 35px;
  }

  .footer-feedback__title {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
  }

  .footer-feedback__slider {
    margin-top: 40px;
    padding: 19px 20px 56px 20px;
  }

  .footer-feedback .swiper-pagination-bullets {
    bottom: 30px;
  }

  .footer-feedback__swiper-button {
    bottom: 24px;
    width: 14px;
  }

  .footer-feedback__swiper-button--prev {
    left: 21px;
  }

  .footer-feedback__swiper-button--next {
    right: 22px;
  }

  .footer-feedback__link {
    bottom: -28px;
    right: 20px;
  }

  .footer-product {
    margin-top: 74px;
    padding: 38px 15px 45px 15px;
  }

  .footer-product__name-title {
    font-size: 42px;
    line-height: 60px;
  }

  .footer-product__name-img {
    width: 50px;
  }

  .footer-product__title {
    margin-top: 8px;
    max-width: 360px;
    font-size: 6.6vw;
    line-height: 46px;
  }

  .footer-product__subtitle {
    margin-top: 14px;
    max-width: 350px;
    line-height: 31.2px;
  }

  .footer-product__item-1 {
    width: 300px;
    top: 24px;
    left: -65px;
  }

  .footer-product__item-2 {
    top: 365px;
    width: 273px;
    right: -3px;
  }
}

@media (max-width: 413px) {
  .header__name-text {
    font-size: 32px;
  }

  .header__title {
    font-size: 22px;
    line-height: 34px;
  }

  .header__subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .header-radial {
    top: -347px;
    left: -556px;
  }

  .button__text {
    font-size: 18px;
    margin-bottom: 10px !important;
  }

  .sale {
    font-size: 4.2vw;
  }

  .about__container {
    padding-top: 120vw;
  }

  .about__photo-1 {
    width: 90vw;
  }

  .about__photo-2 {
    margin-top: 40px;
    position: relative;
    top: 0;
    left: -15px;
    border-left: none;
    width: 94vw;
  }

  .about-text__1-title {
    font-size: 23px;
    line-height: 34px;
    max-width: 100%;
  }

  .about-text__1-description {
    font-size: 18px;
    line-height: 30px;
  }

  .about-text__2 {
    margin-top: 60px;
  }

  .about-text__2-title {
    font-size: 23px;
    line-height: 34px;
    max-width: 100%;
  }

  .about-text__2-description {
    font-size: 18px;
    line-height: 30px;
  }

  .about-text__3-title {
    font-size: 23px;
    line-height: 34px;
    max-width: 100%;
  }

  .about-text__3-description {
    font-size: 18px;
    line-height: 30px;
  }

  .about-product__1 {
    width: 90%;
  }

  .about-card__wrapper-title {
    font-size: 7vw;
    max-width: 100%;
  }

  .about-card__wrapper-description {
    font-size: 17px;
  }

  .about__background-2 {
    height: 69.9%;
  }

  .product-card__swiper-slide--mini {
    width: 90px !important;
  }

  .product-card__wrapper-text {
    font-size: 160px;
  }

  .product-card__wrapper-img {
    margin-top: 10px;
    margin-bottom: 14px;
    width: 85vw;
  }

  .product-card__mini-img {
    width: 24.6vw;
  }

  .product-card__sale {
    max-width: 280px;
    font-size: 17px;
    line-height: 26px;
  }

  .product-card__list-item {
    font-size: 17px;
    line-height: 26px;
  }

  .product-card__input-item {
    font-size: 17px;
  }

  .product-card__size-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }

  .product-card__size--margin {
    margin: 0;
    width: 100%;
    max-width: none;
  }

  .product-card__size-link {
    margin: 10px 0;
  }

  .product-card__size-select {
    font-size: 17px;
  }

  .product-card__button {
    font-size: 17px;
  }

  .product-delivery__wrapper-text {
    font-size: 17px;
    line-height: 24px;
  }

  .price__old {
    font-size: 22px;
  }

  .price__new {
    font-size: 28px;
  }

  .name__title {
    font-size: 26px;
  }

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

  .footer__container {
    padding-bottom: 82px;
  }

  .footer-feedback__title {
    font-size: 32px;
  }

  .footer-feedback__slide-description {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-feedback .swiper-pagination-bullets {
    bottom: 22px;
  }

  .footer-feedback__swiper-button {
    bottom: 16px;
  }

  .footer-product__title {
    font-size: 7vw;
  }

  .footer-product__item-1 {
    width: 70vw;
    top: 24px;
    left: -14vw;
  }

  .footer-product__item-2 {
    top: 360px;
    width: 61vw;
    right: 1vw;
  }
}

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

  .button__item:hover {
    color: #024972;
    background-color: #4FF4FF;
  }

  .about-video__button {
    -webkit-transition: background 0.7s ease, fill 0.7s ease;
    transition: background 0.7s ease, fill 0.7s ease;
  }

  .about-video__button:hover {
    background: #00F0FF;
    fill: #024972;
  }

  .about-video__button-play {
    -webkit-transition: border-color 0.7s ease;
    transition: border-color 0.7s ease;
  }

  .about-video__button-play:hover {
    border-color: transparent transparent transparent #024972;
  }

  .about-video__button-hover {
    -webkit-transition: border-color 0.7s ease;
    transition: border-color 0.7s ease;
  }

  .about-video__button-hover:hover {
    border-color: transparent transparent transparent #024972;
  }

  .product-card__mini-img 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;
  }

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

  .product-card__button {
    -webkit-transition: background-color 0.7s ease;
    transition: background-color 0.7s ease;
  }

  .product-card__button:hover {
    background-color: #00FFD1;
  }

  .product-card__swiper-slide {
    -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__swiper-slide:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }

  .product-card__swiper-slide--mini {
    position: relative;
  }

  .product-card__swiper-slide--mini::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease;
    pointer-events: none;
  }

  .product-card__swiper-slide--mini:hover::after {
    opacity: 0.2;
  }

  .footer-feedback__swiper-button {
    -webkit-transition: fill 0.5s ease;
    transition: fill 0.5s ease;
  }

  .footer-feedback__swiper-button:hover {
    fill: #005484;
  }
}

label.error {
  display: none !important;
}

.video-link a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  margin-top: 15px;
  font-family: 'Roboto', sans-serif;
}

/*update*/

.footer-info{
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: #999;
  list-style: none;

}

#modal-refusal, #modal-delivery{
  width: 100%;
  max-width: 800px !important;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}

#modal-refusal h6, #modal-delivery h6{
  margin: 0 0 10px;
  font-size: 24px;
}