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

body {
    font-family: HelveticaNeueCyr, sans-serif;
    font-weight: 400;
    background-color: #fff5e8;
    font-size: 18px;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("../fonts/HelveticaNeueCyr-Bold.eot");
    src: url("../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("../fonts/HelveticaNeueCyr-Light.eot");
    src: url("../fonts/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("../fonts/HelveticaNeueCyr-Roman.eot");
    src: url("../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("../fonts/HelveticaNeueCyr-Light.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Light.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("../fonts/HelveticaNeueCyr-Black.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Black.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Black.ttf") format("truetype");
    font-weight: 900;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("../fonts/HelveticaNeueCyr-Medium.eot");
    font-weight: 500;
    font-style: normal;
}

a {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
}

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

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

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 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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 img {
    position: absolute;
}

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

p {
    margin: 0;
}

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

.old-price {
    position: relative;
    top: 10px;
    font-size: 20px;
    color: #7f7f7f;
    text-decoration: line-through;
}

.new-price {
    color: #FF5150;
    font-size: 40px;
    font-weight: 900;
}

label.error {
    display: none !important;
}

.header-text {
    color: #fff;
    margin: 15px 0 110px;
    font-size: 28px;
}

.header-wrapper {
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
}

.header {
    position: relative;
}

.header-content {
    position: relative;
    padding: 190px 70px 50px 0;
    width: 430px;
}

.header:after {
    position: absolute;
    top: 0;
    right: calc(100% - 50vw);
    content: "";
    width: 50vw;
    height: 740px;
    background: url("../images/back-1.jpg") right top no-repeat;
    background-color: #FF9E26;
    background-size: cover;
    z-index: -1;
}

.decor-link {
    display: block;
    color: #bc5733;
    padding: 20px 15px;
    width: 100%;
    max-width: 320px;
    text-align: center;
    text-transform: uppercase;
    background-color: #FFDF00;
    border-radius: 10px;
    font-weight: bold;
    font-size: 22px;
    -webkit-transition: 320ms;
    transition: 320ms;
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 25px #bc5733;
}

@media (min-width: 585px) {
    .decor-link:hover {
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
        background-color: #FF5151;
        box-shadow: 0 0 25px #bc5733;
        color: #fff;
    }
}

.product-card .decor-link:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}

.header-products {
    position: relative;
    width: 590px;
    background: #FF5151 url("../images/back-2.jpg") top center no-repeat;
    background-size: contain;
    z-index: 20;
}

.header-products:before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background: url("../images/sheet-4.png") top left no-repeat;
    width: 370px;
    height: 490px;
}

.header-product .image {
    -webkit-animation: boot-up 4s infinite ease-in-out;
    animation: boot-up 4s infinite ease-in-out;
}

.header-product--black .image {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes boot-up {
    0%, 100% {
        -webkit-transform: translateY(0) rotate(0.001deg);
        transform: translateY(0) rotate(0.001deg);
    }
    50% {
        -webkit-transform: translateY(-5px) rotate(0.001deg);
        transform: translateY(-5px) rotate(0.001deg);
    }
}

@keyframes boot-up {
    0%, 100% {
        -webkit-transform: translateY(0) rotate(0.001deg);
        transform: translateY(0) rotate(0.001deg);
    }
    50% {
        -webkit-transform: translateY(-5px) rotate(0.001deg);
        transform: translateY(-5px) rotate(0.001deg);
    }
}

.header-product--white {
    position: absolute;
    top: 30px;
    right: 120px;
}

.header-product--white .image {
    position: relative;
    width: 685px;
    z-index: 1;
}

.header-product--white .image img {
    width: 100%;
}

.header-product--white .header-price {
    top: 80px;
    right: 0;
}

.header-product--black {
    position: absolute;
    top: 280px;
    left: -60px;
}

.header-product--black .image {
    position: relative;
    width: 740px;
    z-index: 10;
}

.header-product--black .image img {
    width: 100%;
}

.header-product--black .header-price {
    top: 140px;
    left: -50px;
}

.header-price {
    position: absolute;
}

.header-price {
    background-color: #fff;
    width: 300px;
}

.price-wrapper {
    display: inline-block;
    padding: 0 10px;
}

.price-wrapper--left {
    display: block;
    text-align: right;
    margin-left: auto;
}

.price-wrapper--right .old-price {
    left: 100px;
}

.header-sale {
    position: absolute;
    top: 510px;
    right: 0;
    padding: 0 20px;
    color: #FFADAC;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.header-sale:before {
    position: absolute;
    top: calc(100% + 30px);
    left: -40px;
    content: "";
    width: 60px;
    height: 170px;
    background: url("../images/arrow.png") top center no-repeat;
    background-size: contain;
}

.timer-date {
    color: #FFADAC;
    text-transform: uppercase;
    font-weight: bolder;
}

.h-back-1 {
    left: 440px;
    width: 28vw;
}

.sale-value {
    font-size: 100px;
    font-weight: 900;
    line-height: 1;
}

.header-spray {
    position: relative;
    margin-top: 800px;
    padding: 50px;
    color: #fff;
}

.header-spray .info {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 50px;
}

.header-spray .spray-img {
    position: absolute;
    -webkit-animation: spray-sale 6000ms infinite;
    animation: spray-sale 6000ms infinite;
}

.h-spray-img-1 {
    top: -30px;
    left: -120px;
    z-index: 2;
    -webkit-animation-delay: 3s !important;
    animation-delay: 3s !important;
}

.h-spray-img-2 {
    top: -50px;
    left: -70px;
}

@-webkit-keyframes spray-sale {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    5% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    10% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
    15% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    25% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
}

@keyframes spray-sale {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    5% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    10% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
    15% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    25% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
}

.spray-price {
    width: 50%;
    font-size: 30px;
    font-weight: bold;
}

.spray-price .value {
    color: #ffe600;
    font-size: 36px;
    font-weight: 900;
}

.spray-purchase {
    width: 50%;
    font-weight: bold;
}

.h-back-2 {
    top: -80px;
    left: 40vw;
}

.h-back-3 {
    top: -140px;
    right: 578px;
}

@media (min-width: 1921px) {
    .h-back-3 {
        right: 34vw;
    }
}

@media (max-width: 1600px) {
    .header-products {
        width: 510px;
    }

    .header-product--white .image {
        width: 570px;
    }

    .header-product--white .header-price {
        top: 60px;
        right: -40px;
    }

    .header-product--black .image {
        width: 620px;
    }

    .header-product--black .header-price {
        top: 100px;
    }

    .h-back-1 {
        left: 360px;
    }

    .header-content {
        padding-top: 115px;
    }

    .header-product--black {
        top: 240px;
    }

    .header-sale {
        top: 430px;
    }

    .header-spray {
        margin-top: 680px;
    }

    .header:after {
        height: 650px;
    }

    .h-back-3 {
        top: -140px;
        width: 360px;
        right: 518px;
    }
}

@media (max-width: 1366px) {
    .container {
        max-width: 1180px;
    }

    .header-product--white {
        position: absolute;
        top: 0px;
        right: 80px;
    }

    .header-spray {
        margin-top: 530px;
    }

    .header-product--black {
        top: 230px;
    }

    .header-logo {
        width: 300px;
    }

    .header-product--white .image {
        width: 540px;
    }

    .header-product--black .image {
        width: 500px;
        left: 50px;
    }

    .header-products {
        width: 430px;
    }

    .header-text {
        font-size: 25px;
        margin-bottom: 140px;
    }

    .h-back-1 {
        left: 280px;
        width: 30vw;
    }

    .header-sale:before {
        background: none;
        display: none;
    }

    .h-spray-img-1 {
        top: 10px;
    }

    .h-spray-img-2 {
        top: -10px;
    }

    .header-product--black .header-price {
        top: 90px;
    }

    .header-product--white .header-price {
        right: -60px;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 992px;
    }

    .h-back-1 {
        display: none;
    }

    .h-back-3 {
        top: -210px;
        right: 30vw;
    }

    .header-products {
        background: none;
    }

    .header:after {
        width: 50vw;
    }

    .header:before {
        position: absolute;
        top: 0;
        left: calc(50%);
        width: 50vw;
        height: 880px;
        content: "";
        background: #ff5151 url("../images/back-2.jpg") top center no-repeat;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-sale {
        right: -70px;
    }

    .header-spray {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 768px;
    }

    .header-text {
        margin-bottom: 170px;
    }

    .header-product--white {
        top: 30px;
        right: 70px;
    }

    .header-product--white .header-price {
        right: -90px;
        top: 48px;
    }

    .header-product--black .header-price {
        left: -60px;
    }

    .header-product--black .image {
        width: 420px;
    }

    .header-product--black .header-price {
        top: 60px;
    }

    .header-product--black {
        top: 330px;
        left: -90px;
    }

    .header-sale {
        top: 230px;
    }

    .header-product--white .image {
        width: 420px;
    }

    .header-spray {
        padding: 0 10px;
    }

    .header-wrapper {
        padding: 0;
    }

    .spray-price {
        font-size: 26px;
    }

    .spray-price .value {
        font-size: 32px;
    }

    .header:before {
        height: 800px;
    }

    .v-img-1 {
        display: none;
    }

    .h-spray-img-2 {
        top: 50px;
        left: -60px;
        width: 70px;
    }

    .h-spray-img-1 {
        top: 60px;
        width: 74px;
        left: -90px;
    }

    .h-back-2 {
        top: -150px;
        left: 34vw;
    }
}

.link-mob {
    display: none;
}

@media (max-width: 767px) {
    .container {
        max-width: 585px;
        padding: 0 15px;
    }

    .header-wrapper {
        position: relative;
        display: block;
        z-index: 10;
    }

    .header-content {
        width: 100%;
        max-width: 500px;
        padding: 0;
        text-align: center;
        margin: 0 auto;
    }

    .header .decor-link {
        margin: 0 auto;
        z-index: 30;
        position: relative;
    }

    .header:after {
        right: auto;
        width: 100%;
    }

    .header:before {
        display: none;
        background: none;
    }

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

    .header-products {
        margin: 0 auto;
    }

    .header-text {
        margin-bottom: 480px;
    }

    .header-product--white {
        top: -590px;
    }

    .header-product--black {
        top: -410px;
        left: 20px;
    }

    .header-sale {
        top: -270px;
        right: -80px;
    }

    .header-sale .sale-text {
        position: absolute;
        left: calc(50% - 282px);
    }

    .header {
        padding-top: 30px;
        padding-bottom: 40px;
        background-color: #ff5151;
    }

    .header:after {
        height: 490px;
        z-index: 1;
    }

    .h-back-2 {
        top: -50px;
        width: 140px;
        z-index: 20;
    }

    .v-img-1 {
        display: block;
    }

    .h-back-3 {
        top: -100px;
        right: 23vw;
        z-index: 20;
        width: 250px;
    }

    .header-spray p {
        max-width: 260px;
        margin-left: auto;
    }

    .h-spray-img-1 {
        top: 80px;
        width: 64px;
        left: 30px;
    }

    .h-spray-img-2 {
        top: 80px;
        width: 60px;
        left: 70px;
    }

    .header-products:before {
        right: -130px;
    }
}

.sale-text-mob {
    display: none;
}

@media (max-width: 585px) {
    .header-logo {
        width: 150px;
    }

    .h-back-3 {
        top: -100px;
        right: 24vw;
        width: 180px;
    }

    .header-text {
        font-size: 20px;
        max-width: 330px;
        margin: 5px auto 340px;
    }

    .header-price {
        width: 160px;
    }

    .header-products {
        width: 100%;
    }

    .header-product--white .header-price {
        right: -40px;
        top: 21px;
    }

    .header-product--black .header-price {
        top: 30px;
        left: 0;
    }

    .price-wrapper--right .old-price {
        left: 50px;
    }

    .header-product--black .image {
        width: 300px;
    }

    .header-product--white .image {
        width: 290px;
    }

    .header-product--black {
        top: -360px;
        left: auto;
        right: 60px;
    }

    .header:after {
        height: 370px;
    }

    .header-product--white {
        top: -500px;
        right: auto;
        left: 0;
    }

    .header .old-price {
        top: 5px;
        font-size: 14px;
    }

    .header .new-price {
        font-size: 24px;
    }

    .header-sale {
        right: 0;
        top: -226px;
    }

    .header-sale .sale-value {
        font-size: 60px;
    }

    .header-sale .sale-text {
        display: none;
        width: 100vw;
    }

    .sale-text-mob {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 430px) {
    .header {
        padding-bottom: 20px;
    }

    .timer-date {
        font-size: 16px;
    }

    .h-back-3 {
        right: 17vw;
    }

    .header-product--white {
        left: -40px;
        top: -458px;
    }

    .header-product--black {
        top: -340px;
        right: 20px;
    }

    .boot-wrapper {
        position: relative;
        width: 320px;
        margin: 0 auto;
    }

    .header-text {
        margin-bottom: 310px;
        max-width: 270px;
    }

    .header-spray .info {
        display: block;
    }

    .spray-price,
    .spray-purchase {
        width: 63%;
        margin-left: auto;
    }

    .h-spray-img-1 {
        top: -15px;
        left: 0px;
    }

    .h-spray-img-2 {
        top: -20px;
        left: 40px;
    }

    .spray-price .value {
        font-size: 24px;
    }

    .spray-price {
        font-size: 20px;
    }

    .spray-purchase {
        font-size: 15px;
        margin-top: 20px;
    }

    .header-spray .info {
        margin-bottom: 30px;
    }

    .header-spray {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .header-spray p {
        max-width: 63%;
        font-size: 16px;
    }

    .timer-date {
        font-size: 15px;
    }
}

.product-cards {
    position: relative;
    background-color: #ff5151;
    padding-top: 80px;
    color: #f9d6d6;
}

.product-cards:before {
    position: absolute;
    top: -50px;
    right: calc(50% - 960px);
    content: "";
    width: 365px;
    height: calc(100% + 100px);
    background: url("../images/pc-left.jpg");
    z-index: 20;
}

.product-card-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    width: 550px;
    min-height: 620px;
    margin-left: auto;
    z-index: 10;
}

.product-card {
    position: relative;
    padding-bottom: 120px;
}

.product-card .col-gallery {
    position: absolute;
    left: -649px;
    top: 0;
    width: 607px;
}

.product-card .form-order {
    position: relative;
    z-index: 10;
}

.product-card__gallery {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 20;
    width: 100%;
}

.product-card__gallery.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 30;
    position: relative;
}

.product-card-tagline {
    color: #ff5151;
}

.product-card-tagline span {
    display: block;
    font-weight: bold;
}

.product-card-header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 15px;
}

.product-card-price {
    display: -webkit-flex;
    display: flex;
    position: relative;
    top: 6px;
}

.product-card-price .new-price {
    color: #4493ff;
    font-weight: 900;
}

.product-card-price .old-price {
    position: relative;
    top: 15px;
    margin-right: 5px;
}

.product-card__gallery {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-card__gallery .item {
    position: relative;
    display: block;
    width: 49.5%;
    margin-top: 5px;
}

@media screen and (min-width: 900px) {
    .product-card__gallery .item{
        max-height: 170px;
        overflow: hidden;
    }
}

@media screen and (min-width: 1100px) {
    .product-card__gallery .item{
        max-height: 190px;
    }
}



.product-card__gallery .item img {
    display: block;
    width: 100%;
    -webkit-transition: 320ms;
    transition: 320ms;
}

.product-card__gallery .item:before {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    content: "";
    background-image: url("../images/photo-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    opacity: 0;
    -webkit-transition: 320ms;
    transition: 320ms;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    pointer-events: none;
    z-index: 20;
}

.product-card__gallery .item:hover:before {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.model-name {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.product-card p {
    margin: 20px 0 40px;
    max-width: 490px;
}

.feature-item {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 15px;
}

.feature-item .item__name {
    width: 35%;
    font-weight: bold;
}

.feature-item .item__value {
    width: 60%;
}

.feature-item .color {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.feature-item .black {
    background-color: #0b0b0b;
}

.feature-item .red {
    background-color: #f00;
}

.feature-item .white {
    background-color: #fff;
}

.feature-item .pink {
    background-color: #ddbfbe;
}

.feature-item .pearl {
    background-color: #c4b9ba;
}

.color-switcher {
    width: 60%;
}

.color-switcher label {
    display: inline-block;
    min-width: 45%;
    margin-bottom: 15px;
}

.item__color input:checked + span .color {
    border: 1px solid #fff;
}

.item__color input:checked + span .text {
    position: relative;
}

.item__size {
    width: 60%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item__size label {
    display: inline-block;
    margin-bottom: 20px;
    width: 30%;
}

.item__size input + span,
.item__color input + span .text {
    cursor: pointer;
    position: relative;
}

.item__size input + span:before,
.item__color input + span .text:before {
    position: absolute;
    top: 20px;
    content: "";
    width: 0;
    height: 2px;
    background-color: #f9d6d6;
    -webkit-transition: 320ms;
    transition: 320ms;
    opacity: 0;
}

.item__size input:checked + span,
.item__color input:checked + span .text {
    position: relative;
}

.item__size input:checked + span:before,
.item__color input:checked + span .text:before {
    opacity: 1;
    width: 100%;
}

.features .item__size label {
    margin-right: 5px;
    font-size: 17px;
}

.feature-item--size,
.feature-item--color {
    margin-top: 20px;
}

.product-card .form-order {
    display: -webkit-flex;
    display: flex;
    margin-top: 60px;
}

.form-group {
    margin-right: 20px;
}

.order-btn {
    margin-left: 45px;
}

.form-control {
    width: 280px;
    background-color: #fff;
    border-radius: 10px;
    height: 65px;
    padding-left: 15px;
    color: #7b7b7b;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.form-control::-webkit-input-placeholder {
    opacity: 1;
}

.form-control::-moz-placeholder {
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    opacity: 1;
}

.form-control::placeholder {
    opacity: 1;
}

.order-btn {
    width: 320px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.order-btn:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.product-card__gallery a {
    position: relative;
    -webkit-transition: 320ms;
    transition: 320ms;
}

.product-card__gallery a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 81, 81, 0.3);
    -webkit-transition: 320ms;
    transition: 320ms;
}

.product-card__gallery a:before {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    content: "";
    width: 100px;
    height: 100px;
    background: url("../images/photo-icon.png") center no-repeat;
    background-size: contain;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: 320ms;
    transition: 320ms;
}

.product-card__gallery a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product-card__gallery a:hover:after {
    opacity: 1;
}

.pc-1-img-1 {
    top: 170px;
    left: -870px;
    opacity: 0.4;
}

.pc-2-img-1 {
    top: 90px;
    left: 430px;
    opacity: 0.5;
}

.pc-3-img-1 {
    top: -210px;
    left: -1000px;
    opacity: 0.5;
    -webkit-transform: scale(-1, 1) rotate(-55deg);
    transform: scale(-1, 1) rotate(-55deg);
}

.pc-4-img-1 {
    left: -90px;
    top: 230px;
}

@media (max-width: 1366px) {
    .product-card .col-gallery {
        position: absolute;
        left: -599px;
        top: 0;
        width: 577px;
    }

    .product-cards:before {
        right: calc(50% - 920px);
    }
}

@media (max-width: 1199px) {
    .product-card-wrapper {
        width: 450px;
        min-height: 560px;
    }

    .features .item__size label {
        margin-right: 15px;
    }

    .feature-item--size, .feature-item--color {
        margin-top: 0;
    }

    .product-card .col-gallery {
        position: absolute;
        left: -509px;
        top: 0;
        width: 490px;
    }

    .product-card p {
        margin-bottom: 20px;
    }

    .product-card .form-order {
        margin-top: 40px;
    }

    .features .item__size {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .features .item__size label {
        width: 45%;
        margin-right: 0;
    }

    .features .feature-item .item__name {
        width: 45%;
        font-size: 17px;
    }

    .pc-3-img-1 {
        left: -70vw;
    }
}

@media (max-width: 991px) {
    .product-card .col-gallery {
        position: static;
        margin-bottom: 40px;
    }

    .product-card-wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .col-info .model-name {
        text-align: center;
    }

    .product-card .col-gallery {
        margin: 40px auto;
        width: 100%;
        max-width: 630px;
    }

    .col-info .model-name,
    .col-info p {
        margin-left: auto;
        margin-right: auto;
    }

    .features {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .pc-1-img-1 {
        top: 30px;
        left: -500px;
    }

    .product-card .form-order {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 600px;
        margin: 40px auto 0;
    }

    .form-group {
        margin: 0;
    }

    .order-btn {
        margin: 40px auto 0;
    }

    .pc-2-img-1 {
        left: 20vw;
    }

    .pc-4-img-1 {
        left: -90px;
        top: auto;
        bottom: 320px;
    }
}

@media (max-width: 767px) {
    .product-card {
        padding-bottom: 80px;
    }

    .product-card .form-order {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

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

    .form-group {
        margin: 10px auto 0;
    }

    .pc-3-img-1 {
        top: -130px;
        left: -90vw;
    }
}

@media (max-width: 585px) {
    .product-card-header {
        display: block;
    }

    .product-card-header {
        overflow: hidden;
        padding: 10px;
    }

    .product-card-price {
        float: right;
    }

    .pc-1-img-1 {
        top: 70px;
        left: -80vw;
    }
}

@media (max-width: 480px) {
    .features {
        width: 100%;
    }

    .features .feature-item .item__name {
        width: auto;
    }

    .features .feature-item .item__value {
        width: auto;
        margin-left: 5px;
    }

    .features--choice .feature-item {
        display: block;
    }

    .features--choice .item__color {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .features .item__size {
        width: 100%;
        max-width: 290px;
        margin: 20px auto 0;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .color-switcher {
        width: 100%;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .features .item__size label {
        width: 33%;
        margin: 15px 0 0;
        font-size: 15px;
        text-align: center;
    }

    .form-control {
        display: block;
        margin: 0 auto;
    }

    .form-group {
        width: 100%;
    }

    .form-group .order-btn {
        width: 100%;
        max-width: 280px;
    }

    .col-info p,
    .features {
        font-size: 16px;
    }

    .product-card .new-price {
        font-size: 36px;
    }

    .pc-2-img-1 {
        top: -40px;
        left: -10vw;
    }

    .pc-3-img-1 {
        top: -130px;
        left: -107vw;
    }
}

.video {
    position: relative;
    padding: 70px 0;
}

.video:before {
    position: absolute;
    top: -390px;
    left: calc(50% - 964px);
    content: "";
    width: 665px;
    height: 992px;
    /* background: url("../images/video-left.jpg") top left no-repeat; */
    background-size: contain;
    z-index: -10;
}

@media (min-width: 1921px) {
    .video:before {
        left: 0;
    }
}

.video-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.video-content {
    width: 41%;
    margin-right: 30px;
}

.video-inner {
    position: relative;
    margin-top: 70px;
    width: 50%;
    height: 350px;
    cursor: pointer;
}

.video-inner img {
    height: 100%;
    width: 100%;
}

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

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

.video-image {
    position: relative;
    height: 100%;
}

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

.video-image:hover:before {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #f25252;
    margin: 0 0 40px;
}

.video-content p {
    margin: 20px 0;
    color: #79736a;
}

.video-content span {
    font-weight: bold;
}

.v-img-1 {
    left: 33vw;
    top: -220px;
}

.video-items {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 890px;
    margin-left: auto;
    margin-top: 90px;
}

.video-items .item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 400px;
}

.video-items p {
    font-weight: bold;
    font-size: 20px;
    color: #43392b;
    width: 80%;
}

.video-items .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #94c1ff;
    padding: 10px;
    margin-right: 5px;
}

.video-items .icon img {
    margin: 10%;
    height: 80%;
}

.v-img-2 {
    bottom: 30px;
    left: -560px;
}

.v-img-3 {
    bottom: 40px;
    left: -750px;
}

@media (max-width: 1600px) {
    .video:before {
        top: -365px;
        left: calc(50% - 934px);
    }

    .v-img-1 {
        top: -300px;
    }
}

@media (max-width: 1199px) {
    .video:before {
        top: -385px;
        left: 0;
        width: 305px;
    }

    .v-img-1 {
        top: -115px;
        width: 270px;
    }

    .v-img-2 {
        bottom: 180px;
        left: -430px;
    }

    .v-img-3 {
        bottom: 40px;
        left: -560px;
    }

    .video-content {
        width: 50%;
    }

    .video-inner {
        height: 270px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 24px;
    }

    .video-content {
        width: 48%;
        margin-right: 20px;
    }

    .video-inner {
        width: 55%;
        height: 224px;
    }

    .video-items {
        width: 100%;
    }

    .video-items .item {
        width: 49%;
    }

    .video-items .item:nth-child(even) {
        margin-top: -150px;
    }

    .v-img-2 {
        bottom: 30px;
        left: 160px;
    }

    .v-img-3 {
        bottom: 40px;
        left: 310px;
    }

    .video-items {
        margin-top: 40px;
    }

    .video-items .icon {
        margin-right: 15px;
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 767px) {
    .video-wrapper {
        display: block;
    }

    .video:before {
        left: 0;
        top: -50px;
        width: 305px;
        opacity: 0.2;
    }

    .video-content {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .video-inner {
        width: 100%;
        height: 294px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .video-items {
        display: block;
    }

    .video-items .item {
        width: 100%;
        max-width: 340px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    .video-items .item:nth-child(even) {
        margin-top: 0;
        position: relative;
    }

    .video-items p {
        width: 65%;
    }

    .video {
        padding-bottom: 40px;
    }

    .v-img-3 {
        bottom: 540px;
        left: 190px;
    }

    .v-img-2 {
        bottom: 30px;
        left: -300px;
    }
}

@media (max-width: 767px) and (min-width: 481px) {
    .video-items .item {
        position: relative;
    }

    .video-items .item:nth-child(odd) {
        left: -50px;
    }

    .video-items .item:nth-child(even) {
        left: 50px;
    }
}

@media (max-width: 585px) {
    .video-inner {
        height: 54.4vw;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .video {
        padding-top: 80vw;
        padding-bottom: 20px;
    }

    .video:before {
        opacity: 1;
        width: 60vw;
    }

    .v-img-1 {
        top: -40px;
        left: 0;
    }

    .video-content p {
        font-size: 16px;
        margin-top: 16px;
    }

    .video-inner {
        margin-top: 40px;
    }

    .v-img-2 {
        bottom: 320px;
        left: -50vw;
        width: 70px;
    }

    .video-items .icon {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
        width: 80px;
        height: 80px;
    }

    .video-items p {
        text-align: center;
        width: 100%;
        max-width: 280px;
        margin-right: auto;
        margin-left: auto;
    }

    .v-img-3 {
        bottom: 550px;
        left: 34vw;
        width: 90px;
    }

    .video-items .item {
        display: block;
    }

    .video-image:before {
        width: 70px;
        height: 70px;
        top: calc(50% - 35px);
        left: calc(50% - 35px);
    }
}

.about {
    position: relative;
    padding: 50px 0 150px;
}

.about h2 {
    margin-bottom: 40px;
}

.about p {
    color: #79736a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 45px;
}

.about-images {
    width: 47%;
    position: relative;
    margin-top: 55px;
}

.about-img-1 {
    width: 100%;
}

.about-img-2 {
    position: absolute;
    bottom: -100px;
    right: -80px;
}

.about-logo {
    position: absolute;
    top: 115px;
    left: -90px;
}

.about-content {
    width: 47%;
}

.about-content .decor-link {
    margin-top: 90px;
    margin-left: auto;
}

.about-img-3 {
    top: 320px;
    left: -53vw;
    width: 220px;
}

.about-img-4 {
    top: 250px;
    left: 37vw;
    width: 170px;
}

@media (max-width: 1640px) {
    .about-img-3 {
        left: -903px;
    }

    .about-img-4 {
        left: 41vw;
        width: 130px;
    }
}

@media (max-width: 1366px) {
    .about-wrapper {
        padding: 0 75px;
    }

    .about-content {
        width: 49%;
    }

    .about {
        padding-bottom: 100px;
    }

    .about h2 {
        font-size: 24px;
    }

    .about-logo {
        top: 0;
    }

    .about-img-2 {
        right: -80px;
        width: 460px;
    }

    .about-img-2 {
        bottom: -40px;
    }
}

@media (max-width: 991px) {
    .about-wrapper {
        display: block;
    }

    .about-images {
        width: 100%;
        max-width: 530px;
        margin: 0 auto;
    }

    .about-content {
        width: 100%;
        max-width: 530px;
        margin: 50px auto 0;
    }

    .about-content .decor-link {
        margin-right: auto;
    }
}

@media (max-width: 585px) {
    .about {
        display: none;
    }
}

.footer {
    position: relative;
    padding-top: 50px;
    background-color: #ff5151;
}

.footer:before {
    position: absolute;
    content: "";
    top: 0;
    left: calc(50% - 960px);
    height: 100%;
    width: 345px;
    background: url("../images/pc-left.jpg");
    z-index: 1;
}

.footer-content {
    position: relative;
    margin-left: auto;
    max-width: 475px;
    text-align: right;
    z-index: 1;
}

.footer-price .new-price {
    color: #ffe600;
    font-weight: 900;
}

.footer-price {
    top: 170px;
    left: -680px;
}

.footer-price .old-price {
    color: #f0bebe;
}

.footer-product {
    top: 250px;
    left: -856px;
    z-index: 30;
}

.footer-link {
    top: 315px;
    left: -260px;
}

.footer-sale {
    top: 200px;
    left: -260px;
    color: #feaaaa;
    font-size: 100px;
    font-weight: 900;
}

.footer-sale-text {
    top: 400px;
    left: -260px;
    color: #fcc6c6;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-img {
    display: block;
    margin-top: 15px;
}

.footer-price,
.footer-sale,
.footer-link,
.footer-sale-text,
.footer-product {
    position: absolute;
}

.f-img-1 {
    top: 380px;
    left: -760px;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
    opacity: 0.5;
}

.f-img-2 {
    top: 240px;
    left: 640px;
    opacity: 0.6;
}

.f-img-3 {
    top: -140px;
    left: -740px;
    opacity: 0.5;
}

.footer-copy {
    margin-top: -70px;
    padding: 25px 0;
    color: #eaa1a1;
    font-size: 16px;
    width: 60%;
    text-align: center;
}

.footer-copy .link{
    color: #000;
}

@media (max-width: 1366px) {
    .footer {
        padding-top: 0;
    }

    .footer-product {
        top: 270px;
        left: -726px;
        width: 500px;
    }

    .footer-img {
        width: 100%;
    }

    .f-img-3 {
        top: -190px;
    }
}

@media (max-width: 1199px) {
    .footer-content {
        max-width: 405px;
    }

    .footer-price {
        top: 120px;
        left: -520px;
    }

    .footer-sale {
        top: 94px;
    }

    .footer-link {
        top: 205px;
    }

    .footer-sale-text {
        top: 290px;
    }

    .footer-product {
        top: 260px;
        left: -586px;
        width: 480px;
    }
}

@media (max-width: 991px) {
    .footer-content {
        max-width: 305px;
    }

    .footer-logo {
        width: 240px;
    }

    .footer-sale {
        top: -7px;
    }

    .footer-link {
        top: 98px;
    }

    .footer-sale-text {
        top: 179px;
    }

    .footer-price {
        top: 120px;
        left: -420px;
    }

    .footer-price .new-price {
        font-size: 32px;
    }

    .footer-product {
        top: 197px;
        left: -420px;
        width: 370px;
    }

    .footer-img {
        margin-top: 25px;
    }

    .footer-copy {
        padding-bottom: 5px;
    }

    .f-img-1 {
        left: -560px;
    }

    .f-img-3 {
        top: -430px;
        left: auto;
        right: 20vw;
    }
}

@media (max-width: 767px) {
    .footer-content {
        max-width: 410px;
        margin-right: auto;
    }

    .footer-logo {
        display: block;
        margin: 0 auto 30px;
    }

    .footer-price {
        position: static;
        width: 68%;
    }

    .footer-sale {
        position: static;
        font-size: 60px;
    }

    .footer-link {
        position: static;
        margin: 40px auto 0;
    }

    .footer-product {
        top: 97px;
        left: -130px;
    }

    .footer-sale-text {
        position: static;
        text-align: center;
        margin-top: 10px;
    }

    .footer-copy {
        margin: 0 auto;
        padding: 50px 0 15px;
    }
}

@media (max-width: 585px) {
    .footer-price .new-price {
        font-size: 48px;
    }

    .footer-copy {
        width: 100%;
        text-align: center;
    }

    .footer-product {
        top: 157px;
    }
}

@media (max-width: 480px) {
    .footer-product {
        top: 155px;
        left: auto;
        right: 16vw;
        width: 110vw;
    }

    .f-img-2 {
        top: 40px;
        left: 0;
    }

    .f-img-1 {
        top: auto;
        bottom: -10px;
        left: -230px;
        width: 400px;
    }

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

    .footer-price .old-price {
        text-align: right;
    }

    .footer-price-wrapper {
        display: inline-block;
    }

    .footer-price {
        width: 100%;
    }

    .footer-logo {
        width: 170px;
    }

    .footer-sale {
        margin: 10px 0 50px;
    }

    .f-img-3 {
        top: -790px;
        left: -113vw;
    }
}

@media (max-width: 410px) {
    .footer-link {
        margin-top: -6px;
        max-width: 100%;
    }
}

.overview {
    position: relative;
    padding: 50px 0 120px;
    overflow: hidden;
}

.overview-two {
    padding-top: 120px;
}

.overview-wrapper {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 10;
}

.overview-item {
    position: relative;
    width: 33%;
    padding: 3px 1px;
}

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

.overview-item:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 245, 232, 0.3);
    -webkit-transition: 320ms;
    transition: 320ms;
}

.overview-item:before {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    content: "";
    width: 100px;
    height: 100px;
    background: url("../images/photo-icon.png") center no-repeat;
    background-size: contain;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: 320ms;
    transition: 320ms;
}

.overview-item:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.overview-item:hover:after {
    opacity: 1;
}

.overview-item--big {
    width: 49.5%;
}

.over-1-img-1 {
    top: 170px;
    left: -55.3vw;
}

.over-1-img-2 {
    top: 10px;
    left: 40.6vw;
}

.over-1-img-3 {
    bottom: 15px;
    left: -710px;
}

.over-1-img-4 {
    bottom: 255px;
    left: 530px;
}

.over-2-img-1 {
    top: -30px;
    left: -1022px;
}

.over-2-img-2 {
    top: 380px;
    left: 783px;
}

.over-2-img-3 {
    top: 716px;
    left: -1091px;
}

@media (min-width: 1921px) {
    .over-2-img-1 {
        left: -53vw;
    }

    .over-2-img-2 {
        left: 42vw;
    }
}

@media (max-width: 1366px) {
    .over-2-img-3 {
        top: auto;
        bottom: 20px;
        left: -68vw;
    }

    .over-2-img-2 {
        left: 40vw;
    }

    .over-2-img-1 {
        top: -30px;
        left: -60vw;
    }
}

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

    .over-1-img-1 {
        left: -59.3vw;
        width: 260px;
    }

    .over-1-img-3 {
        left: -50vw;
    }

    .over-1-img-4 {
        bottom: 125px;
        left: 25vw;
    }

    .over-2-img-1 {
        width: 250px;
    }

    .over-2-img-3 {
        width: 330px;
    }
}

@media (max-width: 991px) {
    .over-1-img-1,
    .over-1-img-2,
    .over-2-img-1,
    .over-2-img-2 {
        display: none;
    }

    .over-2-img-3 {
        width: 260px;
    }
}

@media (max-width: 767px) {
    .overview-two {
        padding-top: 70px;
    }

    .over-1-img-3 {
        width: 120px;
    }

    .over-1-img-4 {
        width: 220px;
    }
}

@media (max-width: 585px) {
    .overview {
        padding-top: 0;
    }

    .overview-two {
        padding-top: 50px;
    }

    .overview {
        padding-bottom: 50px;
    }

    .overview-wrapper {
        position: relative;
        width: calc(100% + 34px);
        left: -17px;
    }

    .over-1-img-3,
    .over-2-img-3,
    .over-1-img-4 {
        display: none;
    }

    .overview-item {
        width: 50%;
        padding: 2px;
    }

    .overview-item--big {
        width: 100%;
    }
}

.delivery-reviews {
    position: relative;
    background-color: #ff5151;
    padding-top: 80px;
    padding-bottom: 50px;
}

.delivery-reviews h2 {
    color: #fff;
    max-width: 500px;
    padding-left: 30px;
}

.delivery-reviews:before {
    position: absolute;
    content: "";
    top: -50px;
    left: calc(50% - 960px);
    height: calc(100% + 50px);
    width: 345px;
    background: url("../images/pc-left.jpg");
    z-index: 20;
}

.delivery-reviews-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 30px;
}

.reviews {
    width: 42%;
}

.review {
    margin-top: 60px;
}

.review .name {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.review p {
    color: #f0bebe;
}

.reviews-btns {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 130px;
    margin-left: auto;
    margin-top: 40px;
    z-index: 20;
}

.review-btn {
    display: block;
    width: 30px;
    height: 56px;
    background: url("../images/arrow-btn.png") center center no-repeat;
    background-size: contain;
}

.review-next {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.delivery {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 43%;
}

.delivery-item {
    width: 45%;
    color: #fff;
}

.delivery-item .step-number {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 60px;
    font-weight: 900;
    color: #f29d35;
    background-color: #fff;
    border-radius: 100%;
    margin-bottom: 15px;
}

.delivery-item:nth-child(even) {
    margin-top: 40px;
}

.rd-img-1 {
    top: 50px;
    left: 28vw;
    opacity: 0.4;
}

@media (max-width: 1199px) {
    .delivery {
        width: 51%;
    }

    .delivery-reviews-wrapper {
        -webkit-align-items: center;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .delivery {
        position: relative;
        z-index: 20;
    }

    .delivery-reviews-wrapper {
        display: block;
    }

    .reviews,
    .delivery {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .reviews-inner {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        min-height: 420px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .delivery-item {
        margin-bottom: 100px;
    }
}

@media (max-width: 585px) {
    .delivery-reviews-wrapper,
    .delivery-reviews h2 {
        padding: 0;
    }

    .delivery-reviews h2 {
        margin: 0;
    }

    .review {
        margin-top: 40px;
    }

    .review p {
        font-size: 16px;
    }

    .reviews-btns {
        margin-top: 10px;
    }

    .review-btn {
        width: 25px;
    }

    .rd-img-1 {
        left: 18vw;
    }

    .delivery-reviews {
        padding-top: 50px;
    }
}

@media (max-width: 480px) {
    .rd-img-1 {
        top: 30px;
        left: auto;
        right: -110vw;
    }

    .delivery {
        display: block;
        padding-top: 50px;
    }

    .delivery-item {
        width: 100%;
        max-width: 220px;
        margin: 0 auto 35px;
        text-align: center;
    }

    .delivery {
        display: block;
        padding-top: 50px;
    }

    .delivery-item {
        width: 100%;
        max-width: 220px;
        margin: 0 auto 35px;
        text-align: center;
    }

    .delivery-item .step-number {
        font-size: 48px;
        margin-left: auto;
        margin-right: auto;
        width: 65px;
        height: 65px;
        line-height: 65px;
    }
}

@media (min-width: 1920px) {
    .footer:before,
    .delivery-reviews:before {
        left: 0;
    }

    .product-cards:before {
        right: 0;
    }
}

@media (min-width: 1024px) {
    .anim-up.js-anim-scroll {
        -webkit-transform: translateY(150px) scale(0.4);
        transform: translateY(150px) scale(0.4);
        -webkit-transition: 500ms;
        transition: 500ms;
        opacity: 0;
    }

    .anim-up.js-anim-scroll.animated {
        -webkit-transform: translateY(0) rotate(0.001deg);
        transform: translateY(0) rotate(0.001deg);
        opacity: 1;
    }

    .anim-down.js-anim-scroll {
        -webkit-transform: translateY(-150px) scale(0.4);
        transform: translateY(-150px) scale(0.4);
        -webkit-transition: 500ms;
        transition: 500ms;
        opacity: 0;
    }

    .anim-down.js-anim-scroll.animated {
        -webkit-transform: translateY(0) rotate(0.001deg);
        transform: translateY(0) rotate(0.001deg);
        opacity: 1;
    }

    .rotate.js-anim-scroll.animated {
        -webkit-animation: rotate 1s ease-in;
        animation: rotate 1s ease-in;
        -webkit-animation-delay: 500ms;
        animation-delay: 500ms;
    }

    @-webkit-keyframes rotate {
        from {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }
        to {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }
    @keyframes rotate {
        from {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }
        to {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }
    .anim-to-left.js-anim-scroll {
        -webkit-transform: translateX(-300px) scale(0.4) rotate(0.001deg);
        transform: translateX(-300px) scale(0.4) rotate(0.001deg);
        -webkit-transition: 500ms;
        transition: 500ms;
        opacity: 0;
    }

    .anim-to-left.js-anim-scroll.animated {
        -webkit-transform: translateX(0) scale(1) rotate(0.001deg);
        transform: translateX(0) scale(1) rotate(0.001deg);
        opacity: 1;
    }

    .anim-to-right.js-anim-scroll {
        -webkit-transform: translateX(400px) scale(0.4) rotate(0.001deg);
        transform: translateX(400px) scale(0.4) rotate(0.001deg);
        -webkit-transition: 500ms;
        transition: 500ms;
        opacity: 0;
    }

    .anim-to-right.js-anim-scroll.animated {
        -webkit-transform: translateY(0) rotate(0.001deg);
        transform: translateY(0) rotate(0.001deg);
        opacity: 1;
    }

    .fade-in.js-anim-scroll {
        -webkit-transform: scale(0, 1) rotate(0.001deg);
        transform: scale(0, 1) rotate(0.001deg);
        opacity: 0;
        -webkit-transition: 320ms;
        transition: 320ms;
    }

    .fade-in.js-anim-scroll.animated {
        -webkit-transform: scale(1) rotate(0.001deg);
        transform: scale(1) rotate(0.001deg);
        opacity: 1;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    input::-webkit-input-placeholder {
        color: #7b7b7b;
    }

    input::-moz-placeholder {
        color: #7b7b7b;
    }

    input:-ms-input-placeholder {
        color: #7b7b7b;
    }

    input::-ms-input-placeholder {
        color: #7b7b7b;
    }

    input::placeholder {
        color: #7b7b7b;
    }

    .item__size input + span:before,
    .item__color input + span .text:before {
        display: none;
    }

    .item__size input:checked + span,
    .item__color input:checked + span {
        text-decoration: underline;
    }

    .decor-link:hover {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.footer-info {
    display: none;
    color: #222;
}

.show-tiktok {
    display: block !important;
}