/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    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;
}

@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-Regular_1.woff2") format("woff2"), url("../fonts/Roboto-Regular_1.woff") format("woff"), url("../fonts/Roboto-Regular_1.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

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

* {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
}

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: 1230px;
    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;
}

.header {
    padding: 30px 0 20px;
}

.header-logo {
    position: relative;
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}

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

.header-logo:before {
    position: absolute;
    content: "";
    bottom: 19%;
    right: -10.1%;
    width: 19.1%;
    height: 100%;
    background: url("../img/flag.gif") center bottom no-repeat;
    background-size: contain;
}

.header-logo:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(30%, rgba(0, 0, 0, 0.2)), color-stop(70%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(right, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
}

h2 {
    margin: 0 0 40px;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}

.catalog-content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product {
    position: relative;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 10px;
    margin-bottom: 60px;
}

.product-info {
    position: relative;
    text-align: center;
}

.product-info .images {
    position: relative;
    margin-bottom: 20px;
}

.product-info .images img {
    display: block;
    width: 100%;
    /*height: 380px;*/
    /*object-fit: cover;*/
}

.product-info .images .image-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    -webkit-transition: 320ms;
    transition: 320ms;
}

.product-info:hover .image-hover {
    opacity: 1;
    z-index: 10;
}

.product-code {
    font-size: 25px;
    font-weight: 700;
}

.sale-info {
    color: #ff2626;
    font-weight: 400;
    font-size: 22px;
    font-style: italic;
    text-align: center;
}

.mini-info {
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 300;
    margin: 10px 0;
}

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

.new-price {
    color: #ff2e2e;
    font-size: 23px;
    font-weight: 500;
}

.old-price {
    position: relative;
    color: #bdbdbd;
    font-size: 23px;
    font-weight: 500;
    margin-left: 15px;
}

.old-price:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #bdbdbd;
}

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

.btn-styles {
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 30px;
    margin: 4px 0;
    font-size: 14px;
    border: 1px solid #000000;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
}

.btn-styles.btn-red {
    background-color: #ff0000;
    color: #fff;
}

.btn-styles:active {
    border: 1px solid #000000;
}

.sale-label {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ff4a4a;
    color: #fff;
    line-height: 50px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    z-index: 30;
}

.modal-description {
    display: none;
    width: 100%;
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 15px !important;
}

.fancybox-slide--html {
    padding: 0;
}

.modal-description-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.modal-description-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;
}

.products-slider {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
}

.products-slider-inner .owl-item {
    background-color: #ebebeb;
}

.products-slider-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.products-slider-dots .image {
    width: -webkit-calc(100% / 8 - 10px);
    width: calc(100% / 8 - 10px);
    overflow: hidden;
    margin: 10px 10px 10px 0;
    cursor: pointer;
}

.products-slider-dots .image.active {
    border: 2px solid rgba(0, 0, 0, 0.15);
}

.products-slide img {
    display: block;
    width: 100%;
}

.products-slider-dots .image img {
    display: block;
    width: 100%;
}

.order-info {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
}

.order-info {
    font-weight: 300;
    font-size: 15px;
}

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

.sizes-wrap .text {
    margin-bottom: 6px;
}

.sizes-select {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
    border: 1px #ddd solid;
    background: #f8f8f8;
    color: #000;
    cursor: pointer;
    padding: 2px 30px 2px 10px;
    border-radius: 5px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.sizes-select:after {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    margin: auto;
    pointer-events: none;
    box-sizing: content-box;
}

.order-info .btn-styles {
    margin: 20px 0 0;
}

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

.list-features {
    font-size: 14px;
}

.list-features li {
    margin-bottom: 2px;
}

.list-features li span {
    font-weight: 700;
}

h4 {
    margin: 25px 0;
    font-size: 22px;
    font-weight: 700;
}

.main-list {
    padding-left: 20px;
}

.main-list li {
    list-style-type: disc;
    line-height: 1.55;
}

.delivery {
    padding: 30px 0;
}

.delivery-items {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 60px;
}

h6 {
    margin: 20px 0;
    font-size: 15px;
    font-weight: 700;
}

.delivery-item {
    position: relative;
    width: -webkit-calc(100% / 3 - 30px);
    width: calc(100% / 3 - 30px);
    padding: 15px;
    text-align: center;
}

.delivery-item:before {
    position: absolute;
    content: "";
    top: -webkit-calc(25% - 10px);
    top: calc(25% - 10px);
    right: -45px;
    width: 60px;
    height: 28px;
    background: url("../img/icon4.svg") center no-repeat;
    background-size: contain;
}

.delivery-item:last-child:before {
    display: none;
}

.delivery-item .icon {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.delivery-item .icon img {
    display: block;
    height: 100%;
}

p {
    font-weight: 300;
    font-size: 15px;
}

.reviews {
    padding: 40px 0;
}

.reviews h2 {
    margin-bottom: 0;
}

.review-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.review-photo img {
    display: block;
    width: 100%;
}

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

.review {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 45%;
    margin-top: 60px;
}

.review .user-name {
    font-size: 15px;
    font-weight: 700;
}

.review-inner {
    width: -webkit-calc(100% - 100px - 30px);
    width: calc(100% - 100px - 30px);
}

.review-inner p:first-child {
    margin-top: 0;
}

.review-inner p:last-child {
    margin-bottom: 0;
}

.modal {
    display: none;
    max-width: 750px !important;
    padding: 20px !important;
    color: #0D0D15;
}

.modal h3 {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.modal p {
    margin: 15px 0;
}

.footer {
    text-align: center;
    font-size: 14px;
    padding: 30px 0;
    color: #fff;
    background-color: #5c5c5c;
}

.footer a {
    color: inherit;
    text-decoration: underline;
}

#modal-order {
    display: none;
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    max-width: 560px !important;
}

.order-form h2 {
    font-size: 22px;
}

.order-form .btn-styles {
    display: block;
    max-width: 220px;
    margin: 0 auto;
}

.field {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    margin-top: 5px;
    margin-bottom: 20px;
    font: inherit;
    font-size: 15px;
    color: #000000;
    border: 1px solid #000000;
}

.products-slider {
    position: relative;
}

.products-slider .owl-nav {
    position: absolute;
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
    left: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    pointer-events: none;
}

.products-slider .owl-nav button {
    display: block;
    width: 50px;
    position: relative;
    z-index: 20;
    pointer-events: auto;
}

.products-slider .owl-nav button span {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    font-size: 30px;
    color: grey;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
}

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

    .header-logo {
        max-width: 480px;
    }

    h4 {
        font-size: 16px;
        margin: 15px 0;
    }

    h3 {
        font-size: 18px;
        margin: 15px 0;
    }
}

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

    .header-logo {
        max-width: 400px;
    }

    h2 {
        font-size: 35px;
    }

    .product {
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
    }

    .modal-description-content {
        display: block;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .products-slider {
        width: 100%;
    }

    .order-info {
        width: 100%;
    }

    .products-slider-dots .image {
        width: -webkit-calc(100% / 6);
        width: calc(100% / 6);
    }

    .delivery {
        padding-bottom: 20px;
    }

    .reviews {
        padding: 20px 0 60px;
    }

    .delivery-items {
        display: block;
        margin-top: 30px;
    }

    .delivery-item {
        width: 100%;
        margin-bottom: 40px;
    }

    .delivery-item:last-child {
        margin-bottom: 0;
    }

    .delivery-item:before {
        bottom: -22px;
        top: auto;
        left: 44.9%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    h2 {
        margin-bottom: 20px;
    }

    .reviews-inner {
        display: block;
    }

    .review {
        width: 100%;
        margin-top: 40px;
    }
}

@media (max-width: 639px) {
    .btn-styles {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product {
        margin-bottom: 30px;
    }

    .review {
        display: block;
    }

    .review-inner {
        width: 100%;
        text-align: center;
    }

    .review-photo {
        margin: 0 auto 15px;
    }
}

@media (max-width: 480px) {
    .header-logo:before {
        bottom: 45%;
        right: 10px;
    }

    .header-logo {
        padding-bottom: 20px;
    }

    .catalog-content {
        display: block;
    }

    .product {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    h2 {
        font-size: 32px;
    }

    .products-slider-dots .image {
        margin: 5px 5px 5px 0;
    }
}

.sizes-selected {
    margin-bottom: 15px;
}

.sizes-selected .js-value,
#modal-order .code-value {
    font-weight: bold;
}

#modal-order .code-prod {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    #modal-description .fancybox-button  svg {
        display: none;
    }

    #modal-description {
        padding-top: 50px !important;
    }

    #modal-description .fancybox-button {
        position: fixed;
        left: 0;
        top: 0;

        display: block;
        width: 100vw;
        height: 50px;

        background: #fff url("../img/icon-arrow.svg") 12px center no-repeat;
        background-size: 26px;
        border-bottom: 1px solid #ebebeb;

        z-index: 100;
        opacity: 1;
    }
}