/*! 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;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Impact";
  src: url("../fonts/Impact.woff2") format("woff2"), url("../fonts/Impact.woff") format("woff"), url("../fonts/Impact.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #051219;
  background-color: #fff;
}

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

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

.prev,
.next {
  -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 {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none !important;
  -webkit-user-select: none !important;
}

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

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

label.error {
  display: none !important;
}

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

ul {
  margin: 0;
  padding: 0;
}

li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.back {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: none;
}
.back div {
  position: absolute;
}
.back div img {
  display: block;
  width: 100%;
}
.back img {
  position: absolute;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 0 15px;
}

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

.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50000;
  pointer-events: none;
  opacity: 0.4;
}

.promo {
  padding: 50px 0 150px;
  background: url("../img/bg1.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
}

.promo-content {
  position: relative;
  padding-top: 30px;
  max-width: 900px;
}

.main-headline {
  font-size: 100px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}

.subtitle {
  font-size: 48px;
  color: #173061;
}
.subtitle span {
  font-style: italic;
  font-weight: 900;
}

.promo .main-headline {
  width: 100%;
}

.main-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
.main-nav .logo {
  width: 160px;
}
.main-nav .logo img {
  display: block;
  width: 100%;
}
.main-nav .right {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;
}
.main-nav .right .nav-item {
  position: relative;
  margin-left: 60px;
}
.main-nav .right .nav-item:before {
  position: absolute;
  bottom: -3px;
  right: 0;
  content: "";
  width: 45px;
  height: 2px;
  -webkit-transition: 320ms;
  transition: 320ms;
  background-color: #fff;
}
.main-nav .right .nav-item:hover:before {
  width: 100%;
  background-color: #FF583E;
}

.promo .price-box-wrapp {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  padding: 25px 110px 25px 0;
  z-index: 10;
}
.promo .price-box-wrapp:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -50vw;
  content: "";
  background: rgba(0, 20, 101, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.price-box {
  position: relative;
  z-index: 10;
}
.price-box .text {
  font-size: 32px;
}
.price-box .more-info {
  margin-top: 25px;
}
.price-box .sale-info {
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
}
.price-box .sale-info .date {
  font-weight: 700;
  color: #FF583E;
}

.prices {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
}

.old-price {
  position: relative;
  font-size: 18px;
  margin-right: 15px;
}
.old-price:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.new-price {
  font-size: 48px;
  font-weight: 700;
}

.more-info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  width: 100%;
  max-width: 330px;
  min-width: 330px;
  padding: 12px 30px;
  background-color: #FF583E;
  font-size: 36px;
  -webkit-transition: 320ms;
  transition: 320ms;
}
.more-info:hover {
  background-color: #c53f2a;
}
.more-info:after {
  position: relative;
  content: "";
  width: 36px;
  height: 8px;
  background: url("../img/arrow.png") center no-repeat;
  background-size: contain;
}

.sale-label {
  padding: 50px 0;
  width: 215px;
  height: 215px;
  border-radius: 50%;
  border: 5px solid #FF583E;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  text-align: center;
}
.sale-label .text {
  display: block;
}
.sale-label .value {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 64px;
  color: #FF583E;
}

.promo-images {
  position: absolute;
  left: 436px;
  bottom: -50px;
  width: 959px;
}
.promo-images .image1 {
  width: 100%;
}
.promo-images .image img {
  display: block;
  width: 100%;
}
.promo-images .sale-label {
  position: absolute;
  bottom: 0;
  left: 36%;
}
.promo-images .sale-label .text {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 1700px) {
  .main-headline {
    font-size: 70px;
  }
  .subtitle {
    font-size: 40px;
  }
  .promo-content {
    max-width: 820px;
  }
  .promo {
    padding: 20px 0 110px;
  }
  .promo-images {
    left: 516px;
    bottom: -30px;
    width: 830px;
  }
  .sale-label {
    padding: 38px 0;
    width: 175px;
    height: 175px;
  }
  .promo-images .sale-label {
    left: 42%;
  }
  .promo-content {
    padding-top: 50px;
  }
  .sale-label .value {
    font-size: 52px;
  }
}
@media (max-width: 1535px) {
  .container {
    max-width: 1366px;
  }
  .promo-images {
    left: 486px;
    bottom: -30px;
    width: 770px;
  }
  .promo {
    padding-bottom: 70px;
  }
}
@media (max-width: 1365px) {
  .container {
    max-width: 1200px;
  }
  .promo-images {
    width: 690px;
  }
  .main-headline {
    font-size: 60px;
  }
  .subtitle {
    font-size: 34px;
  }
  .promo-content {
    max-width: 660px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 992px;
  }
  .main-headline {
    font-size: 48px;
    text-align: center;
  }
  .promo-content {
    padding-top: 30px;
    max-width: 540px;
  }
  .promo .price-box-wrapp {
    padding-right: 50px;
  }
  .promo-images {
    left: 395px;
    bottom: -70px;
    width: 590px;
  }
  .subtitle {
    font-size: 30px;
  }
  .main-nav .right {
    display: none;
  }
  .promo .subtitle {
    color: #9DBFFF;
    text-align: center;
  }
  .main-nav {
    -webkit-justify-content: center;
            justify-content: center;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .promo .main-headline,
  .promo .subtitle {
    width: 962px;
  }
  .promo .subtitle {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
  .promo {
    padding-bottom: 30px;
  }
  .new-price {
    color: #FF583E;
  }
  .promo .price-box-wrapp {
    width: 100%;
    padding-top: 0;
    margin-top: 15px;
    padding-right: 0;
    padding-bottom: 0;
  }
  .promo .price-box-wrapp .prices {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .promo .price-box-wrapp:before {
    display: none;
    background: none;
  }
  .promo .price-box {
    text-align: center;
  }
  .promo-content {
    width: 100%;
    max-width: initial;
  }
  .promo .more-info {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  .promo .price-box .sale-info {
    color: #173061;
  }
  .promo-images {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-bottom: -15px;
  }
  .promo-images .sale-label {
    top: 70px;
    left: 90px;
  }
  .promo-images .text {
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  }
  .promo .subtitle {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 576px;
  }
  .main-headline {
    font-size: 40px;
  }
  .subtitle {
    font-size: 24px;
  }
  .promo-images .sale-label {
    top: 20px;
    left: 30px;
  }
}
.price-box .price-text {
  font-size: 32px;
}

@media (max-width: 575px) {
  .price-box-wrapp .prices {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
  .price-box-wrapp .prices .old-price {
    margin-right: 0;
  }
  .promo .subtitle {
    margin-top: 5px;
  }
  .promo .price-box-wrapp {
    margin-top: 10px;
  }
  .price-box .price-text {
    font-size: 30px;
  }
  .promo-images {
    left: -15px;
    width: -webkit-calc(100% + 42px);
    width: calc(100% + 42px);
  }
  .promo .more-info {
    margin-top: 20px;
  }
  .promo-images .sale-label {
    width: 31.4vw;
    height: 31.4vw;
  }
  .promo-images .sale-label .text {
    font-size: 4.6vw;
  }
  .sale-label .value {
    font-size: 9vw;
  }
  .sale-label {
    padding: 6.4vw 0;
  }
  .promo-content {
    padding-top: 40px;
  }
  .promo {
    padding-bottom: 20px;
  }
}
@media (max-width: 410px) {
  .main-headline {
    font-size: -webkit-calc(16.6vw - 30px);
    font-size: calc(16.6vw - 30px);
  }
  .price-box .price-text {
    font-size: 26px;
  }
  .subtitle {
    font-size: 20px;
  }
  .more-info {
    min-width: 100%;
    font-size: 30px;
  }
}
@media (max-width: 340px) {
  .more-info {
    font-size: 24px;
  }
}
.about {
  position: relative;
  padding: 120px 0 30px;
}

.about-content {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.about-slider-tabs {
  width: 195px;
  margin-right: 15px;
}
.about-slider-tabs .tab {
  position: relative;
}
.about-slider-tabs .tab span {
  display: block;
  position: relative;
  z-index: 10;
  font-size: 20px;
  padding: 12px 0;
  font-weight: bold;
  background: -webkit-linear-gradient(0deg, #fff 0, #8B97B0 0, #8B97B0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-slider-tabs .tab:before {
  position: absolute;
  right: -webkit-calc(100% - 30px);
  right: calc(100% - 30px);
  top: 0;
  content: "";
  width: 50vw;
  height: 100%;
  background-color: #173061;
  opacity: 0;
}
.about-slider-tabs .tab.active span {
  background: -webkit-linear-gradient(0deg, #fff 30px, #173061 31px, #173061 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-slider-tabs .tab.active:before {
  opacity: 1;
}

.about-slider-wrapper {
  position: relative;
  width: 100%;
  min-height: 670px;
  max-width: 720px;
}
.about-slider-wrapper .number-label {
  position: absolute;
  top: -71px;
  left: -47px;
  z-index: -1;
}

.number-label {
  color: #DDE6EE;
  font-size: 128px;
  font-weight: 900;
}

h2 {
  text-indent: 18px;
  font-size: 72px;
  margin: 0;
  color: #173061;
  font-weight: 900;
}
h2 span {
  font-weight: 600;
}

.decor-line {
  position: relative;
  width: 315px;
  height: 1px;
  background-color: #FF583E;
  margin: 25px 0;
}
.decor-line:before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  width: 25%;
  height: 4px;
  background-color: #FF583E;
}

.about-images {
  position: absolute;
  bottom: 73px;
  right: -140px;
  width: 800px;
}
.about-images .sale-info {
  position: absolute;
  right: 143px;
  bottom: -10px;
  width: 200px;
  text-align: right;
  font-size: 12px;
}
.about-images:before {
  position: absolute;
  top: -62px;
  right: 6px;
  content: "";
  width: 440px;
  height: 810px;
  background-color: #DDE6EE;
}
.about-images .image img {
  display: block;
  width: 100%;
}
.about-images .image1 {
  position: relative;
  z-index: 10;
  width: 100%;
}

h4 {
  margin: 0;
  color: #173061;
  font-size: 48px;
  font-weight: bold;
}

.about-decor-text {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-decor-text .text {
  position: absolute;
  font-family: "Impact", sans-serif;
  font-size: 128px;
  text-align: right;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.about-decor-text .text1 {
  bottom: 90px;
  left: 20px;
  color: #173061;
  z-index: 8;
}
.about-decor-text .text2 {
  left: 80px;
  bottom: 120px;
  color: #DDE6EE;
  z-index: 6;
}

.about-slider {
  position: relative;
}

.owl-dots {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  margin-top: 20px;
}

.owl-dot {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 5px;
  background-color: #D9D9D9 !important;
}
.owl-dot:before {
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  content: "";
  border-radius: 100%;
  border: 1px solid #5D6E90;
  opacity: 0;
  -webkit-transition: 320ms opacity;
  transition: 320ms opacity;
}

.owl-dot.active {
  background-color: #173061 !important;
}
.owl-dot.active:before {
  opacity: 1;
}

.owl-dot span {
  display: none;
}

@media (max-width: 1700px) {
  .about-slider-wrapper {
    max-width: 630px;
    min-height: 560px;
  }
  h2 {
    font-size: 58px;
  }
  .about-images {
    bottom: 3px;
    right: -30px;
    width: 730px;
  }
  .about-images:before {
    top: -79px;
    height: 740px;
  }
}
@media (max-width: 1535px) {
  .about {
    padding-bottom: 0;
  }
  h2 {
    font-size: 46px;
  }
  .about-slider-wrapper {
    max-width: 550px;
  }
  .about-images {
    bottom: 53px;
    right: 0px;
    width: 670px;
  }
  .about-images:before {
    height: 670px;
  }
  .about-decor-text .text1 {
    bottom: 50px;
  }
  .about-decor-text .text2 {
    bottom: 90px;
  }
}
@media (max-width: 1365px) {
  .about-slider-tabs {
    width: 165px;
  }
  .about-slider-wrapper {
    max-width: 470px;
  }
  .about-images {
    width: 610px;
  }
  .about-images:before {
    top: -128px;
  }
  .about-images .sale-info {
    right: 33px;
    bottom: -20px;
  }
  h4 {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  .about {
    padding: 50px 0 40px;
  }
  .about-slider-tabs .tab span {
    font-size: 14px;
  }
  .about-slider-tabs {
    width: 120px;
  }
  h2 {
    font-size: 34px;
  }
  .about-slider-wrapper {
    max-width: 430px;
    min-height: 420px;
  }
  .about-images {
    bottom: -50px;
    width: 510px;
  }
  .about-images:before {
    top: -102px;
    width: 350px;
  }
  h4 {
    font-size: 28px;
  }
  .about-decor-text .text {
    font-size: 95px;
  }
  .about-decor-text .text1 {
    bottom: 70px;
  }
  .about-decor-text .text2 {
    bottom: 110px;
  }
}
@media (max-width: 991px) {
  .about {
    padding-bottom: 0;
  }
  .about-images .sale-info {
    bottom: 20px;
  }
  .about-decor-text .text1 {
    bottom: 110px;
  }
  .about-decor-text .text2 {
    bottom: 160px;
    left: 43px;
  }
  .about-images {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-left: auto;
    min-height: 500px;
  }
  .about-slider-tabs {
    width: 200px;
  }
  .about-slider-wrapper {
    max-width: initial;
    width: -webkit-calc(100% - 200px - 30px);
    width: calc(100% - 200px - 30px);
    min-height: initial;
  }
  .about-images:before {
    top: 40px;
    width: 70%;
    height: 100%;
  }
  .about-decor-text .text {
    font-size: 79px;
  }
  .about-images .image1 {
    left: -70px;
  }
}
@media (max-width: 767px) {
  .about-slider-tabs {
    width: 120px;
  }
  .about-slider-wrapper {
    width: -webkit-calc(100% - 120px - 15px);
    width: calc(100% - 120px - 15px);
  }
  .about-images:before {
    top: 30px;
    width: 54%;
  }
  .about-images .image1 {
    left: -57px;
  }
  .about-decor-text .text2 {
    bottom: 130px;
  }
}
@media (max-width: 575px) {
  .about {
    padding-top: 40px;
  }
  .about-slider-tabs {
    width: 100%;
    margin-right: 0;
  }
  .about-slider-wrapper {
    width: 100%;
    margin-top: 60px;
  }
  .about-slider-wrapper .number-label {
    left: -7px;
  }
  .about-slider-tabs .tab {
    text-align: center;
  }
  .about-slider-tabs .tab:before {
    right: 53%;
  }
  .about-slider-tabs .tab.active span {
    background: -webkit-linear-gradient(0deg, #fff 47%, #173061 -webkit-calc(47% + 1px), #173061 100%);
    background: -webkit-linear-gradient(0deg, #fff 47%, #173061 calc(47% + 1px), #173061 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .about .decor-line:before {
    left: 0;
  }
  .about .owl-dots {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .about-images:before {
    top: 30px;
    width: 80%;
    right: 0;
  }
  .about-images {
    margin-top: 30px;
    min-height: 107vw;
  }
  .about-images:before {
    top: 0;
  }
  .about-images .image1 {
    left: -47px;
    width: 117%;
  }
  .about-decor-text .text {
    font-size: 13vw;
    right: auto;
  }
  .about-decor-text .text1 {
    left: 2.4vw;
    bottom: 45vw;
  }
  .about-decor-text .text2 {
    left: 8.4vw;
    bottom: 50vw;
  }
}
@media (max-width: 410px) {
  h2 {
    font-size: 30px;
  }
}
.overview {
  position: relative;
  padding: 85px 0 35px;
}
.overview:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50.5%;
  content: "";
  background: url("../img/bg2.jpg") center no-repeat;
  background-size: cover;
}

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

.overview-info {
  position: relative;
  color: #fff;
  padding: 120px 90px 60px;
  width: 59.1243%;
}
.overview-info .price-box {
  margin-top: 30px;
}
.overview-info .decor-line {
  margin-bottom: 40px;
}
.overview-info p {
  line-height: 1.5;
}
.overview-info:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 100vw;
  background: rgba(0, 20, 101, 0.85);
  box-shadow: 30px 15px 25px 0px rgba(15, 31, 44, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
.overview-info .inner {
  position: relative;
  z-index: 10;
}
.overview-info .inner .number-label {
  position: absolute;
  top: -90px;
  left: -47px;
  color: #516489;
  z-index: -1;
}
.overview-info h2 {
  color: #fff;
}
.overview-info .price-box {
  max-width: 330px;
}

.overview-gallery {
  width: -webkit-calc(40.8757% + 490px);
  width: calc(40.8757% + 490px);
  margin-right: -490px;
}
.overview-gallery a {
  display: block;
  overflow: hidden;
}
.overview-gallery a:before {
  position: absolute;
  top: -webkit-calc(50% - 80px);
  top: calc(50% - 80px);
  left: -webkit-calc(50% - 80px);
  left: calc(50% - 80px);
  content: "";
  height: 160px;
  width: 160px;
  background-image: url(../img/photo-icon.png);
  background-size: contain;
  z-index: 40;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 320ms;
  transition: 320ms;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}
.overview-gallery a:hover {
  z-index: 10;
}
.overview-gallery a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.overview-gallery a img {
  display: block;
  width: 100%;
}
.overview-gallery .owl-item {
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.overview-gallery .owl-item img {
  position: relative;
  left: -1px;
}
.overview-gallery .owl-item--1 {
  position: relative;
  z-index: 10;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.overview-gallery .owl-item--2 {
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform: scale(0.7) translateX(-200px);
          transform: scale(0.7) translateX(-200px);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.overview-gallery .owl-dots {
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  bottom: 30px;
  width: 523px;
}
.overview-gallery .owl-dots .owl-dot {
  background-color: #FFFFFF !important;
}
.overview-gallery .owl-dots .owl-dot.active {
  background-color: #173061 !important;
}

@media (max-width: 1700px) {
  .overview-content {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .overview {
    padding: 55px 0 35px;
  }
  .overview-gallery .owl-dots {
    width: 437px;
  }
  .overview-info {
    width: 53%;
    padding: 80px 50px 40px;
  }
  .overview-info .inner .number-label {
    left: -25px;
  }
  .overview-gallery {
    width: -webkit-calc(33% + 490px);
    width: calc(33% + 490px);
  }
}
@media (max-width: 991px) {
  .overview {
    padding: 160px 0 30px;
  }
  .overview-content {
    display: block;
  }
  .overview-info {
    width: 100%;
    background: rgba(0, 20, 101, 0.85);
    box-shadow: 30px 15px 25px 0px rgba(15, 31, 44, 0.2);
    -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
    padding-bottom: 70px;
  }
  .overview-info:before {
    display: none;
    background: none;
  }
  .overview:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background-position: top center;
  }
  .overview-gallery {
    width: 100%;
    margin-top: -36px;
  }
  .overview-gallery.owl-carousel .owl-stage-outer {
    padding: 36px 0;
  }
  .overview-gallery .owl-item img {
    left: 0;
  }
  .overview-gallery .owl-item {
    opacity: 0;
  }
  .overview-gallery .owl-item.active {
    opacity: 1;
  }
  .overview-gallery .owl-item.center {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: center;
            transform-origin: center;
    position: relative;
    z-index: 10;
  }
  .overview-gallery .owl-item--2 {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .overview-info {
    text-align: center;
  }
  .overview-info .price-box {
    margin-left: auto;
    margin-right: auto;
  }
  .overview-info .decor-line {
    margin-left: auto;
    margin-right: auto;
  }
  .overview-info .decor-line:before {
    left: 37.5%;
  }
  .overview-gallery .owl-dots {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .overview-info {
    padding-bottom: 50px;
  }
  .overview-gallery .owl-item.center {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .overview-gallery.owl-carousel .owl-stage-outer {
    padding: 0;
  }
  .overview-gallery {
    margin-top: 0;
  }
  .overview-gallery .owl-item {
    opacity: initial;
  }
  .overview-gallery .owl-item.active {
    opacity: initial;
  }
}
@media (max-width: 575px) {
  .overview {
    padding-top: 48.5vw;
  }
  .overview-info {
    padding-bottom: 20px;
  }
  .overview:before {
    height: 100vw;
  }
  .overview-info {
    padding-left: 15px;
    padding-right: 20px;
  }
  .overview-info .inner .number-label {
    left: -5px;
  }
  .overview-info .decor-line {
    margin: 15px 0;
    width: 100%;
  }
  .overview-gallery {
    position: relative;
    left: -8px;
    width: -webkit-calc(100% + 16px);
    width: calc(100% + 16px);
  }
  .overview {
    padding-bottom: 40px;
  }
}
.video {
  position: relative;
  padding: 269px 0 100px;
}

.video-content {
  position: relative;
  width: 670px;
  z-index: 10;
}
.video-content .inner {
  position: relative;
  z-index: 10;
  padding: 130px 90px 130px 0;
}
.video-content .inner .number-label {
  position: absolute;
  top: 50px;
  left: -47px;
  color: #B3BFD0;
  z-index: -1;
}
.video-content:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -140px;
  content: "";
  background: rgba(221, 230, 238, 0.75);
  box-shadow: 30px 15px 25px 0px rgba(15, 31, 44, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}

.video-inner {
  position: absolute;
  top: 150px;
  right: 0;
  width: 75%;
}
.video-inner a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.video-inner img {
  display: block;
  width: 100%;
}
.video-inner:after {
  position: absolute;
  right: 256px;
  top: -95px;
  content: "";
  width: 214px;
  height: 214px;
  background: url("../img/round-text.png") center no-repeat;
  background-size: contain;
}
.video-inner:before {
  position: absolute;
  top: -webkit-calc(50% - 102px);
  top: calc(50% - 102px);
  left: -webkit-calc(50% - 101px + 100px);
  left: calc(50% - 101px + 100px);
  content: "";
  width: 202px;
  height: 204px;
  background: url("../img/video-play.png") center no-repeat;
  background-size: contain;
}

@media (max-width: 1700px) {
  .video {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .video-inner {
    top: 0;
    height: 650px;
  }
  .video-inner img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .video-content .inner {
    padding: 90px 90px 90px 0;
  }
  .video-inner:after {
    right: -webkit-calc(50% - 530px);
    right: calc(50% - 530px);
  }
  .video-content .inner .number-label {
    top: 10px;
  }
  .video-content .inner .number-label {
    left: -20px;
  }
}
@media (max-width: 1535px) {
  .video-inner {
    top: 50px;
  }
  .video-inner {
    height: 550px;
  }
  .video-inner:before {
    left: -webkit-calc(50% - 101px + 190px);
    left: calc(50% - 101px + 190px);
  }
}
@media (max-width: 1365px) {
  .video-inner:after {
    pointer-events: none;
    right: -webkit-calc(50% - 460px);
    right: calc(50% - 460px);
    z-index: 10;
  }
  .video-inner {
    height: 570px;
  }
}
@media (max-width: 1199px) {
  .video-content {
    width: 570px;
  }
  .video-content .inner {
    padding: 50px 30px 40px 0;
  }
  .video-content .inner .number-label {
    top: -20px;
  }
  .video-inner {
    width: 65%;
  }
  .video-inner {
    height: 450px;
  }
  .video-inner:after {
    right: -webkit-calc(50% - 340px);
    right: calc(50% - 340px);
  }
  .video-inner:before {
    left: -webkit-calc(50% - 100px + 130px);
    left: calc(50% - 100px + 130px);
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .video {
    padding-top: 40px;
  }
  .video-content {
    width: 100%;
  }
  .video-content .inner {
    padding-top: 80px;
  }
  .video-content .inner .number-label {
    top: -10px;
  }
  .video-inner {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .video-inner {
    width: -webkit-calc(100% + 13vw);
    width: calc(100% + 13vw);
  }
  .video-inner:before {
    left: 270px;
  }
}
@media (max-width: 767px) {
  .video-content:before {
    display: none;
    background: none;
  }
  .video-content {
    padding: 80px 30px 40px;
    background: rgba(221, 230, 238, 0.75);
    box-shadow: 30px 15px 25px 0px rgba(15, 31, 44, 0.2);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
  }
  .video-content .inner .number-label {
    top: -90px;
    left: -10px;
  }
  .video-content .inner {
    padding: 0;
  }
  .video-inner:before {
    left: -webkit-calc(50% - 100px);
    left: calc(50% - 100px);
  }
  .video-inner:after {
    right: -20px;
  }
}
@media (max-width: 575px) {
  .video {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .video-inner {
    margin-top: -20px;
    left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    height: 119vw;
  }
  .video-content {
    z-index: 20;
  }
  .video-inner:after {
    width: 180px;
    height: 180px;
  }
  .video-inner:before {
    top: -webkit-calc(50% - 20vw);
    top: calc(50% - 20vw);
    left: -webkit-calc(50% - 20vw);
    left: calc(50% - 20vw);
    width: 40vw;
    height: 40vw;
  }
}
.text-italic {
  font-style: italic;
}

.text-red {
  color: #FF583E;
}

.catalog {
  position: relative;
  padding: 1px 0;
}
.catalog:before {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  bottom: 240px;
  content: "";
  background: url("../img/bg4.jpg") center no-repeat;
  background-size: cover;
}
.catalog .text-red {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.9px;
}

.catalog-head {
  position: relative;
  width: 555px;
  margin-left: auto;
  text-align: right;
  min-height: 485px;
}
.catalog-head:before {
  position: absolute;
  right: -webkit-calc(100% + 30px);
  right: calc(100% + 30px);
  top: 0;
  content: "";
  width: 56.5vw;
  height: 100%;
  background: url("../img/bg3.jpg") center no-repeat;
  background-size: cover;
}

.decor-line--right {
  margin: 20px 0 70px auto;
}
.decor-line--right:before {
  left: auto;
  right: 0;
}

.product {
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin: 70px 0;
}

.product-images {
  position: relative;
  width: -webkit-calc(100% - 485px);
  width: calc(100% - 485px);
  padding: 0 30px 0 0;
}

.product-gallery {
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 40px;
}
.product-gallery a {
  display: block;
  box-shadow: 2px 2px 3px 3px rgba(15, 31, 44, 0.05);
  -webkit-transition: 400ms;
  transition: 400ms;
}
.product-gallery a:before {
  position: absolute;
  top: -webkit-calc(50% - 30px);
  top: calc(50% - 30px);
  left: -webkit-calc(50% - 30px);
  left: calc(50% - 30px);
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../img/photo-icon.png);
  background-size: contain;
  z-index: 40;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 320ms;
  transition: 320ms;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}
.product-gallery a:hover {
  z-index: 10;
}
.product-gallery a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product-gallery a img {
  display: block;
  width: 100%;
}

.product-main-image {
  position: relative;
  width: 100%;
  height: 600px;
  background-color: #fff;
  padding-top: 20px;
}
.product-main-image:before {
  position: absolute;
  top: 0;
  left: -45px;
  right: -70px;
  bottom: -100px;
  content: "";
  background-color: #fff;
}
.product-main-image img {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
}

.product-info {
  position: relative;
  z-index: 10;
  width: 485px;
  padding: 30px 0 30px 45px;
  background-color: #203379;
  color: #fff;
  box-shadow: -30px 15px 25px 0px rgba(15, 31, 44, 0.2);
}
.product-info h5 {
  text-transform: uppercase;
  letter-spacing: 2.6px;
}
.product-info:before {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  content: "";
  width: 50vw;
  background-color: #203379;
}
.product-info .decor-line {
  width: 100%;
  margin-bottom: 30px;
}

h5 {
  margin: 0 0 15px;
  font-size: 26px;
}

.product-list li {
  position: relative;
  overflow: hidden;
  margin-bottom: 13px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.product-list li .left {
  position: relative;
  text-wrap: normal;
  padding-right: 2px;
  white-space: nowrap;
}
.product-list li .left:before {
  position: absolute;
  left: 100%;
  bottom: 0;
  content: "........................................................................................................................";
  width: 500px;
  letter-spacing: 4px;
}
.product-list li .right {
  position: relative;
  z-index: 10;
  float: right;
  padding-left: 2px;
  color: #fff;
  text-align: right;
  font-weight: 600;
}
.product-list li .right span {
  background-color: #203379;
}

.product .new-price {
  color: #FF583E;
  font-weight: 700;
  font-size: 26px;
  margin-left: 10px;
}

.order-form {
  margin-top: 20px;
}

.order-form .btn-styles {
  max-width: initial;
  margin-top: 10px;
}

.order-form .sale-info {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}

.form-group {
  margin-bottom: 10px;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  color: #222;
  border-radius: 0;
  background-color: #fff;
  text-align: center;
}

.sizes-select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 50px 0 50px;
  text-align: center;
  background: #fff;
  border-radius: 0;
  color: #222;
  -moz-text-align-last: center;
       text-align-last: center;
}

.sizes-select select,
.sizes-select option {
  width: 100%;
  text-align: center;
}

.sizes-select-wrap {
  position: relative;
}

.sizes-select-wrap:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 50px;
  height: 50px;
  background: #C4C4C4 url("../img/select-arrow.png") center no-repeat;
  pointer-events: none;
}

.btn-styles {
  position: relative;
  display: block;
  width: 100%;
  max-width: 325px;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-color: #FF583E;
  -webkit-transition: 320ms;
  transition: 320ms;
}
.btn-styles:hover {
  background-color: #c53f2a;
}

.product:nth-child(even) {
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.product:nth-child(even) .product-images {
  padding: 0 0 0 30px;
}
.product:nth-child(even) .product-info {
  padding: 30px 45px 30px 0;
}
.product:nth-child(even) .product-info:before {
  left: auto;
  right: 100%;
}

.product:nth-child(odd) h5 {
  text-align: right;
}
.product:nth-child(odd) .decor-line {
  margin: 20px 0 25px auto;
}
.product:nth-child(odd) .decor-line:before {
  left: auto;
  right: 0;
}

@media (max-width: 1700px) {
  .catalog:before {
    top: 120px;
  }
}
@media (max-width: 1365px) {
  .catalog-head {
    min-height: 390px;
  }
  .product-main-image {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .product {
    margin: 50px 0;
  }
  .product-images {
    overflow: hidden;
    width: -webkit-calc(100% - 440px);
    width: calc(100% - 440px);
    padding: 15px;
  }
  .product-info {
    width: 440px;
    padding: 30px 0 30px 30px;
  }
  .product-main-image {
    height: 550px;
  }
  .product:nth-child(even) .product-images {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .catalog:before {
    top: 110px;
  }
  .catalog-head {
    width: 435px;
    min-height: 350px;
  }
  .product-main-image {
    height: 420px;
  }
  h5 {
    font-size: 20px;
  }
  .product-gallery {
    position: relative;
    width: -webkit-calc(100% + 90px);
    width: calc(100% + 90px);
    margin-right: -90px;
  }
  .product-gallery .owl-dots {
    -webkit-justify-content: center;
            justify-content: center;
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
  }
  .product-gallery.owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .product-gallery.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
  }
  .product-gallery.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
  }
  .product-gallery.owl-carousel .owl-stage-outer:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 140px;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 10px, rgb(255, 255, 255) 50px, rgb(255, 255, 255));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 10px, rgb(255, 255, 255) 50px, rgb(255, 255, 255));
    z-index: 10;
  }
  .product-main-image:before {
    display: none;
  }
  .product-images {
    padding: 0 15px 15px;
    background-color: #fff;
  }
  .product:nth-child(even) .product-gallery .owl-dots {
    margin-left: auto;
  }
  .product:nth-child(even) .product-gallery {
    margin-right: auto;
    margin-left: -90px;
  }
  .product:nth-child(even) .product-gallery.owl-carousel .owl-stage-outer:before {
    right: initial;
    left: 0;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 10px, rgb(255, 255, 255) 50px, rgb(255, 255, 255));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 10px, rgb(255, 255, 255) 50px, rgb(255, 255, 255));
  }
  .product:nth-child(even) .product-images {
    padding: 0 15px 15px;
  }
}
@media (max-width: 991px) {
  .catalog-head {
    width: 355px;
    min-height: 280px;
    font-size: 15px;
  }
  .catalog-head:before {
    right: -webkit-calc(100% + 10px);
    right: calc(100% + 10px);
  }
  .decor-line--right {
    margin: 10px 0 40px auto;
  }
  .catalog:before {
    top: 80px;
  }
  .product {
    display: block;
  }
  .product-images {
    width: 100%;
  }
  .product-gallery {
    width: 100%;
  }
  .product:nth-child(even) .product-gallery {
    margin-right: initial;
    margin-left: initial;
  }
  .product-main-image {
    height: auto;
  }
  .product-gallery {
    margin-top: 20px;
  }
  .product-info {
    width: 100%;
    padding: 30px 100px;
  }
  .product:nth-child(even) .product-info {
    padding: 30px 100px;
  }
  .product-info h5 {
    text-align: center;
  }
  .product .decor-line:before,
  .product:nth-child(odd) .decor-line:before {
    left: 37.5%;
  }
  h5 {
    font-size: 26px;
  }
  .product-info:before {
    display: none;
  }
  .product:nth-child(odd) h5 {
    text-align: center;
  }
  .product-gallery {
    margin-right: initial;
    margin-left: initial;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .product .product-gallery.owl-carousel .owl-stage-outer:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .catalog {
    padding-top: 50px;
  }
  .catalog-head {
    padding-bottom: 300px;
  }
  .catalog-head:before {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
  }
  .catalog:before {
    top: 0;
    background-position: top center;
  }
  .catalog-head {
    width: 100%;
    text-align: center;
  }
  .catalog-head .decor-line {
    margin-right: auto;
  }
  .product-info {
    padding: 30px 15px;
  }
  .product:nth-child(even) .product-info {
    padding: 30px 15px;
  }
}
@media (max-width: 575px) {
  .catalog-head {
    padding-bottom: 44vw;
  }
  .catalog-head:before {
    left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    height: 44vw;
  }
  .catalog-head .decor-line--right {
    margin-bottom: 30px;
  }
  .product-main-image {
    background: none;
    padding-top: 0;
  }
  .product-gallery.owl-carousel .owl-stage-outer:before {
    display: none;
  }
  .product-images {
    background: none;
  }
  .product:nth-child(even) .product-images,
  .product-images {
    overflow: initial;
    padding-left: 0;
    padding-right: 0;
  }
  .product:nth-child(even) .product-gallery,
  .product-gallery {
    left: 0;
    width: 140%;
  }
  .product-gallery .owl-dots {
    width: -webkit-calc(100vw - 30px);
    width: calc(100vw - 30px);
    margin-left: 0;
  }
  .product:nth-child(even) .product-gallery .owl-dots {
    margin-left: 0;
  }
  .product-info {
    margin-top: 15px;
  }
  .product .owl-dot {
    background-color: #fff !important;
  }
  .product .owl-dot.active {
    background-color: #173061 !important;
  }
}
@media (max-width: 410px) {
  .product-list {
    font-size: 16px;
  }
  h5 {
    font-size: 24px;
  }
}
.spray-content {
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  max-width: 1015px;
  background-color: #203379;
}
.spray-content h3 {
  letter-spacing: 4.8px;
}
.spray-content .tagline {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0;
}
.spray-content .prices {
  -webkit-justify-content: center;
          justify-content: center;
}
.spray-content .prices .old-price {
  margin-right: 15px;
}
.spray-content .prices .new-price {
  color: #FF583E;
}
.spray-content .info {
  padding: 50px 10px;
  text-align: center;
  color: #fff;
  width: -webkit-calc(100% - 260px);
  width: calc(100% - 260px);
}
.spray-content .spray-image {
  position: absolute;
  top: -webkit-calc(50% - 217.5px);
  top: calc(50% - 217.5px);
  width: 340px;
  height: 435px;
  right: 0;
}
.spray-content .spray-image img {
  display: block;
  width: 100%;
}

h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 700;
}

.spray {
  position: relative;
  margin-top: 140px;
  padding-bottom: 100px;
}
.spray:before {
  position: absolute;
  left: 66%;
  top: -90px;
  content: "";
  width: 38.542vw;
  height: 485px;
  background: url("../img/bg5.jpg") center no-repeat;
  background-size: cover;
}

@media (max-width: 1535px) {
  .spray:before {
    left: 51%;
    width: 56.542vw;
  }
}
@media (max-width: 1199px) {
  .spray-content {
    max-width: 740px;
  }
  .spray-content h3 {
    letter-spacing: 1.6px;
  }
  h3 {
    font-size: 32px;
  }
  .spray-content .tagline {
    font-size: 18px;
  }
  .spray:before {
    left: 46%;
    height: 430px;
    width: 59.542vw;
  }
}
@media (max-width: 991px) {
  .spray {
    padding-top: 300px;
    margin-top: 50px;
    padding-bottom: 30px;
  }
  .spray:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: initial;
    width: 100%;
    height: 300px;
  }
  .spray-content .info {
    padding: 170px 10px 30px;
    width: 100%;
  }
  .spray-content .spray-image {
    left: -webkit-calc(50% - 170px - 25px);
    left: calc(50% - 170px - 25px);
    top: initial;
    bottom: -webkit-calc(100% - 160px);
    bottom: calc(100% - 160px);
  }
}
@media (max-width: 575px) {
  .spray:before {
    left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    height: 272px;
  }
  .spray {
    padding-top: 250px;
  }
  .spray-content .spray-image {
    left: -webkit-calc(50% - 170px);
    left: calc(50% - 170px);
    width: 290px;
    height: 355px;
  }
}
@media (max-width: 410px) {
  .spray .new-price {
    font-size: 34px;
  }
}
.reviews {
  position: relative;
  padding: 100px 0 30px;
}
.reviews:after {
  position: absolute;
  top: 70px;
  right: -70px;
  content: "";
  width: 537px;
  height: 734px;
  background: url("../img/man.png") center no-repeat;
  background-size: contain;
}
.reviews h2 {
  text-align: center;
}

.decor-line--center {
  margin-left: auto;
  margin-right: auto;
}
.decor-line--center:before {
  left: 37.5%;
}

.review {
  padding: 25px 15px 25px 25px;
  background: rgba(221, 230, 238, 0.75);
  box-shadow: 30px 15px 25px 0px rgba(15, 31, 44, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  margin: 15px;
}
.review .name {
  font-size: 24px;
  color: #173061;
  font-weight: 700;
}
.review p {
  text-indent: 20px;
}
.review .date {
  text-align: right;
  color: #173061;
  font-size: 18px;
  font-weight: 600;
}

.reviews-content {
  position: relative;
  left: -30px;
  padding: 30px;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  min-height: 450px;
}
.reviews-content.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.reviews-content .owl-dots {
  -webkit-justify-content: center;
          justify-content: center;
}
.reviews-content .owl-item {
  -webkit-transition: 320ms;
  transition: 320ms;
  opacity: 1;
}
.reviews-content .owl-item:not(.active) {
  opacity: 0;
}

@media (max-width: 1700px) {
  .reviews:after {
    right: -webkit-calc(50% - 910px);
    right: calc(50% - 910px);
  }
}
@media (max-width: 1535px) {
  .reviews:after {
    position: absolute;
    top: 30px;
  }
}
@media (max-width: 1365px) {
  .reviews:after {
    right: -webkit-calc(50% - 840px);
    right: calc(50% - 840px);
  }
}
@media (max-width: 1199px) {
  .reviews {
    padding: 50px 0 30px;
  }
  .reviews:after {
    display: none;
    background: none;
  }
  .reviews-content {
    min-height: initial;
    padding: 0;
    width: 100%;
    left: initial;
  }
}
@media (max-width: 575px) {
  .reviews {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .reviews h2 {
    text-indent: initial;
  }
  .review {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 410px) {
  .review p {
    font-size: 16px;
  }
}
.last {
  position: relative;
  margin-top: 80px;
  background-color: #001465;
  min-height: 715px;
}
.last:before {
  position: absolute;
  top: -80px;
  left: -webkit-calc(50% - 817px);
  left: calc(50% - 817px);
  content: "";
  background: url("../img/bg6.jpg") center no-repeat;
  background-size: cover;
  width: 1800px;
  height: -webkit-calc(100% + 80px);
  height: calc(100% + 80px);
}
.last .main-headline {
  max-width: 920px;
  text-indent: 0;
  color: #fff;
}
.last .last-info {
  width: 100%;
  max-width: 570px;
  line-height: 1.5;
}

.footer {
  background-color: #001465;
  padding: 20px 0;
}

.footer-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
}
.footer-list li {
  margin: 2px 0;
}
.footer-list a {
  font-weight: bold;
}

.last-content {
  position: relative;
  z-index: 10;
  color: #fff;
}

.last .price-box-wrapp {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  padding: 25px 110px 25px 0;
  z-index: 10;
}
.last .price-box-wrapp:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -133px;
  content: "";
  background: rgba(0, 20, 101, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.last-image {
  position: absolute;
  bottom: -20px;
  left: 600px;
  width: 800px;
}
.last-image img {
  display: block;
  width: 100%;
}

.last-list {
  text-align: center;
  color: #fff;
  padding: 15px 0;
}
.last-list li {
  margin: 3px;
}
.last-list a {
  font-weight: bold;
}

@media (max-width: 1700px) {
  .last:before {
    left: -webkit-calc(50% - 717px);
    left: calc(50% - 717px);
  }
  .last .price-box-wrapp:before {
    left: -32px;
  }
  .last {
    min-height: 655px;
  }
}
@media (max-width: 1535px) {
  .last:before {
    height: 740px;
  }
}
@media (max-width: 1365px) {
  .last {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .last:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .last-image {
    bottom: -60px;
    left: 390px;
  }
  .last {
    min-height: initial;
  }
}
@media (max-width: 1199px) {
  .last-image {
    width: 600px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .last .main-headline {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .last {
    padding-top: 50px;
  }
  .last .price-box-wrapp {
    padding: 25px 35px 25px 0;
  }
  .price-box .text {
    text-align: center;
  }
  .last-image {
    width: 450px;
    left: 320px;
  }
  .last .last-info {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .footer {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer {
    font-size: 14px;
  }
  .last .price-box-wrapp {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 0px;
  }
  .last .price-box-wrapp:before {
    background: none;
    display: none;
  }
  .last .more-info {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .last-image {
    position: relative;
    left: -28px;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: -30px;
    width: 100%;
  }
  .last .prices {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .last {
    padding-bottom: 30px;
  }
  .last .price-text {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .last-image {
    left: -14vw;
    width: 113vw;
    margin-bottom: -3vw;
  }
}
.modal-police {
  display: none;
  width: 100%;
  max-width: 900px;
  color: #222;
}
.modal-police h5 {
  margin: 0 0 20px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}