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

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

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

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    background: url("../img/back-green.png");
}

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

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

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

.promo {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.header {
    background-image: url("../img/header-back.jpg");
}

.last-promo {
    background-image: url("../img/last-back.jpg");
}

.promo {
    position: relative;
    text-align: center;
    padding: 40px 0 180px;
}

.promo:before {
    position: absolute;
    top: 0;
    left: -webkit-calc(50% - 980px);
    left: calc(50% - 980px);
    content: "";
    width: 1144px;
    height: 562px;
    background: url("../img/angle-left.png") left top no-repeat;
    background-size: contain;
    pointer-events: none;
}

.promo:after {
    position: absolute;
    bottom: 0;
    right: -webkit-calc(50% - 980px);
    right: calc(50% - 980px);
    content: "";
    width: 1126px;
    height: 452px;
    background: url("../img/angle-right.png") right bottom no-repeat;
    background-size: contain;
    pointer-events: none;
}

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

    .promo:after {
        right: 0;
    }
}

h1, h2 {
    font-size: 48px;
    margin: 0;
    text-transform: uppercase;
}

.promo-content {
    position: relative;
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.promo-content h1 {
    margin-bottom: 30px;
}

.promo-content .tagline {
    margin: 30px 0;
}

.promo-images {
    position: absolute;
    bottom: -190px;
    left: -webkit-calc(50% - 860px);
    left: calc(50% - 860px);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 100vw;
    max-width: 1725px;
    z-index: 10;
    pointer-events: none;
}

.promo-images .image img {
    display: block;
    width: 100%;
}

.promo-images .image1 {
    width: 660px;
}

.promo-images .image2 {
    width: 670px;
}

.promo-images .image2 img {
    transform: scale(-1,1);
}

.tagline {
    font-size: 24px;
    text-transform: uppercase;
}

.sale-text {
    font-size: 30px;
    color: #FFD500;
    text-transform: uppercase;
}

.promotion-date {
    font-size: 24px;
}

.promotion-date span {
    font-weight: bold;
    color: #FFD500;
}

.sale-box {
    width: 360px;
    margin: 30px auto;
}

.btn-styles {
    display: block;
    width: 100%;
    margin: 30px auto 5px;
    border: 2px solid #fff;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    padding: 6px 15px;
    -webkit-transition: 320ms;
    transition: 320ms;
}

.btn-styles:hover {
    border: 2px solid #FF5C00;
    background-color: #FF5C00;
}

.promo-made {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

@media (max-width: 1800px) {
    .promo-images {
        max-width: initial;
        width: 106vw;
        left: -webkit-calc(50% - 53vw);
        left: calc(50% - 53vw);
    }

    .promo-images .image1,
    .promo-images .image2 {
        width: 41vw;
    }
}

@media (max-width: 1535px) {
    .promo {
        padding-bottom: 140px;
    }

    .tagline {
        font-size: 20px;
    }

    .promo-content {
        width: 590px;
    }

    .promo:before {
        width: 744px;
        left: -webkit-calc(50% - 768px);
        left: calc(50% - 768px);
    }

    .promo:after {
        width: 744px;
        right: -webkit-calc(50% - 774px);
        right: calc(50% - 774px);
    }

    h1, h2 {
        font-size: 36px;
    }

    .promo-images {
        width: 100vw;
        bottom: -150px;
        left: -webkit-calc(50% - 50vw);
        left: calc(50% - 50vw);
    }

    .promo-images .image1, .promo-images .image2 {
        width: 38vw;
    }
}

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

    .tagline {
        font-size: 18px;
    }

    .promo-content {
        width: 470px;
    }

    .promotion-date {
        font-size: 18px;
    }

    .sale-text {
        font-size: 24px;
    }

    .promo-content h1 {
        margin-bottom: 20px;
    }

    .promo-content .tagline {
        margin: 20px 0;
    }

    .sale-box {
        margin: 20px auto;
        width: 320px;
    }
}

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

    .promo {
        padding-bottom: 260px;
    }

    .promo-images {
        bottom: -260px;
    }

    .promo-images .image1, .promo-images .image2 {
        width: 44vw;
    }

    .promo:before {
        left: 0;
    }

    .promo:after {
        right: -20px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 576px;
    }

    .last-promo {
        background-image: url("../img/last-back--mob.jpg");
        background-position: left bottom;
    }

    .promo {
        padding-bottom: 100px;
    }

    .promo-images {
        position: relative;
        left: -15px;
        bottom: auto;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
    }

    .promo-images .image1 {
        z-index: 10;
    }

    .promo-images .image1 {
        width: 86%;
    }

    .promo-images .image2 {
        position: absolute;
        right: 0;
        top: 0;
        width: 60%;
    }

    .promo {
        padding-bottom: 15vw;
    }

    .promo:before {
        width: 100vw;
    }

    .promo:after {
        width: -webkit-calc(100vw + 20px);
        width: calc(100vw + 20px);
    }
}

@media (max-width: 575px) {
    .promo-content {
        width: 100%;
    }

    .promo {
        padding-top: 50px;
        padding-bottom: 30vw;
    }

    .sale-box {
        width: 100%;
        max-width: 320px;
    }
}

@media (max-width: 413px) {
    h1, h2 {
        font-size: 30px;
    }
}

.catalog {
    padding: 100px 0 50px;
}

.catalog-head {
    text-align: center;
    margin-bottom: 80px;
}

.catalog-head .tagline {
    color: #FFD500;
}

.catalog-delivery {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 50px;
    background-color: #EADFC9;
    width: 520px;
    color: #2B2B21;
    margin: 20px auto 0;
}

.catalog-delivery .image {
    width: 150px;
}

.catalog-delivery .image img {
    display: block;
    width: 100%;
}

.catalog-delivery .text {
    width: -webkit-calc(100% - 150px - 20px);
    width: calc(100% - 150px - 20px);
}

.catalog-content {
    position: relative;
    /*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;*/
}

.card-wrapper {
    /*width: -webkit-calc(100% / 3 - 15px);*/
    /*width: calc(100% / 3 - 15px);*/

    width: 100%;
}

.card-mini {
    position: relative;
    background-color: #5B593C;
    margin-bottom: 30px;
}

.card-mini .sale-label {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 50%;
    font-weight: bold;
    width: 50px;
    line-height: 50px;
    background-color: #D21900;
    text-align: center;
}

.card-mini .sale-label--new {
    background-color: #329B00;
}

.card-mini .sale-label--top {
    background-color: #FF5C00;
}

.card-mini .image {
    width: 100%;
    border: 5px solid #756D3F;
    overflow: hidden;
}

.card-mini .image img {
    display: block;
    width: 100%;
    -webkit-transition: 320ms;
    transition: 320ms;
}

.card-mini .features {
    padding: 21px 15px;
    text-align: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .card-mini {
        width: 100%;
        height: 550px;
    }

    .card-gallery .images-mini .image {
        height: 80px;
    }

    .card-wrapper.active .card-full {
        height: 730px;
    }
}

.card-main-info .name {
    font-size: 30px;
}

.prices {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: baseline;
    align-items: baseline;
    margin-bottom: 15px;
}

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

.prices .old-price:before {
    position: absolute;
    top: 40%;
    left: -10px;
    content: "";
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    height: 2px;
    background-color: #FF0000;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.prices .new-price {
    font-size: 30px;
    font-weight: bold;
    color: #FFD500;
}

.card-links {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

.card-links .btn-styles {
    margin: 0;
    width: -webkit-calc(100% - 50px - 20px);
    width: calc(100% - 50px - 20px);
}

@media (min-width: 1200px) {
    .card-mini:hover .image img {
        margin: -25px 0;
    }

    .card-mini:hover .card-links {
        height: 50px;
    }

    .card-links {
        overflow: hidden;
        height: 0;
        -webkit-transition: 320ms;
        transition: 320ms;
    }
}

.btn-orange {
    width: 50px;
    height: 50px;
    background: #FF5C00 url("../img/basket.png") center no-repeat;
    background-size: 30px;
}

.card-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

/*.catalog-content .card-wrapper:nth-child(3n+1) {*/
/*    -webkit-align-items: flex-start;*/
/*    align-items: flex-start;*/
/*}*/

/*.catalog-content .card-wrapper:nth-child(3n+1) .card-full {*/
/*    opacity: 1;*/
/*}*/

/*.catalog-content .card-wrapper:nth-child(3n+2) {*/
/*    -webkit-align-items: center;*/
/*    align-items: center;*/
/*}*/

/*.catalog-content .card-wrapper:nth-child(3n+3) {*/
/*    -webkit-align-items: flex-end;*/
/*    align-items: flex-end;*/
/*}*/

.card-mini {
    display: none;
}

.card-full {
    position: relative;
    /*display: none;*/

    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*opacity: 0;*/
    left: 0;
    width: 1170px;
    background-color: #5B593C;
    margin-bottom: 30px;
    padding: 50px 30px 20px;
    -webkit-transition: 640ms;
    transition: 640ms;
}

/*.card-wrapper.active .card-full {*/
/*    display: -webkit-flex;*/
/*    display: flex;*/
/*    opacity: 1;*/
/*}*/

.card-full .close-card {
    display: none;
}

.card-gallery {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 677px;
}

.card-gallery .images-mini {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 80px;
}

.card-gallery .images-mini .image {
    position: relative;
    margin-bottom: 19.6px;
    cursor: pointer;
}

.card-gallery .images-mini .image:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(255, 213, 0, 0.35);
    opacity: 0;
    -webkit-transition: 320ms;
    transition: 320ms;
}

.card-gallery .images-mini .image.active {
    pointer-events: none;
    cursor: auto;
}

.card-gallery .images-mini .image.active:before {
    opacity: 1;
}

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

.card-gallery .image-full {
    position: relative;
    width: -webkit-calc(100% - 80px - 20px);
    width: calc(100% - 80px - 20px);
}

.card-gallery .image-full .image-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 0;
    -webkit-transition: 320ms;
    transition: 320ms;
}

.card-gallery .image-full .image-link.active {
    position: relative;
    opacity: 1;
    z-index: 10;
}

.card-gallery .image-full a, .card-gallery .image-full img {
    display: block;
    width: 100%;
}

@media (max-width: 991px) {
    .catalog {
        padding-top: 60px;
    }

    .catalog-head {
        margin-bottom: 60px;
    }
}

.card-info {
    width: -webkit-calc(100% - 677px - 30px);
    width: calc(100% - 677px - 30px);
}

.card-info .prices {
    padding-left: 10px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.features-list li {
    margin: 6px 0;
}

.close-card {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: url("../img/close-icon.png") center no-repeat;
    cursor: pointer;
}

.card-info .promotion-date {
    font-size: 18px;
    margin-top: 12px;
}

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

.order-form .btn-styles {
    margin-top: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.sizes-table-link {
    text-decoration: underline;
    background-color: #5B593C;
}

.sizes,
input,
textarea {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #fff;
    background: none;
    color: #fff;
}

.sizes:active, .sizes:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
    border-color: #FFD500;
}

.sizes::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fff;
}

.sizes::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
    color: #fff;
}

.sizes:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #fff;
}

.sizes::-ms-input-placeholder, input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #fff;
}

.sizes::placeholder,
input::placeholder,
textarea::placeholder {
    color: #fff;
}

textarea {
    padding: 15px;
    max-width: 100%;
    min-width: 100%;
    min-height: 140px;
    max-height: 200px;
    outline: none;
}

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

.btn-styles--orange {
    padding-top: 12px;
    padding-bottom: 12px;
    border: 2px solid #FF5C00;
    background-color: #FF5C00;
}

.btn-styles--orange:hover {
    border: 2px solid #fff;
    background-color: rgba(255, 92, 0, 0);
}

.sizes-wrapper {
    position: relative;
}

.sizes-wrapper:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 40px;
    height: 100%;
    background: url("../img/arrow-down.png") center no-repeat;
    pointer-events: none;
}

.sizes option {
    color: #000;
}

.order-info {
    position: relative;
    width: 100%;
    padding-left: 100px;
    margin-top: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
}

.order-info:before {
    position: relative;
    top: 0;
    left: 0;
    content: url("../img/icon4.png");
    margin-right: 20px;
}

@media (max-width: 1199px) {
    .card-full {
        width: 961px;
    }

    .order-info {
        -webkit-justify-content: center;
        justify-content: center;
        padding-left: 0;
        margin-top: 30px;
    }

    .card-gallery {
        display: block;
        width: 490px;
    }

    .card-info {
        width: -webkit-calc(100% - 490px - 50px);
        width: calc(100% - 490px - 50px);
    }

    .card-gallery .image-full {
        width: 100%;
    }

    .card-gallery .images-mini {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-direction: row;
        flex-direction: row;
        position: relative;
        margin-top: 5px;
        left: -5px;
        width: -webkit-calc(100% + 5px);
        width: calc(100% + 5px);
    }

    .card-gallery .images-mini .image {
        width: -webkit-calc(100% / 6);
        width: calc(100% / 6);
        margin-right: auto;
        padding: 5px 0 5px 5px;
    }

    .card-gallery .images-mini .image:before {
        position: absolute;
        top: 5px;
        left: 5px;
        right: 0;
        bottom: 5px;
    }

    .card-wrapper {
        width: -webkit-calc(100% / 2 - 15px);
        width: calc(100% / 2 - 15px);
    }

    /*.catalog-content .card-wrapper:nth-of-type(even) {*/
    /*    -webkit-justify-content: flex-end;*/
    /*    justify-content: flex-end;*/
    /*    -webkit-align-items: flex-end;*/
    /*    align-items: flex-end;*/
    /*}*/

    /*.catalog-content .card-wrapper:nth-of-type(odd) {*/
    /*    -webkit-justify-content: flex-start;*/
    /*    justify-content: flex-start;*/
    /*    -webkit-align-items: flex-start;*/
    /*    align-items: flex-start;*/
    /*}*/

    .card-links {
        height: auto;
    }
}

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

    .card-full {
        width: 737px;
    }

    .card-gallery {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 0;
    }
}

.card-main-info--mob {
    display: none;
}

@media (max-width: 991px) and (min-width: 768px) {
    .card-gallery {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .card-gallery .images-mini {
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 55px;
        margin-top: 0;
        left: 0;
    }

    .card-gallery .image-full {
        width: -webkit-calc(100% - 69px);
        width: calc(100% - 69px);
    }

    .card-gallery .images-mini .image {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 992px) {
    .card-main-info--desktop {
        display: none;
    }

    .card-main-info--mob {
        display: block;
    }

    .card-main-info {
        text-align: center;
    }

    .order-form {
        width: 100%;
    }

    .card-info .promotion-date {
        text-align: center;
    }

    .card-info {
        width: 100%;
        max-width: 500px;
        margin: 30px auto 0;
    }
}

@media (max-width: 767px) {
    .card-wrapper {
        width: 100%;
    }

    .card-full {
        width: 100%;
        padding-top: 40px;
    }

    .card-info {
        margin-top: 0;
    }

    .catalog-delivery {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .catalog-delivery {
        display: block;
        text-align: center;
        padding: 20px;
    }

    .catalog-delivery .image {
        margin: 0 auto;
    }

    .catalog-delivery .text {
        width: 100%;
        margin-top: 15px;
    }

    .order-info {
        font-size: 18px;
    }
}

.card-mini .name {
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 480px) {
    .card-full {
        padding-right: 15px;
        padding-left: 15px;
    }

    .card-gallery {
        position: relative;
        left: -15px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
    }

    .card-gallery .images-mini {
        width: -webkit-calc(100% + 15px);
        width: calc(100% + 15px);
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 4vw;
    }

    .close-card {
        width: 20px;
        height: 20px;
    }

    .card-gallery .images-mini .image {
        width: -webkit-calc(100% / 3 - 10px);
        width: calc(100% / 3 - 10px);
        margin-bottom: 10px;
    }

    .card-main-info .name {
        font-size: 26px;
    }
}

.privilege {
    position: relative;
    background-color: #756D3F;
    padding: 80px 0;
    overflow: hidden;
}

.privilege:before {
    position: absolute;
    top: 0;
    left: -webkit-calc(50% - 1vw);
    left: calc(50% - 1vw);
    content: "";
    width: 140vw;
    border-left: 120vw solid #696238;
    height: 100%;
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
}

.privilege-content {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    z-index: 10;
}

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

.privilege-content .item .info {
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
}

.privilege-content p {
    margin: 0;
}

.privilege-content .item2 {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 130px;
}

.privilege-content .item1,
.privilege-content .item3 {
    width: -webkit-calc(100% / 2 - 130px - 30px);
    width: calc(100% / 2 - 130px - 30px);
}

.privilege-content .item3 {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
}

.privilege-content h6 {
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 10px;
}

@media (max-width: 1535px) {
    .privilege {
        padding: 50px 0;
    }

    .privilege-content .icon {
        width: 60px;
    }

    .privilege-content .icon img {
        display: block;
        width: 100%;
    }

    .privilege-content .item .info {
        width: -webkit-calc(100% - 60px - 20px);
        width: calc(100% - 60px - 20px);
    }

    .privilege-content h6 {
        font-size: 20px;
    }

    .privilege-content .item1, .privilege-content .item3 {
        width: -webkit-calc(100% / 2 - 150px);
        width: calc(100% / 2 - 150px);
    }
}

@media (max-width: 991px) {
    .privilege-content .item {
        display: block;
        text-align: center;
        padding: 30px 15px;
    }

    .privilege-content .item .icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .privilege-content .item .info {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .privilege {
        padding: 20px 0;
    }

    .privilege-content {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .privilege-content .item2 {
        -webkit-order: 1;
        order: 1;
        width: 100%;
    }

    .privilege-content .item1 {
        -webkit-order: 2;
        order: 2;
        width: 100%;
    }

    .privilege-content .item3 {
        -webkit-order: 3;
        order: 3;
        width: 100%;
        text-align: center;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .privilege:before {
        display: none;
    }

    .privilege-content .item1 {
        position: relative;
        background-color: #696238;
    }

    .privilege-content .item1:before {
        position: absolute;
        left: -webkit-calc(50% - 50vw);
        left: calc(50% - 50vw);
        top: 0;
        content: "";
        background-color: #696238;
        width: 100vw;
        height: 100%;
        z-index: -1;
    }
}

.about {
    padding: 220px 0 100px;
    position: relative;
}

.about:before {
    position: absolute;
    top: 100px;
    left: -webkit-calc(50% - 1140px);
    left: calc(50% - 1140px);
    content: "";
    width: 2337px;
    height: 903px;
    background: url("../img/flag.png") center no-repeat;
    background-size: contain;
}

h3 {
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
}

.about .text-box {
    background-color: #313035;
    padding: 15px;
}

.about .text-box .name {
    font-weight: bold;
    font-size: 24px;
    color: #FFD500;
}

.about .text-box p {
    margin: 10px 0 0;
}

.about-content {
    position: relative;
}

.about-items {
    position: relative;
}

.about-item {
    position: relative;
}

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

.about .sale-box {
    margin: 15px auto;
}

.about .btn-styles {
    margin-top: 15px;
}

.about .promotion-date {
    font-size: 20px;
}

@media (min-width: 768px) {
    .about h3 {
        width: 45%;
        margin-bottom: -120px;
    }

    .about-items {
        width: 50%;
        margin-left: auto;
    }

    .about .text-box {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        position: absolute;
        height: 240px;
        width: 50%;
    }

    .about-item:nth-child(1) {
        position: absolute;
        left: -100%;
        top: 180px;
        width: 100%;
    }

    .about-item:nth-child(1) .text-box {
        right: 0;
        bottom: -120px;
    }

    .about-item:nth-child(2) .text-box {
        top: -120px;
        left: 0;
    }

    .about-item:nth-child(3) .text-box {
        top: -40px;
        right: 0;
    }
}

.about-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    text-align: center;
}

.about-info .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
}

.about-info .text {
    text-transform: uppercase;
    font-size: 24px;
}

@media (max-width: 1199px) {
    .about:before {
        left: -webkit-calc(50% - 880px);
        left: calc(50% - 880px);
        width: 1797px;
        height: 653px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .about {
        padding-top: 160px;
    }

    .about .text-box {
        width: 80%;
        height: 180px;
    }

    .about-item:nth-child(1) {
        top: 120px;
    }

    .about-item:nth-child(1) .text-box {
        bottom: -80px;
    }

    .about h3 {
        position: relative;
        top: -40px;
    }

    .about-item:nth-child(2) .text-box {
        top: -60px;
    }
}

@media (max-width: 991px) {
    .about .text-box {
        position: relative;
        width: 100%;
        top: 0 !important;
        left: 0 !important;
        height: auto;
        padding: 20px;
    }

    h3 {
        font-size: 30px;
    }

    .about h3 {
        margin-bottom: -160px;
    }

    .about {
        padding: 120px 0 80px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .about .text-box .name {
        font-size: 22px;
    }

    .about-info .inner {
        max-width: 320px;
    }

    .about-info .text {
        font-size: 22px;
    }

    .about-item:nth-child(1) {
        top: 200px;
    }

    .about .text-box {
        margin-bottom: -30px;
    }
}

@media (max-width: 767px) {
    .about {
        padding: 70px 0 50px;
    }

    .about h3 {
        margin-bottom: 30px;
        text-align: center;
    }

    .about-item {
        margin-bottom: 50px;
    }

    .about .text-box {
        text-align: center;
    }

    .about-info {
        position: relative;
        bottom: auto;
        width: 100%;
    }

    .about:before {
        top: 380px;
        left: -400px;
    }
}

@media (max-width: 575px) {
    .about {
        padding: 50px 0 40px;
    }
}

.overview {
    padding: 80px 0;
    background: url("../img/back-beige.png");
}

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

.overview-content .item {
    background-position: center;
    background-size: cover;
    margin: 15px 0;
}

@media (min-width: 1200px) {
    .overview .item {
        height: 372px;
        width: 372px;
    }

    .overview-content .item:nth-child(1),
    .overview-content .item:nth-child(7) {
        width: 770px;
    }
}

@media (min-width: 992px) {
    .overview .item {
        position: relative;
    }

    .overview .item:before,
    .card-gallery .image-full .image-link:before {
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        width: 100px;
        height: 108px;
        background: url(../img/photo-hover.png) center center no-repeat;
        background-size: contain;
        opacity: 0;
        -webkit-transform: scale(0.5) rotate(0.001deg);
        transform: scale(0.5) rotate(0.001deg);
        -webkit-transition: 320ms;
        transition: 320ms;
        pointer-events: none;
        z-index: 10;
    }

    .overview .item:hover:before,
    .card-gallery .image-full .image-link:hover:before {
        bottom: -webkit-calc(50% - 50px);
        bottom: calc(50% - 50px);
        right: -webkit-calc(50% - 54px);
        right: calc(50% - 54px);
        opacity: 1;
        -webkit-transform: scale(1) rotate(0.001deg);
        transform: scale(1) rotate(0.001deg);
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .overview-content .item {
        height: 310px;
        width: 310px;
        margin: 9px 0;
    }

    .overview-content .item:nth-child(1),
    .overview-content .item:nth-child(7) {
        width: 635px;
    }
}

.owl-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.owl-dots .owl-dot {
    display: block;
}

.owl-dots .owl-dot span {
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border: 2px solid #313035;
    background-color: #313035;
}

.owl-dots .owl-dot.active span {
    background-color: #FFD500;
}

.overview .owl-dots {
    position: relative;
    top: -20px;
    margin-top: -10px;
}

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

    .overview-content .item {
        display: block;
        width: 100%;
        height: 500px;
    }
}

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

    .overview-content .item {
        height: 545px;
    }
}

@media (max-width: 575px) {
    .overview-content .item {
        height: -webkit-calc(100vw - 30px);
        height: calc(100vw - 30px);
        width: -webkit-calc(100vw - 30px);
        width: calc(100vw - 30px);
    }
}

.reviews {
    color: #2B2B21;
    background: url("../img/back-beige.png");
    padding: 90px 0 50px;
}

.reviews h3 {
    text-align: center;
}

.review {
    padding: 30px;
    background-color: #313035;
    color: #fff;
}

.review .text {
    margin: 20px 0;
}

.reviews-content {
    margin-top: 80px;
}

.reviews-content img {
    width: initial !important;
}

.user-info {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFD500;
}

.user-info .photo {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 50%;
}

.user-info .photo img {
    display: block;
    width: 100% !important;
}

.reviews .owl-nav {
    width: 120px;
}

.owl-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0);
}

.owl-nav button {
    display: block;
    position: relative;
    z-index: 20;
}

.owl-nav button span {
    display: block;
    width: 50px;
    height: 50px;
    background: #313035 url("../img/arrow.png") center no-repeat;
    -webkit-transition: 320ms;
    transition: 320ms;
}

.owl-nav button.owl-prev span {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.owl-nav button:hover span {
    background-image: url("../img/arrow-hover.png");
}

.send-review-wrap {
    position: relative;
    margin-left: auto;
    text-align: right;
    margin-top: -40px;
    z-index: 10;
    cursor: pointer;
    pointer-events: none;
}

.send-review-wrap a {
    pointer-events: auto;
}

.review .icon {
    width: 40px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .send-review-wrap {
        pointer-events: auto;
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
    }
}

@media (min-width: 992px) {
    .review .text {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .reviews {
        padding-top: 50px;
    }

    .reviews-content {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .reviews .owl-nav {
        width: 100%;
    }

    .reviews .owl-dots {
        position: relative;
        top: -30px;
    }

    .send-review-wrap {
        margin-top: 10px;
        text-align: center;
    }
}

.footer {
    padding: 15px 0;
    text-align: center;
    background-color: #2B2B21;
    font-size: 14px;
}

.modal {
    max-width: 760px;
    display: none;
    padding: 30px 15px 15px;
    background-color: #ffffff;
    color: #000000;
}

.modal h3 {
    font-size: 20px;
    text-align: center;
}

.review-form {
    width: 100% !important;
}

.reviews-popup {
    max-width: 500px;
    width: 100%;
    background-color: #5B593C;
    color: #fff;
}

.reviews-popup h3 {
    margin-bottom: 20px;
}

.thanks-review {
    display: none;
    text-align: center;
}

.modal-sizes {
    color: #fff;
    background-color: #5B593C;
    text-align: center;
}

.modal-sizes th, .modal-sizes td {
    padding-left: 15px;
    padding-right: 15px;
}
