/*! 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: 'Bebas Neue';
  src: url("../fonts/BebasNeueCyrillic.woff2") format("woff2"), url("../fonts/BebasNeueCyrillic.woff") format("woff"), url("../fonts/BebasNeueCyrillic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
  background-color: #fff;
  color: #303030;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.3;
}

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: 1300px;
  margin: auto;
  padding: 0 30px;
}

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

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

.btn-order {
  display: block;
  width: 100%;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-transform: uppercase;
  background-color: #34C5BC;
  text-align: center;
  font-size: 24px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: bold;
  padding: 10px 10px;
  -webkit-transition: 320ms;
  transition: 320ms;
}

.btn-order:hover {
  background-color: #2aa8a0;
}

.dividing-line {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  color: #34C5BC;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
  font-size: 5vw;
  line-height: 1.16;
  background-color: #303030;
  padding: 21px 0 17px;
  width: 400vw;
  -webkit-animation: animLine linear 300s infinite;
  animation: animLine linear 300s infinite;
}

.dividing-line span:nth-child(even) {
  color: #fff;
}

@-webkit-keyframes animLine {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -300vw;
  }
}

@keyframes animLine {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -300vw;
  }
}

.price-box {
  width: 300px;
}

.price-box .btn-order {
  max-width: initial;
}

.price-box .promotion-end-date {
  margin-top: 20px;
  text-align: center;
}

.prices {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.prices .old-price {
  position: relative;
  font-size: 36px;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.prices .old-price:before {
  position: absolute;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  left: -3px;
  content: "";
  width: -webkit-calc(100% + 6px);
  width: calc(100% + 6px);
  height: 2px;
  background-color: #34C5BC;
}

.prices .new-price {
  font-size: 60px;
  color: #34C5BC;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .prices .new-price {
    font-size: 52px;
  }
  .prices .old-price {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  body {
    line-height: 1.43;
  }
}

.banner .btn-order {
  position: relative;
  z-index: 10;
}

.banner__logo {
  background-color: #303030;
  padding-bottom: 15px;
}

.banner__logo .left {
  margin-top: 5px;
  width: 60px;
  text-align: left;
}

.banner__logo .left img {
  display: block;
  width: 100%;
}

.banner__logo .right {
  width: 120px;
  margin-left: auto;
}

.banner__logo .right img {
  display: block;
  width: 100%;
}

h1,
.banner2-headline {
  color: #C59334;
  font-size: 3.4vw;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: bold;
}

h1 br,
.banner2-headline br {
  display: none;
}

.banner-content,
.banner2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}

.banner-content .image-left,
.banner-content .image-right,
.banner2 .image-left,
.banner2 .image-right {
  width: 31.8%;
  min-height: 42.2vw;
}

.banner-content .image-left img,
.banner-content .image-right img,
.banner2 .image-left img,
.banner2 .image-right img {
  display: block;
  width: 100%;
}

.banner-content .center,
.banner2 .center {
  position: relative;
  padding-left: 3.3vw;
  padding-right: 3.3vw;
  width: 36.4%;
  z-index: 50;
  overflow: hidden;
  background: #F3F3F3 url("../images/header-back.png") bottom center no-repeat;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.banner .sale-box {
  position: absolute;
  top: 7%;
  right: 7%;
  width: 7.813vw;
  height: 7.813vw;
  font-size: 2.5vw;
}

.sale-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  font-size: 48px;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  background-color: #C59334;
}

.banner-content .center {
  margin-top: -200px;
  padding-top: 200px;
}

.banner-main-image {
  position: relative;
  left: -3.3vw;
  width: -webkit-calc(100% + 6.6vw);
  width: calc(100% + 6.6vw);
  margin: -0.3vw 0px;
}

.banner-main-image img {
  display: block;
  width: 100%;
}

.banner .image-left {
  background: url("../images/header-img.jpg") center no-repeat;
  background-size: cover;
}

.banner .image-right {
  background: url("../images/header-img-2.jpg") center no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .banner2-headline {
    margin-top: -50px;
  }
}

@media (max-width: 1365px) {
  .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 992px;
  }
  .banner-content .image-left,
  .banner-content .image-right,
  .banner2 .image-left,
  .banner2 .image-right {
    min-height: 44vw;
  }
  .banner-content .center {
    padding-top: 190px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
  .banner-content .center {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
  }
  h1,
  .banner2-headline {
    font-size: 46px;
  }
  .banner .sale-box {
    width: 9.813vw;
    height: 9.813vw;
    font-size: 3.5vw;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .banner-content .image-left,
  .banner2 .image-left {
    display: none;
  }
  .banner-content .center,
  .banner2 .center {
    width: 52%;
  }
  .banner-content .image-left,
  .banner-content .image-right,
  .banner2 .image-left,
  .banner2 .image-right {
    min-height: 59vw;
  }
  .banner-content .image-right,
  .banner2 .image-right {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 576px;
  }
  h1,
  .banner2-headline {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .dividing-line {
    padding: 2vw 0 1.1vw;
    font-size: 9vw;
    width: 700vw;
  }
  .inner-image {
    display: none;
  }
  .banner-content {
    display: block;
    position: relative;
    background: #F3F3F3 url("../images/header-back.png") bottom center no-repeat;
    background-size: cover;
  }
  .banner-content .center {
    padding: 6vw 15px 0;
    width: 100%;
    background: none;
    height: 144.93vw;
  }
  h1 {
    font-size: 8.8vw;
  }
  h1 {
    text-align: left;
    width: -webkit-calc(100% - 36.234%);
    width: calc(100% - 36.234%);
  }
  h1 br {
    display: inline;
  }
  .banner .sale-box {
    top: 0vw;
    right: 27%;
    width: 21.74vw;
    height: 21.74vw;
    font-size: 7.1vw;
  }
  .banner-main-image {
    width: 100%;
    left: 0;
  }
  .banner .image-left {
    position: absolute;
    bottom: 8.1vw;
    left: -5.5vw;
    z-index: 10;
    width: 60.7%;
    min-height: initial;
    height: 79.712vw;
  }
  .banner .image-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36.234%;
    min-height: initial;
    height: 100%;
    background-position-x: 54%;
  }
  .banner .btn-order {
    margin-top: 45vw;
  }
}

@media (max-width: 350px) {
  .price-box {
    width: 100%;
  }
}

.path-1 {
  background: #F3F3F3 url("../images/bg.jpg") top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.path-1 {
  padding: 1px 0;
}

.privilege {
  padding-top: 150px;
  padding-bottom: 120px;
}

.privilege h2 {
  margin-bottom: 30px;
  font-weight: bold;
}

h2 {
  color: #C59334;
  text-transform: uppercase;
  font-size: 60px;
  font-family: "Bebas Neue", sans-serif;
  margin: 0;
}

h4 {
  color: #C59334;
  text-transform: uppercase;
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif;
  margin: 0;
}

.privilege-items {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.privilege-items .item {
  width: 48%;
  margin-top: 30px;
}

.privilege-items .item p {
  line-height: 1.67;
}

.privilege-items .item h4 {
  position: relative;
  z-index: 20;
}

.privilege-items .privilege-image {
  position: absolute;
  top: -webkit-calc(50% - 350px);
  top: calc(50% - 350px);
  left: -webkit-calc(100% + 9.1vw);
  left: calc(100% + 9.1vw);
  width: 47vw;
  height: 700px;
  background: center no-repeat;
  background-size: cover;
}

.privilege-items .privilege-image img {
  display: block;
  width: 100%;
}

.privilege-items .privilege-image--1 {
  background-image: url("../images/priv-img-1.jpg");
  background-position: -70px center;
}

.privilege-items .privilege-image--2 {
  background-image: url("../images/priv-img-2.jpg");
}

.privilege-content {
  position: relative;
  width: 540px;
}

.privilege.right .privilege-content {
  margin-left: auto;
}

.privilege.right .privilege-items .privilege-image {
  left: auto;
  right: -webkit-calc(100% + 9.1vw);
  right: calc(100% + 9.1vw);
}

@media (max-width: 1365px) {
  .privilege {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  h2 {
    font-size: 56px;
  }
  h4 {
    font-size: 33px;
  }
  .privilege-items .privilege-image {
    width: 53vw;
    left: -webkit-calc(100% + 4.1vw);
    left: calc(100% + 4.1vw);
  }
  .privilege.right .privilege-items .privilege-image {
    right: -webkit-calc(100% + 4.1vw);
    right: calc(100% + 4.1vw);
  }
}

@media (max-width: 1199px) {
  h2 {
    font-size: 50px;
  }
  h4 {
    font-size: 30px;
  }
  .privilege {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .privilege-content {
    width: 460px;
  }
  .privilege-items .item p {
    font-size: 16px;
  }
  .privilege-items .privilege-image {
    top: 0;
    height: 100%;
  }
  .privilege-items .privilege-image--1 {
    background-position: center bottom;
  }
}

@media (max-width: 991px) {
  .privilege {
    padding-bottom: 20px;
  }
  .privilege.right {
    padding-bottom: 40px;
  }
  .path-1 {
    background-size: center 100vw;
  }
  h2 {
    font-size: 36px;
  }
  h4 {
    font-size: 26px;
  }
  .privilege-items .privilege-image {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 360px;
    margin-top: 20px;
  }
  .privilege.right .privilege-items .privilege-image {
    right: auto;
  }
  .privilege-content {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .privilege {
    padding-top: 50px;
  }
  .privilege h2 {
    margin-bottom: 15px;
  }
  .privilege-items .privilege-image {
    height: 425px;
  }
}

@media (max-width: 575px) {
  .privilege.right {
    padding-bottom: 20px;
  }
  .privilege {
    padding-top: 30px;
  }
  .privilege-items .item {
    margin-top: 0;
  }
  .privilege-items .privilege-image {
    margin-bottom: 30px;
  }
  .privilege-items .privilege-image,
  .privilege.right .privilege-items .privilege-image {
    width: 110vw;
    min-width: 110vw;
    left: -webkit-calc(-15px - 7vw);
    left: calc(-15px - 7vw);
    height: 86vw;
  }
}

@media (max-width: 413px) {
  .privilege-items {
    display: block;
  }
  .privilege-items .item {
    width: 100%;
  }
}

.video-inner {
  position: relative;
}

.video-inner .video-image {
  position: relative;
  z-index: 20;
  cursor: pointer;
}

.video-inner .video-image img {
  display: block;
  width: 100%;
}

.video-inner .video-image:before {
  position: absolute;
  top: -webkit-calc(50% - 25px);
  top: calc(50% - 25px);
  left: -webkit-calc(50% - 25px);
  left: calc(50% - 25px);
  content: "";
  width: 50px;
  height: 50px;
  background: url("../images/video-play.png") center no-repeat;
  background-size: contain;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 320ms;
  transition: 320ms;
  pointer-events: none;
}

.video-inner .video-image:hover:before {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.video-inner.dis-active:before {
  display: none;
}

.video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}

.mfp-content {
  max-width: 900px;
}

@media (max-width: 480px) {
  .video-inner {
    position: relative;
  }
  .video-inner .video-image:before {
    top: -webkit-calc(50% - 35px);
    top: calc(50% - 35px);
    left: -webkit-calc(50% - 35px);
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
  }
}

.video h2 {
  margin-bottom: 50px;
}

.video-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.video-content .video-inner {
  width: -webkit-calc(100% - 540px);
  width: calc(100% - 540px);
  margin-left: -40px;
  margin-top: 40px;
}

.video-content .video-info {
  width: 450px;
  margin-bottom: 50px;
}

@media (max-width: 1365px) {
  .video-content .video-inner {
    margin-left: 0;
  }
  .video-content .video-info {
    width: 490px;
  }
  .video h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .video {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .video-content {
    display: block;
  }
  .video-content .video-inner {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 40px;
  }
  .video-content .video-info {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .video {
    padding-top: 0;
    padding-bottom: 0;
  }
  .video-content .video-inner {
    position: relative;
    left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-bottom: 20px;
  }
  .video h2 {
    margin-bottom: 15px;
  }
}

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

.overview-content .col {
  width: 32%;
}

.overview-content .col img {
  display: block;
  width: 100%;
}

.overview-content .col--1 {
  margin-top: 150px;
}

.overview-content .col--2 {
  margin-top: 70px;
}

.overview-content .col--3 {
  margin-top: -15px;
}

.overview-content .price-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .overview-content .col--1 {
    margin-top: 80px;
  }
  .overview-content .col--2 {
    margin-top: 0;
  }
  .overview-content .col--3 {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .overview-content {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 738px;
    margin-left: auto;
    margin-right: auto;
  }
  .overview-content .col {
    width: 48%;
  }
  .overview-content .col--2 {
    -webkit-order: 1;
    order: 1;
    margin-top: 100px;
  }
  .overview-content .col--1 {
    -webkit-order: 2;
    order: 2;
    margin-top: 0;
  }
  .overview-content .col--3 {
    -webkit-order: 3;
    order: 3;
    margin-left: auto;
    margin-top: -308px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .overview-content .col img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 490px;
  }
}

@media (max-width: 767px) {
  .overview-content {
    width: 546px;
  }
  .overview-content .col {
    width: 100%;
    margin-bottom: 40px;
  }
  .overview-content .col:last-child {
    margin-bottom: 0;
  }
  .overview-content .col--1 {
    margin-left: auto;
  }
  .overview-content .col--3 {
    margin-left: 0;
  }
  .overview-content .col--1,
  .overview-content .col--2,
  .overview-content .col--3 {
    margin-top: 0;
  }
  .overview .price-box {
    position: relative;
    left: 20px;
  }
}

@media (max-width: 575px) {
  .overview-content {
    width: 100%;
  }
  .overview-content .col {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 48px;
  margin: 0;
}

.product-content {
  position: relative;
  width: 500px;
}

.product {
  margin: 150px 0;
}

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

.product .prices {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.product .prices .old-price {
  margin-right: 20px;
}

.product-features .item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.product-features .item .left {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  position: relative;
  width: 266px;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
}

.product-features .item .left:after {
  position: relative;
  bottom: 0;
  content: "................................................................";
  width: 100%;
  height: 40px;
  margin-left: 2px;
}

.product-features .item .right {
  margin-left: 30px;
  width: -webkit-calc(100% - 266px - 30px);
  width: calc(100% - 266px - 30px);
}

.order-form {
  width: 300px;
}

.order-form .btn-order {
  max-width: initial;
}

.sizes {
  position: relative;
}

.current-size {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 39px;
  border-bottom: 1px solid #303030;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  pointer-events: none;
}

.current-size .text {
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
}

.current-size .value {
  position: relative;
  font-weight: bold;
  width: 130px;
}

.current-size .value:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 12px;
  height: 100%;
  background: url("../images/arrow.png") center no-repeat;
  background-size: contain;
}

.sizes select {
  display: block;
  width: 100%;
  height: 40px;
  opacity: 0;
  cursor: pointer;
}

.sizes select option {
  opacity: 1;
}

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

.form-group input {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #303030;
}

.form-group input:active,
.form-group input:focus {
  color: #34C5BC;
  border-bottom: 1px solid #34C5BC;
}

.form-group--btn {
  margin-top: 30px;
}

.product-gallery {
  position: absolute;
  top: 0;
  left: 580px;
  width: 660px;
}

.product-main-images {
  width: 100%;
  margin-bottom: 20px;
}

.product-main-images .item {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 320ms;
  transition: 320ms;
}

.product-main-images .item.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.product-main-images .item img {
  display: block;
  width: 100%;
}

.product-mini-images {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.product-mini-images .item {
  position: relative;
  display: block;
  width: 22.5%;
}

.product-mini-images .item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 3px solid #34C5BC;
  opacity: 0;
  -webkit-transition: opacity 320ms;
  transition: opacity 320ms;
}

.product-mini-images .item:hover:before {
  opacity: 0.4;
}

.product-mini-images .item.active:before {
  opacity: 1;
}

.product-mini-images img {
  display: block;
  width: 100%;
}

.product-sale-box {
  position: absolute;
  left: 580px;
  bottom: 0;
  text-align: right;
  width: 660px;
}

.product-sale {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.product-sale span {
  color: #34C5BC;
}

@media (min-width: 992px) {
  .product-features {
    min-height: 280px;
  }
}

@media (max-width: 1365px) {
  .product {
    margin: 90px 0;
  }
  .product-gallery {
    top: 0;
    left: 538px;
    width: 630px;
  }
  .product-sale-box {
    left: 539px;
    width: 630px;
  }
  .product-features .item .left {
    width: 200px;
  }
  .product-content {
    width: 450px;
  }
  .product-features .item .right {
    width: -webkit-calc(100% - 200px - 30px);
    width: calc(100% - 200px - 30px);
    margin-left: 15px;
  }
}

@media (max-width: 1199px) {
  .product-gallery {
    top: 0;
    left: 478px;
    width: 484px;
  }
  .product-sale-box {
    position: static;
    text-align: left;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .product-sale-box {
    width: 962px;
  }
  .form-groups {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 962px;
  }
  .order-form {
    padding-bottom: 80px;
  }
  .form-group {
    width: 300px;
  }
  .form-group--btn {
    width: -webkit-calc(100% - 600px - 60px);
    width: calc(100% - 600px - 60px);
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .product h3 {
    text-align: center;
  }
  .product .prices {
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .product-sale-box {
    position: static;
  }
  .product-gallery {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
  }
  .product-content {
    width: 100%;
  }
  .product-info {
    margin-top: 40px;
  }
  .product-sale-box {
    width: 100%;
    margin-top: 20px;
  }
  .product-sale-box {
    text-align: center;
    margin-top: 30px;
  }
}

@media (max-width: 992px) and (min-width: 767px) {
  .product-info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 16px;
  }
  .product-info .product-features {
    width: -webkit-calc(100% - 300px - 30px);
    width: calc(100% - 300px - 30px);
  }
}

@media (max-width: 767px) {
  .product {
    margin: 60px 0;
  }
  .product-features {
    margin-top: 30px;
  }
  h3 {
    font-size: 42px;
  }
  .product-features .item .left {
    width: 55%;
  }
  .product-features .item .right {
    width: 43%;
    margin-left: 0;
    padding-left: 15px;
  }
  .order-form {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-sale {
    font-size: 22px;
  }
  .product-info {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .product-mini-images {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-mini-images .item {
    width: 48%;
    margin-bottom: 15px;
  }
}

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

.banner2 .center {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  background-image: url("../images/footer-back.png");
  background-size: cover;
}

.banner2 .center .price-box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.banner2 .image-left {
  background: url("../images/footer-1.jpg") center no-repeat;
  background-size: cover;
}

.banner2 .image-right {
  background: url("../images/footer-2.jpg") center no-repeat;
  background-size: cover;
}

.footer {
  position: relative;
  background-color: #303030;
  z-index: 50;
}

.footer-logo {
  position: relative;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo img {
  display: block;
  width: 100%;
}

.footer-logo:before {
  position: absolute;
  top: -50px;
  left: 0;
  content: "";
  width: 100%;
  height: 30px;
  background: url("../images/logo-black.png") center no-repeat;
  background-size: contain;
}

@media (max-width: 1199px) {
  .banner2 .center .price-box {
    margin-top: 15px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .footer-logo {
    padding-top: 60px;
  }
  .footer-logo:before {
    top: 10px;
    background-image: url("../images/logo.png");
  }
}

@media (max-width: 768px) {
  .banner2 .image-right,
  .banner2 .image-left {
    display: none;
  }
  .banner2 .center {
    padding: 50px 15px 100px;
    display: block;
    width: 100%;
  }
  .banner2-headline {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .banner2-headline {
    font-size: 42px;
  }
}

@media screen and (max-width: 480px) {
  .banner h1 br{
    display: none;
  }
}