@charset "UTF-8";

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*! 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;
}

html {
    height: 100%;
}

body {
    font-size: 16px;
    height: 100%;
    position: relative;
    font-family: 'Gotham Pro', sans-serif;
    color: #111;
    -webkit-transition: 0s all;
    transition: 0s all;
}

.container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.container:after {
    content: " ";
    display: block;
    clear: both;
}

@media screen and (max-width: 992px) {
    .container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 10px;
    }
}

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

.full-container.full-container-accessory {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding: 0 60px;
}

@media screen and (max-width: 1530px) {
    .full-container {
        padding: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .full-container {
        padding: 0 10px;
    }
}

.small-container {
    max-width: 1254px;
    width: 100%;
    padding: 0 10px;
    margin: auto;
}

@media screen and (max-width: 992px) {
    .small-container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .small-container {
        padding: 0 10px;
    }
}

.mini-container {
    max-width: 900px;
    width: 100%;
    padding: 0 10px;
    margin: auto;
}

@media screen and (max-width: 992px) {
    .mini-container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .mini-container {
        padding: 0 10px;
    }
}

.main-wrap {
    position: relative;
    min-height: 100vh;
    /*padding-bottom: 495px;*/
    padding-bottom: 352px;
    padding-top: 138px;
    /*min-width: 375px;*/
}

@media screen and (max-width: 1325px) {
    .main-wrap {
        padding-bottom: 552px;
    }
}

@media screen and (max-width: 992px) {
    .main-wrap {
        padding-bottom: 736px;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .main-wrap {
        padding-bottom: 0;
        overflow: hidden;
        padding-top: 71px;
    }
}

.checkout-wrap {
    position: relative;
    min-height: 100vh;
    padding-bottom: 55px;
}

@media screen and (max-width: 767px) {
    .checkout-wrap {
        padding-bottom: 120px;
    }
}

.not-found-wrap {
    position: relative;
    min-height: 100vh;
    padding-bottom: 55px;
}

@media screen and (max-width: 767px) {
    .not-found-wrap {
        padding-bottom: 85px;
    }
}

.h-section {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
    .h-section {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px;
    }
}

.h-section .slider-controls {
    margin-left: 22px;
}

@media screen and (max-width: 767px) {
    .h-section .slider-controls {
        vertical-align: top;
        display: inline-block;
        position: relative;
        top: -2px;
        height: 24px;
    }
}

.h-section .slider-controls .btn-icon {
    margin-right: 14px;
}

.h-section .slider-controls .btn-icon:last-child {
    margin-right: 0;
}

.h2-main {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .h2-main {
        font-size: 16px;
        margin-bottom: 22px;
    }
}

.h-main {
    margin-top: 56px;
    margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
    .h-main {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        flex-flow: column-reverse;
        margin-top: 32px;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .h-main.h-auth .h {
        display: none;
    }
}

.h-main .h {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    margin-right: 24px;
    display: inline-block;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .h-main .h {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .h-main .breadcrumbs {
        margin-bottom: 18px;
    }
}

.breadcrumbs {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .breadcrumbs {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.breadcrumbs .breadcrumbs-item {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    color: rgba(17, 17, 17, 0.7);
    text-decoration: none;
    outline: none;
    margin-right: 2px;
}

@media screen and (max-width: 767px) {
    .breadcrumbs .breadcrumbs-item {
        font-size: 11px;
        line-height: 13px;
    }
}

.breadcrumbs .breadcrumbs-item:after {
    content: '/';
    margin-left: 7px;
    color: rgba(17, 17, 17, 0.8);
}

.breadcrumbs .breadcrumbs-item:last-child:after {
    display: none;
}

.breadcrumbs a.breadcrumbs-item {
    color: rgba(17, 17, 17, 0.8);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.breadcrumbs a.breadcrumbs-item:hover {
    color: #111;
}

.slick-initialized .slick-slide {
    outline: none;
}

.alert-block {
    background: #F7F8F9;
    border-left: 3px solid #080808;
    position: relative;
    margin-bottom: 36px;
    padding: 30px 46px 30px 70px;
}

@media screen and (max-width: 767px) {
    .alert-block {
        padding: 24px;
        padding-left: 42px;
        padding-right: 42px;
    }
}

.alert-block .icon {
    font-size: 20px;
    position: absolute;
    left: 32px;
    top: 30px;
}

@media screen and (max-width: 767px) {
    .alert-block .icon {
        left: 14px;
    }
}

.alert-block .p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(17, 17, 17, 0.8);
}

@media screen and (max-width: 767px) {
    .alert-block .p {
        font-size: 12px;
        line-height: 20px;
    }
}

.alert-block .btn-icon {
    position: absolute;
    right: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .alert-block .btn-icon {
        right: 14px;
    }
}

.alert-block a {
    color: #111;
    -webkit-transition: .3s all;
    transition: .3s all;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .alert-block a {
        margin-left: 4px;
    }
}

.alert-block a:hover {
    color: rgba(17, 17, 17, 0.8);
}

.mobile-view {
    display: none;
}

@media screen and (max-width: 992px) {
    .product-page-wrapper .mobile-view {
        display: block;
        width: 100%;
    }

    .product-page-wrapper .mobile-view .img-preview-list video {
        aspect-ratio: 465/697.15;
        object-position: center;
        object-fit: cover;
    }

    .product-page-wrapper .mobile-view.has-video .img-preview-list img {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .mobile-view {
        display: block;
    }
}

.tablet-view {
    display: none;
}

@media screen and (max-width: 992px) {
    .tablet-view {
        display: block;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after,
.full-container:after,
.main-wrap:after,
.checkout-wrap:after,
.not-found-wrap:after,
.white-popup-block .input-item:after,
.white-popup-block .extra:after,
.white-popup-block .total:after,
.header .header-top:after,
.header .header-nav:after,
.footer .footer-main:after,
.footer .footer-copyright:after,
.footer .subscribe-wrap:after,
.footer .footer-nav:after,
.footer .nav.nav-contacts:after,
.footer-small:after,
.sales-section .sales-wrap:after,
.sales-section .sales-col-wrap:after,
.product-item .product-info:after,
.accessories-catalog-main:after,
.accessories-catalog-main .product-item-horizontal:after,
.accessories-catalog-view:after,
.wishlist-section .wishlist-wrap:after,
.lookbook-main-nav:after,
.lookbook-main-photos:after,
.lookbook-body-wrap .lookbook-body .grid:after,
.catalog-list-section:after,
.catalog-list-section .catalog-line:after,
.catalog-list-section .catalog-line .product-item-horizontal:after,
.auth-section:after,
.cart-main-section:after,
.cart-main-section .cart-item:after,
.cart-main-section .total-price .price:after,
.checkout-section:after,
.checkout-section .button-wrap:after,
.checkout-section .extra:after,
.checkout-section .total:after,
.order-item .order-info:after,
.product-page-wrapper:after,
.product-page-wrapper .product-img-col:after,
.product-page-wrapper .img-preview-list:after,
.product-page-wrapper .product-info-col:after,
.product-page-wrapper .product-size:after,
.product-inner-body .row:after,
.product-inner-body .comments:after,
.product-inner-body .comment-item .comment-head:after,
.product-inner-body .comment-item .comment-bottom:after,
.cabinet-section .cabinet-main .info:after,
.cabinet-section .cabinet-category-list:after,
.cabinet-section .cabinet-wrap:after,
.cabinet-section .wishlist-wrap:after,
.cabinet-section .form-edit:after,
.cabinet-section .history-item .history-info:after,
.section-about-body:after,
.edit-text .vs-row:after,
.edit-text .timeline .gallery .row:after,
.edit-text .star-lines .star-body:after,
.edit-text .backstage-line .grid:after,
.edit-text .tabs-block .tabs-body:after,
.edit-text .tabs-block .tab-content:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}


.clearfix:after,
.full-container:after,
.main-wrap:after,
.checkout-wrap:after,
.not-found-wrap:after,
.white-popup-block .input-item:after,
.white-popup-block .extra:after,
.white-popup-block .total:after,
.header .header-top:after,
.header .header-nav:after,
.footer .footer-main:after,
.footer .footer-copyright:after,
.footer .subscribe-wrap:after,
.footer .footer-nav:after,
.footer .nav.nav-contacts:after,
.footer-small:after,
.sales-section .sales-wrap:after,
.sales-section .sales-col-wrap:after,
.product-item .product-info:after,
.accessories-catalog-main:after,
.accessories-catalog-main .product-item-horizontal:after,
.accessories-catalog-view:after,
.wishlist-section .wishlist-wrap:after,
.lookbook-main-nav:after,
.lookbook-main-photos:after,
.lookbook-body-wrap .lookbook-body .grid:after,
.catalog-list-section:after,
.catalog-list-section .catalog-line:after,
.catalog-list-section .catalog-line .product-item-horizontal:after,
.auth-section:after,
.cart-main-section:after,
.cart-main-section .cart-item:after,
.cart-main-section .total-price .price:after,
.checkout-section:after,
.checkout-section .button-wrap:after,
.checkout-section .extra:after,
.checkout-section .total:after,
.order-item .order-info:after,
.product-page-wrapper:after,
.product-page-wrapper .product-img-col:after,
.product-page-wrapper .img-preview-list:after,
.product-page-wrapper .product-info-col:after,
.product-page-wrapper .product-size:after,
.product-inner-body .row:after,
.product-inner-body .comments:after,
.product-inner-body .comment-item .comment-head:after,
.product-inner-body .comment-item .comment-bottom:after,
.cabinet-section .cabinet-main .info:after,
.cabinet-section .cabinet-category-list:after,
.cabinet-section .cabinet-wrap:after,
.cabinet-section .wishlist-wrap:after,
.cabinet-section .form-edit:after,
.cabinet-section .history-item .history-info:after,
.section-about-body:after,
.edit-text .vs-row:after,
.edit-text .timeline .gallery .row:after,
.edit-text .star-lines .star-body:after,
.edit-text .backstage-line .grid:after,
.edit-text .tabs-block .tabs-body:after,
.edit-text .tabs-block .tab-content:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {

    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro.eot");
    src: local("Gotham Pro"), local("GothamPro"), url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro-Medium.eot");
    src: local("Gotham Pro Medium"), local("GothamPro-Medium"), url("../fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro-Bold.eot");
    src: local("Gotham Pro Bold"), local("GothamPro-Bold"), url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-globe:before {
    content: "\e923";
}

.icon-sphere:before {
    content: "\e9c9";
}

.icon-earth:before {
    content: "\e9ca";
}

.icon-heart-full:before {
    content: "\e921";
}

.icon-play-prev:before {
    content: "\e91d";
}

.icon-basket:before {
    content: "\e91e";
}

.icon-play:before {
    content: "\e91f";
}

.icon-play-next:before {
    content: "\e920";
}

.icon-check:before {
    content: "\e900";
}

.icon-chevron-down:before {
    content: "\e901";
}

.icon-chevron-up:before {
    content: "\e902";
}

.icon-corner-down-right:before {
    content: "\e903";
}

.icon-edit:before {
    content: "\e904";
}

.icon-envelope:before {
    content: "\e905";
}

.icon-facebook:before {
    content: "\e906";
}

.icon-heart:before {
    content: "\e907";
}

.icon-info:before {
    content: "\e908";
}

.icon-instagram:before {
    content: "\e909";
}

.icon-list:before {
    content: "\e90a";
}

.icon-magnifier:before {
    content: "\e90b";
}

.icon-mail:before {
    content: "\e90c";
}

.icon-map-pin:before {
    content: "\e90d";
}

.icon-phone:before {
    content: "\e90e";
}

.icon-sign-out:before {
    content: "\e90f";
}

.icon-sizes:before {
    content: "\e910";
}

.icon-star-filled:before {
    content: "\e911";
}

.icon-thumbs-down:before {
    content: "\e912";
}

.icon-thumbs-up:before {
    content: "\e913";
}

.icon-trash:before {
    content: "\e914";
}

.icon-twitter:before {
    content: "\e915";
}

.icon-user:before {
    content: "\e916";
}

.icon-x:before {
    content: "\e917";
}

.icon-youtube:before {
    content: "\e918";
}

.icon-arrow-down:before {
    content: "\e919";
}

.icon-arrow-left:before {
    content: "\e91a";
}

.icon-arrow-right:before {
    content: "\e91b";
}

.icon-cart:before {
    content: "\e91c";
}

.icon-user-full:before {
    content: "\e922";
}

.btn-social-auth {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    color: #fff;
    line-height: 45px;
    text-decoration: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-align: center;
}

.btn-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: none;
    outline: none;
    text-align: center;
    text-decoration: none;
    font-size: 20px !important;
    padding: 0;
    margin: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
    background: transparent;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .btn-icon {
        font-size: 22px !important;
    }
}

.btn-icon i {
    line-height: 24px;
}

.btn-icon.btn-icon-white {
    color: #fff;
}

.btn-icon.btn-icon-white:hover {
    color: rgba(255, 255, 255, 0.7);
}

.btn-icon.btn-icon-black {
    color: #111;
}

.btn-icon.btn-icon-black:hover {
    color: rgba(17, 17, 17, 0.7);
}

.btn-icon.btn-icon-circle {
    width: 42px;
    height: 42px;
    color: #fff;
    background-color: #080808;
    border: 1px solid #fff;
    border-radius: 50%;
}

.btn-icon.btn-icon-circle i {
    line-height: 42px;
}

.btn-icon.btn-icon-circle:hover {
    background-color: #000;
}

.cart-menu .count {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #ebebeb;
    margin-left: 6px;
    border-radius: 50%;
    line-height: 24px;
    font-size: 10px;
    vertical-align: bottom;
    text-align: center;
}

::-webkit-input-placeholder {
    color: rgba(17, 17, 17, 0.6);
}

::-moz-placeholder {
    color: rgba(17, 17, 17, 0.6);
}

:-ms-input-placeholder {
    color: rgba(17, 17, 17, 0.6);
}

:-moz-placeholder {
    color: rgba(17, 17, 17, 0.6);
}

.input {
    position: relative;
}

.input.input-icon input {
    padding-left: 51px;
}

.input.input-btn input {
    padding-right: 48px;
}

.input.input-error input {
    border-color: #D34040;
}

.input input {
    font-size: 14px;
    line-height: 17px;
    color: #111;
    height: 45px;
    border: 1px solid rgba(85, 85, 85, 0.2);
    border-radius: 0;
    padding: 0;
    margin: 0;
    outline: none;
    padding: 0 16px;
    width: 100%;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 400;
}

.input input:focus {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 0;
}

.input textarea {
    font-size: 14px;
    line-height: 17px;
    color: #111;
    height: 45px;
    border: 1px solid rgba(85, 85, 85, 0.2);
    border-radius: 0;
    margin: 0;
    outline: none;
    width: 100%;
    padding: 16px;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 400;
    resize: none;
    min-height: 90px;
}

.input textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 0;
}

.input>i {
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    color: rgba(17, 17, 17, 0.3);
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    left: 16px;
}

.input .btn-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.error-text {
    font-size: 12px;
    padding: 5px;
    color: #D34040;
}

.select {
    position: relative;
}

.select select {
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    color: #111;
    height: 45px;
    border: 1px solid rgba(85, 85, 85, 0.2);
    border-radius: 0;
    padding: 0;
    margin: 0;
    outline: none;
    padding: 0 48px 0 16px;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 400;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

.select:after {
    content: '\e901';
    position: absolute;
    font-family: icomoon;
    right: 14px;
    font-size: 14px;
    top: 50%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
}

.select .select2 {
    width: 100% !important;
}

.btn {
    display: inline-block;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    margin: 0;
    font-weight: 500;
    font-family: 'Gotham Pro', sans-serif;
    text-transform: uppercase;
    padding: 0 32px;
    text-align: center;
    -webkit-transition: .5s all;
    transition: .5s all;
}

#popup_cart .buttons-wrapp {
    display: flex;
    justify-content: space-between;
}

#popup_cart .btn-normal {
    width: calc(50% - 12px);
    margin-left: 0 !important;
}

@media screen and (max-width: 540px) {
    #popup_cart .buttons-wrapp {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    #popup_cart .btn-normal {
        width: initial;
    }

    #popup_cart .btn-normal.btn-grey {
        order: 1;
    }

    #popup_cart .btn-normal.btn-border-black {
        order: 2;
    }
}

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

.btn.btn-normal {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
}

.btn.btn-grey {
    color: #fff;
    background: #080808;
}


@media (hover: hover) {
    .btn.btn-grey:hover {
        background: #fff;
        border-color: rgba(85, 85, 85, 0.4);
        color: #111;
    }
}

.btn.btn-grey-border {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

@media (hover: hover) {
    .btn.btn-grey-border:hover {
        background: #080808;
        border-color: #080808;
        color: #fff;
    }
}

.btn.btn-border-white {
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
}

.btn.btn-border-white:hover {
    background: #fff;
    color: #111;
}

.btn.btn-border-black {
    border-color: rgba(85, 85, 85, 0.4);
    color: #111;
}

.btn.btn-border-black:hover {
    background: #080808;
    border-color: #080808;
    color: #fff;
}

.btn.btn-disabled {
    background: rgba(17, 17, 17, 0.1);
    color: rgba(17, 17, 17, 0.6);
    cursor: initial;
}

.btn.btn-transparent {
    border-color: transparent;
    background: transparent;
    color: rgba(17, 17, 17, 0.8);
    text-transform: initial;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
}

.btn.btn-transparent:hover {
    color: #111;
}

.radio-list {
    display: inline-block;
}

.circle-radio {
    display: inline-block;
}

.circle-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.circle-radio .radio-text {
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    min-width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    color: #111;
    -webkit-transition: .3s all;
    transition: .3s all;
    text-transform: uppercase;
    padding: 0 8px;
}

.circle-radio .radio-text .radio-icons {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.circle-radio .radio-text .color {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.circle-radio .radio-text .black {
    background: #0B0E18;
}

.circle-radio .radio-text .orange {
    background: #D49043;
}

.circle-radio .radio-text .red {
    background: #B7403C;
}

.circle-radio .radio-text .blue {
    background: #388CC3;
}

.circle-radio .radio-text .green {
    background: #8E954C;
}

.circle-radio input:checked+.radio-text {
    border-color: rgba(85, 85, 85, 0.3);
}

.circle-radio input:disabled+.radio-text {
    color: rgba(17, 17, 17, 0.45);
    text-decoration: line-through;
    pointer-events: none;
}

.btn-control {
    display: inline-block;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
}

.btn-control.play .btn-icons {
    color: #fff;
    background: #080808;
}

.btn-control .btn-icons {
    display: inline-block;
    font-size: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 64px;
    color: #111;
}

.btn-control .btn-text {
    display: block;
    font-size: 11px;
    line-height: 22px;
    color: rgba(17, 17, 17, 0.8);
    margin-top: 10px;
}

.input-item {
    margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
    .input-item {
        margin-bottom: 18px;
    }
}

.input-item.double-margin {
    margin-top: 42px;
}

@media screen and (max-width: 767px) {
    .input-item.double-margin {
        margin-top: 28px;
    }
}

.input-item.horizontal {
    display: -webkit-box;
    display: flex;
}

@media screen and (max-width: 767px) {
    .input-item.horizontal {
        display: block;
    }
}

.input-item.horizontal .label-col {
    width: 40%;
}

@media screen and (max-width: 767px) {
    .input-item.horizontal .label-col {
        width: 100% !important;
    }
}

.input-item.horizontal .input-col {
    width: 60%;
}

@media screen and (max-width: 767px) {
    .input-item.horizontal .input-col {
        width: 100% !important;
    }
}

.input-item.horizontal .label {
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 16px;
    line-height: 18px;
    padding-top: 15px;
    color: rgba(17, 17, 17, 0.8);
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .input-item.horizontal .label {
        padding: 0;
        padding-bottom: 6px;
    }
}

.input-item.horizontal .label i {
    font-size: 18px;
    color: rgba(17, 17, 17, 0.8);
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 4px;
}

.input-item.horizontal .input input {
    width: 100%;
}

.input-item .label {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.8);
    margin-bottom: 8px;
}

.input-item .input-col {
    width: 60%;
}

.input-item .input-col .input {
    width: 100% !important;
}

.input-item .pre-text {
    font-size: 14px;
    line-height: 22px;
    color: rgba(17, 17, 17, 0.8);
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .input-item .pre-text {
        font-size: 12px;
        line-height: 20px;
    }
}

.checkbox-item {
    margin-bottom: 16px;
}

.checkbox {
    cursor: pointer;
}

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.checkbox .checkbox-text {
    position: relative;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    padding-left: 29px;
}

.checkbox .checkbox-text:after {
    position: absolute;
    content: '\e900';
    font-family: 'icomoon';
    width: 18px;
    height: 18px;
    border: 1px solid rgba(85, 85, 85, 0.2);
    left: 0;
    color: transparent;
    line-height: 17px;
    font-size: 18px;
    top: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.checkbox input:checked+.checkbox-text:after {
    border-color: #080808;
    background: #080808;
    color: #fff;
}

.btn-link {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #111;
}

.btn-link:hover span {
    color: #111;
}

.btn-link i {
    font-size: 18px;
    vertical-align: middle;
}

.btn-link span {
    text-decoration: underline;
    color: rgba(17, 17, 17, 0.8);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.input-count {
    position: relative;
}

.input-count input {
    height: 20px;
    width: 72px;
    text-align: center;
    outline: none;
    border: none;
    background: transparent;
    font-family: 'Gotham Pro', sans-serif;
}

.input-count .btn-increment {
    height: 20px;
    width: 20px;
    padding: 0;
    text-align: center;
    line-height: 20px;
    vertical-align: top;
    border: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(17, 17, 17, 0.8);
    -webkit-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
    background: transparent;
}

.input-count .btn-increment:hover {
    color: #111;
}

.input-count .btn-decrement {
    height: 20px;
    width: 20px;
    padding: 0;
    text-align: center;
    line-height: 20px;
    vertical-align: top;
    border: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(17, 17, 17, 0.8);
    -webkit-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
    background: transparent;
}

.input-count .btn-decrement:hover {
    color: #111;
}

.radio {
    padding-right: 32px;
    cursor: pointer;
}

.radio:last-child {
    padding-right: 0;
}

.radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.radio .radio-text {
    position: relative;
    font-size: 13px;
    line-height: 22px;
    display: inline-block;
    padding-left: 29px;
}

.radio .radio-text:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(85, 85, 85, 0.2);
    left: 0;
    color: transparent;
    line-height: 19px;
    font-size: 18px;
    border-radius: 50%;
    top: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.radio .radio-text:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #080808;
    opacity: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.radio input:checked+.radio-text:before {
    opacity: 1;
}

.radio-item {
    margin-bottom: 14px;
}

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

.link {
    font-size: 14px;
    line-height: 22px;
    color: rgba(17, 17, 17, 0.8);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.link:hover {
    color: #111;
}

.input-group {
    display: -webkit-box;
    display: flex;
}

.input-group .input {
    width: 100%;
}

.btn-toggle {
    display: inline-block;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 44px;
    height: 42px;
    border: none;
    background: transparent;
    position: absolute;
    left: 5px;
    padding: 10px;
    top: 50%;
    margin-top: -23px;
}

.btn-toggle .toggle-ico {
    width: 22px;
    height: 22px;
    display: block;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.btn-toggle .toggle-ico span {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #111;
    border-radius: 0px;
    opacity: 1;
    left: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.btn-toggle .toggle-ico span:nth-child(1) {
    top: 4px;
}

.btn-toggle .toggle-ico span:nth-child(2) {
    top: 12px;
}

.btn-toggle .toggle-ico span:nth-child(3) {
    top: 20px;
}

.btn-toggle .toggle-ico.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.btn-toggle .toggle-ico.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.btn-toggle .toggle-ico.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.btn-top {
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

.btn-top .img {
    width: 36px;
    line-height: 36px;
    text-align: center;
    height: 36px;
    border-radius: 50%;
    background: #EEEEEE;
    -webkit-transition: .3s all;
    transition: .3s all;
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
    color: #111;
}

.btn-top .name {
    display: inline-block;
    line-height: 36px;
    font-size: 16px;
    color: rgba(17, 17, 17, 0.8);
}

.btn-top:hover .img {
    background: #d5d5d5;
}

.btn-top:hover .name {
    color: #111;
}

.anim-hide {
    opacity: 0;
}

.anim-visible {
    opacity: 1;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.text-print {
    border-right: 2px solid rgba(255, 255, 255, 0.75);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.sales-wrap .sales:hover .text-print {
    display: block;
    -webkit-animation: typewriter 1.5s steps(14) 0.1s 1 normal both, blinkTextCursor 0.8s steps(14) infinite normal;
    animation: typewriter 1.5s steps(14) 0.1s 1 normal both, blinkTextCursor 0.8s steps(14) infinite normal;
}

@-webkit-keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 180px;
    }
}

@keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 180px;
    }
}

@media screen and (max-width: 992px) {
    @-webkit-keyframes typewriter {
        from {
            width: 0;
        }

        to {
            width: 106px;
        }
    }

    @keyframes typewriter {
        from {
            width: 0;
        }

        to {
            width: 106px;
        }
    }
}

@-webkit-keyframes blinkTextCursor {
    from {
        border-right-color: rgba(255, 255, 255, 0.75);
    }

    to {
        border-right-color: transparent;
    }
}

@keyframes blinkTextCursor {
    from {
        border-right-color: rgba(255, 255, 255, 0.75);
    }

    to {
        border-right-color: transparent;
    }
}

.magictime {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.magictimeM {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media (print),
(prefers-reduced-motion) {
    .magictime {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}

.spaceInDown {
    -webkit-animation-name: spaceInDown;
    animation-name: spaceInDown;
}

@-webkit-keyframes spaceInDown {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0.2) translate(0%, 200%);
        transform: scale(0.2) translate(0%, 200%);
    }

    100% {
        opacity: 1;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1) translate(0%, 0%);
        transform: scale(1) translate(0%, 0%);
    }
}

@keyframes spaceInDown {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0.2) translate(0%, 200%);
        transform: scale(0.2) translate(0%, 200%);
    }

    100% {
        opacity: 1;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1) translate(0%, 0%);
        transform: scale(1) translate(0%, 0%);
    }
}

.slideDownReturn {
    -webkit-animation-name: slideDownReturn;
    animation-name: slideDownReturn;
}

@-webkit-keyframes slideDownReturn {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slideDownReturn {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.slideDownReturnSmall {
    -webkit-animation-name: slideDownReturnSmall;
    animation-name: slideDownReturnSmall;
}

@-webkit-keyframes slideDownReturnSmall {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slideDownReturnSmall {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.slideLeftReturn {
    -webkit-animation-name: slideLeftReturn;
    animation-name: slideLeftReturn;
}

@-webkit-keyframes slideLeftReturn {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slideLeftReturn {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.slideRightReturn {
    -webkit-animation-name: slideRightReturn;
    animation-name: slideRightReturn;
}

@-webkit-keyframes slideRightReturn {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slideRightReturn {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.slideRightReturnM {
    -webkit-animation-name: slideRightReturnM;
    animation-name: slideRightReturnM;
}

@-webkit-keyframes slideRightReturnM {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slideRightReturnM {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.sales-full.hide-animate:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #F3F4F6;
    z-index: 4;
    -webkit-transition: 1s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 1s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sales-full.animate:before {
    width: 0;
}

.sales.hide-animate:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 4;
    -webkit-transition: 1s width cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 1s width cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sales.animate:before {
    width: 0;
}

.btn-wishlist {
    position: relative;
}

.particle-box {
    height: 85px;
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 150px;
}

div.particle {
    width: 30px;
    height: 30px;
    opacity: 1;
    position: absolute;
    bottom: 0%;
    display: none;
}

div.particle i {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.3;
}

div.particle i.fa-heart-o {
    z-index: 1;
    opacity: 0.8;
}

@-webkit-keyframes flowOne {
    0% {
        opacity: 0;
        bottom: 0%;
        left: 0%;
    }

    40% {
        opacity: 0.8;
    }

    50% {
        opacity: 1;
        left: -10%;
    }

    60% {
        opacity: 0.2;
    }

    80% {
        bottom: 80%;
    }

    100% {
        opacity: 0;
        bottom: 100%;
        left: 10%;
    }
}

@keyframes flowOne {
    0% {
        opacity: 0;
        bottom: 0%;
        left: 0%;
    }

    40% {
        opacity: 0.8;
    }

    50% {
        opacity: 1;
        left: -10%;
    }

    60% {
        opacity: 0.2;
    }

    80% {
        bottom: 80%;
    }

    100% {
        opacity: 0;
        bottom: 100%;
        left: 10%;
    }
}

@-webkit-keyframes flowTwo {
    0% {
        opacity: 0;
        bottom: 0%;
        left: -8%;
    }

    40% {
        opacity: 0.8;
    }

    50% {
        opacity: 1;
        left: 6%;
    }

    60% {
        opacity: 0.2;
    }

    80% {
        bottom: 80%;
    }

    100% {
        opacity: 0;
        bottom: 100%;
        left: -14%;
    }
}

@keyframes flowTwo {
    0% {
        opacity: 0;
        bottom: 0%;
        left: -8%;
    }

    40% {
        opacity: 0.8;
    }

    50% {
        opacity: 1;
        left: 6%;
    }

    60% {
        opacity: 0.2;
    }

    80% {
        bottom: 80%;
    }

    100% {
        opacity: 0;
        bottom: 100%;
        left: -14%;
    }
}

@-webkit-keyframes flowThree {
    0% {
        opacity: 0;
        bottom: 0%;
        left: 4%;
    }

    40% {
        opacity: 0.8;
    }

    50% {
        opacity: 1;
        left: 0%;
    }

    60% {
        opacity: 0.2;
    }

    80% {
        bottom: 80%;
    }

    100% {
        opacity: 0;
        bottom: 100%;
        left: 20%;
    }
}

@keyframes flowThree {
    0% {
        opacity: 0;
        bottom: 0%;
        left: 4%;
    }

    40% {
        opacity: 0.8;
    }

    50% {
        opacity: 1;
        left: 0%;
    }

    60% {
        opacity: 0.2;
    }

    80% {
        bottom: 80%;
    }

    100% {
        opacity: 0;
        bottom: 100%;
        left: 20%;
    }
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@-webkit-keyframes scroll-line {
    0% {
        top: -90px;
    }

    100% {
        top: 90px;
    }
}

@keyframes scroll-line {
    0% {
        top: -90px;
    }

    100% {
        top: 90px;
    }
}

.scroll-icon {
    position: absolute;
    height: 80px;
    width: 2px;
    left: calc(50% - 1px);
    z-index: 100;
    pointer-events: none;
    opacity: 1;
    display: block;
    bottom: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}

.scroll-icon .line {
    height: 60px;
    width: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-animation-duration: 2.3s;
    animation-duration: 2.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll-line;
    animation-name: scroll-line;
    border-radius: 4px;
    opacity: .9;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.white-popup-block {
    padding: 42px 52px;
    background: #fff;
    margin: 10px auto;
    max-width: 680px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .white-popup-block {
        padding: 32px;
    }
}

.white-popup-block.small-popup {
    max-width: 480px;
}

.white-popup-block.center-align-popup {
    text-align: center;
}

.white-popup-block .h-popup {
    font-size: 22px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 42px;
}

.white-popup-block .h-popup.align-center {
    text-align: center;
}

.white-popup-block .p-popup {
    font-size: 14px;
    line-height: 22px;
    color: rgba(17, 17, 17, 0.8);
    margin-bottom: 24px;
}

.white-popup-block .success-block {
    text-align: center;
}

.white-popup-block .success-block .success-icon {
    margin-bottom: 32px;
}

.white-popup-block .success-block .icons {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #080808;
    display: inline-block;
    color: #fff;
    line-height: 62px;
    font-size: 32px;
}

.white-popup-block .success-block .success-text {
    color: rgba(17, 17, 17, 0.8);
    font-size: 14px;
    line-height: 22px;
}

.white-popup-block .input-item .label-col {
    width: 30.55556%;
    float: left;
}

.white-popup-block .input-item .input-col {
    width: 69.44444%;
    float: left;
}

.white-popup-block .input-item .checkbox {
    margin-top: 14px;
    display: block;
}

.white-popup-block .btn {
    min-width: 140px;
}

.white-popup-block .h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
}

.white-popup-block .table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
    border: 1px solid rgba(85, 85, 85, 0.2);
}

.white-popup-block .table td {
    border: 1px solid rgba(85, 85, 85, 0.2);
    padding: 8px 10px;
    font-size: 12px;
}

.white-popup-block .table th {
    background: rgba(235, 235, 235, 0.4);
    padding: 8px 10px;
    font-weight: 500;
    font-size: 14px;
}

.white-popup-block .extra {
    margin-bottom: 10px;
}

.white-popup-block .extra .name {
    float: left;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.8);
}

.white-popup-block .extra .value {
    float: right;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.8);
}

.white-popup-block .buttons-wrapp {
    margin-top: 32px;
    text-align: right;
}

.white-popup-block .buttons-wrapp .btn {
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .white-popup-block .buttons-wrapp .btn {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
}

.white-popup-block .order-item:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -10px;
    height: 1px;
    left: 0;
    background: rgba(85, 85, 85, 0.2);
}

@media screen and (max-width: 767px) {
    .white-popup-block .order-item:before {
        bottom: -6px;
    }
}

.white-popup-block .order-item:last-child:before {
    display: none;
}

.white-popup-block .total .name {
    float: left;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 500;
}

@media screen and (max-width: 1220px) {
    .white-popup-block .total .name {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .white-popup-block .total .name {
        font-size: 14px;
        line-height: 20px;
    }
}

.white-popup-block .total .value {
    float: right;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(17, 17, 17, 0.8);
}

@media screen and (max-width: 1220px) {
    .white-popup-block .total .value {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .white-popup-block .total .value {
        font-size: 14px;
        line-height: 20px;
    }
}

.white-popup-block .buttons-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    width: 69.44444%;
    margin-left: auto;
    margin-top: 42px;
}

@media screen and (max-width: 767px) {
    .white-popup-block .buttons-wrap {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.white-popup-block .buttons-wrap .btn {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .white-popup-block .buttons-wrap .btn {
        width: 100%;
        margin: 0 0 10px 0 !important;
    }
}

.white-popup-block .buttons-wrap .btn:first-child {
    margin-right: 8px;
}

.white-popup-block .buttons-wrap .btn:last-child {
    margin-left: 8px;
}

.white-popup-block .order-total {
    background: rgba(235, 235, 235, 0.4);
    padding: 14px;
}

.white-popup-block .order-list {
    min-height: 278px;
    margin-bottom: 20px;
}

.white-popup-block .radio-item {
    display: inline-block;
    margin-right: 18px;
}

.rating-box {
    display: inline-block;
    padding-top: 6px;
}

.rating-box .rating-container {
    direction: rtl !important;
}

.rating-box .rating-container label {
    display: inline-block;
    margin: 0;
    color: rgba(85, 85, 85, 0.2);
    cursor: pointer;
    font-size: 28px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.rating-box .rating-container input {
    display: none;
}

.rating-box .rating-container label:hover,
.rating-box .rating-container label:hover~label,
.rating-box .rating-container input:checked~label {
    color: #111;
}

.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

/*Magnific fade in*/
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}






/*Magnific slide right*/

.mfp-slide-right .mfp-with-anim {
    /*opacity: 0;*/
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.mfp-slide-right.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-slide-right.mfp-ready .mfp-with-anim {
    /*opacity: 1;*/
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.mfp-slide-right.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-slide-right.mfp-removing .mfp-with-anim {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.mfp-slide-right.mfp-removing.mfp-bg {
    opacity: 0;
}

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
    /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
    display: -webkit-box;
    display: flex;
    pointer-events: none;
    /* this may be overriden in JS for fixed position origins */
    position: absolute;
}

.tooltipster-box {
    /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

.tooltipster-content {
    /* prevents an overflow if the user adds padding to the div */
    box-sizing: border-box;
    /* these make sure we'll be able to detect any overflow */
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.tooltipster-ruler {
    /* these let us test the size of the tooltip without overflowing the window */
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
    opacity: 1;
}

/* grow */
.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0;
}

/* slide */
.tooltipster-slide {
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@-webkit-keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.tooltipster-update-fade {
    -webkit-animation: tooltipster-fading 400ms;
    animation: tooltipster-fading 400ms;
}

/* rotate */
@-webkit-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.tooltipster-update-rotate {
    -webkit-animation: tooltipster-rotating 600ms;
    animation: tooltipster-rotating 600ms;
}

/* scale */
@-webkit-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.tooltipster-update-scale {
    -webkit-animation: tooltipster-scaling 600ms;
    animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
    background: rgba(8, 8, 8, 0.8);
    border: none;
    border-radius: 0px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
    color: white;
    line-height: 18px;
    font-size: 14px;
    padding: 6px 14px;
    max-width: 300px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    /* half the width, for centering */
    margin-left: -10px;
    top: 1px;
    width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -9px;
    left: 0;
    /* same as .tooltipster-left .tooltipster-arrow */
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
    border: 7px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    /*border-bottom-color: #565656;*/
    border-bottom-color: rgba(8, 8, 8, 0.8);
    left: 0;
    top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    /*border-left-color: #565656;*/
    border-left-color: rgba(8, 8, 8, 0.8);
    left: -3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: rgba(8, 8, 8, 0.8);
    left: 4px;
    top: 1px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: rgba(8, 8, 8, 0.8);
    left: 0;
    top: 2px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
    display: none;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: black;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.header.hide {
    top: -140px;
}

.header.show {
    top: 0;
}

.header.header-small {
    border-bottom: 1px solid rgba(85, 85, 85, 0.2);
}

.header .header-top {
    position: relative;
    z-index: 100;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .header .header-top {
        border-bottom: 1px solid rgba(85, 85, 85, 0.2);
    }
}

.header .header-nav {
    background-color: #080808;
}

@media screen and (max-width: 767px) {
    .header .header-nav {
        background: #fff;
        position: absolute;
        top: -100%;
        z-index: 99;
        opacity: 0;
        -webkit-transition: .3s all ease-out;
        transition: .3s all ease-out;
        visibility: hidden;
        width: 100%;
        padding: 19px 0;
        height: calc(100vh - 70px);
        overflow: hidden;
        overflow-y: auto;
    }
}

@media screen and (max-width: 767px) {
    .header .header-nav.active {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
}

.header .header-nav .overlay {
    position: fixed;
    left: 0;
    top: 138px;
    right: 0;
    bottom: 0;
    background: rgba(8, 8, 8, 0.7);
    opacity: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    .header .header-nav .overlay {
        display: none;
    }
}

.header .header-nav .overlay.active {
    opacity: 1;
    visibility: visible;
}

.header .phone-wrap {
    width: 37.5%;
    float: left;
    font-size: 0;
    padding: 30px 0;
}

@media screen and (max-width: 767px) {
    .header .phone-wrap {
        padding: 22px 0;
        padding-left: 44px;
        width: 25%;
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .header .phone-wrap .select-header {
        display: none;
    }
}

.header .logo-wrap {
    width: 25%;
    float: left;
    text-align: center;
    padding: 11px 0 11px;
}

@media screen and (max-width: 767px) {
    .header .logo-wrap {
        width: 50%;
        float: left;
    }
}

.header .social-wrap {
    width: 37.5%;
    float: left;
    text-align: right;
    font-size: 0;
    padding: 31px 0;
}

@media screen and (max-width: 767px) {
    .header .social-wrap {
        padding: 24px 0 22px;
        width: 25%;
        float: left;
    }
}

.header .social-item {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    color: #111;
    -webkit-transition: .3s all;
    transition: .3s all;
    margin-left: 20px;
}

.header .social-item:hover {
    color: black;
}

@media screen and (max-width: 767px) {
    .header .social-item {
        display: none;
    }
}

.header .logo {
    display: inline-block;
    text-decoration: none;
    outline: none;
}

.header .logo img {
    height: 46px;
}

@media screen and (max-width: 767px) {
    .header .logo img {
        height: 42px;
    }
}

.header .phone-item {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
    color: #111;
    -webkit-transition: .3s all;
    transition: .3s all;
    margin-right: 20px;
}

@media screen and (max-width: 992px) {
    .header .phone-item {
        display: none;
    }
}

.header .search-wrap {
    width: 16.66667%;
    float: left;
    padding: 8px 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .header .search-wrap {
        padding: 0;
    }
}

.header .search-wrap .search-input {
    position: absolute;
}

.header .search-wrap .search-input.active .input {
    width: 420px;
}

.header .search-wrap .search-input.active .input input {
    opacity: 1;
    visibility: visible;
}

.header .search-wrap .search-input.active .search-list {
    display: block;
}

.header .search-wrap .input {
    width: 48px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.header .search-wrap .input input {
    background: #212121;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all;
    transition: .3s all;
}

@media screen and (max-width: 767px) {
    .header .search-wrap .btn-icon {
        display: none;
    }
}

.header .search-wrap .search-list {
    width: 420px;
    background: #fff;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.header .search-wrap .search-list .search-list-wrap {
    overflow-y: auto;
    max-height: 436px;
}

.header .search-wrap .search-list .search-item {
    position: relative;
    padding-left: 80px;
    min-height: 87px;
    margin-bottom: 16px;
    display: block;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.header .search-wrap .search-list .search-item:hover {
    background: rgba(235, 235, 235, 0.4);
}

@media screen and (max-width: 767px) {
    .header .search-wrap .search-list .search-item {
        margin-bottom: 12px;
    }
}

.header .search-wrap .search-list .search-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.header .search-wrap .search-list .search-img {
    width: 62px;
    position: absolute;
    left: 0;
    top: 0;
}

.header .search-wrap .search-list .search-img img {
    width: 100%;
}

.header .search-wrap .search-list .search-body {
    padding: 10px 0;
}

.header .search-wrap .search-list .search-name {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    padding-right: 24px;
    position: relative;
    color: #111;
}

@media screen and (max-width: 767px) {
    .header .search-wrap .search-list .search-name {
        font-size: 11px;
        line-height: 15px;
    }
}

.header .search-wrap .search-list .search-info {
    margin-top: 10px;
}

.header .search-wrap .search-list .search-price {
    font-size: 12px;
    line-height: 18px;
    color: rgba(17, 17, 17, 0.8);
    text-transform: uppercase;
}

.header .nav-wrap {
    width: 66.66667%;
    float: left;
    text-align: center;
    position: static;
    z-index: 99;
}

@media screen and (max-width: 767px) {
    .header .nav-wrap {
        width: 100%;
        padding-top: 0px;
        text-align: left;
    }
}

.header .log-wrap {
    width: 16.66667%;
    float: left;
    text-align: right;
    position: relative;
    padding: 19px 0;
}

@media screen and (max-width: 767px) {
    .header .log-wrap {
        width: 100%;
        text-align: left;
        padding-top: 20px;
        margin-top: 16px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .header .log-wrap:before {
        content: '';
        position: absolute;
        height: 1px;
        left: -20px;
        right: -20px;
        background: rgba(85, 85, 85, 0.2);
        top: 0;
    }
}

.header .log-wrap .contacts {
    background: rgba(235, 235, 235, 0.4);
    padding: 20px;
    text-align: center;
    margin-top: 30px;
}

.header .log-wrap .contacts .phone-item {
    display: block;
    margin: 0;
    margin-bottom: 16px;
}

.header .log-wrap .contacts .social-item {
    display: inline-block;
    margin: 0 10px;
}

.header .log-wrap .count {
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
    background: #393939;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: -6px;
    bottom: -6px;
    z-index: 2;
}

.header .log-wrap .btn-icon {
    margin: 0 4px;
    width: auto;
    min-width: 24px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .header .log-wrap .btn-icon {
        display: none;
    }
}

.header .log-wrap .btn-link {
    width: 100%;
    margin: 10px 0;
}

.header .log-wrap .btn-link span {
    text-decoration: none;
}

.header .h-nav {
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    margin-bottom: 12px;
}

.header .nav {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 0;
}

.header .nav>.nav-item {
    display: inline-block;
    list-style: none;
    font-size: 13px;
    line-height: 62px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 16px;
}

.header .nav>.nav-item .icon-arrow-right {
    display: none;
    opacity: .5;
}

@media screen and (max-width: 767px) {
    .header .nav>.nav-item .icon-arrow-right {
        display: inline-block;
        vertical-align: bottom;
        margin-left: 4px;
    }
}

.header .nav>.nav-item:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
    -webkit-transition: .5s all;
    transition: .5s all;
}

@media screen and (max-width: 992px) {
    .header .nav>.nav-item {
        margin: 0 12px;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .header .nav>.nav-item {
        width: 100%;
        margin: 10px 0;
        text-align: left;
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
        text-transform: none;
        letter-spacing: -1px;
    }
}

.header .nav>.nav-item.active a {
    color: #ded5ba;
}

.header .nav>.nav-item a {
    color: #fff;
    text-decoration: none;
    outline: none;
    -webkit-transition: .3s all;
    transition: .3s all;
}

@media screen and (max-width: 767px) {
    .header .nav>.nav-item a {
        color: #111;
    }
}

.header .nav>.nav-item a:hover {
    color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 767px) {
    .header .nav>.nav-item a:hover {
        color: rgba(17, 17, 17, 0.8);
    }
}

.header .sub-menu-list {
    margin-top: 10px;
}

.header .sub-menu-list .mobile-nav-item {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.header .select-header-lang {
    font-size: 13px;
    display: inline-block;
    position: relative;
    margin: 10px 0;
    padding-left: 2px;
    width: 100%;
}

.header .select-header-lang.no-icon .items-list {
    padding-left: 0;
}

.header .select-header-lang .icon-sphere {
    font-size: 16px;
    color: rgba(17, 17, 17, 0.8);
    position: absolute;
    top: calc(50% - 1px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2px;
}

.header .select-header-lang .items-list {
    padding-left: 26px;
}

.header .select-header-lang .list-name {
    margin-right: 8px;
}

.header .select-header-lang .item {
    text-decoration: none;
    margin-right: 6px;
    color: rgba(17, 17, 17, 0.8);
}

.header .select-header-lang .item.active {
    color: rgba(17, 17, 17, 0.5);
}

.header .select-header {
    font-size: 13px;
    display: inline-block;
    position: relative;
}

.header .select-header.no-icon .current-item {
    padding-left: 12px;
}

@media screen and (max-width: 767px) {
    .header .select-header {
        margin: 10px 0;
        padding-left: 2px;
    }
}

.header .select-header .icon-sphere {
    font-size: 16px;
    color: rgba(17, 17, 17, 0.8);
    position: absolute;
    top: calc(50% - 1px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

@media screen and (max-width: 767px) {
    .header .select-header .icon-sphere {
        left: 2px;
    }
}

.header .select-header .icon-chevron-down {
    font-size: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.header .select-header .curr {
    font-weight: 500;
    color: rgba(17, 17, 17, 0.8);
    font-size: 17px;
    margin-right: 2px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.header .select-header .current-item {
    border: none;
    outline: none;
    line-height: 16px;
    font-family: 'Gotham Pro', sans-serif;
    background: transparent;
    padding: 0 20px 0 22px;
    position: relative;
    z-index: 2;
    height: 16px;
    cursor: pointer;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .header .select-header .current-item {
        color: rgba(17, 17, 17, 0.8);
    }
}

.header .select-header .items-list {
    position: absolute;
    left: 0;
    top: 80%;
    background: #fff;
    width: 130px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.header .select-header .items-list.active {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 15px);
}

.header .select-header .items-list:before {
    content: '▲';
    position: absolute;
    font-size: 16px;
    bottom: calc(100% - 2px);
    left: 14px;
    color: #fff;
    text-shadow: 0 0 4px rgba(17, 17, 17, 0.3);
    z-index: -1;
}

.header .select-header .items-list:after {
    content: '▲';
    font-size: 16px;
    left: 14px;
    top: -14px;
    color: #fff;
    position: absolute;
}

.header .select-header .item {
    display: block;
    text-decoration: none;
    color: #111;
    height: 36px;
    line-height: 36px;
    -webkit-transition: .3s all;
    transition: .3s all;
    padding: 0 14px;
    position: relative;
    font-size: 12px;
}

.header .select-header .item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 14px;
    right: 14px;
    height: 1px;
    background: rgba(85, 85, 85, 0.13);
}

.header .select-header .item:hover {
    background: rgba(85, 85, 85, 0.1);
}

.header .select-header .item:last-child {
    border-bottom: none;
}

.sub-menu {
    position: absolute;
    top: 98%;
    background: #fff;
    left: 0;
    right: 0;
    padding: 0;
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s opacity, .3s visibility, .3s top;
    transition: .3s opacity, .3s visibility, .3s top;
}

@media screen and (max-width: 767px) {
    .sub-menu {
        display: none;
    }
}

.sub-menu .sub-nav {
    line-height: 24px;
    display: inline-block;
    text-align: left;
}

.sub-menu .sub-nav-h {
    margin-bottom: 14px;
}

.sub-menu .sub-menu-nav {
    display: inline-block;
    text-align: left;
    width: 50%;
    float: left;
    padding: 0;
    text-align: right;
    padding: 36px;
    padding-bottom: 46px;
    padding-right: 0;
}

@media screen and (max-width: 1320px) {
    .sub-menu .sub-menu-nav {
        width: 30%;
    }
}

@media screen and (max-width: 992px) {
    .sub-menu .sub-menu-nav {
        width: 30%;
    }
}

.sub-menu .sub-menu-nav .nav-item {
    list-style: none;
}

.sub-menu .sub-menu-nav a.sub-nav-item {
    display: inline-block;
    width: 100%;
    color: #111;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    padding: 10px 0;
}

.sub-menu .sub-menu-nav a.sub-nav-item:hover {
    color: #ded5ba;
}

.sub-menu .sub-menu-img {
    display: inline-block;
    width: 50%;
    float: left;
    position: relative;
    min-height: 420px;
    overflow: hidden;
}

@media screen and (max-width: 1600px) {
    .sub-menu .sub-menu-img {
        min-height: 320px;
    }
}

@media screen and (max-width: 1320px) {
    .sub-menu .sub-menu-img {
        width: 70%;
    }
}

@media screen and (max-width: 992px) {
    .sub-menu .sub-menu-img {
        width: 70%;
        min-height: 270px;
    }
}

.sub-menu .sub-menu-img img {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    width: 100%;
    min-width: 950px;
    max-width: 960px;
    height: 100%;
}

@media screen and (max-width: 1600px) {
    .sub-menu .sub-menu-img img {
        min-width: 740px;
        max-width: 740px;
    }
}

@media screen and (max-width: 1320px) {
    .sub-menu .sub-menu-img img {
        min-width: 760px;
        max-width: 760px;
    }
}

@media screen and (max-width: 992px) {
    .sub-menu .sub-menu-img img {
        min-width: 620px;
        max-width: 620px;
    }
}

.sub-menu .sub-menu-img img.active {
    opacity: 1;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(85, 85, 85, 0.2);
    background: #fff;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .footer {
        position: relative;
        bottom: auto;
        left: auto;
    }
}

.footer .footer-subscribe {
    border-bottom: 1px solid rgba(85, 85, 85, 0.2);
    font-size: 0;
    padding: 49px 0;
}

@media screen and (max-width: 767px) {
    .footer .footer-subscribe {
        padding: 32px 0 48px;
    }
}

.footer .footer-main {
    padding: 74px;
    padding-bottom: 56px;
}

@media screen and (max-width: 1325px) {
    .footer .footer-main {
        padding-top: 42px;
        padding-bottom: 32px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-main {
        padding: 40px 0px 32px;
    }
}

.footer .footer-copyright {
    border-top: 1px solid rgba(85, 85, 85, 0.2);
}

@media screen and (max-width: 767px) {
    .footer .footer-copyright {
        padding-top: 22px;
        padding-bottom: 10px;
    }
}

.footer .footer-copyright .container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.footer .footer-copyright .container:after {
    display: none;
}

.footer .subscribe-wrap {
    text-align: center;
}

.footer .subscribe-text {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 24px;
    color: #111;
    display: inline-block;
    padding: 10px 0;
}

@media screen and (max-width: 767px) {
    .footer .subscribe-text {
        font-size: 14px;
        line-height: 21px;
        margin: auto;
        max-width: 300px;
        margin-bottom: 8px;
    }
}

.footer .subscribe-input {
    display: inline-block;
    vertical-align: top;
    margin-left: 24px;
    min-height: 45px;
    position: relative;
    min-width: 390px;
}

@media screen and (max-width: 767px) {
    .footer .subscribe-input {
        min-width: 355px;
        margin-bottom: 40px;
    }
}

.footer .subscribe-input .subscribe-step {
    width: 100%;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.footer .subscribe-input .subscribe-step.active {
    visibility: visible;
    opacity: 1;
}

.footer .subscribe-input .radio-item {
    display: inline-block;
    margin-right: 42px;
}

@media screen and (max-width: 767px) {
    .footer .subscribe-input .radio-item {
        margin-right: 0;
        display: block;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .footer .subscribe-input {
        width: 100%;
        margin-left: 0;
        max-width: 320px;
        min-width: auto;
    }
}

.footer .subscribe-input .input input {
    font-size: 11px;
    text-transform: uppercase;
    min-width: 390px;
}

@media screen and (max-width: 1040px) {
    .footer .subscribe-input .input input {
        min-width: 360px;
    }
}

@media screen and (max-width: 767px) {
    .footer .subscribe-input .input input {
        min-width: initial;
    }
}

.footer .footer-logo {
    width: 17.95775%;
    float: left;
    padding-right: 72px;
}

@media screen and (max-width: 1325px) {
    .footer .footer-logo {
        width: 100%;
        margin-bottom: 52px;
        text-align: center;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-logo {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 32px;
        padding-right: 0;
    }
}

.footer .footer-logo img {
    max-width: 182px;
}

@media screen and (max-width: 767px) {
    .footer .footer-logo img {
        height: 52px;
    }
}

.footer .footer-nav {
    width: 82.04225%;
    float: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1325px) {
    .footer .footer-nav {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .footer .footer-nav {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-nav {
        width: 100%;
        float: left;
        display: block;
        -webkit-box-pack: initial;
        justify-content: initial;
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .footer .nav-section {
        width: 33.33%;
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .footer .nav-section {
        margin-bottom: 24px;
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .footer .nav-section:last-child {
        width: 100%;
    }
}

.footer .h-nav {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #111;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .footer .h-nav {
        margin-bottom: 0px;
    }
}

.footer .h-nav i {
    display: none;
    margin-left: 12px;
    color: rgba(17, 17, 17, 0.8);
    position: absolute;
}

@media screen and (max-width: 767px) {
    .footer .h-nav i {
        display: inline-block;
    }
}

.footer .nav {
    padding: 0;
    margin: 0;
    max-width: 410px;
}

@media screen and (max-width: 767px) {
    .footer .nav {
        height: 0;
        overflow: hidden;
        -webkit-transition: .01s all ease-out;
        transition: .01s all ease-out;
    }
}

@media screen and (max-width: 767px) {
    .footer .nav.active {
        height: auto;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .footer .nav.nav-contacts {
        height: auto;
        text-align: center;
        padding-top: 16px;
        margin: auto;
    }
}

.footer .nav.nav-contacts .nav-item {
    float: left;
    width: 50%;
    margin: 0 0 18px;
}

.footer .nav.nav-contacts .nav-item:nth-child(2n) {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .footer .nav.nav-contacts .nav-item a {
        font-size: 0;
    }
}

@media screen and (max-width: 767px) {
    .footer .nav.nav-contacts .nav-item {
        width: auto !important;
        display: inline-block;
        float: none;
        margin-bottom: 0;
    }
}

.footer .nav .nav-item {
    list-style: none;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin: 18px 0;
}

@media screen and (max-width: 767px) {
    .footer .nav .nav-item:last-child {
        margin-bottom: 4px;
    }
}

.footer .nav .nav-item a {
    color: rgba(17, 17, 17, 0.8);
    text-decoration: none;
    display: inline-block;
    outline: none;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.footer .nav .nav-item a:hover {
    color: #111;
}

.footer .nav .nav-item a:hover>i {
    color: rgba(17, 17, 17, 0.8);
}

.footer .nav .nav-item a>i {
    color: rgba(17, 17, 17, 0.6);
    font-size: 16px;
    vertical-align: bottom;
    margin-right: 8px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

@media screen and (max-width: 767px) {
    .footer .nav .nav-item a>i {
        font-size: 20px;
        margin-right: 0;
        margin: 0 8px;
    }
}

.footer .dev {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .footer .dev {
        width: 100%;
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 15px;
        margin-top: 5px;
    }
}

.footer .dev .text {
    color: rgba(17, 17, 17, 0.8);
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 8px;
}

.footer .dev img {
    height: 20px;
}

.footer .dev a {
    opacity: .65;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.footer .dev a:hover {
    opacity: 1;
}

.footer .copyright {
    float: left;
    font-size: 12px;
    color: rgba(17, 17, 17, 0.8);
    text-transform: uppercase;
    line-height: 53px;
}

@media screen and (max-width: 767px) {
    .footer .copyright {
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }
}

.footer .payment {
    float: right;
    font-size: 12px;
    color: rgba(17, 17, 17, 0.8);
    text-transform: uppercase;
    line-height: 53px;
}

@media screen and (max-width: 767px) {
    .footer .payment {
        width: 100%;
        text-align: center;
        line-height: 38px;
    }
}

@media screen and (max-width: 767px) {
    .footer .payment span {
        display: block;
        font-size: 12px;
        line-height: 14px;
    }
}

.footer .payment img {
    margin-left: 18px;
}

@media screen and (max-width: 767px) {
    .footer .payment img {
        height: 38px;
        margin: 0 9px;
    }
}

.footer .payment img:last-child {
    margin-left: 0;
}

.footer-small {
    background: #080808;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-small .copyright {
    float: left;
    line-height: 55px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 767px) {
    .footer-small .copyright {
        font-size: 12px;
        line-height: 18px;
        width: 100%;
        text-align: center;
        padding-top: 14px;
    }
}

.footer-small .small-container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.footer-small .small-container:after {
    display: none;
}

.footer-small .dev {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .footer-small .dev {
        width: 100%;
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 5px;
        margin-top: 10px;
    }
}

.footer-small .dev .text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 8px;
}

.footer-small .dev img {
    height: 20px;
}

.footer-small .dev a {
    opacity: 1;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.footer-small .dev a:hover {
    opacity: 0.8;
}

.footer-small .payment {
    float: right;
    line-height: 55px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 767px) {
    .footer-small .payment {
        font-size: 0px;
        line-height: 18px;
        width: 100%;
        text-align: center;
    }
}

.footer-small .payment-item {
    opacity: .6;
    vertical-align: middle;
    position: relative;
    top: -4px;
    margin-left: 24px;
}

@media screen and (max-width: 767px) {
    .footer-small .payment-item {
        margin: 0 12px;
    }
}

.footer-small .payment-item:last-child {
    top: -2px;
    margin-left: 0;
}

.your-class {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 125% !important;
}

.your-class .slick-slide {
    padding: 0 2px;
}

.your-class .slick-slide img {
    width: 100%;
}

.container-right {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    position: relative;
}

.container-right:after {
    content: " ";
    display: block;
    clear: both;
}

.slider-section {
    position: relative;
}

.slider-section:before {
    content: '';
    position: absolute;
    top: -200px;
    height: 200px;
    left: 0;
    right: 0;
    background: #111;
    z-index: 2;
}

.slider-section .btn-scroll {
    bottom: 0;
    left: 50%;
    margin-bottom: 42px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider-section .swiper-slide {
    position: relative;
    min-height: calc(100vh - 138px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #111;
}

.slider-section .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 50%;
    /*background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0, 0, 0, 0) 80%);*/
    /*background: black;*/
    background: linear-gradient(70deg, black 0%, rgba(0, 0, 0, 0) 70%);
}

@media screen and (max-width: 992px) {
    .slider-section .swiper-slide:after {
        width: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 80%);
    }
}

@media screen and (max-width: 767px) {
    .slider-section .swiper-slide {
        min-height: initial;
        min-height: calc(100vh - 71px);
        background-position: 60% 50%;
    }
}

.slider-section .slider-description {
    position: absolute;
    bottom: 192px;
    margin-left: -80px;
    z-index: 2;
}

@media screen and (max-width: 1620px) {
    .slider-section .slider-description {
        bottom: 100px;
    }
}

@media screen and (max-width: 1530px) {
    .slider-section .slider-description {
        margin-left: auto;
        left: 0px;
        padding: 0 60px;
    }
}

@media screen and (max-width: 992px) {
    .slider-section .slider-description {
        bottom: 240px;
    }
}

@media screen and (max-width: 767px) {
    .slider-section .slider-description {
        margin-left: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 75%;
        bottom: auto;
        width: 100%;
        padding: 72px;
        left: 0;
    }
}

.slider-section .slider-description .h {
    font-weight: 600;
    font-size: 42px;
    line-height: 62px;
    color: #fff;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .slider-section .slider-description .h {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 11px;
    }
}

.slider-section .slider-description .p {
    font-size: 32px;
    line-height: 47px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .slider-section .slider-description .p {
        font-size: 14px;
        line-height: 17px;
    }
}

.slider-section .slider-description .button-wrap {
    margin-top: 24px;
}

@media screen and (max-width: 767px) {
    .slider-section .slider-description .button-wrap {
        margin-bottom: 52px;
    }
}

.slider-section .slider-description .btn {
    max-width: 220px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .slider-section .slider-description .btn {
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.slider-section .main-slider-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    z-index: 9;
    font-size: 24px !important;
}

.slider-section .main-slider-control.swiper-button-disabled {
    opacity: 0.4 !important;
}

.slider-section .main-slider-control.arrow-right {
    right: 60px;
}

@media screen and (max-width: 767px) {
    .slider-section .main-slider-control.arrow-right {
        right: 10px;
    }
}

.slider-section .main-slider-control.arrow-left {
    left: 60px;
}

@media screen and (max-width: 767px) {
    .slider-section .main-slider-control.arrow-left {
        left: 10px;
    }
}

.lookbook-section {
    position: relative;
    overflow: hidden;
    padding-top: 75px;
    padding-bottom: 110px;
    background-color: #EBEBEB;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .lookbook-section {
        padding-bottom: 32px;
        padding-top: 50px;
    }
}

.lookbook-section .container {
    position: relative;
}

.lookbook-section .lookbook-slider .swiper-slide {
    width: auto;
    padding-right: 64px;
}

@media screen and (max-width: 992px) {
    .lookbook-section .lookbook-slider .swiper-slide {
        padding-right: 28px;
    }
}

.lookbook-section .lookbook-item {
    display: block;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.lookbook-section .lookbook-item:hover .lookbook-img .overlay {
    opacity: 1;
}

.lookbook-section .lookbook-item .lookbook-img {
    display: block;
    width: 306px;
    height: 306px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1325px) {
    .lookbook-section .lookbook-item .lookbook-img {
        width: 240px;
        height: 240px;
    }
}

@media screen and (max-width: 992px) {
    .lookbook-section .lookbook-item .lookbook-img {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .lookbook-section .lookbook-item .lookbook-img {
        width: 120px;
        height: 120px;
    }
}

.lookbook-section .lookbook-item .lookbook-img img {
    width: 100%;
    height: 100%;
}

.lookbook-section .lookbook-item .lookbook-img .overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(8, 8, 8, 0.35);
    opacity: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #fff;
    font-size: 24px;
}

.lookbook-section .lookbook-item .lookbook-img .overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lookbook-section .lookbook-item .lookbook-name {
    display: block;
    max-width: 240px;
    margin: 28px auto 0;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #111;
}

@media screen and (max-width: 1325px) {
    .lookbook-section .lookbook-item .lookbook-name {
        max-width: 240px;
    }
}

@media screen and (max-width: 992px) {
    .lookbook-section .lookbook-item .lookbook-name {
        max-width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .lookbook-section .lookbook-item .lookbook-name {
        max-width: 120px;
        font-size: 10px;
        line-height: 15px;
        margin-top: 14px;
    }
}

.sales-section {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 138px;
    position: relative;
    background-color: #080808;
}

.sales-section video {
    position: fixed;
    display: block;
    top: 50%;
    left: 50%;
    /* width: auto; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: translateZ(0) translateY(-50%) translateX(-50%);
    transform: translateZ(0) translateY(-50%) translateX(-50%);
    will-change: transform;
}

@media screen and (max-width: 767px) {
    .sales-section video {
        display: none;
    }
}

.sales-section .video-mobile {
    display: none;
    left: 50%;
    width: 120%;
    -webkit-transform: translateZ(0) translateY(-50%) translateX(-50%);
    transform: translateZ(0) translateY(-50%) translateX(-50%);
    /*margin-top: 30px;*/
}

@media screen and (max-width: 767px) {
    .sales-section .video-mobile {
        display: block;
    }
}

.sales-section .sales-full-wrap {
    width: 100%;
    float: left;
    position: relative;
    min-height: 880px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .sales-section .sales-full-wrap {
        min-height: 500px;
        overflow: hidden;
    }
}

.sales-section .sales-full-wrap .sales-description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .sales-section .sales-full-wrap .sales-description {
        width: 100%;
        padding: 50px;
    }
}

.sales-section .sales-full-wrap .sales-description .h {
    font-weight: 600;
    font-size: 40px;
    line-height: 59px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 992px) {
    .sales-section .sales-full-wrap .sales-description .h {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 11px;
    }
}

.sales-section .sales-full-wrap .sales-description .p {
    font-size: 32px;
    line-height: 47px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .sales-section .sales-full-wrap .sales-description .p {
        font-size: 14px;
        line-height: 22px;
    }
}

.sales-section .sales-full-wrap .sales-description .button-wrap {
    margin-top: 56px;
}

@media screen and (max-width: 992px) {
    .sales-section .sales-full-wrap .sales-description .button-wrap {
        margin-top: 52px;
    }
}

.sales-section .sales-full-wrap .sales-description .btn {
    min-width: 220px;
}

@media screen and (max-width: 767px) {
    .sales-section .sales-full-wrap .sales-description .btn {
        width: 100%;
    }
}

.sales-section .sales-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media screen and (max-width: 992px) {
    .sales-section .sales-full {
        clip: rect(0, auto, auto, 0);
    }
}

.sales-section .sales-full img {
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .sales-section .sales-full img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        max-width: inherit;
        width: auto;
    }
}

.sales-section .sales-col-wrap {
    background-color: #EBEBEB;
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
}

.sales-section .sales {
    width: 50%;
    float: left;
    position: relative;
}

@media screen and (max-width: 767px) {
    .sales-section .sales {
        width: 100%;
        float: left;
    }
}

.sales-section .sales .text-print {
    position: absolute;
    bottom: 72px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 32px;
    color: #fff;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 992px) {
    .sales-section .sales .text-print {
        font-size: 18px;
        bottom: 42px;
    }
}

.sales-section .sales img {
    max-width: 100%;
    width: 100%;
}

.sales-section .sales:hover .quote {
    opacity: 1;
}

.sales-section .sales .quote {
    max-width: 482px;
    margin: auto;
    padding: 20px;
    position: absolute;
    bottom: 62px;
    z-index: 2;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    background: rgba(51, 34, 23, 0.1);
}

@media screen and (max-width: 992px) {
    .sales-section .sales .quote {
        display: none;
    }
}

.sales-section .sales .quote:before {
    content: '';
    position: absolute;
    width: 42px;
    height: 42px;
    background: url(../img/oi_double-quote-sans-left_2.svg);
    background-size: 100%;
    top: 9px;
    left: -14px;
    z-index: -1;
    opacity: .6;
}

.sales-section .sales .quote-name {
    text-align: right;
    margin-top: 14px;
    font-weight: 500;
    font-size: 14px;
    padding-left: 42px;
    color: #fff;
    position: relative;
    display: inline-block;
}

.sales-section .sales .quote-name:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #795548;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.sales-section .sales .quote-p {
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.sales-section .sales .sales-description {
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 50px;
    text-align: center;
    position: absolute;
}

@media screen and (max-width: 767px) {
    .sales-section .sales .sales-description {
        left: 0;
        width: 100%;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 50px;
        text-align: center;
    }
}

.sales-section .sales .sales-description .h {
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    margin-bottom: 12px;
}

@media screen and (max-width: 1325px) {
    .sales-section .sales .sales-description .h {
        font-size: 32px;
        line-height: 32px;
    }
}

@media screen and (max-width: 992px) {
    .sales-section .sales .sales-description .h {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 11px;
    }
}

.sales-section .sales .sales-description .p {
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 32px;
    width: 100%;
    left: 0;
}

@media screen and (max-width: 767px) {
    .sales-section .sales .sales-description .p {
        font-size: 14px;
        line-height: 22px;
    }
}

.sales-section .sales .sales-description .button-wrap {
    margin-top: 22px;
}

@media screen and (max-width: 767px) {
    .sales-section .sales .sales-description .button-wrap {
        margin-top: 42px;
    }
}

.sales-section .sales .sales-description .btn {
    min-width: 220px;
}

@media screen and (max-width: 767px) {
    .sales-section .sales .sales-description .btn {
        min-width: 100%;
    }
}

.products-slider-section {
    overflow: hidden;
    padding: 110px 0 85px;
    background: #fff;
    z-index: 3;
    position: relative;
}

@media screen and (max-width: 1280px) {
    .products-slider-section {
        padding: 48px 0 32px;
    }
}

@media screen and (max-width: 767px) {
    .products-slider-section {
        padding: 52px 0 32px;
    }
}

.products-slider-section .container {
    position: relative;
}

.products-slider-section .product-slider .swiper-slide {
    width: auto;
}

.products-slider-section .product-slider .swiper-slide img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1420px) {
    .products-slider-section .product-slider .product-item {
        max-width: 400px;
    }
}

@media screen and (max-width: 992px) {
    .products-slider-section .product-slider .product-item {
        max-width: 320px;
    }
}

@media screen and (max-width: 767px) {
    .products-slider-section .product-slider .product-item {
        max-width: 294px;
    }
}

.product-item {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 42px;
    padding: 0 2px;
    max-width: 460px;
}

.sticky-block.has-anim,
.product-item.has-anim {
    opacity: 0;
    transform: translateY(20%);
}

.sticky-block.show-anim,
.product-item.show-anim {
    transition: all 1s;
    transform: translateY(0px);
    opacity: 1;
}


@media screen and (max-width: 767px) {

    .sticky-block.has-anim,
    .product-item.has-anim {
        transform: translateY(10%);
    }

    .sticky-block.show-anim,
    .product-item.show-anim {
        transform: translateY(0px);
    }

    .product-item {
        margin-bottom: 24px;
    }

}

@media (hover: hover) {
    .product-item:hover .product-info .sizes {
        opacity: 1;
    }

    .product-item:hover .product-info .price {
        opacity: 0;
    }

    .product-item:not(.added):hover .video-wrap {
        opacity: 1;
        visibility: visible;
    }
}


.product-item .video-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    margin: 0 -2px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.product-item .video-wrap.hover {
    opacity: 1;
    visibility: visible;
}

.product-item .product-img {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}


.catalog .catalog-main .product-item .product-img {
    padding-bottom: 150%;
}

.catalog .catalog-main .product-item .product-img img,
.catalog .catalog-main .product-item .product-img video {
    position: absolute;
    display: block;
    left: -3px;
    top: -3px;
    /* max-width: 100%; */
    /* width: 100%; */
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    object-fit: cover;
}

.catalog .catalog-main .product-item .product-img img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



.catalog .catalog-main .product-item .product-img.has-video video {
    display: none;
}


@media screen and (max-width: 767px) {
    .catalog .catalog-main .product-item .product-img {
        margin-bottom: 14px;
    }

    .catalog .catalog-main .product-item:not(.w-50) .product-img.has-video {
        background-image: var(--bg-poster);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
    }

    .catalog .catalog-main .product-item:not(.w-50) .product-img.has-video video {
        display: block;
        backface-visibility: visible;
    }

    .catalog .catalog-main .product-item:not(.w-50) .product-img.has-video img {
        display: none;
    }
}





.product-item .product-img .btn-icon {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 9;
}

.product-item .product-name {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 14px;
    padding: 0 16px;
    /*height: 32px;*/
    position: relative;
    height: auto !important;
}

.product-item .product-name a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .product-item .product-name {
        font-size: 11px;
        line-height: 16px;
        height: 48px;
        margin-bottom: 12px;
        padding: 0 12px;
    }
}

.product-item .product-name:after {
    content: '';
    position: absolute;
    width: 40px;
    top: 0;
    right: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.product-item .product-info {
    position: relative;
    padding: 0 16px;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .product-item .product-info {
        padding: 0 12px;
    }
}

.product-item .price {
    float: left;
    position: absolute;
    opacity: 1;
    -webkit-transition: .3s all;
    transition: .3s all;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.8);
}

@media screen and (max-width: 767px) {
    .product-item .price {
        font-size: 11px;
        line-height: 13px;
    }
}

.product-item .price .old {
    text-decoration: line-through;
    color: rgba(17, 17, 17, 0.8);
    margin-right: 8px;
}

.product-item .price .new {
    color: #D34040;
}

.product-item .sizes {
    float: left;
    position: absolute;
    opacity: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.product-item .buttons {
    float: right;
}

@media screen and (max-width: 767px) {
    .product-item .buttons .btn-icon {
        position: relative;
        top: -6px;
    }
}

.product-item .size-value {
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.8);
    vertical-align: bottom;
    margin-right: 8px;
}

.product-item .size-value.disable {
    color: rgba(17, 17, 17, 0.7);
    text-decoration: line-through;
}

.product-item .product-price {
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.8);
    padding: 0 16px;
    margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
    .product-item .product-price {
        margin-bottom: 8px;
    }
}

.product-item .product-price .old {
    text-decoration: line-through;
    color: rgba(17, 17, 17, 0.8);
    margin-right: 8px;
}

.product-item .product-price .new {
    color: #D34040;
}

.product-item .product-size {
    padding: 0 16px;
}

@media screen and (max-width: 767px) {
    .product-item .product-size {
        padding: 0 12px;
    }
}

.product-item .button-wrap {
    padding: 0 16px;
    margin-top: 22px;
}

@media screen and (max-width: 767px) {
    .product-item .button-wrap {
        padding: 0 12px;
        margin-top: 12px;
    }
}

.product-item .btn {
    width: 100%;
}

.catalog-section {
    padding-bottom: 80px;
}

.accessories-catalog-main {
    border-bottom: 1px solid rgba(85, 85, 85, 0.2);
    /*padding-bottom: 72px;*/
    /*margin-bottom: 72px; */
}

@media screen and (max-width: 767px) {
    .accessories-catalog-main {
        padding-bottom: 0;
        margin-bottom: 36px;
    }
}

.accessories-catalog-main .product-item-horizontal {
    width: 50%;
    float: left;
    padding: 0 2px;
    display: -webkit-box;
    display: flex;
}

@media screen and (max-width: 1140px) {
    .accessories-catalog-main .product-item-horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .accessories-catalog-main .product-item-horizontal {
        width: 100%;
        margin-bottom: 36px;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .accessories-catalog-main .product-item-horizontal:last-child {
        margin-bottom: 0px;
    }
}

.accessories-catalog-main .product-item-horizontal.left .product-img {
    float: right;
    -webkit-box-ordinal-group: 3;
    order: 2;
}

@media screen and (max-width: 1140px) {
    .accessories-catalog-main .product-item-horizontal.left .product-img {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
}

@media screen and (max-width: 767px) {
    .accessories-catalog-main .product-item-horizontal.left .product-body {
        border-bottom: 1px solid rgba(85, 85, 85, 0.2);
    }
}

.accessories-catalog-main .product-item-horizontal .product-img {
    width: 50%;
    float: left;
}

@media screen and (max-width: 1140px) {
    .accessories-catalog-main .product-item-horizontal .product-img {
        width: 100%;
    }
}

.accessories-catalog-main .product-item-horizontal .product-img img {
    max-width: 100%;
    width: 100%;
}

.accessories-catalog-main .product-item-horizontal .product-body {
    width: 50%;
    float: left;
    padding: 0 74px;
    margin: auto;
}

@media screen and (max-width: 1745px) {
    .accessories-catalog-main .product-item-horizontal .product-body {
        padding: 0 32px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1325px) {
    .accessories-catalog-main .product-item-horizontal .product-body {
        padding: 0 24px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1140px) {
    .accessories-catalog-main .product-item-horizontal .product-body {
        width: 100%;
        padding: 16px 12px;
        padding-bottom: 0px;
    }
}

.accessories-catalog-main .product-item-horizontal .product-name {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .accessories-catalog-main .product-item-horizontal .product-name {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px;
    }
}

.accessories-catalog-main .product-item-horizontal .product-price {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
    .accessories-catalog-main .product-item-horizontal .product-price {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 20px;
    }
}

.accessories-catalog-main .product-item-horizontal .product-description {
    color: rgba(17, 17, 17, 0.8);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
    .accessories-catalog-main .product-item-horizontal .product-description {
        display: none;
    }
}

.accessories-catalog-main .product-item-horizontal .product-size .name {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .accessories-catalog-main .product-item-horizontal .product-size .name {
        margin-bottom: 8px;
        font-size: 11px;
        line-height: 11px;
    }
}

.accessories-catalog-main .product-item-horizontal .product-size .value {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .accessories-catalog-main .product-item-horizontal .product-size .value {
        font-size: 12px;
        line-height: 14px;
    }
}

.accessories-catalog-main .product-item-horizontal .button-wrap {
    margin-top: 28px;
}

@media screen and (max-width: 767px) {
    .accessories-catalog-main .product-item-horizontal .button-wrap {
        margin-top: 18px;
    }
}

.accessories-catalog-main .btn {
    width: 100%;
}

.accessories-catalog-view {
    margin: 0 -2px;
}

@media screen and (max-width: 767px) {
    .accessories-catalog-view {
        margin-bottom: 62px;
    }
}

@media screen and (max-width: 767px) {
    .accessories-catalog-view:last-child {
        margin-bottom: 0px;
    }
}

.accessories-catalog-view .view-img-wrap {
    width: 25%;
    float: left;
    padding: 0 2px;
}

@media screen and (max-width: 1140px) {
    .accessories-catalog-view .view-img-wrap {
        width: 33.33333%;
        float: left;
    }
}

@media screen and (max-width: 992px) {
    .accessories-catalog-view .view-img-wrap {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .accessories-catalog-view .view-img-wrap {
        width: 100%;
    }
}

.accessories-catalog-view .view-description-wrap {
    width: 25%;
    float: left;
    padding: 0 2px;
}

@media screen and (max-width: 1140px) {
    .accessories-catalog-view .view-description-wrap {
        width: 33.33333%;
        float: left;
    }
}

@media screen and (max-width: 992px) {
    .accessories-catalog-view .view-description-wrap {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .accessories-catalog-view .view-description-wrap {
        width: 100%;
    }
}

.accessories-catalog-view .view-slider-wrap {
    width: 50%;
    float: left;
    padding: 0 2px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1140px) {
    .accessories-catalog-view .view-slider-wrap {
        width: 33.33333%;
        float: left;
    }
}

@media screen and (max-width: 992px) {
    .accessories-catalog-view .view-slider-wrap {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .accessories-catalog-view .view-slider-wrap {
        width: 100%;
        margin-top: 0;
    }
}

.accessories-catalog-view .main-slider-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 28px;
    margin-top: -50px;
    z-index: 9;
}

.accessories-catalog-view .view-slider .product-item {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .accessories-catalog-view .view-img {
        margin-bottom: 12px;
    }
}

.accessories-catalog-view .view-img img {
    max-width: 100%;
    width: 100%;
}

.accessories-catalog-view .view-description {
    border: 1px solid rgba(85, 85, 85, 0.2);
    width: 100%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 767px) {
    .accessories-catalog-view .view-description {
        padding: 24px 20px;
        margin-bottom: 12px;
    }
}

.accessories-catalog-view .view-description:before {
    content: "";
    padding-top: 140.9%;
    float: left;
}

@media screen and (max-width: 767px) {
    .accessories-catalog-view .view-description:before {
        display: none;
    }
}

.accessories-catalog-view .view-description .h {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 32px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 74px;
    padding-top: 100px;
}

@media screen and (max-width: 1605px) {
    .accessories-catalog-view .view-description .h {
        padding: 0 32px;
        padding-top: 62px;
    }
}

@media screen and (max-width: 1320px) {
    .accessories-catalog-view .view-description .h {
        padding: 0 20px;
        padding-top: 32px;
    }
}

@media screen and (max-width: 767px) {
    .accessories-catalog-view .view-description .h {
        padding: 0;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 18px;
    }
}

.accessories-catalog-view .view-description .p {
    font-size: 15px;
    line-height: 22px;
    color: rgba(17, 17, 17, 0.8);
    padding: 0 74px;
}

@media screen and (max-width: 1605px) {
    .accessories-catalog-view .view-description .p {
        padding: 0 32px;
    }
}

@media screen and (max-width: 1320px) {
    .accessories-catalog-view .view-description .p {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .accessories-catalog-view .view-description .p {
        padding: 0;
        font-size: 12px;
        line-height: 20px;
    }
}

.accessories-catalog-view .view-description .button-wrap {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    padding: 0 74px;
}

@media screen and (max-width: 1605px) {
    .accessories-catalog-view .view-description .button-wrap {
        padding: 0 32px;
        bottom: 62px;
    }
}

@media screen and (max-width: 1320px) {
    .accessories-catalog-view .view-description .button-wrap {
        padding: 0 20px;
        bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .accessories-catalog-view .view-description .button-wrap {
        position: relative;
        bottom: auto;
        left: auto;
        padding: 0;
        display: none;
    }
}

.accessories-catalog-view .view-description .btn {
    width: 100%;
}

.accessories-catalog-view>.mobile-view {
    float: left;
    width: 100%;
    padding: 0 2px;
}

.accessories-catalog-view>.mobile-view .btn {
    width: 100%;
}

.sweater-catalog-view {
    margin-bottom: 42px;
}

.sweater-catalog-view:last-child {
    margin-bottom: 0;
}

.sweater-catalog-view .main-slide {
    position: relative;
    margin-bottom: 4px;
}

@media screen and (max-width: 1325px) {
    .sweater-catalog-view .main-slide {
        min-height: 420px;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .sweater-catalog-view .main-slide {
        min-height: 420px;
        overflow: hidden;
    }
}

.sweater-catalog-view .main-slide .slide-description {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
}

.sweater-catalog-view .main-slide .slide-description:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(17, 17, 17, 0.7)), to(rgba(17, 17, 17, 0)));
    background: linear-gradient(90deg, rgba(17, 17, 17, 0.7) 0%, rgba(17, 17, 17, 0) 100%);
}

@media screen and (max-width: 767px) {
    .sweater-catalog-view .main-slide .slide-description:before {
        width: 64%;
    }
}

@media screen and (max-width: 1620px) {
    .sweater-catalog-view .main-slide .slide-description {
        padding: 42px;
    }
}

@media screen and (max-width: 767px) {
    .sweater-catalog-view .main-slide .slide-description {
        width: 100%;
        padding: 82px 42px 42px;
    }
}

.sweater-catalog-view .main-slide .slide-description-body {
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .sweater-catalog-view .main-slide .slide-description-body {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: initial;
        transform: initial;
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    .sweater-catalog-view .main-slide.australia-collection img {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 767px) {
    .sweater-catalog-view .main-slide.australia-collection img {
        -webkit-transform: translate(-52.5%, -50%);
        transform: translate(-52.5%, -50%);
    }
}

.sweater-catalog-view .main-slide img {
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 1325px) {
    .sweater-catalog-view .main-slide img {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        max-width: initial;
        min-width: 100%;
        min-height: 100%;
        top: 0;
        left: 50%;
        position: absolute;
    }
}

@media screen and (max-width: 992px) {
    .sweater-catalog-view .main-slide img {
        width: inherit;
        max-width: inherit;
        min-width: inherit;
    }
}

@media screen and (max-width: 767px) {
    .sweater-catalog-view .main-slide img {
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .sweater-catalog-view .main-slide img.w_australia {
        -webkit-transform: translateX(-55%);
        transform: translateX(-55%);
    }
}

@media screen and (max-width: 767px) {
    .sweater-catalog-view .main-slide img.w_newwool {
        -webkit-transform: translateX(-55%);
        transform: translateX(-55%);
    }
}

@media screen and (max-width: 767px) {
    .sweater-catalog-view .main-slide img.w_winco {
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%);
    }
}

@media screen and (max-width: 767px) {
    .sweater-catalog-view .main-slide img.m_australia {
        -webkit-transform: translateX(-45%);
        transform: translateX(-45%);
    }
}

@media screen and (max-width: 767px) {
    .sweater-catalog-view .main-slide img.m_newwool {
        -webkit-transform: translateX(-54%);
        transform: translateX(-54%);
    }
}

.sweater-catalog-view .main-slide .h {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .sweater-catalog-view .main-slide .h {
        font-size: 16px;
        line-height: 16px;
    }
}

.sweater-catalog-view .main-slide .p {
    margin-top: 32px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 767px) {
    .sweater-catalog-view .main-slide .p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 12px;
    }
}

.sweater-catalog-view .main-slide .button-wrap {
    margin-top: 32px;
}

.sweater-catalog-view .main-slide .btn {
    width: auto;
    border-radius: 0;
}

@media screen and (max-width: 767px) {
    .sweater-catalog-view .main-slide .btn {
        width: 100%;
    }
}

.sweater-catalog-view .colors-list {
    position: relative;
}

.sweater-catalog-view .colors-slider {
    overflow: hidden;
}

.sweater-catalog-view .colors-slider .product-item {
    width: 476px;
    max-width: 476px;
}

@media screen and (max-width: 1420px) {
    .sweater-catalog-view .colors-slider .product-item {
        max-width: 400px;
    }
}

@media screen and (max-width: 992px) {
    .sweater-catalog-view .colors-slider .product-item {
        max-width: 320px;
    }
}

@media screen and (max-width: 767px) {
    .sweater-catalog-view .colors-slider .product-item {
        max-width: 294px;
    }
}

.sweater-catalog-view .swiper-slide {
    width: auto;
}

.sweater-catalog-view .color-item {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 2px;
}

@media screen and (max-width: 1420px) {
    .sweater-catalog-view .color-item {
        max-width: 400px;
    }
}

@media screen and (max-width: 992px) {
    .sweater-catalog-view .color-item {
        max-width: 320px;
    }
}

@media screen and (max-width: 767px) {
    .sweater-catalog-view .color-item {
        max-width: 294px;
    }
}

.sweater-catalog-view .color-item:hover .palette {
    left: 24px;
    opacity: 1;
}

.sweater-catalog-view .color-item .video-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    margin: 0 2px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.sweater-catalog-view .color-item .video-wrap.hover {
    opacity: 1;
    visibility: visible;
}

.sweater-catalog-view .color-item .video-gif {
    position: relative;
    left: -1px;
    right: -1px;
    bottom: 0;
    top: 0;
}

.sweater-catalog-view .color-item .palette {
    position: absolute;
    display: block;
    left: -28px;
    top: 24px;
    opacity: 0;
    -webkit-transition: .2s all ease-out;
    transition: .2s all ease-out;
    z-index: 3;
}

.sweater-catalog-view .color-item .palette-item {
    display: block;
    width: 26px;
    height: 26px;
    margin-bottom: 8px;
}

.sweater-catalog-view .color-item img {
    max-width: 100%;
    width: 100%;
}

.sweater-catalog-view .color-item .color-name-line {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2px;
    right: 2px;
    background: #080808;
    color: #fff;
    padding: 18px;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
}

.sweater-catalog-view .color-item .color-name-gradient {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 2px;
    right: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(#111111), to(rgba(17, 17, 17, 0)));
    background: linear-gradient(0deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
    color: #fff;
    padding: 32px 0 52px;
    font-weight: 400;
    text-align: center;
    font-size: 38px;
}

@media screen and (max-width: 767px) {
    .sweater-catalog-view .color-item .color-name-gradient {
        font-size: 24px;
        padding: 32px 0 42px;
    }
}

.sweater-catalog-view .main-slider-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
    z-index: 9;
}

@media screen and (max-width: 767px) {
    .sweater-catalog-view .main-slider-control {
        right: 10px;
    }
}

.wishlist-section .wishlist-col {
    width: 25%;
    float: left;
}

@media screen and (max-width: 1220px) {
    .wishlist-section .wishlist-col {
        width: 33.33333%;
        float: left;
    }
}

@media screen and (max-width: 992px) {
    .wishlist-section .wishlist-col {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .wishlist-section .wishlist-col {
        width: 100%;
        float: left;
    }
}

.wishlist-section .product-item {
    display: block;
}

.lookbook-main-wrap {
    position: relative;
    margin-top: -139px;
}

@media screen and (max-width: 992px) {
    .lookbook-main-wrap {
        margin-top: 0;
    }
}

.lookbook-main-wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #ebebeb;
    z-index: 3;
}

.lookbook-main-nav {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 2;
    background: #ebebeb;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .lookbook-main-nav {
        position: relative;
    }
}

@media screen and (max-width: 992px) {
    .lookbook-main-nav {
        position: relative;
    }
}

.lookbook-main-nav .lookbook-main-info {
    width: 21.875%;
    float: left;
    padding: 60px;
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    background: #ebebeb;
}

@media screen and (max-width: 1700px) {
    .lookbook-main-nav .lookbook-main-info {
        width: 30%;
    }
}

@media screen and (max-width: 1440px) {
    .lookbook-main-nav .lookbook-main-info {
        padding: 30px;
        width: 35%;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .lookbook-main-nav .lookbook-main-info {
        min-height: inherit;
        display: block;
        width: 100%;
        padding: 32px 10px 62px;
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .lookbook-main-nav .lookbook-main-info {
        min-height: inherit;
        display: block;
        width: 100%;
        padding: 32px 10px 62px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .lookbook-main-nav .lookbook-main-info {
        padding: 32px 10px;
    }
}

.lookbook-main-nav .lookbook-main-info .breadcrumbs {
    margin-bottom: 72px;
    margin-top: 139px;
}

@media screen and (max-width: 767px) {
    .lookbook-main-nav .lookbook-main-info .breadcrumbs {
        margin-bottom: 16px;
        margin-top: 16px;
    }
}

.lookbook-main-nav .lookbook-main-info .h {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 22px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .lookbook-main-nav .lookbook-main-info .h {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 12px;
    }
}

.lookbook-main-nav .lookbook-main-info .p {
    font-size: 15px;
    line-height: 23px;
    color: rgba(17, 17, 17, 0.8);
}

@media screen and (max-width: 767px) {
    .lookbook-main-nav .lookbook-main-info .p {
        font-size: 12px;
        line-height: 20px;
    }
}

.lookbook-main-nav .lookbook-main-info .buttons-control {
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: flex;
    margin-top: 92px;
    padding: 0 16px;
}

@media screen and (max-width: 1440px) {
    .lookbook-main-nav .lookbook-main-info .buttons-control {
        padding: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .lookbook-main-nav .lookbook-main-info .buttons-control {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 42px;
    }
}

@media screen and (max-width: 992px) {
    .lookbook-main-nav .lookbook-main-info .buttons-control {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 42px;
    }
}

@media screen and (max-width: 767px) {
    .lookbook-main-nav .lookbook-main-info .buttons-control {
        margin-top: 32px;
    }
}

.lookbook-main-nav .lookbook-slide {
    width: 78.125%;
    float: left;
    min-height: 100vh;
    position: fixed;
    overflow: hidden;
    float: right;
    right: 0;
}

@media screen and (max-width: 1700px) {
    .lookbook-main-nav .lookbook-slide {
        width: 70%;
    }
}

@media screen and (max-width: 1440px) {
    .lookbook-main-nav .lookbook-slide {
        width: 65%;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .lookbook-main-nav .lookbook-slide {
        width: 100%;
        min-height: 454px;
        position: relative;
    }
}

@media screen and (max-width: 992px) {
    .lookbook-main-nav .lookbook-slide {
        width: 100%;
        min-height: 454px;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .lookbook-main-nav .lookbook-slide {
        width: 100%;
        min-height: 440px;
    }
}

.lookbook-main-nav .lookbook-slide .img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

@media screen and (max-width: 992px) {
    .lookbook-main-nav .lookbook-slide .img {
        background-position: 30% 50%;
    }
}

@media screen and (max-width: 767px) {
    .lookbook-main-nav .lookbook-slide .img {
        background-position: 53% 50%;
    }
}

.lookbook-main-photos {
    position: relative;
}

.lookbook-main-photos .btn-scroll {
    bottom: 100%;
    left: 60%;
    margin-bottom: 22px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.lookbook-main-photos .scroll-icon {
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 60%;
}

@media screen and (max-width: 767px) {
    .lookbook-main-photos .scroll-icon {
        display: none;
    }
}

.btn-scroll {
    position: absolute;
    z-index: 4;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    width: 52px;
    height: 52px;
    background: transparent !important;
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .btn-scroll {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .btn-scroll {
        display: none;
    }
}

.btn-scroll i {
    display: block;
    line-height: 50px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

.lookbook-body-wrap {
    width: 78.125%;
    float: left;
    float: right;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

@media screen and (max-width: 1700px) {
    .lookbook-body-wrap {
        width: 70%;
    }
}

@media screen and (max-width: 1440px) {
    .lookbook-body-wrap {
        width: 65%;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .lookbook-body-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .lookbook-body-wrap {
        width: 100%;
    }
}

.lookbook-body-wrap .lookbook-body {
    padding-left: 50px;
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #fff;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .lookbook-body-wrap .lookbook-body {
        padding: 12px 10px 22px;
    }
}

@media screen and (max-width: 992px) {
    .lookbook-body-wrap .lookbook-body {
        padding: 12px 10px 22px;
    }
}

.lookbook-body-wrap .lookbook-body .grid {
    max-width: 1300px;
    margin: auto;
}

.lookbook-body-wrap .lookbook-body .grid-sizer {
    width: 50%;
}

.lookbook-body-wrap .lookbook-body .grid-item {
    float: left;
    width: 50%;
    padding: 0 28px;
}

@media screen and (max-width: 992px) {
    .lookbook-body-wrap .lookbook-body .grid-item {
        padding: 16px;
    }
}

@media screen and (max-width: 767px) {
    .lookbook-body-wrap .lookbook-body .grid-item {
        padding: 0;
        width: 100%;
    }
}

.lookbook-body-wrap .lookbook-body .grid-item.grid-item-full {
    width: 100%;
}

.lookbook-body-wrap .lookbook-body .photo-item {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .lookbook-body-wrap .lookbook-body .photo-item {
        margin-bottom: 24px;
    }
}

.lookbook-body-wrap .lookbook-body .photo-item .img {
    position: relative;
    margin-bottom: 30px;
}

.lookbook-body-wrap .lookbook-body .photo-item img {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .lookbook-body-wrap .lookbook-body .photo-item img {
        margin-top: 24px;
    }
}

.lookbook-body-wrap .lookbook-body .photo-description {
    padding: 10px 40px;
    color: rgba(17, 17, 17, 0.8);
    font-size: 15px;
    line-height: 23px;
}

@media screen and (max-width: 992px) {
    .lookbook-body-wrap .lookbook-body .photo-description {
        padding: 0 16px;
    }
}

@media screen and (max-width: 767px) {
    .lookbook-body-wrap .lookbook-body .photo-description {
        font-size: 12px;
        line-height: 20px;
        padding: 0 10px;
    }
}

.lookbook-body-wrap .lookbook-body .btn-icon {
    position: absolute;
    right: 50px;
    bottom: -20px;
}

@media screen and (max-width: 767px) {
    .lookbook-body-wrap .lookbook-body .btn-icon {
        right: 18px;
    }
}

.filter-button {
    margin-bottom: 20px;
}

.catalog-filters {
    display: -webkit-box;
    display: flex;
    margin-bottom: 52px;
}

@media screen and (max-width: 992px) {
    .catalog-filters {
        position: fixed;
        bottom: -100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 98;
        display: -webkit-box;
        display: flex;
        margin-bottom: 0;
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        box-shadow: 0px 0px 24px 8px rgba(0, 0, 0, 0.1);
        padding-top: 46px;
        -webkit-transition: .3s all ease-out;
        transition: .3s all ease-out;
    }
}

@media screen and (max-width: 992px) {
    .catalog-filters.active {
        bottom: 0;
    }
}

.catalog-filters .btn-filter-close {
    display: none;
    position: absolute;
    right: 20px;
    top: 15px;
}

@media screen and (max-width: 992px) {
    .catalog-filters .btn-filter-close {
        display: block;
    }
}

.catalog-filters .filters-section {
    margin-right: 72px;
}

@media screen and (max-width: 992px) {
    .catalog-filters .filters-section {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.catalog-filters .filters-section:last-child {
    margin-right: 0;
    margin-left: auto;
}

@media screen and (max-width: 992px) {
    .catalog-filters .filters-section:last-child {
        -webkit-box-ordinal-group: 0;
        order: -1;
        margin-left: 0;
    }
}

@media screen and (max-width: 992px) {
    .catalog-filters .filters-section:last-child .filter-item {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .catalog-filters .filters-section:last-child .filter-item .select {
        width: 100%;
    }
}

.catalog-filters .filter-item {
    padding-top: 5px;
}

.catalog-filters .filter-item .label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-transform: uppercase;
    margin-right: 12px;
    font-weight: 500;
    font-size: 13px;
    line-height: 12px;
}

.catalog-filters .filter-item .circle-radio {
    display: inline-block;
    vertical-align: middle;
}

.catalog-filters .filter-item .select {
    display: inline-block;
    vertical-align: middle;
}

.catalog-filters .filter-item .select select {
    min-width: 240px;
}

.catalog-list-section {
    margin-bottom: 140px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .catalog-list-section {
        margin-bottom: 32px;
    }
}

.catalog-list-section .catalog-line {
    background: transparent;
    padding: 0;
    margin-bottom: 4px;
    position: relative;
    float: left;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .catalog-list-section .catalog-line .full-container {
        padding: 0;
    }
}

.catalog-list-section .catalog-line:before {
    content: '';
    background: rgba(235, 235, 235, 0.4);
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
}

.catalog-list-section .catalog-line .product-item-horizontal {
    width: 100%;
    float: left;
    padding: 0 2px;
    display: -webkit-box;
    display: flex;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .catalog-list-section .catalog-line .product-item-horizontal {
        width: 100%;
        margin-bottom: 36px;
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .catalog-list-section .catalog-line .product-item-horizontal:last-child {
        margin-bottom: 0px;
    }
}

.catalog-list-section .catalog-line .product-item-horizontal .product-img {
    width: 50%;
    float: left;
}

@media screen and (max-width: 767px) {
    .catalog-list-section .catalog-line .product-item-horizontal .product-img {
        width: 100%;
    }
}

.catalog-list-section .catalog-line .product-item-horizontal .product-img img {
    width: calc(100% + 60px);
    margin-left: -60px;
}

@media screen and (max-width: 767px) {
    .catalog-list-section .catalog-line .product-item-horizontal .product-img img {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

.catalog-list-section .catalog-line .product-item-horizontal .product-body {
    width: 50%;
    float: left;
    padding: 0 74px;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .catalog-list-section .catalog-line .product-item-horizontal .product-body {
        width: 100%;
        padding: 16px 12px;
        padding-bottom: 0px;
    }
}

.catalog-list-section .catalog-line .product-item-horizontal .product-name {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
    max-width: 400px;
}

@media screen and (max-width: 992px) {
    .catalog-list-section .catalog-line .product-item-horizontal .product-name {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .catalog-list-section .catalog-line .product-item-horizontal .product-name {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px;
        margin-top: 22px;
    }
}

@media screen and (max-width: 767px) {
    .catalog-list-section .catalog-line .product-item-horizontal .product-name br {
        display: none;
    }
}

.catalog-list-section .catalog-line .product-item-horizontal .product-description {
    color: rgba(17, 17, 17, 0.8);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 42px;
    max-width: 400px;
}

@media screen and (max-width: 992px) {
    .catalog-list-section .catalog-line .product-item-horizontal .product-description {
        font-size: 16px;
        line-height: 24px;
    }
}

.catalog-list-section .product-col {
    width: 25%;
    float: left;
}

@media screen and (max-width: 1200px) {
    .catalog-list-section .product-col {
        width: 33.33333%;
        float: left;
    }
}

@media screen and (max-width: 992px) {
    .catalog-list-section .product-col {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .catalog-list-section .product-col {
        width: 50%;
        float: left;
    }
}

.auth-section {
    margin-bottom: 140px;
    margin-top: 140px;
}

@media screen and (max-width: 992px) {
    .auth-section {
        margin-top: 62px;
    }
}

@media screen and (max-width: 767px) {
    .auth-section {
        margin-bottom: 62px;
        margin-top: 0px;
    }
}

.auth-section .auth-col {
    width: 50%;
    float: left;
}

@media screen and (max-width: 767px) {
    .auth-section .auth-col {
        width: 100%;
        float: left;
        padding: 0 !important;
    }
}

.auth-section .auth-col:first-child {
    padding-left: 62px;
}

@media screen and (max-width: 992px) {
    .auth-section .auth-col:first-child {
        padding: 0;
        width: 100%;
    }
}

.auth-section .auth-col:last-child {
    padding-right: 76px;
    padding-left: 72px;
}

@media screen and (max-width: 992px) {
    .auth-section .auth-col:last-child {
        padding: 0;
        width: 100%;
    }
}

.auth-section .auth-info {
    background: rgba(233, 234, 239, 0.4);
    padding: 40px 42px;
}

@media screen and (max-width: 767px) {
    .auth-section .auth-info {
        padding: 24px;
    }
}

.auth-section .auth-info .p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(17, 17, 17, 0.8);
}

@media screen and (max-width: 767px) {
    .auth-section .auth-info .p {
        font-size: 12px;
        line-height: 20px;
    }
}

.auth-section .auth-info .p a {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: rgba(17, 17, 17, 0.8);
}

@media screen and (max-width: 767px) {
    .auth-section .auth-info .p a {
        font-size: 12px;
        line-height: 20px;
    }
}

.auth-section .auth-info .button-wrap {
    margin-top: 42px;
}

@media screen and (max-width: 767px) {
    .auth-section .auth-info .button-wrap {
        margin-top: 32px;
    }
}

@media screen and (max-width: 767px) {
    .auth-section .auth-info .btn {
        width: 100%;
    }
}

.auth-section .auth-form {
    padding: 40px 0 32px;
}

@media screen and (max-width: 767px) {
    .auth-section .auth-form {
        margin-bottom: 30px;
        padding-top: 0;
    }
}

.auth-section .auth-form .button-wrap {
    width: 66%;
    margin-left: auto;
    margin-top: 42px;
}

@media screen and (max-width: 767px) {
    .auth-section .auth-form .button-wrap {
        width: 100%;
        margin-top: 32px;
    }
}

.auth-section .auth-form .label-col {
    width: 34%;
}

.auth-section .auth-form .input-col {
    width: 66%;
}

.auth-section .auth-form .privacy-inputs {
    width: 66%;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .auth-section .auth-form .privacy-inputs {
        width: 100%;
    }
}

.auth-section .auth-form .remember {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: rgba(17, 17, 17, 0.8);
    margin-top: 18px;
}

.auth-section .btn {
    width: 100%;
}

.cart-main-section .cart-list-wrap {
    width: 60.28169%;
    float: left;
}

@media screen and (max-width: 992px) {
    .cart-main-section .cart-list-wrap {
        width: 100%;
    }
}

.cart-main-section .cart-list-wrap.cart-empty-wrap {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.cart-main-section .cart-info-wrap {
    width: 39.71831%;
    float: left;
    padding-left: 85px;
}

.cart-main-section .cart-info-wrap .wrap-box {
    background-color: rgba(235, 235, 235, 0.4);
    height: 100%;
}

@media screen and (max-width: 1240px) {
    .cart-main-section .cart-info-wrap {
        padding-left: 32px;
    }
}

@media screen and (max-width: 992px) {
    .cart-main-section .cart-info-wrap {
        width: 100%;
        padding-left: 0;
    }

    .cart-main-section .cart-info-wrap .wrap-box {
        height: initial;
    }
}

.cart-main-section .cart-empty {
    padding: 40px;
    text-align: center;
}

.cart-main-section .cart-empty .img {
    font-size: 48px;
    margin-bottom: 20px;
    color: rgba(85, 85, 85, 0.2);
}

.cart-main-section .cart-empty .text {
    color: rgba(17, 17, 17, 0.8);
}

.cart-main-section .cart-empty .button-wrap {
    margin-top: 30px;
}

.cart-main-section .cart-item {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(85, 85, 85, 0.2);
}

.cart-main-section .cart-item:last-child {
    border-bottom: none;
}

.cart-main-section .cart-item .cart-img {
    width: 30.37383%;
    float: left;
}

.cart-main-section .cart-item .cart-img img {
    max-width: 100%;
    width: 100%;
}

.cart-main-section .cart-item .cart-body {
    width: 69.62617%;
    float: left;
    padding-left: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
}

@media screen and (max-width: 767px) {
    .cart-main-section .cart-item .cart-body {
        padding-left: 16px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.cart-main-section .cart-item .cart-name {
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
}

.cart-main-section .cart-item .cart-set-label {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 6px;
    background-color: #F6F6F6;
    margin-bottom: 38px;
    gap: 4px;
}

.cart-main-section .cart-item .cart-set-label .icon {
    display: block;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3333 8.33341C13.3333 9.21747 12.9821 10.0653 12.357 10.6904C11.7319 11.3156 10.8841 11.6667 10 11.6667C9.11594 11.6667 8.2681 11.3156 7.64298 10.6904C7.01786 10.0653 6.66667 9.21747 6.66667 8.33341M2.58583 5.02841H17.4142M2.83333 4.55591C2.61696 4.84441 2.5 5.1953 2.5 5.55591V16.6667C2.5 17.1088 2.67559 17.5327 2.98816 17.8453C3.30072 18.1578 3.72464 18.3334 4.16667 18.3334H15.8333C16.2754 18.3334 16.6993 18.1578 17.0118 17.8453C17.3244 17.5327 17.5 17.1088 17.5 16.6667V5.55591C17.5 5.1953 17.383 4.84441 17.1667 4.55591L15.5 2.33341C15.3448 2.12642 15.1434 1.95842 14.912 1.8427C14.6806 1.72699 14.4254 1.66675 14.1667 1.66675H5.83333C5.57459 1.66675 5.3194 1.72699 5.08798 1.8427C4.85655 1.95842 4.65525 2.12642 4.5 2.33341L2.83333 4.55591Z' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.cart-main-section .cart-item .cart-set-label p span {
    color: #C32327;
}

.cart-main-section .cart-item .cart-set-label p {
    margin: 0;
}


@media screen and (max-width: 767px) {
    .cart-main-section .cart-item .cart-name {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 12px;
    }
}

.cart-main-section .cart-item .cart-price {
    margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
    .cart-main-section .cart-item .cart-price {
        margin-bottom: 6px;
    }
}

.cart-main-section .cart-item .cart-price .old {
    text-decoration: line-through;
    color: rgba(17, 17, 17, 0.8);
    margin-right: 8px;
}

.cart-main-section .cart-item .cart-price .new {
    color: #D34040;
}

.cart-main-section .cart-item .cart-size {
    margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
    .cart-main-section .cart-item .cart-size {
        margin-bottom: 6px;
    }
}

.cart-main-section .cart-item .cart-buttons {
    /* position: absolute; */
    bottom: 62px;
}

@media screen and (max-width: 1042px) {
    .cart-main-section .cart-item .cart-buttons {
        position: relative;
        bottom: auto;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .cart-main-section .cart-item .cart-buttons {
        position: relative;
        bottom: auto;
        margin-top: 20px;
    }
}

.cart-main-section .cart-item .name {
    font-size: 13px;
    line-height: 16px;
    /* identical to box height */
    display: inline-block;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.8);
}

@media screen and (max-width: 767px) {
    .cart-main-section .cart-item .name {
        font-size: 12px;
        line-height: 14px;
    }
}

.cart-main-section .cart-item .value {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .cart-main-section .cart-item .value {
        font-size: 12px;
        line-height: 14px;
    }
}

.cart-main-section .cart-item .btn-link {
    margin-right: 32px;
}

@media screen and (max-width: 1042px) {
    .cart-main-section .cart-item .btn-link {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .cart-main-section .cart-item .btn-link {
        margin-bottom: 12px;
        margin-right: 0;
    }
}

.cart-main-section .cart-item .btn-link:last-child {
    margin-right: 0;
}

.cart-main-section .total-price {
    padding: 40px 42px 42px;
    background-color: rgba(235, 235, 235, 0.4);
}

@media screen and (max-width: 767px) {
    .cart-main-section .total-price {
        padding: 24px;
    }
}

.cart-main-section .total-price .btn {
    width: 100%;
}

#promo-form input {
    border-radius: 0;
}

.cart-main-section .total-price .price {
    margin-bottom: 20px;
}

.cart-main-section .total-price .price .name {
    float: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}

@media screen and (max-width: 1240px) {
    .cart-main-section .total-price .price .name {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .cart-main-section .total-price .price .name {
        font-size: 13px;
        line-height: 13px;
    }
}

.cart-main-section .total-price .price .value {
    float: right;
    font-size: 18px;
    line-height: 18px;
    color: rgba(17, 17, 17, 0.8);
    text-transform: uppercase;
    font-weight: 600;
}

@media screen and (max-width: 1240px) {
    .cart-main-section .total-price .price .value {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .cart-main-section .total-price .price .value {
        font-size: 13px;
        line-height: 13px;
    }
}

.cart-main-section .total-price .promo {
    margin-top: 8px;
    margin-bottom: 24px;
}

.cart-main-section .total-price .promo .input-item {
    display: block;
    margin-top: 20px;
}

.cart-main-section .total-price .promo .input-item.show {
    display: block;
}

.cart-main-section .cart-info {
    padding: 40px 42px 42px;
    background-color: rgba(235, 235, 235, 0.4);
    margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
    .cart-main-section .cart-info {
        padding: 24px;
        margin-bottom: 16px;
    }
}

.cart-main-section .cart-info .info-item {
    margin-bottom: 58px;
}

@media screen and (max-width: 767px) {
    .cart-main-section .cart-info .info-item {
        margin-bottom: 22px;
    }
}

.cart-main-section .cart-info .info-item:last-child {
    margin-bottom: 0;
}

.cart-main-section .cart-info .h {
    font-weight: bold;
    font-size: 14px;
    line-height: 13px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .cart-main-section .cart-info .h {
        font-size: 13px;
    }
}

.cart-main-section .cart-info .p {
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    color: rgba(17, 17, 17, 0.8);
}

@media screen and (max-width: 767px) {
    .cart-main-section .cart-info .p {
        font-size: 12px;
        line-height: 20px;
    }
}

.cart-main-section .cart-info .contacts {
    margin-top: 16px;
}

.cart-main-section .cart-info .contact-item {
    margin-right: 32px;
    color: #111;
    text-decoration: none;
}

.cart-main-section .cart-info .contact-item:last-child {
    margin-right: 0;
}

.checkout-section .input-item.horizontal {
    margin-bottom: 34px;
}

.checkout-section .input-item.horizontal .input-col .input {
    position: relative;
    transition: all .3s;
}

.checkout-section .input-item.horizontal .input-col .select {
    position: relative;
    transition: all .3s;
}

.help-block {
    position: absolute;
    left: 0;
    top: calc(100% + 6px);
    color: #C32327;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s;
}


/*Помилка для звичайного інпуту*/
.checkout-section .input-item.horizontal .input-col .input.has-error .help-block {
    opacity: 1;
    transform: translateY(0px);
}

.checkout-section .input-item.horizontal .input-col .input.has-error input {
    border-color: rgb(197, 32, 32);
}

/*Помилка для звичайного select*/
.checkout-section .input-item.horizontal .input-col .select.has-error .select2-container--default .select2-selection--single {
    border-color: rgb(197, 32, 32);
}

.checkout-section .input-item.horizontal .input-col .select.has-error .help-block {
    opacity: 1;
    transform: translateY(0px);
}

.checkout-section {
    margin-bottom: 50px;
    margin-top: 142px;
}

@media screen and (max-width: 767px) {
    .checkout-section {
        margin-top: 32px;
        margin-bottom: 60px;
    }

    .checkout-section .input-item.horizontal {
        margin-bottom: 24px;
    }
}

.checkout-section.status-section {
    margin-top: 132px;
}

@media screen and (max-width: 767px) {
    .checkout-section.status-section {
        margin-top: 82px;
    }
}

.checkout-section .delivery-section {
    display: none;
}

.checkout-section .delivery-section#nova {
    display: block;
}

.checkout-section .status-pay {
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.checkout-section .status-pay .status-icon {
    margin-bottom: 32px;
}

.checkout-section .status-pay .status-icon .icons {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #080808;
    display: inline-block;
    color: #fff;
    line-height: 62px;
    font-size: 32px;
}

.checkout-section .status-pay .status-icon .icon-x {
    line-height: 64px;
}

.checkout-section .status-pay .status-text {
    color: rgba(17, 17, 17, 0.8);
    font-size: 14px;
    line-height: 22px;
}

.checkout-section .status-pay .buttons-wrap {
    text-align: center;
    margin-top: 42px;
}

.checkout-section .status-pay .buttons-wrap .btn {
    margin: 0 4px;
}

@media screen and (max-width: 767px) {
    .checkout-section .status-pay .buttons-wrap .btn {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
}

.checkout-section .h-main {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .checkout-section .h-main {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 24px;
    }
}

.checkout-section .form-col {
    width: 62.66234%;
    float: left;
    padding-right: 41px;
}

@media screen and (max-width: 992px) {
    .checkout-section .form-col {
        width: 100%;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .checkout-section .form-col {
        width: 100%;
        padding-right: 0;
    }
}

.checkout-section .info-col {
    width: 37.33766%;
    float: left;
    padding-left: 41px;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

@media screen and (max-width: 1220px) {
    .checkout-section .info-col {
        padding-left: 0;
    }
}

@media screen and (max-width: 992px) {
    .checkout-section .info-col {
        width: 100%;
        margin-top: 22px;
    }
}

@media screen and (max-width: 767px) {
    .checkout-section .info-col {
        width: 100%;
        padding-left: 0;
        position: relative;
        top: auto;
        margin-top: 22px;
    }
}

.checkout-section .h-checkout {
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 32px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .checkout-section .h-checkout {
        padding-top: 46px;
        text-align: center;
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 22px;
    }
}

.checkout-section .h-checkout .btn-edit-step {
    font-size: 14px;
    line-height: 22px;
    color: #111;
    -webkit-transition: .3s all;
    transition: .3s all;
    text-transform: none;
    font-weight: 400;
    margin-left: 10px;
}

.checkout-section .h-checkout .btn-edit-step:hover {
    color: rgba(17, 17, 17, 0.8);
}

.checkout-section .h-checkout:before {
    content: attr(data-step);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #080808;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .checkout-section .h-checkout:before {
        top: 0;
        left: 50%;
        width: 36px;
        height: 36px;
        line-height: 36px;
        position: absolute;
        margin-left: -18px;
        margin-right: 0;
    }
}

.checkout-section .products-slider-section {
    padding: 0;
    padding-left: 66px;
    padding-top: 32px;
}

@media screen and (max-width: 767px) {
    .checkout-section .products-slider-section {
        padding-left: 0;
    }
}

.checkout-section .products-slider-section .button-add-shopper {
    position: absolute;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    background: #080808;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.checkout-section .products-slider-section .more-slider {
    overflow: hidden;
    position: relative;
}

.checkout-section .products-slider-section .more-slider:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 72px;
    background: white;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
    z-index: 2;
}

.checkout-section .products-slider-section .more-slider .swiper-slide {
    width: auto;
}

.checkout-section .products-slider-section .more-slider .product-item {
    max-width: 200px;
}

.checkout-section .products-slider-section .h-section {
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

.checkout-section .products-slider-section .product-item:hover .button-add-shopper {
    opacity: 1;
}

.checkout-section .products-slider-section .product-name {
    height: auto;
}

.checkout-section .step-item.disable .h-checkout {
    color: rgba(17, 17, 17, 0.5);
}

.checkout-section .step-item.disable .h-checkout:before {
    background: #EEEEEE;
    color: rgba(17, 17, 17, 0.5);
}

.checkout-section .step-item.disable .step-body {
    display: none;
}

@media screen and (max-width: 767px) {
    .checkout-section .step-item .step-body {
        padding-bottom: 32px;
    }
}

.checkout-section .inputs-wrap {
    padding-left: 66px;
}

@media screen and (max-width: 767px) {
    .checkout-section .inputs-wrap {
        padding-left: 0;
    }
}

.checkout-section .input-item.horizontal .label-col {
    width: 30%;
}

.checkout-section .input-item.horizontal .input-col {
    width: 70%;
}

.checkout-section .input-item.horizontal .checkbox {
    margin-top: 12px;
    display: block;
}

.checkout-section .input-item.horizontal .label {
    padding: 13px 0;
}

@media screen and (max-width: 767px) {
    .checkout-section .input-item.horizontal .label {
        padding: 10px 0;
    }
}

.delivery-service .input-col {
    display: flex;
    align-items: center;
}

.delivery-service .input-col .radio-item {
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 4fr;
    gap: 0 10px;
}

.delivery-service .input-col .radio {
    padding: 0;
}

.delivery-section#nova .selection-type .input-col {
    display: flex;
    align-items: center;
}

.delivery-section#nova .selection-type .radio-item {
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 4fr;
    gap: 0 10px;
}

.delivery-section#nova .selection-type .radio-item .radio {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .delivery-service .input-col .radio-item {
        display: flex;
        flex-direction: column;
        gap: 10px 0;
    }

    .delivery-section#nova .selection-type .radio-item {
        display: flex;
        flex-direction: column;
        gap: 10px 0;
    }
}

.checkout-section .button-wrap {
    margin-top: 42px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding-left: 66px;
}

@media screen and (max-width: 767px) {
    .checkout-section .button-wrap {
        display: block;
        padding-left: 0;
        margin-top: 32px;
    }
}

@media screen and (max-width: 767px) {
    .checkout-section .button-wrap .btn {
        width: 100%;
    }
}

.checkout-section .button-wrap .button-col {
    min-width: 252px;
}

.checkout-section .button-wrap .notice-col {
    padding-right: 18px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(17, 17, 17, 0.8);
}

@media screen and (max-width: 767px) {
    .checkout-section .button-wrap .notice-col {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 16px;
    }
}

.checkout-section .info-order {
    background: rgba(235, 235, 235, 0.4);
    padding: 40px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .checkout-section .info-order {
        padding: 24px;
    }
}

.checkout-section .order-list {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(85, 85, 85, 0.2);
    margin-bottom: 32px;
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 12px;
}

@media screen and (max-width: 767px) {
    .checkout-section .order-list {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
}

.checkout-section .extra {
    margin-bottom: 10px;
}

.checkout-section .extra .name {
    float: left;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.8);
}

.checkout-section .extra .value {
    float: right;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.8);
}

.checkout-section .total {
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .checkout-section .total {
        margin-bottom: 22px;
    }
}

.checkout-section .total .name {
    float: left;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 500;
}

@media screen and (max-width: 1220px) {
    .checkout-section .total .name {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .checkout-section .total .name {
        font-size: 14px;
        line-height: 20px;
    }
}

.checkout-section .total .value {
    float: right;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(17, 17, 17, 0.8);
}

@media screen and (max-width: 1220px) {
    .checkout-section .total .value {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .checkout-section .total .value {
        font-size: 14px;
        line-height: 20px;
    }
}

.checkout-section .controls .promo {
    margin-top: 8px;
}

.promo .btn-promo {
    display: block;
    overflow: hidden;
    transition: all .3s;
}

.promo .btn-promo._hide {
    max-height: 0px;
    opacity: 0;
}

.promo .input-item {
    display: block;
    margin-top: 20px;
}

.promo .input-item.show {
    display: block;
}

.order-item {
    position: relative;
    padding-left: 110px;
    min-height: 127px;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .order-item {
        margin-bottom: 12px;
    }
}

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

.order-item .order-img {
    width: 90px;
    position: absolute;
    left: 0;
    top: 0;
}

.order-item .order-img img {
    width: 100%;
}

.order-item .order-body {
    padding: 12px 0;
}

.order-item .order-name {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    padding-right: 24px;
    position: relative;
    min-height: 54px;
}

@media screen and (max-width: 767px) {
    .order-item .order-name {
        font-size: 11px;
        line-height: 15px;
    }
}

.order-item .order-name .count {
    position: absolute;
    right: 0;
    font-size: 14px;
    line-height: 18px;
    color: rgba(17, 17, 17, 0.8);
    font-weight: 400;
    top: 0;
}

.order-item .order-info {
    /*margin-top: 34px; */
}

.order-item .order-size {
    float: left;
    font-size: 12px;
    line-height: 18px;
    color: rgba(17, 17, 17, 0.8);
    text-transform: uppercase;
}

.order-item .order-price {
    float: right;
    font-size: 12px;
    line-height: 18px;
    color: rgba(17, 17, 17, 0.8);
    text-transform: uppercase;
}

.order-item .order-price .old {
    text-decoration: line-through;
    margin-right: 12px;
}

.order-item .order-price .new {
    color: #D34040;
}

.product-page-wrapper {
    display: grid;
    grid-template-columns: 7fr 3fr;
}

.product-page-wrapper .product-left .product-inner-body .tabs {
    display: none;
}

.product-page-wrapper .product-right {
    background-color: #ebebeb;
}

.product-page-wrapper::after {
    display: none;
}

.product-page-wrapper .breadcrumbs-wrapper {
    padding: 0px 62px;
}

.product-page-wrapper .breadcrumbs {
    padding-top: 32px;
}


@media screen and (max-width: 1300px) {
    .product-page-wrapper .breadcrumbs-wrapper {
        padding: 0 32px;
    }
}

@media screen and (max-width: 1140px) {
    .product-page-wrapper .breadcrumbs-wrapper {
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    .product-page-wrapper {
        display: flex;
        flex-direction: column;
    }

    .product-page-wrapper .product-img-col {
        order: 1;
    }

    .product-page-wrapper .product-right {
        order: 2;
    }

    .product-page-wrapper .product-left {
        order: 3;
    }

    .product-page-wrapper .product-left .breadcrumbs-wrapper {
        display: none;
    }

    .product-page-wrapper .product-left .product-inner-body .tabs {
        display: block;
        margin-bottom: 30px;
    }

    /* .product-page-wrapper .breadcrumbs {
        position: fixed;
    } */

    .product-page-wrapper .product-img-col .breadcrumbs {
        display: inline-block;
        padding: 0;
        position: absolute;
        transform: rotate(-90deg) translateX(-45%);
        transform-origin: 0;
        top: 50%;
        left: 12px;
        text-align: center;
        z-index: 1;
    }
}

.product-page-wrapper .product-img-col {
    width: 100% !important;
    float: left;
    display: flex;
    align-items: flex-end;
    padding-right: 0px;
    padding-left: 28px;
    position: relative;
    background: #ebebeb;
    min-height: calc(100vh - 138px);
    justify-content: center;
    display: none !important;
}

@media screen and (max-width: 1760px) {
    .product-page-wrapper .product-img-col {
        /* width: 64.78873%;
        float: left; */
    }
}

@media screen and (max-width: 1140px) {
    .product-page-wrapper .product-img-col {
        -webkit-box-pack: center;
        justify-content: center;
        /* width: 60%; */
        padding-right: 0;
        min-height: 700px;
    }
}

@media screen and (max-width: 992px) {
    .product-page-wrapper .product-img-col {
        display: flex !important;
        min-height: initial;
        padding-top: 62px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .product-page-wrapper .product-img-col {
        width: 100%;
        position: relative;
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
    }
}

.product-page-wrapper .product-img-col img {
    vertical-align: bottom;
    max-width: 100%;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .product-page-wrapper .product-img-col .img-first img {
        max-height: calc(100vh - 138px);
    }
}

.product-page-wrapper .product-img-col .btn-scroll {
    bottom: 0;
    left: 50%;
    margin-bottom: 22px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(8, 8, 8, 0.06);
    color: #111;
}

.product-page-wrapper .product-img-col .scroll-icon {
    background: rgba(8, 8, 8, 0.07);
}

@media screen and (max-width: 767px) {
    .product-page-wrapper .product-img-col .scroll-icon {
        display: none;
    }
}

.product-page-wrapper .product-img-col .scroll-icon .line {
    background: rgba(8, 8, 8, 0.8);
}


.product-page-wrapper .product-img-col .product-option {
    display: none;
    position: absolute;
    top: 58px;
    left: 120px;
}

@media screen and (max-width: 992px) {
    .product-page-wrapper .product-img-col .product-option {
        top: 72px;
        left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .product-page-wrapper .product-img-col .product-option {
        left: 12px;
        -webkit-transform: none;
        transform: none;
        z-index: 3;
        top: 72px;
    }
}

.product-page-wrapper .product-img-col .option-item {
    width: 42px;
    height: 42px;
    display: block;
    margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
    .product-page-wrapper .product-img-col .option-item {
        width: 34px;
        height: 34px;
    }
}

@media screen and (max-width: 767px) {
    .product-page-wrapper .product-img-col .option-item {
        display: inline-block;
        margin-bottom: 0;
    }
}

.product-page-wrapper .img-preview-list {
    margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
    .product-page-wrapper .img-preview-list {
        /*background: #fff;*/
        background: #ebebeb;
    }
}

.product-page-wrapper .img-preview-list img,
.product-page-wrapper .img-preview-list video {
    max-width: 100%;
    width: 100%;
}

.product-page-wrapper .img-preview-list .col-1 {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 4px;
}

.product-page-wrapper .img-preview-list .col-1:last-child {
    margin-bottom: 0;
}

.product-page-wrapper .img-preview-list .col-2 {
    width: 50%;
    float: left;
    position: relative;
    margin-bottom: 4px;
}

.product-page-wrapper .img-preview-list .col-2:first-child {
    padding-right: 2px;
}

.product-page-wrapper .img-preview-list .col-2:last-child {
    padding-left: 2px;
}

.product-page-wrapper .sticky-spacer {
    position: absolute !important;
}

.product-page-wrapper .product-info-col {
    padding-left: 62px;
    padding-right: 62px;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    align-items: flex-start;
    position: sticky !important;
    top: var(--header-height, 0px) !important;
    left: auto !important;
    bottom: auto !important;
    transition: all .3s;
}

.product-page-wrapper .product-info-col::after {
    display: none;
}


@media screen and (max-width: 1300px) {
    .product-page-wrapper .product-info-col {
        padding-left: 42px;
        padding-right: 42px;
    }
}

@media screen and (max-width: 992px) {
    .product-page-wrapper .product-info-col {
        /* border-top: 1px solid rgba(85, 85, 85, 0.2); */
        padding: 20px;
        padding-top: 32px;
        padding-bottom: 24px;
        z-index: 4;
    }
}

@media screen and (max-width: 767px) {
    .product-page-wrapper .product-info-col {
        /* width: 100%; */
        padding-left: 0;
        padding: 0 10px;
        /* position: relative; */
        padding-bottom: 22px;
        border-top: none;
    }
}

.product-page-wrapper .product-info {
    width: 100%;
}

.product-page-wrapper .img-first {
    width: 38%;
    min-width: 380px;
}

@media screen and (max-width: 1140px) {
    .product-page-wrapper .img-first {
        width: 60%;
        float: none;
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .product-page-wrapper .img-first {
        display: none;
    }
}

.product-page-wrapper .img-second {
    width: 32%;
    margin-right: 10px;
    min-width: 320px;
}

@media screen and (max-width: 1140px) {
    .product-page-wrapper .img-second {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .product-page-wrapper .img-second {
        display: none;
    }
}

.product-page-wrapper .product-mobile-name {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 26px 24px 48px;
    background: #ebebeb;
    text-align: center;
}

.product-page-wrapper .product-name {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
    padding-right: 32px;
    margin: 0;
}

.product-page-wrapper .product-name .particle-box {
    display: none;
}

@media screen and (max-width: 767px) {
    .product-page-wrapper .product-name {
        font-size: 16px;
        line-height: 26px;
    }
}

.product-page-wrapper .product-name .btn-icon {
    top: 2px;
    right: 0;
    position: absolute;
}

.product-page-wrapper .product-price {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #111;
    margin-top: 18px;
}

.product-page-wrapper .product-price .old {
    font-size: 16px;
    line-height: 19px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.8);
    margin-right: 16px;
}

.product-page-wrapper .product-price .new {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #D34040;
}

.product-page-wrapper .product-size {
    margin-top: 62px;
}

@media screen and (max-width: 767px) {
    .product-page-wrapper .product-size {
        margin-top: 44px;
    }
}

.product-page-wrapper .product-size .label {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 14px;
}

.product-page-wrapper .product-size .radio-list {
    float: left;
}

.product-page-wrapper .product-size .table-size {
    float: right;
    padding-top: 6px;
}

.product-page-wrapper .product-size .table-size .btn-link {
    cursor: pointer;
}

.product-page-wrapper .product-buy {
    margin-top: 16px;
}

.product-page-wrapper .product-buy .btn {
    width: 100%;
}

.product-page-wrapper .product-buy .btn-link {
    margin-top: 16px;
}

.product-page-wrapper .cert-img {
    display: inline-block;
    margin-top: 14px;
}

.product-page-wrapper .product-material {
    margin-top: 72px;
}

@media screen and (max-width: 767px) {
    .product-page-wrapper .product-material {
        margin-top: 52px;
    }
}

.product-page-wrapper .product-material .tabs {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.product-page-wrapper .product-material .tab-item {
    color: rgba(17, 17, 17, 0.6);
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: .3s all;
    transition: .3s all;
}

@media screen and (max-width: 1260px) {
    .product-page-wrapper .product-material .tab-item {
        font-size: 13px;
        line-height: 13px;
    }
}

@media screen and (max-width: 767px) {
    .product-page-wrapper .product-material .tab-item {
        font-size: 12px;
        line-height: 11px;
    }
}

.product-page-wrapper .product-material .tab-item:hover {
    color: #111;
}

.product-page-wrapper .product-material .tab-item.active {
    color: #111;
}

.product-page-wrapper .product-material .tab-body {
    font-size: 14px;
    line-height: 24px;
    color: rgba(17, 17, 17, 0.8);
    display: none;
}

@media screen and (max-width: 767px) {
    .product-page-wrapper .product-material .tab-body {
        font-size: 12px;
        line-height: 22px;
    }
}

.product-page-wrapper .product-material .tab-body.active {
    display: block;
}

.product-page-wrapper .product-material .tab-body ul {
    padding-left: 16px;
}

.product-page-wrapper .product-material .tab-body p img {
    display: block;
}

.product-page-wrapper .product-material .tab-body p a {
    text-decoration: underline;
    color: rgba(17, 17, 17, 0.8);
}

.product-page-wrapper .product-material .tab-body p a:hover {
    color: #111111;
}

.product-page-wrapper .product-material .tabs-body-wrap {
    min-height: 316px;
}

@media screen and (max-width: 1400px) {
    .product-page-wrapper .product-material .tabs-body-wrap {
        min-height: 160px;
    }
}

.product-inner-body {
    padding: 30px 62px 0 62px;
    overflow: hidden;
}

@media screen and (max-width: 1300px) {
    .product-inner-body {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (max-width: 1140px) {
    .product-inner-body {
        width: 100%;
        padding: 0;
        padding-top: 32px;
    }
}

@media screen and (max-width: 767px) {
    .product-inner-body {
        padding-top: 32px;
        margin-bottom: 20px;
    }
}

.product-inner-body .tabs {
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .product-inner-body .tabs {
        margin-bottom: 0;
    }
}

.product-inner-body .tab-item {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.6);
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all;
    margin-right: 28px;
}

@media screen and (max-width: 767px) {
    .product-inner-body .tab-item {
        font-size: 12px;
        line-height: 12px;
    }
}

@media screen and (max-width: 767px) {
    .product-inner-body .tab-item .desktop-view {
        display: none;
    }
}

.product-inner-body .tab-item .count {
    display: inline-block;
    background: #ebebeb;
    width: 24px;
    height: 24px;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    color: #111;
    margin-left: 4px;
    font-weight: 400;
}

.product-inner-body .tab-item:last-child {
    margin-right: 0;
}

.product-inner-body .tab-item.active {
    color: #111;
}

.product-inner-body .tab-item:hover {
    color: #111;
}

.product-inner-body .tab-body {
    display: none;
}

.product-inner-body .tab-body.active {
    display: block;
}

.product-inner-body .row {
    margin: 0 -28px;
}

@media screen and (max-width: 1760px) {
    .product-inner-body .row {
        margin: 0 -14px;
    }
}

@media screen and (max-width: 1300px) {
    .product-inner-body .row {
        margin: 0 -12px;
    }
}

@media screen and (max-width: 992px) {
    .product-inner-body .row {
        margin: 0 -12px;
    }
}

@media screen and (max-width: 767px) {
    .product-inner-body .row {
        margin: 0;
    }
}

.product-inner-body .col {
    width: 50%;
    float: left;
    padding: 0 28px;
}

@media screen and (max-width: 1760px) {
    .product-inner-body .col {
        padding: 0 14px;
    }
}

@media screen and (max-width: 1300px) {
    .product-inner-body .col {
        padding: 0 12px;
    }
}

@media screen and (max-width: 992px) {
    .product-inner-body .col {
        padding: 0 12px;
    }
}

@media screen and (max-width: 767px) {
    .product-inner-body .col {
        width: 100%;
        padding: 0;
    }
}

.product-inner-body .col:first-child .photo-item:first-child img,
.product-inner-body .col:first-child .photo-item:first-child video {
    margin-top: 0;
}

.product-inner-body .col:nth-child(2n) {
    -webkit-box-ordinal-group: 3;
    order: 2;
}

.product-inner-body .col:nth-child(2n+1) {
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.product-inner-body .photo-item {
    position: relative;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .product-inner-body .photo-item {
        margin: 0;
    }
}

.product-inner-body .photo-item img,
.product-inner-body .photo-item video {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-top: 30px;
}

.product-inner-body .photo-item video {
    aspect-ratio: 467/701;
    object-position: center;
    object-fit: cover;
}

.product-inner-body .product-photos.has-video .col:last-child .photo-item:last-child img {
    display: none;
}

@media screen and (max-width: 767px) {
    .product-inner-body .product-photos.has-video .col:last-child .photo-item:last-child video {
        display: none;
    }

    .product-inner-body .product-photos.has-video .col:last-child .photo-item:last-child img {
        display: block;
    }

    .product-inner-body .col:first-child .photo-item:first-child picture {
        display: none;
    }

    .product-inner-body .col:first-child .photo-item:first-child .photo-description {
        margin: 0;
    }
}

.product-inner-body .photo-description {
    padding: 0px 26px;
    color: rgba(17, 17, 17, 0.8);
    font-size: 15px;
    line-height: 23px;
    margin: 30px 0;
}

@media screen and (max-width: 1760px) {
    .product-inner-body .photo-description {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 992px) {
    .product-inner-body .photo-description {
        margin: 24px 0;
        padding: 0 16px;
    }
}

@media screen and (max-width: 767px) {
    .product-inner-body .photo-description {
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-height: 20px;
        margin-top: 16px;
    }
}

.product-inner-body .product-alert {
    background: rgba(235, 235, 235, 0.4);
    border-left: 3px solid #080808;
    padding: 32px 28px;
    position: relative;
    padding-right: 314px;
    margin-top: 22px;
}

@media screen and (max-width: 767px) {
    .product-inner-body .product-alert {
        padding: 20px;
    }
}

.product-inner-body .product-alert .h {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .product-inner-body .product-alert .h {
        font-size: 12px;
    }
}

.product-inner-body .product-alert .p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(17, 17, 17, 0.8);
}

@media screen and (max-width: 767px) {
    .product-inner-body .product-alert .p {
        font-size: 12px;
        line-height: 20px;
    }
}

.product-inner-body .product-alert .img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 28px;
    display: -webkit-box;
    display: flex;
}

@media screen and (max-width: 767px) {
    .product-inner-body .product-alert .img {
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: initial;
        transform: initial;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .product-inner-body .product-alert .img img {
        height: 32px;
    }
}

.product-inner-body .product-alert .img-item {
    margin-right: 3px;
}

.product-inner-body .comments {
    margin-top: 38px;
}

@media screen and (max-width: 767px) {
    .product-inner-body .comments {
        margin-top: 24px;
    }
}

.product-inner-body .comments-col {
    width: 100%;
    float: left;
}

@media screen and (max-width: 992px) {
    .product-inner-body .comments-col {
        width: 100%;
    }
}

.product-inner-body .comments-write-col {
    width: 100%;
    float: left;
}

@media screen and (max-width: 992px) {
    .product-inner-body .comments-write-col {
        width: 100%;
        padding-left: 0;
        margin-bottom: 22px;
    }
}

.product-inner-body .comment-block:last-child .comment-item {
    margin-bottom: 0;
}

.product-inner-body .comment-item {
    border: 1px solid rgba(85, 85, 85, 0.2);
    padding: 24px 28px;
    margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
    .product-inner-body .comment-item {
        padding: 24px 20px;
    }
}

.product-inner-body .comment-item.comment-reply {
    margin-left: 32px;
    position: relative;
}

.product-inner-body .comment-item.comment-reply:before {
    content: '';
    position: absolute;
    left: -24px;
    width: 3px;
    top: 0;
    bottom: 0;
    background: rgba(85, 85, 85, 0.2);
}

.product-inner-body .comment-item .name {
    float: left;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .product-inner-body .comment-item .name {
        font-size: 11px;
        line-height: 11px;
    }
}

.product-inner-body .comment-item .date {
    float: right;
    font-size: 13px;
    line-height: 13px;
    color: rgba(17, 17, 17, 0.8);
}

.product-inner-body .comment-item .comment-head {
    margin-bottom: 18px;
}

.product-inner-body .comment-item .comment-body {
    font-size: 14px;
    line-height: 23px;
    color: rgba(17, 17, 17, 0.8);
    margin-top: 32px;
}

@media screen and (max-width: 767px) {
    .product-inner-body .comment-item .comment-body {
        margin-top: 25px;
        font-size: 12px;
        line-height: 20px;
    }
}

.product-inner-body .comment-item .comment-bottom {
    margin-top: 32px;
}

.product-inner-body .comment-item .reply {
    float: left;
}

.product-inner-body .comment-item .likes {
    float: right;
}

.product-inner-body .comment-item .likes>div {
    display: inline-block;
    margin-left: 12px;
}

.product-inner-body .comment-item .likes>div .count {
    line-height: 24px;
    vertical-align: bottom;
    margin-left: 4px;
    font-size: 14px;
}

.product-inner-body .comments-write {
    background: rgba(235, 235, 235, 0.4);
    padding: 32px;
    margin-bottom: 32px;
}

@media screen and (max-width: 1420px) {
    .product-inner-body .comments-write {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .product-inner-body .comments-write {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .product-inner-body .comments-write {
        width: 100%;
        padding: 24px;
    }
}

.product-inner-body .comments-write .h {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .product-inner-body .comments-write .h {
        font-size: 12px;
        line-height: 12px;
    }
}

.product-inner-body .comments-write .p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 23px;
    color: rgba(17, 17, 17, 0.8);
}

@media screen and (max-width: 767px) {
    .product-inner-body .comments-write .p {
        font-size: 12px;
        line-height: 20px;
    }

    .product-inner-body .img-preview-list video {
        display: none;
    }
}

.product-inner-body .comments-write .btn {
    width: 100%;
}

.product-inner-body .comments-write .button-wrap {
    margin-top: 32px;
}

.cabinet-section {
    margin-bottom: 142px;
}

@media screen and (max-width: 767px) {
    .cabinet-section {
        margin-bottom: 62px;
    }
}

.cabinet-section .cabinet-main {
    background-image: url(../img/cabinet_title.jpg?v1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    padding: 72px;
    margin-bottom: 32px;
}

@media screen and (max-width: 992px) {
    .cabinet-section .cabinet-main {
        padding: 52px;
    }
}

@media screen and (max-width: 767px) {
    .cabinet-section .cabinet-main {
        padding: 70px 20px;
        background-position: 75% 0%;
    }
}

.cabinet-section .cabinet-main .h {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
    .cabinet-section .cabinet-main .h {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 38px;
    }
}

.cabinet-section .cabinet-main.contacts-title {
    background-image: url(../img/contacts_title.jpg);
}

.cabinet-section .cabinet-main.contacts-title .h {
    margin-bottom: 12px;
}

.cabinet-section .cabinet-main.contacts-title .p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin-bottom: 32px;
}

.cabinet-section .cabinet-main.contacts-title a {
    text-decoration: none;
    font-size: 22px;
    color: #fff;
}

.cabinet-section .cabinet-main.contacts-title a svg {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 6px;
    fill: rgba(255, 255, 255, 0.6);
}

.cabinet-section .cabinet-main.contacts-title a span {
    line-height: 32px;
}

.cabinet-section .cabinet-main .info {
    max-width: 600px;
}

.cabinet-section .cabinet-main .info-item {
    width: 50%;
    float: left;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .cabinet-section .cabinet-main .info-item {
        width: 100% !important;
    }
}

.cabinet-section .cabinet-main .info-item:nth-child(2n + 1) {
    width: 45%;
}

.cabinet-section .cabinet-main .info-item:nth-child(2n) {
    width: 55%;
}

.cabinet-section .cabinet-main .name {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 767px) {
    .cabinet-section .cabinet-main .name {
        font-size: 12px;
        line-height: 20px;
    }
}

.cabinet-section .cabinet-main .value {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .cabinet-section .cabinet-main .value {
        font-size: 12px;
        line-height: 20px;
    }
}

.cabinet-section .cabinet-main .button-wrap {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .cabinet-section .cabinet-main .button-wrap {
        margin-top: 38px;
    }
}

.cabinet-section .cabinet-main .btn-link {
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.cabinet-section .cabinet-main .btn-link:hover {
    opacity: .7;
}

.cabinet-section .cabinet-main .btn-link span {
    color: rgba(255, 255, 255, 0.7);
}

.cabinet-section .cabinet-category-list {
    margin: 0 -4px;
}

.cabinet-section .cabinet-category-list .list-col {
    width: 25%;
    float: left;
    padding: 0 4px;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .cabinet-section .cabinet-category-list .list-col {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 992px) {
    .cabinet-section .cabinet-category-list .list-col {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .cabinet-section .cabinet-category-list .list-col {
        width: 100%;
        float: left;
    }
}

.cabinet-section .cabinet-category-list .category-item {
    border: 1px solid rgba(85, 85, 85, 0.2);
    padding: 48px 32px 42px;
}

@media screen and (max-width: 1120px) {
    .cabinet-section .cabinet-category-list .category-item {
        padding: 48px 19px 42px;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .cabinet-section .cabinet-category-list .category-item {
        padding: 48px 32px 42px;
    }
}

@media screen and (max-width: 992px) {
    .cabinet-section .cabinet-category-list .category-item {
        padding: 48px 32px 42px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .cabinet-section .cabinet-category-list .category-item {
        padding: 32px 20px;
        margin-bottom: 18px;
    }
}

.cabinet-section .cabinet-category-list .category-item.contacts-item {
    text-align: center;
}

.cabinet-section .cabinet-category-list .category-item.contacts-item:hover .img svg {
    filter: initial;
    -webkit-filter: initial;
    -moz-filter: initial;
    -ms-filter: initial;
    -o-filter: initial;
    filter: initial;
    -webkit-filter: initial;
}

.cabinet-section .cabinet-category-list .category-item.contacts-item .img {
    margin-bottom: 24px;
}

.cabinet-section .cabinet-category-list .category-item.contacts-item .img svg {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.cabinet-section .cabinet-category-list .category-item.contacts-item .h {
    margin-bottom: 32px;
}

.cabinet-section .cabinet-category-list .category-item.contacts-item .p {
    min-height: 110px;
}

@media screen and (max-width: 767px) {
    .cabinet-section .cabinet-category-list .category-item.contacts-item .p {
        min-height: initial;
    }
}

.cabinet-section .cabinet-category-list .category-item.contacts-item .button-wrap {
    margin-top: 52px;
}

.cabinet-section .cabinet-category-list .h {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    min-height: 24px;
    margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
    .cabinet-section .cabinet-category-list .h {
        margin-bottom: 24px;
        font-size: 14px;
    }
}

.cabinet-section .cabinet-category-list .h .count {
    display: inline-block;
    background: #E9EAEF;
    width: 24px;
    height: 24px;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    color: #111;
    margin-left: 4px;
    font-weight: 400;
}

.cabinet-section .cabinet-category-list .p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(17, 17, 17, 0.8);
    min-height: 180px;
}

@media screen and (max-width: 767px) {
    .cabinet-section .cabinet-category-list .p {
        min-height: auto;
        font-size: 12px;
        line-height: 20px;
    }
}

.cabinet-section .cabinet-category-list .button-wrap {
    margin-top: 97px;
}

@media screen and (max-width: 767px) {
    .cabinet-section .cabinet-category-list .button-wrap {
        margin-top: 42px;
    }
}

.cabinet-section .cabinet-category-list .btn {
    width: 100%;
}

.cabinet-section .cabinet-nav {
    width: 33.23944%;
    float: left;
    padding-right: 36px;
}

@media screen and (max-width: 992px) {
    .cabinet-section .cabinet-nav {
        padding: 0;
        width: 100%;
    }
}

.cabinet-section .cabinet-nav.nav-mini {
    width: 9.85915%;
    float: left;
}

.cabinet-section .cabinet-nav.nav-mini .nav .count {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
}

.cabinet-section .cabinet-body {
    width: 66.76056%;
    float: left;
    padding-left: 36px;
}

@media screen and (max-width: 1325px) {
    .cabinet-section .cabinet-body {
        padding-left: 24px;
    }
}

@media screen and (max-width: 992px) {
    .cabinet-section .cabinet-body {
        padding: 0;
        width: 100%;
    }
}

.cabinet-section .cabinet-body.body-full {
    width: 90.14085%;
    float: left;
}

.cabinet-section .cabinet-h {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
    .cabinet-section .cabinet-h {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 12px;
    }
}

.cabinet-section .cabinet-p {
    color: rgba(17, 17, 17, 0.8);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
    .cabinet-section .cabinet-p {
        font-size: 12px;
        line-height: 20px;
    }
}

.cabinet-section .wishlist-wrap {
    position: relative;
    overflow: hidden;
}

.cabinet-section .wishlist-wrap>.btn {
    position: absolute;
    bottom: 42px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
}

@media screen and (max-width: 767px) {
    .cabinet-section .wishlist-wrap>.btn {
        width: 100%;
    }
}

.cabinet-section .wishlist-col {
    width: 33.33333%;
    float: left;
}

@media screen and (max-width: 992px) {
    .cabinet-section .wishlist-col {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .cabinet-section .wishlist-col {
        width: 100%;
        float: left;
    }
}

.cabinet-section .nav {
    background: rgba(235, 235, 235, 0.4);
}

@media screen and (max-width: 992px) {
    .cabinet-section .nav {
        margin-bottom: 32px;
    }
}

.cabinet-section .nav .nav-head {
    border-bottom: 1px solid rgba(85, 85, 85, 0.2);
    padding: 25px 42px;
}

@media screen and (max-width: 992px) {
    .cabinet-section .nav .nav-head {
        border-bottom: none;
        padding: 20px 14px;
    }
}

@media screen and (max-width: 767px) {
    .cabinet-section .nav .nav-head .btn-link {
        font-size: 12px;
        line-height: 22px;
    }
}

.cabinet-section .nav .nav-list {
    border-bottom: 1px solid rgba(85, 85, 85, 0.2);
    padding: 42px;
}

@media screen and (max-width: 992px) {
    .cabinet-section .nav .nav-list {
        display: none;
    }
}

.cabinet-section .nav .nav-bottom {
    padding: 25px 42px;
}

@media screen and (max-width: 992px) {
    .cabinet-section .nav .nav-bottom {
        display: none;
    }
}

.cabinet-section .nav .nav-item {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    color: rgba(17, 17, 17, 0.8);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 24px;
    -webkit-transition: .3s all;
    transition: .3s all;
    position: relative;
}

.cabinet-section .nav .nav-item:hover {
    color: #111;
}

.cabinet-section .nav .nav-item:last-child {
    margin-bottom: 0;
}

.cabinet-section .nav .nav-item.active {
    color: #111;
}

.cabinet-section .nav i {
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #111;
}

.cabinet-section .nav .count {
    display: inline-block;
    background: #E9EAEF;
    width: 24px;
    height: 24px;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    color: #111;
    margin-left: 8px;
    font-weight: 400;
}

.cabinet-section .form-edit {
    max-width: 600px;
}

@media screen and (max-width: 992px) {
    .cabinet-section .form-edit {
        margin: auto;
    }
}

.cabinet-section .form-edit .buttons-wrap {
    width: 70%;
    float: right;
    display: -webkit-box;
    display: flex;
    margin-left: 0 -5px;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .cabinet-section .form-edit .buttons-wrap {
        width: 100%;
        display: block;
    }
}

.cabinet-section .form-edit .btn {
    width: 50%;
    margin: 0 5px;
}

@media screen and (max-width: 767px) {
    .cabinet-section .form-edit .btn {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
}

.cabinet-section .input-item.horizontal .input-col {
    width: 70%;
}

.cabinet-section .input-item.horizontal .label-col {
    width: 30%;
}

.cabinet-section .input-item .checkbox {
    margin-top: 22px;
    display: block;
}

.cabinet-section .input-item .radio-item {
    padding-top: 8px;
}

.cabinet-section .history-wrap {
    margin-bottom: 22px;
}

.cabinet-section .history-item {
    border: 1px solid rgba(85, 85, 85, 0.2);
    padding: 28px;
}

@media screen and (max-width: 767px) {
    .cabinet-section .history-item {
        padding: 20px;
    }
}

.cabinet-section .history-item .history-info {
    margin-bottom: 32px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .cabinet-section .history-item .history-info {
        margin-bottom: 13px;
    }
}

.cabinet-section .history-item .info-item {
    float: left;
    margin-right: 42px;
    font-size: 12px;
    line-height: 20px;
}

@media screen and (max-width: 767px) {
    .cabinet-section .history-item .info-item {
        width: 50%;
        margin-right: 0;
        font-size: 11px;
        margin-bottom: 18px;
    }
}

.cabinet-section .history-item .info-item:last-child {
    float: right;
    margin-right: 0;
}

.cabinet-section .history-item .info-item .name {
    text-transform: uppercase;
    font-weight: 500;
}

.cabinet-section .history-item .info-item .value {
    color: rgba(17, 17, 17, 0.8);
}

.cabinet-section .history-item .history-preview {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1300px) {
    .cabinet-section .history-item .history-preview {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .cabinet-section .history-item .history-preview {
        display: block;
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        flex-direction: initial;
    }
}

.cabinet-section .history-item .preview-list {
    font-size: 0;
    max-width: 470px;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 767px) {
    .cabinet-section .history-item .preview-list {
        width: 100%;
        max-width: 100%;
    }
}

.cabinet-section .history-item .preview-list:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 100%;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), color-stop(82.22%, rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 82.22%);
}

@media screen and (max-width: 767px) {
    .cabinet-section .history-item .preview-list:after {
        background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FFFFFF), color-stop(82.22%, rgba(255, 255, 255, 0)));
        background: linear-gradient(270deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 82.22%);
    }
}

.cabinet-section .history-item .preview-list .count {
    position: absolute;
    right: -48px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid rgba(85, 85, 85, 0.2);
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .cabinet-section .history-item .preview-list .count {
        right: 0;
        z-index: 2;
    }
}

.cabinet-section .history-item .preview-item {
    display: inline-block;
    text-decoration: none;
    margin-right: 4px;
}

.cabinet-section .history-item .preview-item img {
    max-width: 90px;
}

@media screen and (max-width: 767px) {
    .cabinet-section .history-item .preview-item img {
        max-width: 68px;
    }
}

@media screen and (max-width: 767px) {
    .cabinet-section .history-item .preview-item:nth-child(5) {
        display: none;
    }
}

.cabinet-section .history-item .buttons-wrap {
    max-width: 235px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 1300px) {
    .cabinet-section .history-item .buttons-wrap {
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        margin-top: 24px;
        margin-left: -5px;
    }
}

@media screen and (max-width: 767px) {
    .cabinet-section .history-item .buttons-wrap {
        width: 100%;
        max-width: 100%;
        margin-top: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-left: 0;
    }
}

.cabinet-section .history-item .btn {
    width: 100%;
    margin-bottom: 12px;
}

@media screen and (max-width: 1300px) {
    .cabinet-section .history-item .btn {
        margin: 0 5px;
    }
}

@media screen and (max-width: 767px) {
    .cabinet-section .history-item .btn {
        margin: 0;
        margin-bottom: 10px;
    }
}

.cabinet-section .history-item .btn:last-child {
    margin-bottom: 0;
}

.cabinet-section .history-item .btn i {
    margin-left: 7px;
}

.cabinet-section .pay-status {
    color: #27ae60;
}

.cabinet-section .history-item-more {
    border: 1px solid rgba(85, 85, 85, 0.2);
    border-top: none;
    padding: 28px;
    display: none;
}

.cabinet-section .history-item-more.active {
    display: block;
}

.cabinet-section .history-item-more .h-more {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .cabinet-section .history-item-more .h-more {
        margin-bottom: 12px;
    }
}

.cabinet-section .history-item-more .more-info {
    margin-bottom: 42px;
}

.cabinet-section .history-item-more .info-item {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .cabinet-section .history-item-more .info-item {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}

.cabinet-section .history-item-more .info-item:last-child {
    margin-bottom: 0;
}

.cabinet-section .history-item-more .info-item .name {
    color: rgba(17, 17, 17, 0.8);
}

.cabinet-section .history-item-more .order-list {
    max-width: 500px;
}

.not-found {
    min-height: calc(100vh - 77px - 56px);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    position: relative;
    top: -20px;
}

@media screen and (max-width: 767px) {
    .not-found {
        top: auto;
    }
}

.not-found .h {
    margin-bottom: 18px;
    font-size: 124px;
}

@media screen and (max-width: 767px) {
    .not-found .h {
        font-size: 62px;
    }
}

.not-found .p {
    color: rgba(17, 17, 17, 0.8);
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .not-found .p {
        font-size: 14px;
        line-height: 22px;
    }
}

.not-found .button-wrap {
    margin-top: 42px;
}

@media screen and (max-width: 767px) {
    .not-found .btn {
        width: 100%;
    }
}

.section-tags {
    background: #080808;
    padding: 128px 0 118px;
    position: relative;
    z-index: 4;
}

@media screen and (max-width: 767px) {
    .section-tags {
        padding: 92px 0 86px;
        overflow: hidden;
    }
}

.section-tags .tags-list {
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.section-tags .tag-item {
    display: inline-block;
    position: relative;
    margin: 0 4px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .section-tags .tag-item {
        margin: 0 2px;
        margin-bottom: 6px;
    }
}

.section-tags .tag-item:nth-child(2n) .tag-link {
    color: #ded5ba;
}

.section-tags .tag-item:hover .tag-link {
    z-index: 3;
}

.section-tags .tag-item:hover .tag-img {
    /*display: block;*/
    opacity: 1;
    z-index: 2;
}

.section-tags .tag-link {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    position: relative;
}

@media screen and (max-width: 767px) {
    .section-tags .tag-link {
        font-size: 22px;
        line-height: 22px;
    }
}

.section-tags .tag-img {
    position: absolute;
    /*top: 50%;*/
    top: var(--y);
    left: var(--x, 50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;


    /*old*/
    /*left: 50%;*/
    /*right: 50%;*/
    /*display: none;*/
}

.section-tags .tag-img img {
    height: 228px;
}

@media screen and (max-width: 767px) {
    .section-tags .tag-img img {
        height: 180px;
    }
}

.section-about-navigation {
    background: #080808;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

.section-about-navigation .h {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin: auto;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .section-about-navigation .h {
        display: none;
    }
}

.section-about-navigation .about-controls {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.section-about-navigation .about-controls a {
    text-decoration: none;
}

.section-about-navigation .about-controls a:hover .control-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.section-about-navigation .about-controls .control-img {
    margin-bottom: 30px;
}

.section-about-navigation .about-controls .control-img img {
    -webkit-transition: .3s all;
    transition: .3s all;
}

.section-about-navigation .about-controls .control-arrow {
    font-size: 0;
    margin-bottom: 12px;
    min-height: 8px;
}

.section-about-navigation .about-controls .control-name .name {
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
}

.section-about-navigation .about-controls .control-name .count {
    font-weight: bold;
    font-size: 32px;
    line-height: 28px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin: 0 10px;
}

@media screen and (max-width: 767px) {
    .section-about-navigation .about-controls .control-name .count {
        display: block;
        margin: 0;
    }
}

.section-about-navigation .about-controls .control-right {
    z-index: 4;
    text-align: right;
    right: 60px;
}

@media screen and (max-width: 767px) {
    .section-about-navigation .about-controls .control-right {
        width: 45%;
        overflow: hidden;
        position: relative;
        right: auto;
        left: auto;
    }
}

@media screen and (max-width: 767px) {
    .section-about-navigation .about-controls .control-right .control-arrow img {
        position: absolute;
        right: 0;
    }
}

.section-about-navigation .about-controls .control-left {
    left: 60px;
}

@media screen and (max-width: 767px) {
    .section-about-navigation .about-controls .control-left {
        width: 45%;
        overflow: hidden;
        position: relative;
        right: auto;
        left: auto;
    }
}

.section-about {
    height: calc(100vh - 137px);
    min-height: 460px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #000;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .section-about {
        height: calc(100vh - 70px);
    }
}

.section-about:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 17, 17, 0.25)), to(rgba(17, 17, 17, 0.25))), -webkit-gradient(linear, left top, left bottom, color-stop(35.42%, rgba(0, 0, 0, 0.19)), to(#000000));
    background: linear-gradient(0deg, rgba(17, 17, 17, 0.25), rgba(17, 17, 17, 0.25)), linear-gradient(180deg, rgba(0, 0, 0, 0.19) 35.42%, #000000 100%);
}

.section-about.section-about-main {
    background-color: #000;
    padding-bottom: 300px;
    padding-top: 240px;
}

.section-about video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section-about.section-about-faq {
    background-image: url(../img/about_faq.png);
    padding-bottom: 48px;
    margin-bottom: 72px;
}

@media screen and (max-width: 992px) {
    .section-about.section-about-faq {
        background-position: 35% 0;
    }
}

@media screen and (max-width: 767px) {
    .section-about.section-about-faq {
        background-position: 50% 0;
    }
}

.section-about.section-about-production {
    padding-bottom: 48px;
}

.section-about.section-about-team {
    padding-bottom: 48px;
}

@media screen and (max-width: 992px) {
    .section-about.section-about-team {
        background-position: 35% 50%;
    }
}

@media screen and (max-width: 767px) {
    .section-about.section-about-team {
        background-position: 39% 50%;
    }
}

@media screen and (max-width: 767px) {
    .section-about.section-about-team .hidden-mobile {
        display: none;
    }
}

.section-about.section-about-team .mobile-video {
    display: none;
    height: calc(100vh - 70px);
}

@media screen and (max-width: 767px) {
    .section-about.section-about-team .mobile-video {
        display: block;
    }
}

.section-about.section-about-materials {
    background-image: url(../img/about_production.jpg);
    padding-bottom: 48px;
}

.section-about.section-about-timeline {
    background-image: url(../img/about_timeline.jpg);
    padding-bottom: 48px;
}

@media screen and (max-width: 992px) {
    .section-about.section-about-timeline {
        background-position: 50% 0;
    }
}

.section-about.section-about-eco {
    padding-bottom: 48px;
}

@media screen and (max-width: 992px) {
    .section-about.section-about-eco {
        background-position: 70% 0;
    }
}

.section-about .section-about-wrapp {
    position: relative;
    min-height: calc(100vh - 137px - 129px);
}

.section-about .section-about-wrapp .about-controls {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-about .h1 {
    font-weight: 900;
    font-size: 124px;
    line-height: 119px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    z-index: 2;
    width: 100%;
    text-align: center;
    padding: 62px 0;
    position: absolute;
    top: 20%;
}

@media screen and (max-width: 1180px) {
    .section-about .h1 {
        font-size: 72px;
    }
}

@media screen and (max-width: 767px) {
    .section-about .h1 {
        font-size: 42px;
    }
}

.section-about .h2 {
    font-weight: bold;
    font-size: 42px;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    color: #fff;
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-bottom: 100px;
}

@media screen and (max-width: 1400px) {
    .section-about .h2 {
        font-size: 32px;
    }
}

.section-about .about-social {
    z-index: 3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%);
    left: 60px;
}

@media screen and (max-width: 767px) {
    .section-about .about-social {
        display: none;
    }
}

.section-about .about-controls {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    width: 100%;
    padding: 0 60px;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .section-about .about-controls {
        display: none;
    }
}

.section-about .about-controls a {
    text-decoration: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-about .about-controls a:hover .control-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.section-about .about-controls .control-img {
    margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
    .section-about .about-controls .control-img {
        display: none;
    }
}

.section-about .about-controls .control-img img {
    -webkit-transition: .3s all;
    transition: .3s all;
}

.section-about .about-controls .control-arrow {
    font-size: 0;
    margin-bottom: 12px;
    display: inline-block;
}

@media screen and (max-width: 992px) {
    .section-about .about-controls .control-arrow {
        width: 60px;
        overflow: hidden;
        position: relative;
        height: 36px;
    }
}

@media screen and (max-width: 992px) {
    .section-about .about-controls .control-arrow img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 992px) {
    .section-about .about-controls .control-name {
        display: none;
    }
}

.section-about .about-controls .control-name .name {
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
}

.section-about .about-controls .control-name .count {
    font-weight: bold;
    font-size: 32px;
    line-height: 28px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin: 0 10px;
}

.section-about .about-controls .control-right {
    z-index: 4;
    text-align: right;
    right: 60px;
}

@media screen and (max-width: 1400px) {
    .section-about .about-controls .control-right {
        right: 20px;
    }
}

.section-about .about-controls .control-right .control-arrow img {
    right: 0;
}

.section-about .about-controls .control-left {
    left: 60px;
}

@media screen and (max-width: 1400px) {
    .section-about .about-controls .control-left {
        left: 20px;
    }
}

.section-about .social-item {
    margin-bottom: 22px;
}

.section-about .social-item:last-child {
    margin-bottom: 0;
}

.section-about .social-item a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: .3s;
    transition: .3s;
}

.section-about .social-item a:hover {
    color: #fff;
}

.section-about .section-tags {
    background: transparent;
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .section-about .section-tags {
        position: relative;
    }
}

.section-about .section-tags .tags-list {
    min-width: 630px;
}

@media screen and (max-width: 767px) {
    .section-about .section-tags .tags-list {
        min-width: initial;
    }
}

.section-about .section-tags .tag-link {
    font-size: 24px;
    line-height: 22px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
    .section-about .section-tags .tag-link {
        font-size: 17px;
    }
}

.section-about .about-navigation {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    padding: 50px 0;
}

.section-about .about-navigation .small-container {
    display: block;
    -webkit-box-pack: initial;
    justify-content: initial;
    text-align: center;
}

.section-about .about-navigation .navigation-item {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    -webkit-transition: .3s all;
    transition: .3s all;
    padding: 0 16px;
    margin: 5px 0;
}

@media screen and (max-width: 767px) {
    .section-about .about-navigation .navigation-item {
        margin: 3px 0;
        line-height: 22px;
        font-size: 14px;
        padding: 0 10px;
    }
}

.section-about .about-navigation .navigation-item:hover {
    color: rgba(255, 255, 255, 0.7);
}

.section-about .about-navigation .navigation-item.active {
    color: #ded5ba;
}

.section-about .about-navigation .navigation-item:after {
    content: '#';
    position: absolute;
    right: -60px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    display: none;
}

@media screen and (max-width: 1180px) {
    .section-about .about-navigation .navigation-item:after {
        display: none;
    }
}

.section-about .about-navigation .navigation-item:last-child:after {
    display: none;
}

.section-about-body {
    padding: 72px 0;
    position: relative;
    background: #fff;
}

.section-about-body.body-faq {
    margin-bottom: 20px;
    padding-bottom: 72px;
    padding-top: 0;
}

.section-about-body.body-landing h1 {
    position: relative;
}

.section-about-body.body-landing h1:before {
    content: '#';
    position: absolute;
    left: -32px;
    top: 0px;
    color: rgba(17, 17, 17, 0.4);
}

@media screen and (max-width: 992px) {
    .section-about-body.body-landing h1:before {
        display: none;
    }
}

.section-about-body .aside-col {
    float: left;
    width: 340px;
}

@media screen and (max-width: 992px) {
    .section-about-body .aside-col {
        width: 260px;
    }
}

@media screen and (max-width: 767px) {
    .section-about-body .aside-col {
        width: 100%;
        margin-bottom: 32px;
        margin-top: -42px;
    }
}

.section-about-body .body-col {
    float: left;
    width: calc(100% - 340px);
    padding: 0 110px 0 90px;
}

@media screen and (max-width: 992px) {
    .section-about-body .body-col {
        width: calc(100% - 260px);
        padding: 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .section-about-body .body-col {
        width: 100%;
        padding: 0;
    }
}

.section-about-body .aside-faq {
    background: rgba(235, 235, 235, 0.7);
}

.section-about-body .aside-search {
    padding: 32px 32px 26px 32px;
    border-bottom: 1px solid rgba(85, 85, 85, 0.2);
}

.section-about-body .aside-search .input-item {
    margin-bottom: 0;
}

.section-about-body .aside-search .btn-icon {
    color: rgba(17, 17, 17, 0.8);
}

.section-about-body .aside-search .btn-icon:hover {
    color: #111;
}

.section-about-body .aside-body {
    padding: 26px 0;
}

.section-about-body .aside-body .h {
    font-size: 16px;
    line-height: 32px;
    color: #111;
    font-weight: 500;
    margin-bottom: 18px;
    padding: 0 32px;
}

.section-about-body .aside-question {
    padding: 32px;
    border-top: 1px solid rgba(85, 85, 85, 0.2);
}

.section-about-body .faq-list .list-item .list-item-h {
    display: inline-block;
    width: 100%;
    padding: 8px 32px;
    font-size: 14px;
    line-height: 18px;
    color: #111111;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
    position: relative;
    padding-right: 56px;
}

.section-about-body .faq-list .list-item .list-item-h i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 32px;
}

.section-about-body .faq-list .list-item .list-sub-item {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 5px 32px;
    color: rgba(17, 17, 17, 0.7);
}

.section-about-body .faq-list .list-item .list-sub-item:hover {
    color: #111;
}

.section-about-body .faq-list .list-item .list-sub-item:active {
    color: #111;
}

.section-about-body .faq-list .list-item:hover {
    color: #111;
}

.section-about-body .faq-list .list-item .list-wrap {
    display: none;
    padding-bottom: 18px;
    padding-top: 8px;
}

.section-about-body .faq-list .list-item.active .list-item-h {
    font-size: 16px;
    color: #111;
    position: relative;
}

.section-about-body .faq-list .list-item.active .list-item-h:before {
    content: '';
    position: absolute;
    width: 2px;
    top: 0;
    bottom: 0;
    background: #ded5ba;
    left: 0;
}

.section-about-body .faq-list .list-item.active .list-wrap {
    display: block;
}

.section-about-body .tab-faq-body {
    display: none;
}

.section-about-body .tab-faq-body.active {
    display: block;
}

.section-about-body .btn-link i {
    color: rgba(17, 17, 17, 0.6);
    margin-right: 4px;
}

.section-about-body .about-navigation {
    position: absolute;
    right: 60px;
    top: 0px;
    max-width: 270px;
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 48px;
    z-index: 9;
}

@media screen and (max-width: 1592px) {
    .section-about-body .about-navigation {
        display: none;
    }
}

.section-about-body .about-navigation .h-navigation {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #111;
    margin-bottom: 20px;
}

.section-about-body .about-navigation .btn-top {
    margin-top: 24px;
}

.section-about-body .about-navigation .nav-item {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    /*line-height: 32px;*/
    line-height: 14px;
    margin-bottom: 27px;
    text-decoration: none;
    color: rgba(17, 17, 17, 0.8);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.section-about-body .about-navigation .nav-item:hover {
    font-size: 14px;
    /*line-height: 32px;*/
    line-height: 14px;
    color: #111;
    position: relative;
}

.section-about-body .about-navigation .nav-item:hover:before {
    content: '';
    width: 32px;
    left: -48px;
    height: 2px;
    position: absolute;
    background: #ded5ba;
    top: 50%;
    margin-top: -1px;
}

.section-about-body .grey-line {
    background: #EBEBEB;
    padding: 72px 0 92px;
    margin: 62px 0;
}

.section-about-body .img-line {
    background-repeat: no-repeat;
    height: 560px;
    margin: 72px 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.section-about-body .img-line .bg-line {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-about-body .img-line .bg {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

@media screen and (max-width: 767px) {
    .section-about-body .img-line .bg {
        background-position: 55% 50%;
    }
}

@media screen and (max-width: 767px) {
    .section-about-body .img-line .bg.bg-production {
        background-image: url("../img/eco_production_mobile.jpg") !important;
    }
}

@media screen and (max-width: 767px) {
    .section-about-body .img-line .bg .bg-materials {
        background-image: url("../img/eco_materials_mobile.jpg") !important;
    }
}

@media screen and (max-width: 767px) {
    .section-about-body .img-line .bg.bg-pererobka {
        background-image: url("../img/eco_pererobka_mobile.jpg") !important;
    }
}

@media screen and (max-width: 767px) {
    .section-about-body .img-line .bg.bg-box {
        background-image: url("../img/eco_box_mobile.jpg") !important;
    }
}

@media screen and (max-width: 767px) {
    .section-about-body .img-line .bg-video-quality {
        display: none;
    }
}

.section-about-body .img-line .bg-quality {
    display: none;
}

@media screen and (max-width: 767px) {
    .section-about-body .img-line .bg-quality {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .section-about-body .img-line .bg-position-60 {
        background-position: 60% 50%;
    }
}

.section-about-body .img-line video {
    position: fixed;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateZ(0) translateY(-50%);
    transform: translateZ(0) translateY(-50%);
    will-change: transform;
}

@media screen and (max-width: 992px) {
    .section-about-body .img-line video {
        width: auto;
        height: 100%;
        top: inherit;
        left: 50%;
        -webkit-transform: translateZ(0) translateX(-50%);
        transform: translateZ(0) translateX(-50%);
    }
}

.edit-text {
    font-family: 'Gotham Pro', sans-serif;
    overflow: hidden;
}

.edit-text .main-member {
    margin-top: 62px;
    margin-bottom: 108px;
}

@media screen and (max-width: 767px) {
    .edit-text .main-member {
        margin-bottom: 62px;
    }
}

.edit-text .main-member .row-member {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.edit-text .main-member .col-photo {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 62px;
}

@media screen and (max-width: 767px) {
    .edit-text .main-member .col-photo {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
}

.edit-text .main-member .col-text {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 84px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .edit-text .main-member .col-text {
        padding-left: 24px;
    }
}

@media screen and (max-width: 767px) {
    .edit-text .main-member .col-text {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
}

.edit-text .main-member .photo {
    position: relative;
}

@media screen and (max-width: 767px) {
    .edit-text .main-member .photo {
        margin-bottom: 32px;
    }
}

.edit-text .main-member .photo img {
    margin-bottom: 0;
}

.edit-text .main-member .photo .front {
    width: 100%;
    position: relative;
    z-index: 2;
}

.edit-text .main-member .photo .back {
    position: absolute;
    z-index: 0;
    right: -36px;
    bottom: -36px;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    background: #dedede;
}

@media screen and (max-width: 767px) {
    .edit-text .main-member .photo .back {
        display: none;
    }
}

.edit-text .main-member .text .position {
    font-size: 14px;
    line-height: 22px;
    color: rgba(17, 17, 17, 0.6);
    margin-bottom: 10px;
}

.edit-text .main-member .text .name {
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    margin-bottom: 32px;
    font-size: 20px;
}

.edit-text .main-member .text .name:before {
    content: '';
    position: absolute;
    height: 2px;
    background: #DED5BA;
    width: 40px;
    top: 50%;
    margin-top: -1px;
    left: -58px;
}

.edit-text .main-member .text .name a {
    text-decoration: none;
    color: rgba(17, 17, 17, 0.8);
}

.edit-text .main-member .text .name a:hover {
    color: #111;
}

.edit-text .main-member .text .description {
    font-size: 16px;
    line-height: 26px;
    color: rgba(17, 17, 17, 0.8);
    margin-top: 22px;
}

.edit-text .backstage-line.team-section {
    margin-top: 92px;
}

@media screen and (max-width: 767px) {
    .edit-text .backstage-line.team-section {
        margin-top: 62px;
    }
}

.edit-text .backstage-line.team-section .team-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.edit-text .backstage-line.team-section .team-col {
    -webkit-box-flex: 0;
    flex: 0 0 33.333%;
    padding: 0 5px;
    max-width: 33.333%;
}

@media screen and (max-width: 767px) {
    .edit-text .backstage-line.team-section .team-col {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 42px;
    }
}

.edit-text .backstage-line.team-section .team-photo img {
    width: 100%;
}

.edit-text .backstage-line.team-section .team-name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    padding: 0 16px;
}

.edit-text .backstage-line.team-section .team-name a {
    text-decoration: none;
    color: rgba(17, 17, 17, 0.8);
    margin-left: 4px;
}

.edit-text .backstage-line.team-section .team-name a:hover {
    color: #111;
}

.edit-text .backstage-line.team-section .team-position {
    font-size: 14px;
    line-height: 22px;
    color: rgba(17, 17, 17, 0.6);
    margin-bottom: 18px;
    padding: 0 16px;
}

.edit-text .backstage-line.team-section .team-description {
    margin-top: 18px;
    font-size: 16px;
    line-height: 26px;
    padding: 0 16px;
    color: rgba(17, 17, 17, 0.8);
}

.edit-text .size-table .h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
}

.edit-text .size-table .table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid rgba(85, 85, 85, 0.2);
}

.edit-text .size-table .table td {
    border: 1px solid rgba(85, 85, 85, 0.2);
    padding: 8px 10px;
    font-size: 12px;
}

.edit-text .size-table .table th {
    background: rgba(235, 235, 235, 0.4);
    padding: 8px 10px;
    font-weight: 500;
    font-size: 14px;
}

.edit-text .promo-img {
    margin: auto;
    display: block;
    max-width: 380px;
    width: 100%;
}

.edit-text .vs-block {
    background: rgba(235, 235, 235, 0.4);
    padding: 20px;
    position: relative;
    margin-bottom: 32px;
    display: inline-block;
    width: 100%;
}

.edit-text .vs-block:after {
    content: 'vs';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-weight: 500;
    color: #ded5ba;
}

@media screen and (max-width: 992px) {
    .edit-text .vs-block:after {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.edit-text .iframe-wrap {
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
    margin: 32px 0;
}

.edit-text .iframe-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.edit-text .vs-item {
    font-size: 16px;
    line-height: 24px;
    color: rgba(17, 17, 17, 0.8);
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .edit-text .vs-item {
        margin-bottom: 8px;
    }
}

.edit-text .vs-row {
    margin: 0 -60px;
}

@media screen and (max-width: 992px) {
    .edit-text .vs-row {
        margin: 0 -60px;
    }
}

.edit-text .vs-col {
    width: 50%;
    float: left;
    padding: 0 60px;
}

@media screen and (max-width: 992px) {
    .edit-text .vs-col {
        padding: 0 60px;
    }
}

@media screen and (max-width: 767px) {
    .edit-text .vs-col {
        width: 100%;
        float: left;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .edit-text .vs-col:last-child {
        padding-bottom: 0;
    }
}

.edit-text .vs-col h2 {
    font-size: 18px;
}

.edit-text .timeline {
    position: relative;
    padding-right: 170px;
}

@media screen and (max-width: 1170px) {
    .edit-text .timeline {
        padding-right: 0;
    }
}

.edit-text .timeline:before {
    content: '';
    position: absolute;
    background: rgba(17, 17, 17, 0.1);
    width: 2px;
    top: 0;
    bottom: 0;
    left: 174px;
}

@media screen and (max-width: 992px) {
    .edit-text .timeline:before {
        left: 114px;
    }
}

@media screen and (max-width: 767px) {
    .edit-text .timeline:before {
        display: none;
    }
}

.edit-text .timeline .timeline-item {
    position: relative;
    padding-left: 250px;
    margin-bottom: 72px;
}

@media screen and (max-width: 992px) {
    .edit-text .timeline .timeline-item {
        padding-left: 140px;
    }
}

@media screen and (max-width: 767px) {
    .edit-text .timeline .timeline-item {
        padding-left: 0;
    }
}

.edit-text .timeline .timeline-item:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #D8CBA4;
    border-radius: 50%;
    left: 170px;
    top: 0;
}

@media screen and (max-width: 992px) {
    .edit-text .timeline .timeline-item:after {
        left: 110px;
    }
}

@media screen and (max-width: 767px) {
    .edit-text .timeline .timeline-item:after {
        display: none;
    }
}

.edit-text .timeline .timeline-item .time {
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 767px) {
    .edit-text .timeline .timeline-item .time {
        position: relative;
        left: initial;
        top: initial;
    }
}

.edit-text .timeline .timeline-item .time .day {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
    font-weight: 500;
}

.edit-text .timeline .timeline-item .time .date {
    font-size: 14px;
    line-height: 24px;
    color: rgba(17, 17, 17, 0.6);
}

.edit-text .timeline .timeline-item .name {
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
}

.edit-text .timeline .timeline-item .text {
    font-size: 16px;
    line-height: 24px;
    color: rgba(17, 17, 17, 0.8);
    margin-bottom: 32px;
}

.edit-text .timeline .gallery .row {
    margin: 0 -5px;
}

.edit-text .timeline .gallery .col-1 {
    width: 21.09181%;
    float: left;
    padding: 0 5px;
}

@media screen and (max-width: 767px) {
    .edit-text .timeline .gallery .col-1 {
        width: 100%;
    }
}

.edit-text .timeline .gallery .col-1 .img-item {
    padding-bottom: 99.5%;
}

.edit-text .timeline .gallery .col-1 .img-item.img-item-long {
    padding-bottom: 205%;
}

.edit-text .timeline .gallery .col-2 {
    width: 55.33499%;
    float: left;
    padding: 0 5px;
}

@media screen and (max-width: 767px) {
    .edit-text .timeline .gallery .col-2 {
        width: 100%;
    }
}

.edit-text .timeline .gallery img {
    margin-bottom: 0;
    min-width: 100%;
    position: absolute;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

@media screen and (max-width: 767px) {
    .edit-text .timeline .gallery img {
        -webkit-transform: initial;
        transform: initial;
        left: auto;
        top: auto;
        max-width: 100%;
    }
}

.edit-text .timeline .gallery .img-item {
    margin-bottom: 10px;
    position: relative;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .edit-text .timeline .gallery .img-item {
        height: auto;
        padding-bottom: 0;
    }
}

.edit-text .star-lines .star-body {
    max-width: 1254px;
    width: 100%;
    padding: 0 10px;
    margin: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .star-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.edit-text .star-lines .star-line {
    padding-top: 0px;
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .star-line {
        padding-top: 0px;
    }
}

.edit-text .star-lines .star-line .star-img {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .star-line .star-img {
        width: 100%;
    }
}

.edit-text .star-lines .star-line .star-text {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .star-line .star-text {
        width: 100%;
        text-align: center;
    }
}

.edit-text .star-lines .star-line.line-left {
    background: #EBEBEB;
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .star-line.line-left .star-img {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .star-line.line-left .star-text {
        -webkit-box-ordinal-group: 3;
        order: 2;
        text-align: center;
    }
}

.edit-text .star-lines .star-line.line-center {
    background: #EBEBEB;
}

.edit-text .star-lines .star-line.line-center .star-body {
    max-width: 1440px;
}

.edit-text .star-lines .star-line.line-center .star-img {
    width: 40%;
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .star-line.line-center .star-img {
        -webkit-box-ordinal-group: 2;
        order: 1;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .star-line.line-center .star-text {
        -webkit-box-ordinal-group: 3;
        order: 2;
        text-align: center;
    }
}

.edit-text .star-lines .star-line.line-center .star-h {
    width: 27%;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .star-line.line-center .star-h {
        width: 100%;
        text-align: center;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
}

.edit-text .star-lines .star-line.line-center .star-text {
    width: 33%;
    padding-left: 42px;
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .star-line.line-center .star-text {
        -webkit-box-ordinal-group: 3;
        order: 2;
        text-align: center;
        width: 100%;
        padding-left: 0;
    }
}

.edit-text .star-lines .star-line.line-right {
    background: #fff;
}

.edit-text .star-lines .star-line.line-right .star-img {
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.edit-text .star-lines .star-line.line-right .star-text {
    -webkit-box-ordinal-group: 1;
    order: 0;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .star-line.line-right .star-text {
        text-align: center;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
}

.edit-text .star-lines .star-line.team-line {
    padding-top: 32px;
}

@media screen and (max-width: 992px) {
    .edit-text .star-lines .star-line.team-line .star-body {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 992px) {
    .edit-text .star-lines .star-line.team-line .star-h {
        width: 40%;
    }
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .star-line.team-line .star-h {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .edit-text .star-lines .star-line.team-line .star-img {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .star-line.team-line .star-img {
        width: 100%;
        margin-bottom: 32px;
    }
}

.edit-text .star-lines .star-line.team-line .quote {
    font-style: normal;
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .star-line.team-line .quote {
        text-align: initial;
    }
}

.edit-text .star-lines .star-line.team-line .quote:before {
    display: none;
}

.edit-text .star-lines .star-line.team-line .name {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .star-line.team-line .name {
        margin: 0;
        font-size: 18px;
    }
}

.edit-text .star-lines .star-line.team-line .position {
    color: rgba(17, 17, 17, 0.8);
    font-size: 14px;
    margin-bottom: 6px;
}

@media screen and (max-width: 992px) {
    .edit-text .star-lines .star-line.team-line .star-text {
        width: 100%;
        padding-left: 0;
        padding: 15px;
        padding-top: 32px;
        padding-bottom: 42px;
    }
}

.edit-text .star-lines .star-line img {
    margin-bottom: 0;
}

.edit-text .star-lines .name {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    margin-bottom: 32px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .name {
        margin-bottom: 18px;
        margin-top: 32px;
    }
}

.edit-text .star-lines .name:before {
    content: '';
    position: absolute;
    height: 2px;
    background: #DED5BA;
    width: 40px;
    top: 50%;
    margin-top: -1px;
    left: -58px;
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .name:before {
        display: none;
    }
}

.edit-text .star-lines .name a {
    font-size: 20px;
    line-height: 28px;
    text-decoration: none;
    color: rgba(17, 17, 17, 0.8);
    display: inline-block;
    margin-left: 7px;
}

.edit-text .star-lines .text {
    line-height: 60px;
    vertical-align: top;
    color: #080808;
    font-weight: 500;
    margin-left: 7px;
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .text {
        display: block;
    }
}

.edit-text .star-lines .quote {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: rgba(17, 17, 17, 0.8);
    position: relative;
    display: inline-block;
}

.edit-text .star-lines .quote:before {
    content: '';
    position: absolute;
    width: 42px;
    height: 42px;
    background: url("../img/oi_double-quote-sans-left.svg");
    background-size: 100%;
    background-position: 0 0;
    top: -2px;
    left: -21px;
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .quote:before {
        display: none;
    }
}

.edit-text .star-lines .button-wrap {
    margin-top: 42px;
}

@media screen and (max-width: 767px) {
    .edit-text .star-lines .button-wrap {
        margin-bottom: 16px;
        margin-top: 22px;
    }
}

.edit-text .backstage-line {
    margin-top: 142px;
}

@media screen and (max-width: 767px) {
    .edit-text .backstage-line {
        margin-top: 42px;
    }
}

.edit-text .backstage-line .team-more-photos .slider-instagram {
    position: relative;
    margin-top: 24px;
}

@media screen and (max-width: 767px) {
    .edit-text .backstage-line .team-more-photos .slider-instagram {
        margin-top: 0;
    }
}

.edit-text .backstage-line .team-more-photos .slider-control {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: #EEEEEE;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #111;
    outline: none;
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .edit-text .backstage-line .team-more-photos .slider-control {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }
}

.edit-text .backstage-line .team-more-photos .slider-control:hover {
    background: #e1e1e1;
}

.edit-text .backstage-line .team-more-photos .slider-control.arrow-left {
    left: 32px;
}

.edit-text .backstage-line .team-more-photos .slider-control.arrow-right {
    right: 32px;
}

.edit-text .backstage-line .team-more-photos img {
    width: 100%;
}

.edit-text .backstage-line .team-more-photos .swiper-wrapper {
    -webkit-box-align: center;
    align-items: center;
    padding: 42px 0;
}

.edit-text .backstage-line .team-more-photos .swiper-slide {
    width: auto;
}

.edit-text .backstage-line .team-more-photos .photo {
    max-width: 300px;
    display: inline-block;
    -webkit-transition: .3s all;
    transition: .3s all;
    position: relative;
}

@media screen and (max-width: 767px) {
    .edit-text .backstage-line .team-more-photos .photo {
        max-width: 140px;
    }
}

.edit-text .backstage-line .team-more-photos .photo img {
    margin-bottom: 0;
    display: block;
}

.edit-text .backstage-line .team-more-photos .photo:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    z-index: 9;
}

.edit-text .backstage-line .team-more-photos .photo-full {
    max-width: 400px;
}

@media screen and (max-width: 767px) {
    .edit-text .backstage-line .team-more-photos .photo-full {
        max-width: 200px;
    }
}

.edit-text .backstage-line .mini-container {
    display: -webkit-box;
    display: flex;
}

@media screen and (max-width: 767px) {
    .edit-text .backstage-line .mini-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.edit-text .backstage-line h1 {
    padding-right: 140px;
}

.edit-text .backstage-line .grid {
    max-width: 1920px;
    margin: auto;
    margin-top: 72px;
}

@media screen and (max-width: 767px) {
    .edit-text .backstage-line .grid {
        margin-top: 32px;
    }
}

.edit-text .backstage-line .grid-sizer {
    width: 25%;
}

.edit-text .backstage-line .grid-item {
    float: left;
    width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
}

@media screen and (max-width: 992px) {
    .edit-text .backstage-line .grid-item {
        padding: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .edit-text .backstage-line .grid-item {
        padding: 0;
        width: 100%;
    }
}

.edit-text .backstage-line .grid-item.grid-item-full {
    width: 100%;
}

.edit-text .backstage-line .grid-item .btn-icons {
    display: inline-block;
    font-size: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 64px;
    color: #fff;
    background: rgba(8, 8, 8, 0.7);
    -webkit-transition: .3s all;
    transition: .3s all;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

.edit-text .backstage-line .grid-item .overlay {
    position: absolute;
    left: 12px;
    width: 50%;
    padding: 22px;
    padding-right: 42px;
    text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    background: #080808;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .edit-text .backstage-line .grid-item .overlay {
        width: 100%;
        padding-right: 22px;
        text-align: center;
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
        left: 0;
    }
}

.edit-text .backstage-line .grid-item .overlay .name {
    text-align: left;
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .edit-text .backstage-line .grid-item .overlay .name {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .edit-text .backstage-line .grid-item .overlay .name {
        text-align: center;
    }
}

.edit-text .backstage-line .grid-item .overlay .b {
    font-size: 14px;
    line-height: 28px;
    color: #ded5ba;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .edit-text .backstage-line .grid-item .overlay .b {
        text-align: center;
    }
}

.edit-text .backstage-line .grid-item .overlay .btn-control {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5);
    margin-left: 140px;
}

@media screen and (max-width: 767px) {
    .edit-text .backstage-line .grid-item .overlay .btn-control {
        margin-left: 0;
        margin-top: 24px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: 100%;
    }
}

@media screen and (max-width: 767px) {
    .edit-text .backstage-line .grid-item .overlay .btn-icons {
        margin-top: 24px !important;
    }
}

.edit-text .backstage-line .grid-item .photo-play:hover .btn-icons {
    background: #080808;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.edit-text .backstage-line .grid-item img {
    margin-bottom: 0;
    width: 100%;
}

.edit-text .slider {
    margin: 72px 0 32px;
}

.edit-text .slider.certitication-carousel {
    margin-top: 20px;
}

.edit-text .slider img {
    margin-bottom: 0;
}

.edit-text .slider .small-container {
    position: relative;
}

.edit-text .slider .slider-control {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: #EEEEEE;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #111;
    outline: none;
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .edit-text .slider .slider-control {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }
}

.edit-text .slider .slider-control:hover {
    background: #e1e1e1;
}

.edit-text .slider .slider-control.arrow-left {
    left: -92px;
}

@media screen and (max-width: 1440px) {
    .edit-text .slider .slider-control.arrow-left {
        left: 32px;
    }
}

.edit-text .slider .slider-control.arrow-right {
    right: -92px;
}

@media screen and (max-width: 1440px) {
    .edit-text .slider .slider-control.arrow-right {
        right: 32px;
    }
}

.edit-text .slider .swiper-pagination {
    position: absolute;
    bottom: 32px;
}

.edit-text .slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.edit-text .video-section {
    width: 100%;
    margin-top: 70px;
    position: relative;
    background: #000;
    overflow: hidden;
    margin-bottom: 70px;
}

.edit-text .video-section .video-background {
    position: relative;
}

.edit-text .video-section .video-background img {
    width: 100%;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .edit-text .video-section .video-background img {
        max-width: initial;
        width: auto;
        height: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 767px) {
    .edit-text .video-section .video-background .v-mobile {
        max-width: initial;
        width: 100%;
        height: auto;
        -webkit-transform: inherit;
        transform: inherit;
    }
}

.edit-text .video-section .video-background .overlay {
    position: absolute;
    left: 0;
    width: 50%;
    padding: 22px;
    padding-right: 42px;
    text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    background: #080808;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .edit-text .video-section .video-background .overlay {
        width: 100%;
        padding-right: 22px;
        text-align: center;
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
}

.edit-text .video-section .video-background .overlay .name {
    text-align: left;
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    .edit-text .video-section .video-background .overlay .name {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .edit-text .video-section .video-background .overlay .name {
        text-align: center;
    }
}

.edit-text .video-section .video-background .overlay .b {
    font-size: 14px;
    line-height: 28px;
    color: #ded5ba;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .edit-text .video-section .video-background .overlay .b {
        text-align: center;
    }
}

.edit-text .video-section .video-background .overlay .btn-control {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5);
    margin-left: 140px;
}

@media screen and (max-width: 767px) {
    .edit-text .video-section .video-background .overlay .btn-control {
        margin-left: 0;
        margin-top: 24px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: 100%;
    }
}

.edit-text .video-section .videoBlock-video {
    width: 100%;
    display: none;
}

.edit-text .video-section .videoBlock-video .v {
    width: 100%;
    height: auto;
}

.edit-text .carousel-pagination {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 3;
    text-align: center;
}

.edit-text .carousel-pagination .swiper-pagination {
    display: inline-block;
    position: relative;
}

.edit-text .carousel-pagination .swiper-pagination-bullet {
    display: inline-block;
    text-decoration: none;
    width: 46px;
    height: 46px;
    background: rgba(235, 235, 235, 0.4);
    line-height: 46px;
    text-align: center;
    color: rgba(17, 17, 17, 0.5);
    border-radius: 50%;
    -webkit-transition: .3s all;
    transition: .3s all;
    margin: 0 10px;
    opacity: 1;
    outline: none;
}

@media screen and (max-width: 767px) {
    .edit-text .carousel-pagination .swiper-pagination-bullet {
        margin: 0 5px;
    }
}

.edit-text .carousel-pagination .swiper-pagination-bullet:hover {
    background: rgba(210, 210, 210, 0.4);
}

.edit-text .carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #080808;
    color: #fff;
}

.edit-text .tabs-block {
    margin-top: 42px;
}

.edit-text .tabs-block .h-tabs {
    display: inline-block;
    font-weight: 500;
    margin-right: 24px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 42px;
}

@media screen and (max-width: 767px) {
    .edit-text .tabs-block .h-tabs {
        margin-bottom: 10px;
        margin-right: 0;
        display: block;
        text-align: center;
    }
}

.edit-text .tabs-block .tabs {
    text-align: center;
}

.edit-text .tabs-block .tabs-list {
    display: inline-block;
}

.edit-text .tabs-block .tabs-body {
    margin-top: 32px;
    margin-bottom: 62px;
    padding-top: 100px;
}

@media screen and (max-width: 490px) {
    .edit-text .tabs-block .tabs-body {
        padding-top: 162px;
    }
}

.edit-text .tabs-block .swiper-slide {
    opacity: 0 !important;
}

.edit-text .tabs-block .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.edit-text .tabs-block .tab-content {
    background: #EBEBEB;
    display: -webkit-box;
    display: flex;
}

@media screen and (max-width: 767px) {
    .edit-text .tabs-block .tab-content {
        display: block;
    }
}

.edit-text .tabs-block .tab-content .img {
    float: left;
    max-width: 525px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .edit-text .tabs-block .tab-content .img {
        width: 45%;
        max-width: initial;
    }
}

@media screen and (max-width: 767px) {
    .edit-text .tabs-block .tab-content .img {
        width: 100%;
    }
}

.edit-text .tabs-block .tab-content .img:before {
    content: '';
    position: absolute;
    background: #EBEBEB;
    width: 1px;
    left: 0;
    top: 0;
    bottom: 0;
}

.edit-text .tabs-block .tab-content .img:after {
    content: '';
    position: absolute;
    background: #EBEBEB;
    width: 1.5px;
    right: 0;
    top: 0;
    bottom: 0;
}

.edit-text .tabs-block .tab-content .img video,
.edit-text .tabs-block .tab-content .img img {
    width: 100%;
    margin-bottom: 0;
    border: none;
    outline: none;
    min-width: 360px;
}

.edit-text .tabs-block .tab-content .text {
    float: left;
    padding: 32px 32px 32px 92px;
    width: calc(100% - 525px);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .edit-text .tabs-block .tab-content .text {
        width: 55%;
        padding: 62px;
    }
}

@media screen and (max-width: 767px) {
    .edit-text .tabs-block .tab-content .text {
        width: 100%;
        padding: 42px;
    }
}

.edit-text .tabs-block .tab-content .text .h-mini {
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.7);
    font-weight: 500;
}

.edit-text .tabs-block .tab-content .text .h {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 32px;
}

.edit-text .tabs-block .tab-content .text .p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(17, 17, 17, 0.8);
}

.edit-text h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 28px;
    color: #111;
    margin-bottom: 42px;
}

@media screen and (max-width: 992px) {
    .edit-text h1 {
        font-size: 28px;
    }
}

.edit-text .tab-faq-body h1 {
    position: relative;
    padding-left: 28px;
}

.edit-text .tab-faq-body h1:before {
    content: '#';
    position: absolute;
    left: 0px;
    top: 0;
    color: rgba(17, 17, 17, 0.4);
}

.edit-text .tab-faq-body h2 {
    position: relative;
    padding-left: 24px;
}

.edit-text .tab-faq-body h2:before {
    content: '#';
    position: absolute;
    left: 0px;
    top: 0;
    color: rgba(17, 17, 17, 0.4);
}

@media screen and (max-width: 992px) {
    .edit-text .tab-faq-body .advantage .col-3 {
        width: 100%;
        float: left;
        min-height: initial !important;
    }
}

.edit-text h3 {
    font-size: 18px;
    line-height: 24px;
    color: #111;
    font-weight: 500;
    margin-bottom: 24px;
}

.edit-text h2 {
    font-size: 22px;
    line-height: 28px;
    color: #111;
    font-weight: 500;
    margin-bottom: 32px;
}

.edit-text .row {
    margin: 42px -10px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .edit-text .row {
        margin: 24px 0;
    }
}

.edit-text .row.certification {
    padding-top: 42px;
    padding-bottom: 20px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .edit-text .row.certification {
        padding: 24px 0 0;
    }
}

.edit-text .row.certification:before {
    content: '';
    width: 120px;
    height: 2px;
    top: 0;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    background: #ded5ba;
}

.edit-text .row.certification:after {
    content: '';
    width: 120px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    background: #ded5ba;
}

.edit-text .row.certification h2 {
    margin-bottom: 14px;
}

.edit-text .row.certification p {
    min-height: 96px;
}

@media screen and (max-width: 767px) {
    .edit-text .row.certification p {
        min-height: initial;
    }
}

.edit-text .row.certification .col-3 {
    margin-bottom: 10px;
}

.edit-text .row.pure {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}

.edit-text .row.pure img {
    margin-bottom: 0;
}

.edit-text .row.pure .col-3 {
    margin-bottom: 0;
}

.edit-text .row.pure p {
    margin-bottom: 0;
}

.edit-text .row.advantage {
    text-align: center;
}

.edit-text .row.advantage img {
    width: 80px;
}

.edit-text .row.advantage .col-3 {
    min-height: 360px;
}

@media screen and (max-width: 992px) {
    .edit-text .row.advantage .col-3 {
        min-height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .edit-text .row.advantage .col-3 {
        min-height: initial;
    }
}

.edit-text .row.advantage .col-1 {
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    padding-left: 132px;
}

@media screen and (max-width: 767px) {
    .edit-text .row.advantage .col-1 {
        min-height: initial;
    }
}

.edit-text .row.advantage .col-1 .img {
    position: absolute;
    left: 24px;
    top: 12px;
}

.edit-text .row .col-3 {
    width: 33.33333%;
    float: left;
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    .edit-text .row .col-3 {
        width: 100%;
        float: left;
        padding: 0;
        text-align: center;
    }
}

.edit-text h4 {
    font-size: 16px;
    line-height: 24px;
    color: #111;
    font-weight: 500;
    margin-bottom: 10px;
}

.edit-text ul,
.edit-text ol {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: rgba(17, 17, 17, 0.8);
    margin-bottom: 32px;
}

.edit-text ul li,
.edit-text ol li {
    list-style: none;
    position: relative;
    padding-left: 60px;
    margin-bottom: 32px;
}

.edit-text ul li:last-child,
.edit-text ol li:last-child {
    margin-bottom: 0;
}

.edit-text ul li:before,
.edit-text ol li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 40px;
    height: 2px;
    background: #ded5ba;
}

.edit-text .black {
    font-weight: 500;
    color: #111;
}

.edit-text p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(17, 17, 17, 0.8);
    margin-bottom: 32px;
}

.edit-text p a {
    color: #888;
}

.edit-text .b {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #111;
    text-align: center;
    margin-bottom: 32px;
}

.edit-text img {
    margin-bottom: 32px;
    max-width: 100%;
}

.fixed-buy {
    position: fixed;
    bottom: 0px;
    z-index: 9;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
}

@media screen and (max-width: 767px) {
    .fixed-buy {
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .fixed-buy.remove {
        visibility: hidden;
        opacity: 0;
    }
}

.certitication-carousel .swiper-slide {
    opacity: .5;
    z-index: 1;
    will-change: transform;
    -webkit-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    .certitication-carousel .swiper-slide {
        padding: 0;
    }
}

.certitication-carousel .swiper-slide a {
    display: block;
    font-size: 0;
}

.certitication-carousel .swiper-slide-active {
    opacity: 1;
    z-index: 2;
    will-change: transform;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (max-width: 767px) {
    .certitication-carousel .swiper-slide-active {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.certitication-carousel .swiper-slide-active a {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
    .certitication-carousel .swiper-slide-active a {
        box-shadow: none;
    }
}

.aside-col .sticky-spacer {
    height: 340px !important;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    position: relative;
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 1px solid rgba(85, 85, 85, 0.2);
    }
}

.table-responsive table {
    min-width: 560px;
}

.alert {
    position: absolute;
    top: 140px;
    z-index: 99;
    color: #fff;
    background: #111;
    padding: 24px;
    width: 100%;
    max-width: 620px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    font-size: 14px;
    -webkit-transition: .3s all;
    transition: .3s all;
    padding-right: 60px;
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .alert {
        width: calc(100% - 20px);
    }
}

.alert.alert-danger {
    background: #F44336;
}

.alert.alert-success {
    background: #4caf50;
}

.alert.alert-dismissable {
    top: 170px;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .alert.alert-dismissable {
        top: 90px;
    }
}

.alert button {
    background: transparent;
    padding: 0;
    margin: 0;
    outline: none;
    border: 0;
    position: absolute;
    right: 24px;
    font-size: 24px;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .7;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.alert button:hover {
    opacity: 1;
}


.checkout-section .order-total {
    position: relative;
}

.checkout-section .input-item.payment-type .radio-item.hide {
    opacity: 0.4;
    pointer-events: none;
}

.discont {
    /*position: absolute;*/
    /*width: 100%;*/
    /*bottom: 65px;*/
    /*top: 25px;*/
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.8);
}

.discont .value {
    text-align: right;
}

.discont .value span.val {
    color: #fff;
    background: #E13939;
    padding: 3px;
    border-radius: 4px;
}

.discont .value span.old-total-sum {
    text-decoration: line-through;
    color: #919191;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    padding-top: 3px;
}

.discont .value span.space {
    display: block;
    height: 6px;
    width: 50px;
}

.color-red {
    color: #E13939 !important;
}

.d-none {
    display: none !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

@media screen and (max-width: 767px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }
}

.footer .nav.nav-tel {
    height: auto;
    text-align: center;
    padding-top: 16px;
    margin: auto;
}

.footer .nav.nav-tel .nav-item {
    width: auto !important;
    display: inline-block;
    float: none;
    margin: 0 0 18px;
    list-style: none;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.product-name a,
.product-name a:hover,
.cart-name a,
.cart-name a:hover,
.order-item .order-name a,
.order-item .order-name a:hover {
    text-decoration: none;
    color: #111;
}

.oauth {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 18px;
}

.auth-section .oauth a.btn {
    width: 49%;
}

#popup_cart .order-item .order-name {
    min-height: initial;
    margin-bottom: 10px;
}


#popup_cart .order-item .cart-set-label {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    /* padding: 6px; */
    /* background-color: #F6F6F6; */
    margin-bottom: 10px;
    gap: 4px;
}

#popup_cart .order-item .cart-set-label .icon {
    display: block;
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3333 8.33341C13.3333 9.21747 12.9821 10.0653 12.357 10.6904C11.7319 11.3156 10.8841 11.6667 10 11.6667C9.11594 11.6667 8.2681 11.3156 7.64298 10.6904C7.01786 10.0653 6.66667 9.21747 6.66667 8.33341M2.58583 5.02841H17.4142M2.83333 4.55591C2.61696 4.84441 2.5 5.1953 2.5 5.55591V16.6667C2.5 17.1088 2.67559 17.5327 2.98816 17.8453C3.30072 18.1578 3.72464 18.3334 4.16667 18.3334H15.8333C16.2754 18.3334 16.6993 18.1578 17.0118 17.8453C17.3244 17.5327 17.5 17.1088 17.5 16.6667V5.55591C17.5 5.1953 17.383 4.84441 17.1667 4.55591L15.5 2.33341C15.3448 2.12642 15.1434 1.95842 14.912 1.8427C14.6806 1.72699 14.4254 1.66675 14.1667 1.66675H5.83333C5.57459 1.66675 5.3194 1.72699 5.08798 1.8427C4.85655 1.95842 4.65525 2.12642 4.5 2.33341L2.83333 4.55591Z' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#popup_cart .order-item .cart-set-label p span {
    color: #C32327;
}

#popup_cart .order-item .cart-set-label p {
    margin: 0;
}

#popup_cart .order-item .order-size {
    margin-bottom: 10px;
}

#popup_cart .cart-count,
#popup_cart .order-del {
    margin-bottom: 10px;
    line-height: 19px;
}

#popup_cart .order-del a {
    font-size: 12px;
    margin-left: -5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

#popup_cart .btn-link i {
    font-size: 12px;
}

#popup_cart .btn-link span {
    text-underline-offset: 2px;
}

#popup_cart .cart-count {
    font-size: 12px;
    line-height: 18px;
    color: rgba(17, 17, 17, 0.8);
    text-transform: uppercase;
}

#popup_cart .cart-count .name,
#popup_cart .cart-count .value {
    display: inline-block;
}

.grecaptcha-badge {
    z-index: -100;
    visibility: hidden;
}


/*********************  My custom CSS *********************/
/*blockquote*/
blockquote {
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    padding: 48px 0px 48px 88px;
    position: relative;
    margin: 32px 0;
    border-top: 1px solid #DED5BA;
    border-bottom: 1px solid #DED5BA;
}

blockquote:before {
    content: '“';
    position: absolute;
    top: 48px;
    left: 0;
    font-family: 'Gotham Pro', sans-serif;
    font-size: 120px;
    font-weight: 700;
    line-height: 120px;
    text-align: left;
    color: #EBEBEB;
}

blockquote p {
    margin: 0 !important;
}

blockquote sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    display: block;
    margin-top: 14px;
    color: #707070;
    text-transform: uppercase;
    text-align: right;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.input-item .input {
    position: relative;
}

.input-item .input .help-block {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #C32327;
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    opacity: 0;
    transition: all .3s;
}

.input-item .input.has-error .help-block {
    opacity: 1;
    transform: none;
}

.input-item .input.has-error input {
    border-color: #C32327;
}

#blog-subscribe-modal {
    max-width: 900px;
    padding: 0;
    background-color: #EBEBEB;
}

#blog-subscribe-modal .popup-body {
    display: grid;
    grid-template-columns: 370px auto;
}

#blog-subscribe-modal .subscribe-img,
#blog-subscribe-modal .subscribe-img picture {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#blog-subscribe-modal .subscribe-img picture img {
    width: 100%;
    display: block;
}

#blog-subscribe-modal .subscribe-form {
    padding: 40px 40px 30px 10px;
}

#blog-subscribe-modal .h-popup {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 12px 0;
}

#blog-subscribe-modal .desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 36px 0;
}

#blog-subscribe-modal .input-item .input input {
    background-color: #EBEBEB;
    transition: all .3s;
}

#blog-subscribe-modal .input-item .label {
    color: #111111;
}

#blog-subscribe-modal .input-item.interests .input-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 10px;
    position: relative;
}

#blog-subscribe-modal .input-item.interests .input-col .help-block {
    top: calc(100% + 12px);
}

#blog-subscribe-modal .input-item.interests .input-col.has-error .help-block {
    opacity: 1;
    transform: none;
}

#blog-subscribe-modal .input-item.interests .input-col .checkbox-item {
    margin: 0;
}

#blog-subscribe-modal .input-item.interests .input-col .checkbox {
    margin: 0;
}


#blog-subscribe-modal .buttons-wrap {
    display: block;
}

#blog-subscribe-modal .buttons-wrap .btn {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
}

#blog-subscribe-modal .buttons-wrap .btn:disabled {
    opacity: 0.5;
    pointer-events: none;
}


/*Modal success*/
#modal-success {
    width: 100%;
    max-width: 900px;
    height: 491px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EBEBEB;
}

#modal-success .icon {
    width: 80px;
    margin: 0 auto 32px auto;
}

#modal-success .h-main {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin: 0 auto 12px auto;
    text-transform: uppercase;
    width: 100%;
    max-width: 430px;
}

#modal-success .status-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: center;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}

#modal-success .btn {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 32px auto 0 auto;
}

/*Promo block */
#promo-form {
    position: relative;
}

#promo-form.has-error {
    margin-bottom: 45px;
}

#promo-form.has-error .help-block {
    opacity: 1;
    transform: none;
}

.checkout-section #promo-form.has-error {
    margin-bottom: 0px;
}

#modal-size {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    overflow: auto;
    max-width: 480px;
    padding: 0;
    background-color: #ecebea;
    /*transform: translateX(100%);*/
    /*transition: all 5s;*/
    /*transition-delay: 2s;*/
}

.mfp-slide-right #modal-size {
    /*transform: translateX(0px);*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
}

#modal-size .mfp-close {
    top: 18px;
    right: 10px;
}

#modal-size .modal-top {
    /*background-color: #ecebea;*/
    position: sticky;
    top: 0;
}

#modal-size .modal-top p {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    padding: 30px 20px;
    background-color: #ecebea;
}

#modal-size .modal-image {
    padding: 20px 55px;
}

#modal-size .modal-image img {
    width: 100%;
}

#modal-size .modal-image svg {
    width: 100%;
    height: auto;
}

#modal-size .modal-image svg .img-line path {
    transition: all .3s;
}

#modal-size .modal-image svg .img-line.active path {
    fill: #DE1717;
}

#modal-size .modal-body {
    /* padding: 20px; */
    overflow: auto;
    background-color: white;
    overflow: visible;
    padding: 0 20px 20px 20px;
}

#modal-size .modal-body .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #00000026
}

#modal-size .modal-body .top .select-wrapper {
    width: 80px;
}

#modal-size .select2-container--default .select2-selection--single {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0px;
}

#modal-size .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 15px 0 0;
}

#modal-size .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 12px;
    height: 6px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23111111' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all .3s;
}

#modal-size .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

#modal-size .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg);
}

.dropdown-sizes .select2-dropdown {
    background-color: #EBEBEB;
    border: 1px solid #55555533;
    border-radius: 2px;
}

.dropdown-sizes .select2-dropdown .select2-results__option--highlighted {
    background-color: rgba(0, 0, 0, 0);
    color: #111111;
}

.dropdown-sizes .select2-results__option {
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    padding: 2px 0 2px 14px;
    position: relative;
}

.dropdown-sizes .select2-results__option:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 7px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='7' height='8' viewBox='0 0 7 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.24864 0.566181C6.48825 0.703454 6.5712 1.00898 6.43393 1.24858L2.99643 7.24858C2.90733 7.40409 2.74181 7.50002 2.56259 7.50002C2.38336 7.50002 2.21784 7.40409 2.12874 7.24858L0.566242 4.52131C0.428968 4.2817 0.511924 3.97618 0.751529 3.83891C0.991134 3.70163 1.29665 3.78459 1.43393 4.0242L2.56259 5.99421L5.56624 0.751468C5.70352 0.511863 6.00904 0.428907 6.24864 0.566181Z' fill='%23111111'/%3E%3C/svg%3E");
    opacity: 0;
    transition: all .3s;
}

.dropdown-sizes .select2-results__option[aria-selected=true] {
    background-color: rgba(0, 0, 0, 0);
    font-weight: 500;
}

.dropdown-sizes .select2-results__option[aria-selected=true]:before {
    opacity: 1;
}


.table-size__wrapper .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #00000026
}

.table-size__wrapper .top .size-measurement {
    display: flex;
    align-items: center;
}

.table-size__wrapper .top .size-measurement .form-group {
    position: relative;
}

.table-size__wrapper .top .size-measurement .form-group input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -99;
}

.table-size__wrapper .top .size-measurement .form-group input+label {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding: 6px 10px;
    display: block;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    transition: all .3s;
    cursor: pointer;
}

.table-size__wrapper .top .size-measurement .form-group input:checked+label {
    -webkit-text-stroke: 1px #111111;
}

.table-size__wrapper .tables .table td,
.table-size__wrapper .tables .table th {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    border: none;
}

.table-size__wrapper .tables {
    padding-top: 20px;
}

.table-size__wrapper .tables .table {
    border: none;
    margin: 0;
    table-layout: fixed;
}

.table-size__wrapper .tables .table strong {
    font-weight: 500;
}

.table-size__wrapper .tables .table th {
    background: none;
    border: none;
    vertical-align: top;
    padding: 4px;
}

.table-size__wrapper .tables .table th._highlight {
    background-color: rgba(85, 85, 85, 0.04);
}

.table-size__wrapper .tables .table th:first-child {
    /* width: 48px; */
    padding: 4px 0;
    text-align: start;
}

.table-size__wrapper .tables .table th strong {
    display: block;
}

.table-size__wrapper .tables .table tbody td {
    padding: 10px;
    cursor: pointer;
}

.table-size__wrapper .tables .table tbody td._highlight {
    background-color: rgba(85, 85, 85, 0.04);
}

.table-size__wrapper .tables .table tbody td._super-highlight {
    background-color: rgba(85, 85, 85, 0.1);
}

.table-size__wrapper .tables .table tbody td:first-child {
    padding: 10px 0;
    text-align: start;
}


/*New catalog*/
.catalog {
    margin-bottom: 100px;
}

.catalog .catalog-top {
    padding: 54px 0;
}

.catalog .catalog-top .catalog-top__head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog .catalog-top .h-main {
    margin: 0;
}

.catalog .catalog-top .h-main .h {
    font-weight: 500;
}

.catalog .catalog-top .btn-filters {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0 10px;
    text-decoration: none;
    color: #111111;
}

.catalog .catalog-top .btn-filters:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.2 6.57288V4.86088H0V3.26088H3.2V1.45288H4.8V6.57288H3.2ZM6.4 4.86088H16V3.26088H6.4V4.86088ZM11.2 14.5473V9.42728H12.8V11.2353H16V12.8353H12.8V14.5473H11.2ZM9.6 12.8353V11.2353H0V12.8353H9.6Z' fill='%23111111'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.catalog .selected-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 6px;
    margin-top: 24px;
}

.catalog .selected-filters.hide {
    display: none !important;
}

.catalog .selected-filters .item {
    padding: 6px 12px;
    border: none;
    outline: none;
    background: #F4F4F4;
    font-family: Gotham Pro;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0 6px;
    border-radius: 100px;
    /* cursor: pointer; */
    border: 1px solid rgba(0, 0, 0, 0);
}

.catalog .selected-filters .item.white {
    background-color: rgba(0, 0, 0, 0);
    border-color: #111111;
    cursor: pointer;
}

.catalog .selected-filters .item.btn-holder {
    display: none;
}

.catalog .selected-filters .item.btn-holder span {
    display: block;
}


.catalog .selected-filters .item.btn-holder.show-less span {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    width: 14px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.444 7.50106L7.11068 2.16772L1.77734 7.50106' stroke='black' stroke-width='0.888889' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.11133 2.16772V14.6122' stroke='black' stroke-width='0.888889' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;

}

.catalog .selected-filters .item button {
    padding: 0;
    border: none;
    outline: none;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9124 3.74618L12.2536 3.08732L7.99967 7.35555L3.74577 3.08732L3.08691 3.74618L7.35514 8.00008L3.08691 12.254L3.74577 12.9128L7.99967 8.64461L12.2536 12.9128L12.9124 12.254L8.64421 8.00008L12.9124 3.74618Z' fill='%23111111'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.catalog .selected-filters .item span.color {
    display: flex;
    align-items: center;
    gap: 0 6px;
}

.catalog .selected-filters .item span.color::before {
    content: '';
    display: block;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #00000033;
    background-color: var(--color);
}

.modal-filters-btns {
    position: fixed;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    background: #FFFFFF;
    border-radius: 100px;
    padding: 5px;
    border: 1px solid #EBEBEB;
    display: none;
    align-items: center;
    gap: 0 8px;
    transform: translate(-50%, 150%);
    transition: all .5s;
    z-index: 2;
}

.modal-filters-btns.active {
    transform: translate(-50%, 0px);
}

.modal-filters-btns a {
    display: block;
    background: #111111;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: 14px 28px;
    border-radius: 100px;
    text-decoration: none;
}

.modal-filters-btns a::before {
    content: '';
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.2 6.57288V4.86088H0V3.26088H3.2V1.45288H4.8V6.57288H3.2ZM6.4 4.86088H16V3.26088H6.4V4.86088ZM11.2 14.5473V9.42728H12.8V11.2353H16V12.8353H12.8V14.5473H11.2ZM9.6 12.8353V11.2353H0V12.8353H9.6Z' fill='white'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal-filters-btns button {
    display: block;
    width: 44px;
    height: 44px;
    border: 1px solid #111111;
    outline: none;
    background: none;
    border-radius: 100px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3327 7.11117L7.99935 1.77783L2.66602 7.11117' stroke='black' stroke-width='0.888889' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 1.77783V14.2223' stroke='black' stroke-width='0.888889' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;

}

@media screen and (max-width: 767px) {
    .catalog .catalog-top .h-main .h {
        font-size: 20px;
    }

    .catalog .selected-filters .item.btn-holder {
        display: block;
    }

    .catalog .selected-filters .item.hide {
        display: none;
    }

    .modal-filters-btns {
        display: flex;
    }
}





.catalog .catalog-main .catalog-list {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 4px;
}

.catalog .catalog-main .catalog-list.hide {
    display: none;
}

.catalog .catalog-main .catalog-list .product-item {
    padding: 0;
    width: 100%;
    max-width: calc(25% - 3px);
    margin: 0;
}

.catalog .catalog-main .catalog-list .product-item:nth-child(7n+5),
.catalog .catalog-main .catalog-list .product-item:nth-child(7n+6),
.catalog .catalog-main .catalog-list .product-item:nth-child(7n+7) {
    max-width: calc(33.33% - 3px);
}

.catalog .catalog-main .sticky-blocks-mobile {
    display: none !important;
}

.catalog .catalog-main .sticky-blocks {
    display: flex;
    flex-direction: column;
    gap: 80px 0;
    padding: 0 30px;
}

.catalog .catalog-main .sticky-blocks.hide {
    display: none !important;
}

.catalog .catalog-main .sticky-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 4px;
}

.catalog .catalog-main .sticky-block .banner {
    position: sticky;
    top: var(--header-height);
    /*height: calc(100vh - var(--header-height));*/
    height: 100vh;
    transition: all .3s;
}

.catalog .catalog-main .sticky-block .banner:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 41.49%, rgba(0, 0, 0, 0.8) 100%);
}

.catalog .catalog-main .sticky-block .banner .swiper-catalog-banner {
    display: none;
}

.catalog .catalog-main .sticky-block .banner .banner-images {
    width: 100%;
    height: 100%;
}

.catalog .catalog-main .sticky-block .banner .banner-images .banner-img {
    width: 100%;
    height: 100%;
}

.catalog .catalog-main .sticky-block .banner .banner-images .banner-img img {
    width: 100%;
    height: 100%;
    /*height: auto;*/
    object-fit: cover;
    max-width: 100%;
}

.catalog .catalog-main .sticky-block .banner .banner-text {
    color: white;
    position: absolute;
    left: calc(var(--container-left, 10%) - 20px);
    bottom: 30%;
    z-index: 2;
    width: 100%;
    max-width: 408px;
}

.catalog .catalog-main .sticky-block .banner .banner-text h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.catalog .catalog-main .sticky-block .banner .banner-text .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.catalog .catalog-main .sticky-block .banner .banner-text .desc p {
    margin: 0;
}

.catalog .catalog-main .sticky-block .banner .banner-text .btn {
    display: block;
    width: 100%;
    margin-top: 18px;
}

.catalog .catalog-main .sticky-block .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 4px;
}

.catalog .catalog-main .sticky-block .product-item {
    padding: 0;
    margin: 0;
}

#modal-filters {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 480px;
    padding: 0;
    margin: 0;
    overflow: visible;
}

#modal-filters form {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

#modal-filters .modal-top {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(85, 85, 85, 0.1);
    background-color: white;
    z-index: 2;
}

#modal-filters .modal-top p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
}

#modal-filters .modal-top button {
    position: static;

}

#modal-filters .modal-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 24px;
    gap: 0 16px;
    border-top: 1px solid rgba(85, 85, 85, 0.1);
    position: sticky;
    bottom: 0;
    background-color: white;
    z-index: 2;
}

#modal-filters .modal-footer .btn.btn-border-black {
    background-color: white;
}

#modal-filters .modal-footer .btn.btn-border-black {
    background: white;
    /*border-color: rgba(85, 85, 85, 0.4);*/
    /*color: #111;*/
}

#modal-filters .modal-footer .btn.btn-border-black:hover {
    background: #080808;
    /*border-color: #080808;*/
    /*color: #fff;*/
}

#modal-filters .modal-content {
    padding: 0 24px;
    flex: 99;
}

#modal-filters .modal-content .filter-item {
    border-bottom: 1px solid #5555551A
}

#modal-filters .modal-content .filter-item:last-child {
    border-bottom: 0px;
}

#modal-filters .modal-content .filter-item._init .filter-content {
    max-height: 0px;
    opacity: 0;
    transition: all .5s;
    overflow: hidden;
}

#modal-filters .modal-content .filter-item.active .filter-name button {
    transform: rotate(0deg);
}

#modal-filters .modal-content .filter-item.active .filter-content {
    max-height: var(--height);
    opacity: 1;
}

#modal-filters .modal-content .filter-item .filter-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
    padding: 24px 0 16px 0;
}

#modal-filters .modal-content .filter-item .filter-name p {
    margin: 0;
    flex: 99;
}

#modal-filters .modal-content .filter-item .filter-name a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #111111;
}

#modal-filters .modal-content .filter-item {
    /* padding: 24px 0; */
    padding: 0 0 8px 0;
}

#modal-filters .modal-content .filter-item .filter-name button {
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    outline: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 13L10 7L16 13' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: rotate(180deg);
    transition: all .3s;
}

#modal-filters .modal-content .filter-item .filter-content .filter-content__wrapper {
    padding: 4px 0 16px 0;
}

#modal-filters .modal-content .filter-item .radio {
    display: block;
    padding: 7px 0;
    cursor: auto;
}

#modal-filters .modal-content .filter-item .checkbox {
    cursor: auto;
}

#modal-filters .modal-content .filter-item .radio .radio-text,
#modal-filters .modal-content .filter-item .checkbox .checkbox-text {
    cursor: pointer;
}

#modal-filters .modal-content .filter-item .radio .radio-text .inner-text,
#modal-filters .modal-content .filter-item .checkbox .checkbox-text .inner-text {
    margin: 0;
}

#modal-filters .modal-content .filter-item .radio input:disabled+.radio-text,
#modal-filters .modal-content .filter-item .checkbox input:disabled+.checkbox-text {
    /* cursor: no-drop; */
}


#modal-filters .modal-content .filter-item .radio .radio-text .tooltip-disabled,
#modal-filters .modal-content .filter-item .checkbox .checkbox-text .tooltip-disabled {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#modal-filters .modal-content .filter-item .radio input:disabled+.radio-text .tooltip-disabled,
#modal-filters .modal-content .filter-item .checkbox input:disabled+.checkbox-text .tooltip-disabled {
    display: block;
}

.tooltipster-catalog-disabled .tooltipster-content {
    background-color: #111111;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: white;
    padding: 8px 12px;
    width: 162px;
}

.tooltipster-catalog-disabled.tooltipster-top .tooltipster-arrow-background {
    border: none;
    width: 20px;
    height: 18.74px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22' height='15' viewBox='0 0 22 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 14.7369L21.3923 0.684275H0.607696L11 14.7369Z' fill='%23111111'/%3E%3C/svg%3E");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    top: -9px;
}


/*
#modal-filters .modal-content .filter-item .radio .radio-text,
#modal-filters .modal-content .filter-item .radio .radio-text{
    cursor: pointer;
} */

#modal-filters .modal-content .filter-item.size .radio-items {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
}

#modal-filters .modal-content .filter-item.size .radio .radio-text:before,
#modal-filters .modal-content .filter-item.size .radio .radio-text:after {
    display: none;
}

#modal-filters .modal-content .filter-item.size .radio {
    padding: 0;
    flex: 1 1 100%;
}

#modal-filters .modal-content .filter-item.size .radio .radio-text {
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #B8B8B8;
    /* transition: all .3s; */
    /* transition: all .4s; */
    /* text-decoration: line-through; */
    /* text-decoration-color: rgba(0,0,0,0); */
}

#modal-filters .modal-content .filter-item.size .radio input:checked+.radio-text {
    border-color: #111111;
    color: #111111;
}

#modal-filters .modal-content .filter-item.size .radio input:disabled+.radio-text {
    /* opacity: 0.4;
    text-decoration-color: #111111; */
}



#modal-filters .modal-content .filter-item.style .checkbox-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

#modal-filters .modal-content .filter-item.style .checkbox .checkbox-text:before,
#modal-filters .modal-content .filter-item.style .checkbox .checkbox-text:after {
    display: none;
}

#modal-filters .modal-content .filter-item.style .checkbox {
    padding: 0;
}

#modal-filters .modal-content .filter-item.style .checkbox .checkbox-text {
    padding: 7px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #B8B8B8;
    transition: all .3s;
}

#modal-filters .modal-content .filter-item.style .checkbox .checkbox-text img {
    width: 100%;
    max-width: 80px;
    margin-bottom: 6px;
}

#modal-filters .modal-content .filter-item.style .checkbox .checkbox-text p {
    margin: 0;
}

#modal-filters .modal-content .filter-item.style .checkbox input:checked+.checkbox-text {
    border-color: #111111;
}

#modal-filters .modal-content .filter-item.style .checkbox input:disabled+.checkbox-text {
    /* opacity: 0.4; */
}

#modal-filters .modal-content .filter-item.style .checkbox input:disabled+.checkbox-text p {
    /* text-decoration: line-through; */
}


#modal-filters .modal-content .filter-item.material .checkbox {
    padding: 8px 0;
    display: block;
}

#modal-filters .modal-content .filter-item.material .checkbox .checkbox-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    transition: all .4s;
    text-decoration: line-through;
    text-decoration-color: rgba(0, 0, 0, 0);
}

#modal-filters .modal-content .filter-item.material .checkbox .checkbox-text strong {
    font-weight: 500;
    text-transform: uppercase;
}

#modal-filters .modal-content .filter-item.material .checkbox input:disabled+.checkbox-text {
    /* opacity: 0.4; */
}

#modal-filters .modal-content .filter-item.material .checkbox input:disabled+.checkbox-text {
    /* text-decoration: line-through; */
    /* text-decoration-color: #111111; */
}

#modal-filters .modal-content .filter-item.material .checkbox input:disabled+.checkbox-text strong {
    /* display: inline-block; */
    /* text-decoration: line-through; */
}


#modal-filters .modal-content .filter-item.colors .checkbox-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
}

@media (max-width: 768px) {
    #modal-filters .modal-content .filter-item.colors .checkbox-items {
        grid-template-columns: repeat(4, 1fr);
    }
}

#modal-filters .modal-content .filter-item.colors .checkbox .checkbox-text:before,
#modal-filters .modal-content .filter-item.colors .checkbox .checkbox-text:after {
    display: none;
}

#modal-filters .modal-content .filter-item.colors .checkbox {
    padding: 0;
}

#modal-filters .modal-content .filter-item.colors .checkbox .checkbox-text {
    padding: 10px 0 2px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    width: 100%;
    min-height: 87px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #B8B8B8;
    transition: all .3s;
    padding: 10px 6px;
    height: 100%;
}

#modal-filters .modal-content .filter-item.colors .checkbox .checkbox-text:before {
    display: block;
    content: '';
    width: 32px;
    min-height: 32px;
    max-height: 32px;
    border-radius: 50%;
    margin-bottom: 6px;
    background-color: var(--color);
}

#modal-filters .modal-content .filter-item.colors .checkbox input:checked+.checkbox-text {
    border-color: #111111;
}

#modal-filters .modal-content .filter-item.colors .checkbox input:disabled+.checkbox-text {
    /* opacity: 0.4; */
    /* text-decoration: line-through; */
    /* pointer-events: none; */
}

#modal-filters .modal-content .filter-item.colors .checkbox input:disabled+.checkbox-text {
    /* text-decoration: line-through; */
    /* pointer-events: none; */
}



#modal-sizes-catalog,
#modal-material {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 480px;
    padding: 0;
    margin: 0;
    overflow: auto;
    z-index: 9999999;
    background-color: white;
    /* transform: translateX(100%); */
    transition: all .8s;
}

.mfp-slide-right.mfp-ready.show-2-modal #modal-sizes-catalog,
.mfp-slide-right.mfp-ready.show-2-modal #modal-material {
    /* transform: translateX(0px); */
}

#modal-sizes-catalog .mfp-close,
#modal-material .mfp-close {
    display: none !important;
}

#modal-sizes-catalog .modal-top,
#modal-material .modal-top {
    padding: 26px 24px;
    border-bottom: 1px solid #5555551A;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: white;
}

#modal-sizes-catalog .modal-top .back,
#modal-material .modal-top .back {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 20L8 12L16 4' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    margin: 0 auto 0 0;
    position: static;
}

#modal-sizes-catalog .modal-content {
    padding: 24px;
}

#modal-sizes-catalog .modal-content .description {
    margin-bottom: 12px;
}

#modal-sizes-catalog .modal-content .description .title {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

#modal-sizes-catalog .modal-content .description .text {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

#modal-sizes-catalog .modal-content .description .text p {
    margin: 0;
}

#modal-sizes-catalog .table-size__wrapper .tables .table {
    table-layout: auto;
}

#modal-sizes-catalog .table-size__wrapper .tables .table th {
    padding: 4px 2px;
}

#modal-sizes-catalog .table-size__wrapper .tables .table tbody td:first-child {
    text-align: center;
}

.more-discont-info {
    margin-bottom: 0;
    overflow: hidden;
    height: 0;
    padding: 0 42px 0 42px;
    transition: all .3s ease-out;
}

.more-discont-info.active {
    height: 62px;
    padding: 10px 42px 0 42px;
    transition: all 1s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
}


#modal-material .description {
    padding: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

#modal-material .description img {
    width: 100%;
    max-width: 100%;
    /*margin-bottom: 24px;*/
}

#modal-material .description h2 {
    margin: 24px 0 12px 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}


#modal-filters .modal-content .filter-item .checkbox .checkbox-text,
#modal-filters .modal-content .filter-item .radio .radio-text {
    transition: all .4s;
    text-decoration: line-through;
    text-decoration-color: rgba(0, 0, 0, 0);
}

#modal-filters .modal-content .filter-item .checkbox input:disabled+.checkbox-text,
#modal-filters .modal-content .filter-item .radio input:disabled+.radio-text {
    text-decoration-color: #111111;
    cursor: no-drop;
    opacity: 0.4;
}


/*Blog product blocks*/
.blog-single-product {
    background-color: #EBEBEB;
    display: grid;
    grid-template-columns: 7fr 5fr;
    position: relative;
    align-items: end;
}

.blog-single-product .btn-wishlist {
    position: absolute;
    right: 0;
    bottom: 0;
    color: white !important;
    width: 44px;
    height: 44px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #080808;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

.blog-single-product .btn-buy-mobile {
    display: none;
}

.blog-single-product .left {
    padding: 60px 0 30px 60px;
}

.blog-single-product .left .title {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #111111;
    text-decoration: none;
    display: block;
    margin-bottom: 18px;
}

.blog-single-product .left .price {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 36px;
}

.blog-single-product .left .price .old {
    text-decoration: line-through;
    color: rgba(17, 17, 17, 0.8);
    margin-right: 8px;
}

.blog-single-product .left .price .new {
    color: #D34040;
}


.blog-single-product .left .product-size {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 14px;
    margin-bottom: 16px;
}

.blog-single-product .left .product-size .label {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    grid-column: 1/3;
    text-transform: uppercase;
}

.blog-single-product .left .product-size .table-size {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.blog-single-product .left .product-buy {
    margin-bottom: 32px;
}

.blog-single-product .left .product-buy .btn {
    width: 100%;
    display: block;
    max-width: 100%;
}

.blog-single-product .left .description {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #111111CC;
}

.blog-single-product .left .description p:first-child {
    margin-top: 0;
}

.blog-single-product .left .description p:last-child {
    margin-bottom: 0;
}

.blog-single-product .right .img img {
    width: 100%;
    max-width: 100%;
}

.blog-big-product-swiper {
    width: 100%;
    padding: 0;
    margin-top: 20px;
}

.blog-big-product-swiper .blog-single-product {
    padding: 0px;
    background-color: white;
    align-items: start;
    gap: 0 48px;
    grid-template-columns: 5fr 7fr;
}

.blog-big-product-swiper .blog-single-product .btn-wishlist {
    left: auto;
    bottom: auto;
    top: 0px;
    right: 0px;
    color: #080808 !important;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
}



.blog-big-product-swiper .blog-single-product .right {
    grid-column: 1/2;
    grid-row: 1/2;
}

.blog-big-product-swiper .blog-single-product .left {
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 0 0 70px 0;
}

.blog-big-product-swiper .swiper-arrows {
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
    color: #414141;
    position: absolute;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    top: auto;
    z-index: 1;
    cursor: pointer;
    transition: all .3s;
}

.blog-big-product-swiper.not-loop .swiper-arrows {
    /* opacity: 1 !important; */
    /* height: 38px; */
    /* justify-content: flex-end; */
}

/* .blog-big-product-swiper.not-loop .swiper-arrows span{
    display: none;
} */
.blog-big-product-swiper.not-loop .swiper-arrows.swiper-button-disabled span {
    opacity: 0;
}

.blog-big-product-swiper .swiper-arrows span {
    transition: all .3s;
    margin-bottom: 12px;
}

.blog-big-product-swiper .swiper-arrows:after {
    content: '';
    display: block;
    width: 76px;
    height: 8px;
    background: url('/img/arrow_right_black.svg') no-repeat;
    background-position: right center;
}

.blog-big-product-swiper .swiper-arrows.blog-big-product-swiper__next {
    right: 10px;
    align-items: flex-end;
}

.blog-big-product-swiper .swiper-arrows.blog-big-product-swiper__prev {
    left: 45%;
}

.blog-big-product-swiper .swiper-arrows.blog-big-product-swiper__prev:after {
    transform: rotate(180deg);
}

.blog-big-product-swiper .swiper-arrows.swiper-button-disabled {
    opacity: 0.5;
}

.blog-big-product-swiper .blog-single-product .left .title {
    padding-right: 30px;
    font-weight: 400;
}

.blog-big-product-swiper .mob-title {
    display: none;
}

.blog-products-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1000px));
    gap: 0 48px;
    justify-content: space-between;
}

.blog-products-columns .col {
    display: flex;
    flex-direction: column;
    gap: 48px 0;
}

.blog-products-columns .product-item {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
}

.blog-products-columns .product-item .product-size {
    margin-bottom: 17px;
}

.blog-products-columns .product-item .price {
    position: static;
    opacity: 1 !important;
}

.blog-products-columns .product-item .table-size {
    display: block;
    /* padding: 0 16px; */
    margin-bottom: 16px;
}

.blog-products-columns .product-item .product-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-products-columns .product-item .product-info:after {
    display: none;
}

.blog-products-columns .product-item .product-info .btn-icon {
    position: static;
}

.blog-products-columns .text {
    padding: 0 16px 0 16px;
}

.blog-products-columns .text h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    margin-bottom: 24px;
}

.blog-products-columns .text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

.blog-products-columns .product-item .product-img {
    display: block;
    overflow: visible;
}

.blog-products-columns .product-item .product-img .swiper-catalog-banner {
    pointer-events: none;
}

.blog-products-columns .product-item .product-img .swiper-catalog-banner .swiper-slide img {
    display: block;
    width: 100%;

}

.blog-products-columns .product-item .product-img .btn-buy {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 20px;
    bottom: -22px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 1;
    transition: all .3s;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='43' height='43' rx='21.5' fill='%23080808'/%3E%3Crect x='0.5' y='0.5' width='43' height='43' rx='21.5' stroke='white'/%3E%3Cpath d='M28.1133 17.3906H25.6133V16.3164C25.6133 15.2878 25.2682 14.4154 24.5781 13.6992C23.901 12.9831 23.0742 12.625 22.0977 12.625C21.1341 12.625 20.3073 12.9831 19.6172 13.6992C18.9401 14.4154 18.6016 15.2878 18.6016 16.3164V17.3906H15.8867C15.7695 17.3906 15.6719 17.4362 15.5938 17.5273C15.5156 17.6055 15.4766 17.7031 15.4766 17.8203V29.2266C15.4766 29.8255 15.6719 30.3333 16.0625 30.75C16.4661 31.1536 16.9479 31.362 17.5078 31.375H26.5117C27.0716 31.362 27.5469 31.1536 27.9375 30.75C28.3281 30.3333 28.5234 29.8255 28.5234 29.2266V17.8203C28.5234 17.7031 28.4844 17.6055 28.4062 17.5273C28.3281 17.4362 28.2305 17.3906 28.1133 17.3906ZM19.4023 16.3164C19.4023 15.5221 19.6628 14.8516 20.1836 14.3047C20.7174 13.7448 21.3555 13.4648 22.0977 13.4648C22.8529 13.4648 23.4909 13.7448 24.0117 14.3047C24.5456 14.8516 24.8125 15.5221 24.8125 16.3164V17.3906H19.4023V16.3164ZM27.7227 29.2266C27.7227 29.5781 27.599 29.8841 27.3516 30.1445C27.1172 30.3919 26.8307 30.5156 26.4922 30.5156H17.5078C17.1693 30.5156 16.8828 30.3919 16.6484 30.1445C16.4141 29.8841 16.2969 29.5781 16.2969 29.2266V18.25H18.582V19.9883C18.582 20.1055 18.6211 20.2031 18.6992 20.2812C18.7773 20.3594 18.875 20.3984 18.9922 20.3984C19.1094 20.3984 19.207 20.3594 19.2852 20.2812C19.3633 20.2031 19.4023 20.1055 19.4023 19.9883V18.25H24.8125V19.9883C24.8125 20.1055 24.8516 20.2031 24.9297 20.2812C25.0078 20.3594 25.1055 20.3984 25.2227 20.3984C25.3268 20.3984 25.418 20.3594 25.4961 20.2812C25.5742 20.2031 25.6133 20.1055 25.6133 19.9883V18.25H27.7227V29.2266Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.blog-products-columns .product-item .product-img .btn-buy.btn-disabled {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='45' height='44' viewBox='0 0 45 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' width='44' height='44' rx='22' fill='%23D5D5D5'/%3E%3Cpath d='M28.6133 17.3906H26.1133V16.3164C26.1133 15.2878 25.7682 14.4154 25.0781 13.6992C24.401 12.9831 23.5742 12.625 22.5977 12.625C21.6341 12.625 20.8073 12.9831 20.1172 13.6992C19.4401 14.4154 19.1016 15.2878 19.1016 16.3164V17.3906H16.3867C16.2695 17.3906 16.1719 17.4362 16.0938 17.5273C16.0156 17.6055 15.9766 17.7031 15.9766 17.8203V29.2266C15.9766 29.8255 16.1719 30.3333 16.5625 30.75C16.9661 31.1536 17.4479 31.362 18.0078 31.375H27.0117C27.5716 31.362 28.0469 31.1536 28.4375 30.75C28.8281 30.3333 29.0234 29.8255 29.0234 29.2266V17.8203C29.0234 17.7031 28.9844 17.6055 28.9062 17.5273C28.8281 17.4362 28.7305 17.3906 28.6133 17.3906ZM19.9023 16.3164C19.9023 15.5221 20.1628 14.8516 20.6836 14.3047C21.2174 13.7448 21.8555 13.4648 22.5977 13.4648C23.3529 13.4648 23.9909 13.7448 24.5117 14.3047C25.0456 14.8516 25.3125 15.5221 25.3125 16.3164V17.3906H19.9023V16.3164ZM28.2227 29.2266C28.2227 29.5781 28.099 29.8841 27.8516 30.1445C27.6172 30.3919 27.3307 30.5156 26.9922 30.5156H18.0078C17.6693 30.5156 17.3828 30.3919 17.1484 30.1445C16.9141 29.8841 16.7969 29.5781 16.7969 29.2266V18.25H19.082V19.9883C19.082 20.1055 19.1211 20.2031 19.1992 20.2812C19.2773 20.3594 19.375 20.3984 19.4922 20.3984C19.6094 20.3984 19.707 20.3594 19.7852 20.2812C19.8633 20.2031 19.9023 20.1055 19.9023 19.9883V18.25H25.3125V19.9883C25.3125 20.1055 25.3516 20.2031 25.4297 20.2812C25.5078 20.3594 25.6055 20.3984 25.7227 20.3984C25.8268 20.3984 25.918 20.3594 25.9961 20.2812C26.0742 20.2031 26.1133 20.1055 26.1133 19.9883V18.25H28.2227V29.2266Z' fill='%238A8A8A'/%3E%3C/svg%3E");
    cursor: initial;
}

.blog-products-columns .product-item .product-img .btn-buy:not(.btn-disabled):hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='43' height='43' rx='21.5' fill='white'/%3E%3Crect x='0.5' y='0.5' width='43' height='43' rx='21.5' stroke='%23111111'/%3E%3Cpath d='M28.1133 17.3906H25.6133V16.3164C25.6133 15.2878 25.2682 14.4154 24.5781 13.6992C23.901 12.9831 23.0742 12.625 22.0977 12.625C21.1341 12.625 20.3073 12.9831 19.6172 13.6992C18.9401 14.4154 18.6016 15.2878 18.6016 16.3164V17.3906H15.8867C15.7695 17.3906 15.6719 17.4362 15.5938 17.5273C15.5156 17.6055 15.4766 17.7031 15.4766 17.8203V29.2266C15.4766 29.8255 15.6719 30.3333 16.0625 30.75C16.4661 31.1536 16.9479 31.362 17.5078 31.375H26.5117C27.0716 31.362 27.5469 31.1536 27.9375 30.75C28.3281 30.3333 28.5234 29.8255 28.5234 29.2266V17.8203C28.5234 17.7031 28.4844 17.6055 28.4062 17.5273C28.3281 17.4362 28.2305 17.3906 28.1133 17.3906ZM19.4023 16.3164C19.4023 15.5221 19.6628 14.8516 20.1836 14.3047C20.7174 13.7448 21.3555 13.4648 22.0977 13.4648C22.8529 13.4648 23.4909 13.7448 24.0117 14.3047C24.5456 14.8516 24.8125 15.5221 24.8125 16.3164V17.3906H19.4023V16.3164ZM27.7227 29.2266C27.7227 29.5781 27.599 29.8841 27.3516 30.1445C27.1172 30.3919 26.8307 30.5156 26.4922 30.5156H17.5078C17.1693 30.5156 16.8828 30.3919 16.6484 30.1445C16.4141 29.8841 16.2969 29.5781 16.2969 29.2266V18.25H18.582V19.9883C18.582 20.1055 18.6211 20.2031 18.6992 20.2812C18.7773 20.3594 18.875 20.3984 18.9922 20.3984C19.1094 20.3984 19.207 20.3594 19.2852 20.2812C19.3633 20.2031 19.4023 20.1055 19.4023 19.9883V18.25H24.8125V19.9883C24.8125 20.1055 24.8516 20.2031 24.9297 20.2812C25.0078 20.3594 25.1055 20.3984 25.2227 20.3984C25.3268 20.3984 25.418 20.3594 25.4961 20.2812C25.5742 20.2031 25.6133 20.1055 25.6133 19.9883V18.25H27.7227V29.2266Z' fill='%23111111'/%3E%3C/svg%3E");
}

.seo-block {
    margin: 90px 0 0 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

.seo-block h1,
.seo-block h2,
.seo-block h3,
.seo-block h4,
.seo-block h5 {
    font-weight: 500;
    text-transform: uppercase;
}

.seo-block h1 {
    font-size: 28px;
    line-height: 40px;
    margin: 32px 0;
}

.seo-block h2 {
    font-size: 20px;
    line-height: 28px;
    margin: 12px 0;
}

.seo-block ul {
    padding-left: 15px;
}

.seo-block ol {
    padding-left: 18px;
}

@media (max-width: 1500px) {
    .catalog .catalog-main .sticky-block .banner .banner-text {
        left: 10%;
    }

    .lookbook-body-wrap .lookbook-body {
        padding-left: 0;
    }
}

@media (max-width: 1460px) {
    .catalog .catalog-main .sticky-blocks {
        padding: 0 10px;
    }

    .blog-products-columns {
        gap: 0 20px;
    }

    .blog-products-columns .col {
        gap: 40px 0;
    }


    .blog-big-product-swiper .blog-single-product {
        gap: 0 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-big-product-swiper .swiper-arrows.blog-big-product-swiper__prev {
        left: 51.5%;
    }

    .blog-single-product .left .product-size {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .blog-single-product .left .product-size .radio-list {
        margin: 14px 0 20px 0;
    }

    .blog-single-product .left .description {
        display: none;
    }

    .blog-single-product .left .title {
        font-size: 16px;
        line-height: 26px;
    }

    .blog-single-product .left .price {
        margin-bottom: 32px;
    }

}

@media (max-width: 1280px) {
    .catalog .catalog-main .sticky-blocks {
        padding: 0 20px;
        gap: 54px 0;
    }

    .catalog .catalog-main .sticky-block {
        display: flex;
        flex-direction: column;
        gap: 32px 0;
    }

    .catalog .catalog-main .sticky-block .banner {
        position: relative;
        top: auto;
        height: auto;
        aspect-ratio: 1/1;
    }

    .catalog .catalog-main .sticky-block .banner .banner-text {
        left: 120px;
        bottom: 190px;
    }

    .catalog .catalog-main .sticky-block .items {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    #blog-subscribe-modal .input-item.interests {
        display: flex;
        flex-direction: column;
        gap: 16px 0;
        margin: 0;
    }

    #blog-subscribe-modal .input-item.interests:after {
        display: none;
    }

    #blog-subscribe-modal .input-item.interests .label {
        padding: 0;
    }

    #blog-subscribe-modal .input-item.interests .input-col {
        width: 100%;
    }

    #blog-subscribe-modal .buttons-wrap {
        width: 100%;
        margin-top: 32px;
    }

    #blog-subscribe-modal .input-item.interests .input-col .help-block {
        top: calc(100% + 8px);
    }

    blockquote {
        font-size: 24px;
        font-weight: 400;
        line-height: 33.6px;
        padding: 48px 0 48px 94px;
    }

    blockquote:before {
        left: 0;
    }

    blockquote sub {
        text-align: right;
        margin-top: 10px;
        text-transform: uppercase;
    }

    /* .catalog .catalog-main .sticky-blocks{
        padding: 0 20px;
        gap: 54px 0;
    }
    .catalog .catalog-main .sticky-block{
        display: flex;
        flex-direction: column;
        gap: 32px 0;
    }
    .catalog .catalog-main .sticky-block .banner{
        height: auto;
        aspect-ratio: 1/1;
    }
    .catalog .catalog-main .sticky-block .banner .banner-text{
        left: 120px;
        bottom: 190px;
    }
    .catalog .catalog-main .sticky-block .items{
        grid-template-columns: repeat(4, 1fr);
    } */

    .seo-block {
        margin: 60px 0 0 0;
        font-size: 14px;
        line-height: 20px;
    }

    .seo-block h1 {
        font-size: 20px;
        line-height: 28px;
        margin: 24px 0;
    }

    .seo-block h2 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 768px) {
    #blog-subscribe-modal .popup-body {
        display: block;
    }

    #blog-subscribe-modal .subscribe-img {
        display: none;
    }

    #blog-subscribe-modal .subscribe-form {
        padding: 32px 20px;
    }

    #blog-subscribe-modal .h-popup {
        margin-bottom: 8px;
    }

    #blog-subscribe-modal .desc {
        margin-bottom: 24px;
    }

    #blog-subscribe-modal .input-item .label {
        padding-bottom: 12px;
    }

    #blog-subscribe-modal .input-item {
        margin-bottom: 20px;
    }

    #blog-subscribe-modal .input-item.interests .label {
        padding-bottom: 12px;
    }

    #modal-success {
        height: 554px;
    }

    blockquote {
        font-size: 20px;
        line-height: 28px;
        padding: 88px 0 32px 0px;
    }

    blockquote:before {
        top: 24px;
    }

    blockquote sub {
        font-size: 12px;
    }


    #modal-size {
        width: 100%;
        max-width: 100%;
    }

    #modal-size .modal-body {
        padding: 0 10px 20px 10px;
    }

    #modal-size .modal-image {
        padding: 20px 30px;
    }



    #modal-filters,
    #modal-sizes-catalog,
    #modal-material {
        width: 100%;
        max-width: 100%;
    }

    .catalog .catalog-top {
        padding: 32px 0;
    }

    .catalog .catalog-top .catalog-top__head {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px 0;
    }

    .catalog .catalog-main .catalog-list {
        padding: 0 10px;
        display: none !important;
    }

    .catalog .catalog-main .catalog-list .product-item {
        width: 100%;
        max-width: 100% !important;
        margin-bottom: 0;
    }

    .catalog .catalog-main .catalog-list .product-item.w-50 {
        max-width: calc(50% - 2px) !important;
    }

    .catalog .catalog-main .sticky-blocks-mobile {
        display: flex !important;
    }

    .catalog .catalog-main .sticky-blocks-mobile.hide {
        display: none !important;
    }

    .catalog .catalog-main .sticky-blocks {
        padding: 0 10px;
    }

    .catalog .catalog-main .sticky-block .banner:before {
        display: none;
    }

    .catalog .catalog-main .sticky-block .banner-images {
        display: none;
    }

    .catalog .catalog-main .sticky-block .banner {
        aspect-ratio: auto;
    }

    .catalog .catalog-main .sticky-block .banner .banner-text {
        position: static;
        color: #111111;
    }

    .catalog .catalog-main .sticky-block .banner .swiper {
        display: block;
        position: relative;
        margin-left: -10px;
        width: calc(100% + 20px);
        padding-right: 40px;
    }

    .catalog .catalog-main .sticky-block .banner .swiper.one-slide {
        padding-right: 0;
    }

    /*.catalog .catalog-main .sticky-block .banner .swiper img*/
    .catalog .catalog-main .sticky-block .banner .swiper .swiper-slide {
        display: block;
        position: relative;
        padding-bottom: 150%;
        overflow: hidden;
    }

    .catalog .catalog-main .sticky-block .banner .swiper img,
    .catalog .catalog-main .sticky-block .banner .swiper video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .catalog .catalog-main .sticky-block .banner .swiper .swiper-slide.has-video {
        background-image: var(--bg-poster);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
    }

    .catalog .catalog-main .sticky-block .banner .swiper video {
        top: -3px;
        height: calc(100% + 6px);
        backface-visibility: visible;
    }

    .catalog .catalog-main .sticky-block .banner .swiper .link {
        position: absolute;
        display: block;
        right: 60px;
        bottom: -20px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='44' height='45' viewBox='0 0 44 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.993408' width='43' height='43' rx='21.5' fill='%23080808'/%3E%3Crect x='0.5' y='0.993408' width='43' height='43' rx='21.5' stroke='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.75 15.2434C16.2196 15.2434 15.7109 15.4541 15.3358 15.8292C14.9607 16.2043 14.75 16.713 14.75 17.2434V27.7434C14.75 28.2738 14.9607 28.7825 15.3358 29.1576C15.7109 29.5327 16.2196 29.7434 16.75 29.7434H27.25C27.7804 29.7434 28.2891 29.5327 28.6642 29.1576C29.0393 28.7825 29.25 28.2738 29.25 27.7434V22.4934C29.25 22.2173 29.0261 21.9934 28.75 21.9934C28.4739 21.9934 28.25 22.2173 28.25 22.4934V27.7434C28.25 28.0086 28.1446 28.263 27.9571 28.4505C27.7696 28.6381 27.5152 28.7434 27.25 28.7434H16.75C16.4848 28.7434 16.2304 28.6381 16.0429 28.4505C15.8554 28.263 15.75 28.0086 15.75 27.7434V17.2434C15.75 16.9782 15.8554 16.7238 16.0429 16.5363C16.2304 16.3488 16.4848 16.2434 16.75 16.2434H22C22.2761 16.2434 22.5 16.0196 22.5 15.7434C22.5 15.4673 22.2761 15.2434 22 15.2434H16.75ZM21.6953 23.1888C21.5 22.9935 21.5 22.6769 21.6953 22.4817L27.59 16.2435H25C24.7239 16.2435 24.5 16.0196 24.5 15.7435C24.5 15.4674 24.7239 15.2435 25 15.2435H28.75C29.0261 15.2435 29.25 15.4674 29.25 15.7435V15.7436V19.4935C29.25 19.7696 29.0261 19.9935 28.75 19.9935C28.4739 19.9935 28.25 19.7696 28.25 19.4935V17.0004L22.4024 23.1888C22.2071 23.384 21.8905 23.384 21.6953 23.1888Z' fill='white'/%3E%3C/svg%3E");
        width: 44px;
        height: 44px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 2;
    }

    .catalog .catalog-main .sticky-block .items {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100% !important;
        margin-bottom: 0;
    }

    .catalog .catalog-main .sticky-block .items .product-item {
        width: 100%;
        max-width: 100%;
    }

    .catalog .catalog-main .sticky-block .items .product-item.w-50 {
        max-width: calc(50% - 2px) !important;
    }


    .blog-products-columns {
        display: flex;
        flex-direction: column-reverse;
        gap: 32px 0;
    }

    .blog-products-columns .col {
        gap: 32px 0;
        flex-direction: column-reverse;
    }

    .blog-products-columns .col:first-child .text {
        order: 0;
    }

    .blog-products-columns .col:first-child .product-item {
        order: 1;
    }

    .blog-products-columns .col:last-child .text {
        order: 99;
    }

    .blog-products-columns .product-item {
        padding: 0;
    }

    .blog-products-columns .product-item .product-img {
        margin: 0 -20px 36px -20px;
        width: calc(100% + 40px);
        pointer-events: auto;
    }

    .blog-products-columns .product-item .product-img .swiper-catalog-banner {
        padding-right: 40px;
        pointer-events: auto;
    }

    .blog-products-columns .product-item .product-img .swiper-catalog-banner .video-wrap {
        position: static;
        margin: 0;
        overflow: visible;
        opacity: 1 !important;
        visibility: visible;
    }

    .blog-products-columns .product-item .product-name {
        font-size: 13px;
        margin-bottom: 14px;
        padding: 0;
    }

    .blog-products-columns .product-item .product-size {
        padding: 0;
        margin-bottom: 14px;
    }

    .blog-products-columns .product-item .product-info {
        padding: 0;
    }

    .blog-products-columns .product-item .product-img .btn-buy {
        right: 60px;
    }

    .blog-products-columns .product-item .price {
        font-size: 14px;
        line-height: 20px;
    }

    .blog-products-columns .text {
        padding: 0;
    }

    .blog-products-columns .text h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .blog-products-columns .text p {
        font-size: 13px;
        line-height: 18px;
    }


    .blog-big-product-swiper .blog-single-product {
        display: flex;
        flex-direction: column-reverse;
        gap: 36px 0;
    }

    .blog-big-product-swiper .swiper-arrows span,
    .blog-big-product-swiper .swiper-arrows::after {
        display: none;
    }

    .blog-big-product-swiper .swiper-arrows {
        top: 0;
        left: auto;
        display: block;
        width: 19px;
        height: 13px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8633 6.63867L12.8672 0.642578C12.763 0.551432 12.6393 0.505859 12.4961 0.505859C12.3659 0.505859 12.2552 0.551432 12.1641 0.642578C12.0599 0.746745 12.0078 0.870443 12.0078 1.01367C12.0078 1.14388 12.0599 1.25456 12.1641 1.3457L17.3008 6.50195H1.01172C0.86849 6.50195 0.744792 6.55404 0.640625 6.6582C0.549479 6.74935 0.503906 6.86654 0.503906 7.00977C0.503906 7.13997 0.549479 7.25716 0.640625 7.36133C0.744792 7.45247 0.86849 7.49805 1.01172 7.49805H17.3008L12.1641 12.6543C12.0599 12.7454 12.0078 12.8626 12.0078 13.0059C12.0078 13.1361 12.0599 13.2533 12.1641 13.3574C12.2031 13.4095 12.2552 13.4486 12.3203 13.4746C12.3854 13.4876 12.4505 13.4941 12.5156 13.4941C12.5807 13.4941 12.6393 13.4876 12.6914 13.4746C12.7565 13.4486 12.8151 13.4095 12.8672 13.3574L18.8633 7.36133C18.9544 7.25716 19 7.13997 19 7.00977C19 6.86654 18.9544 6.74284 18.8633 6.63867Z' fill='%23111111'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .blog-big-product-swiper .swiper-arrows.blog-big-product-swiper__next {
        right: 10px;
    }

    .blog-big-product-swiper .swiper-arrows.blog-big-product-swiper__prev {
        left: auto;
        transform: rotate(180deg);
        right: 45px;
    }

    .blog-big-product-swiper .mob-title {
        display: block;
        position: absolute;
        left: 0px;
        top: 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        text-align: left;
        padding-right: 100px;
        display: block;
        margin: 0;
        width: 100%;
    }

    .blog-single-product {
        display: flex;
        flex-direction: column-reverse;
        margin-left: -20px;
        width: calc(100% + 40px);
        gap: 36px 0;
    }

    .blog-single-product .btn-wishlist {
        background: none;
        border: none;
        width: 24px;
        height: 24px;
        color: #080808 !important;
        bottom: 20px !important;
    }

    .blog-single-product .btn-buy-mobile {
        display: block;
        position: absolute;
        bottom: -22px;
        right: 20px;
        width: 44px;
        height: 44px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='43' height='43' rx='21.5' fill='%23080808'/%3E%3Crect x='0.5' y='0.5' width='43' height='43' rx='21.5' stroke='white'/%3E%3Cpath d='M28.1133 17.3906H25.6133V16.3164C25.6133 15.2878 25.2682 14.4154 24.5781 13.6992C23.901 12.9831 23.0742 12.625 22.0977 12.625C21.1341 12.625 20.3073 12.9831 19.6172 13.6992C18.9401 14.4154 18.6016 15.2878 18.6016 16.3164V17.3906H15.8867C15.7695 17.3906 15.6719 17.4362 15.5938 17.5273C15.5156 17.6055 15.4766 17.7031 15.4766 17.8203V29.2266C15.4766 29.8255 15.6719 30.3333 16.0625 30.75C16.4661 31.1536 16.9479 31.362 17.5078 31.375H26.5117C27.0716 31.362 27.5469 31.1536 27.9375 30.75C28.3281 30.3333 28.5234 29.8255 28.5234 29.2266V17.8203C28.5234 17.7031 28.4844 17.6055 28.4062 17.5273C28.3281 17.4362 28.2305 17.3906 28.1133 17.3906ZM19.4023 16.3164C19.4023 15.5221 19.6628 14.8516 20.1836 14.3047C20.7174 13.7448 21.3555 13.4648 22.0977 13.4648C22.8529 13.4648 23.4909 13.7448 24.0117 14.3047C24.5456 14.8516 24.8125 15.5221 24.8125 16.3164V17.3906H19.4023V16.3164ZM27.7227 29.2266C27.7227 29.5781 27.599 29.8841 27.3516 30.1445C27.1172 30.3919 26.8307 30.5156 26.4922 30.5156H17.5078C17.1693 30.5156 16.8828 30.3919 16.6484 30.1445C16.4141 29.8841 16.2969 29.5781 16.2969 29.2266V18.25H18.582V19.9883C18.582 20.1055 18.6211 20.2031 18.6992 20.2812C18.7773 20.3594 18.875 20.3984 18.9922 20.3984C19.1094 20.3984 19.207 20.3594 19.2852 20.2812C19.3633 20.2031 19.4023 20.1055 19.4023 19.9883V18.25H24.8125V19.9883C24.8125 20.1055 24.8516 20.2031 24.9297 20.2812C25.0078 20.3594 25.1055 20.3984 25.2227 20.3984C25.3268 20.3984 25.418 20.3594 25.4961 20.2812C25.5742 20.2031 25.6133 20.1055 25.6133 19.9883V18.25H27.7227V29.2266Z' fill='white'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 0;
        outline: none;
        border: none;
    }

    .blog-single-product .btn-buy-mobile.btn-disabled {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='45' height='44' viewBox='0 0 45 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' width='44' height='44' rx='22' fill='%23D5D5D5'/%3E%3Cpath d='M28.6133 17.3906H26.1133V16.3164C26.1133 15.2878 25.7682 14.4154 25.0781 13.6992C24.401 12.9831 23.5742 12.625 22.5977 12.625C21.6341 12.625 20.8073 12.9831 20.1172 13.6992C19.4401 14.4154 19.1016 15.2878 19.1016 16.3164V17.3906H16.3867C16.2695 17.3906 16.1719 17.4362 16.0938 17.5273C16.0156 17.6055 15.9766 17.7031 15.9766 17.8203V29.2266C15.9766 29.8255 16.1719 30.3333 16.5625 30.75C16.9661 31.1536 17.4479 31.362 18.0078 31.375H27.0117C27.5716 31.362 28.0469 31.1536 28.4375 30.75C28.8281 30.3333 29.0234 29.8255 29.0234 29.2266V17.8203C29.0234 17.7031 28.9844 17.6055 28.9062 17.5273C28.8281 17.4362 28.7305 17.3906 28.6133 17.3906ZM19.9023 16.3164C19.9023 15.5221 20.1628 14.8516 20.6836 14.3047C21.2174 13.7448 21.8555 13.4648 22.5977 13.4648C23.3529 13.4648 23.9909 13.7448 24.5117 14.3047C25.0456 14.8516 25.3125 15.5221 25.3125 16.3164V17.3906H19.9023V16.3164ZM28.2227 29.2266C28.2227 29.5781 28.099 29.8841 27.8516 30.1445C27.6172 30.3919 27.3307 30.5156 26.9922 30.5156H18.0078C17.6693 30.5156 17.3828 30.3919 17.1484 30.1445C16.9141 29.8841 16.7969 29.5781 16.7969 29.2266V18.25H19.082V19.9883C19.082 20.1055 19.1211 20.2031 19.1992 20.2812C19.2773 20.3594 19.375 20.3984 19.4922 20.3984C19.6094 20.3984 19.707 20.3594 19.7852 20.2812C19.8633 20.2031 19.9023 20.1055 19.9023 19.9883V18.25H25.3125V19.9883C25.3125 20.1055 25.3516 20.2031 25.4297 20.2812C25.5078 20.3594 25.6055 20.3984 25.7227 20.3984C25.8268 20.3984 25.918 20.3594 25.9961 20.2812C26.0742 20.2031 26.1133 20.1055 26.1133 19.9883V18.25H28.2227V29.2266Z' fill='%238A8A8A'/%3E%3C/svg%3E");
    }

    .blog-single-product .right {
        position: relative;
    }

    .blog-single-product .left {
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 0 20px 20px 20px;
    }

    .blog-single-product .btn-wishlist {
        left: auto;
        top: auto;
        bottom: 0;
        right: 0;
    }

    .blog-single-product .left .price {
        margin-bottom: 14px;
        order: 99;
    }

    .blog-single-product .left .title {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 14px;
    }

    .blog-single-product .left .product-size .label {
        display: none;
    }

    .blog-single-product .left .product-size .label,
    .blog-single-product .left .product-size .table-size {
        /* display: none; */
        justify-content: flex-start;
        margin: 16px 0;
    }

    .blog-single-product .left .product-size .radio-list {
        margin: 0;
    }

    .blog-single-product .left .product-buy {
        display: none;
    }

    .blog-single-product .left .price {
        margin: 0;
        line-height: 24px;
    }


    .blog-big-product-swiper {
        margin-left: -10px !important;
        width: calc(100% + 30px);
        padding: 0;
        padding-right: 30px !important;
        padding-top: 44px !important;
    }

    .blog-big-product-swiper .blog-single-product {
        margin: 0;
        width: 100%;
    }

    .blog-big-product-swiper .blog-single-product .btn-wishlist {
        left: auto;
        top: auto;
        bottom: 0 !important;
        right: 0;
    }

    .blog-big-product-swiper .blog-single-product .left {
        padding: 0;
    }

    .seo-block {
        margin: 40px 0 0 0;
    }

    .seo-block h1 {
        margin: 20px 0;
    }
}


/* new style Enex */
@keyframes faq-loader {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

body.lock {
    overflow: hidden;
}

.block-faq {
    padding-top: 110px;
}

.block-faq .container {
    display: grid;
    grid-template-columns: 9fr 7fr;
    gap: 64px;
    align-items: center;
}

.block-faq .container::after {
    display: none;
}

.block-faq .faq-text {
    width: 100%;
}

.block-faq .faq-text .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.block-faq .faq {
    padding-bottom: 24px;
    position: relative;
    cursor: pointer;
}

.block-faq .faq .faq-question {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
    color: #555555;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    transition: all 0.5s ease-in-out;
    position: relative;
    padding-left: 80px;
}

.block-faq .faq .faq-question p {
    margin: 0;
}

.block-faq .faq .faq-question span {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    display: block;
    position: absolute;
    left: 0;
    top: 0;

}

.block-faq .faq .faq-answer {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
}

.block-faq .faq .faq-answer p {
    margin: 0;
}

.block-faq .faq .faq-answer .faq-answer__content {
    padding-top: 12px;
}

.block-faq .faq .faq-loader {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #CDCDCD;
}

.block-faq .faq .faq-loader .faq-loader__inner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: #111;
}

.block-faq .faq._init .faq-answer {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.block-faq .faq._active .faq-answer {
    max-height: var(--max-height);
}

.block-faq .faq._active .faq-question {
    color: #111;
}

.block-faq .faq._active .faq-loader .faq-loader__inner {
    animation-name: faq-loader;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

.block-faq .faq._active:hover .faq-loader .faq-loader__inner {
    animation-play-state: paused;
}

.block-faq .faq-images {
    width: 100%;
}

.block-faq .faq-images .swiper-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.block-faq .faq-images .faq-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0 0 0 0);
    z-index: 0;
}

.block-faq .faq-images .faq-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block-faq .faq-images .faq-img p {
    position: absolute;
    left: 10px;
    top: 10px;
}

.block-faq .faq-images .faq-img._previous {
    z-index: 1;
}

.block-faq .faq-images .faq-img._active {
    clip-path: inset(0 0 100% 0);
    z-index: 2;
}

.block-faq .faq-images .faq-img._active-reverse {
    clip-path: inset(100% 0 0 0);
    z-index: 2;
}

.block-faq .faq-images .faq-img._anim {
    transition: clip-path 1.2s cubic-bezier(.76, 0, .24, 1), -webkit-clip-path 1.2s cubic-bezier(.76, 0, .24, 1);
    clip-path: inset(0 0 0 0);
}

.block-faq .faq-text .swiper-pagination,
.block-faq .faq-text .swiper-button {
    display: none;
}

.block-faq .faq-images .swiper-pagination {
    display: none;
}


/* sets */

.section-sets {
    background-color: #fff;
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 85px 0;
}

.section-sets .h-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.section-sets .h-section h2 {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.section-sets .h-section h2::after {
    content: '';
    width: 1px;
    height: 20px;
    display: block;
    background-color: #555555;
}

.section-sets .h-section p {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 0;
    text-transform: none;
}

.section-sets .h-section p span {
    color: #C32327;
}

.section-sets .sets-content {
    display: grid;
    grid-template-columns: auto 496px;
    gap: 48px;
}

.section-sets .sets-content .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 4px;
}

.section-sets .product-item {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-sets .product-item.added .product-img {
    opacity: 0.6;
}

.section-sets .product-item .product-details {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-sets .product-item .product-img {
    margin-bottom: 8px;
    transition: opacity 0.3s ease-in-out;
}

.section-sets .product-item .product-img img,
.section-sets .product-item .product-img video {
    display: block;
    width: 100%;
}

.section-sets .product-item .btn-buy-mob {
    display: none;
}

.section-sets .product-item .product-name {
    padding: 0 8px;
    margin-bottom: 8px;
}

.section-sets .product-item .product-name::after {
    display: none;
}

.section-sets .product-item .product-name a {
    -webkit-line-clamp: 3;
}

.section-sets .product-item .product-info {
    padding: 0 8px;
}

.section-sets .product-item .product-info .one-size {
    height: 42px;
    line-height: 42px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    color: #111;
    margin: 0;
}

.section-sets .product-item .sizes {
    float: none;
    position: static;
    opacity: 1;
}

.section-sets .product-item .price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 16px;
}

.section-sets .product-item .price-wrapper .product-price {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.section-sets .product-item .circle-radio input:checked+.radio-text {
    border-color: rgba(17, 17, 17, 0.5);
}

.section-sets .product-item .btn.btn-grey:not(.disabled):hover {
    border-color: #111;
}

.section-sets .product-item .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-left: 5px;
    padding-right: 5px;
}

.section-sets .product-item .btn span {
    transition: all .5s;
    display: block;
    transform: translateX(-13px);
}

.section-sets .product-item .btn::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 5L7 16L2 11' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    opacity: 0;
    transition: all .5s;
}

.section-sets .product-item .btn.btn-added {
    border-width: 1px;
    border-color: #555555;
    color: #5F5F5F;
    background-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0) !important;
    border-right-color: rgba(0, 0, 0, 0) !important;
    pointer-events: none;
}

.section-sets .product-item .btn.btn-added::before {
    opacity: 1;
}

.section-sets .product-item .btn.btn-added span {
    transform: translateX(0px);
}

.section-sets .sidebar-fixed {
    display: none;
}

.section-sets .sidebar {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.section-sets .sidebar .sidebar-main {
    padding: 20px;
    height: 100%;
    height: auto;
    position: sticky;
    transition: all .3s;
    top: calc(var(--header-height, 0px) + 10px);
}

.section-sets .sidebar .sidebar__top {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.section-sets .sidebar .sidebar__top .subtitle {
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;
    color: #111111CC;
}

.section-sets .sidebar .sidebar__top .h-section {
    margin: 0;
}

.section-sets .sidebar .sidebar-list-wrapper {
    height: 100%;
    max-height: 530px;
    overflow: auto;
}

.section-sets .sidebar .sidebar-list {
    /* max-height: 483px;
    overflow: auto; */
}

.section-sets .sidebar .sidebar-list-wrapper::-webkit-scrollbar {
    background: white;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.section-sets .sidebar .sidebar-list-wrapper::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: rgba(17, 17, 17, 0.3);
    border: 5px solid white
}

.section-sets .sidebar .sidebar-list-wrapper::-webkit-scrollbar-track {
    background-color: white
}


.section-sets .sidebar .sidebar-list .list-item {
    /* display: grid;
    grid-template-columns: 90px auto;
    align-items: flex-start;
    gap: 16px; */
    /* padding-bottom: 12px; */
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: 12px;
    transition: all .5s;
    max-height: var(--max-height, 500px);
}

.section-sets .sidebar .sidebar-list .list-item .list-item__wrapper {
    display: grid;
    grid-template-columns: 90px auto;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 12px;
}

.section-sets .sidebar .sidebar-list .list-item:not(.sceleton) {
    transform: translateY(-10px);
    opacity: 0;
}

.section-sets .sidebar .sidebar-list .list-item.active {
    transform: translateY(0px);
    opacity: 1;
}

.section-sets .sidebar .sidebar-list .list-item.removed {
    opacity: 0;
    max-height: 0px;
    margin-top: -12px;
}

.section-sets .sidebar .sidebar-list .list-item.anim-delete {
    transform: translateX(-100%);
    max-height: 0px;
}

.section-sets .sidebar .sidebar-list .list-item.sceleton .list-item__wrapper {
    display: block;
}

.section-sets .sidebar .sidebar-list .list-item.sceleton {
    display: block;
}

.section-sets .sidebar .sidebar-list .list-item.sceleton .mobile {
    display: none;
}

.section-sets .sidebar .sidebar-list .list-item.sceleton svg {
    display: block;
    width: 100%;
    height: auto;
}

.section-sets .sidebar .sidebar-list .list-item:last-child {
    margin-bottom: 0;
}

.section-sets .sidebar .sidebar-list .list-item .img {
    display: block;
    position: relative;
    padding-bottom: 150%;
    width: 100%;
}

.section-sets .sidebar .sidebar-list .list-item .img img,
.section-sets .sidebar .sidebar-list .list-item .img picture {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-sets .sidebar .sidebar-list .list-item .info .title {
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #111;
    margin-bottom: 8px;
    cursor: pointer;
    display: block;
}

.section-sets .sidebar .sidebar-list .list-item .info .price-wrapper,
.section-sets .sidebar .sidebar-list .list-item .info .size-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #555555;
    padding: 4px 0;
    gap: 8px;
}

.section-sets .sidebar .sidebar-list .list-item .info .price-wrapper .product-price {
    font-size: 14px;
    line-height: 20px;
    color: #111;
}

.section-sets .sidebar .sidebar-list .list-item .info .price-wrapper .product-price .old {
    text-decoration: line-through;
    color: rgba(17, 17, 17, 0.8);
    margin-right: 8px;
}

.section-sets .sidebar .sidebar-list .list-item .info .price-wrapper .product-price .new {
    color: #D34040;
}

.section-sets .sidebar .sidebar-list .list-item .info .size-wrapper .size {
    font-size: 14px;
    line-height: 20px;
    color: #111111;
}

.section-sets .sidebar .sidebar-list .list-item .info .btns {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.section-sets .sidebar .sidebar-list .list-item .info .btns button,
.section-sets .sidebar .sidebar-list .list-item .info .btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: none;
    padding: 0;
    background: none;
    outline: none;
    cursor: pointer;
    padding: 4px 0;

}

.section-sets .sidebar .sidebar-list .list-item .info .btns button span,
.section-sets .sidebar .sidebar-list .list-item .info .btns a span {
    color: #555555;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
}

.section-sets .sidebar .sidebar-list .list-item .info .btns button i,
.section-sets .sidebar .sidebar-list .list-item .info .btns a i {
    font-size: 20px;
    color: #555555;
}

.section-sets .sidebar .sidebar-footer {
    /* margin-top: 4px; */
    position: sticky;
    bottom: 0;
    padding-top: 12px;
    background-color: white;
    z-index: 1;
}

.section-sets .sidebar .sidebar-footer button {
    display: block;
    width: 100%;
}


.section-sets .sidebar .sidebar-footer .btn-grey-border {
    display: none;
}

.overlay-sets,
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--height, 100%);
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.overlay-sets.active,
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-overlay {
    height: 100%;
}


/* modal set size */
.modal-set-size {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 360px;
    width: 100%;
    z-index: 1001;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-set-size.active {
    opacity: 1;
    visibility: visible;
}

.modal-set-size .modal-set-size__content {
    padding: 20px 10px;
    max-height: 560px;
    overflow: auto;
}

.modal-set-size .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    outline: none;
    padding: 0;
    border: none;
}

.modal-set-size .btn-close i {
    font-size: 20px;
    line-height: 1;
    color: #111;
}

.modal-set-size .title {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.modal-set-size .sizes {
    margin-bottom: 20px;
}

.modal-set-size .circle-radio input:checked+.radio-text {
    border-color: rgba(17, 17, 17, 0.5);
}

.modal-set-size .btn-buy {
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
}

.modal-set-size .table-size.hide {
    display: none;
}

.modal-set-size .table-size .btn-open {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    background: none;
    outline: none;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 0 0 auto;
    padding: 8.5px 0;
}

.modal-set-size .table-size .btn-open span {
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 2px;
    color: rgba(17, 17, 17, 0.8);
}

.modal-set-size .table-size .btn-open i {
    font-size: 18px;
    color: rgba(17, 17, 17, 1);
    transition: all .3s;
}

.modal-set-size .table-size .btn-open i.icon-chevron-down {
    font-size: 14px;
}

.modal-set-size .table-size .btn-open.active i.icon-chevron-down {
    transform: rotate(180deg);
}

.modal-set-size .select-wrapper {
    width: 80px;
}

.modal-set-size .select2-container--default .select2-selection--single {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0px;
}

.modal-set-size .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 15px 0 0;
}

.modal-set-size .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 12px;
    height: 6px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23111111' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all .3s;
}

.modal-set-size .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.modal-set-size .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg);
}

.modal-set-size .table-size .table-size__holder {
    max-height: 0px;
    overflow: hidden;
    transition: all .5s linear;
}

.modal-set-size .table-size .table-size__holder.active {
    max-height: var(--height, 0vh);

}

.modal-set-size .table-size .table-size__holder .modal-image {
    background-color: #edeae9;
    padding: 50px 0;
    margin-top: 12px;
}

.modal-set-size .table-size .table-size__holder .modal-image svg {
    width: 100%;
    max-width: 60%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.modal-set-size .table-size .table-size__holder .table-size__wrapper {
    padding: 0 10px;
}

.modal-set-size .table-size .table-size__holder .table-size__wrapper table {
    width: 100%;
}



@media (max-width: 1280px) {
    .block-faq {
        padding-top: 48px;
    }

    .block-faq .container {
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }

    .block-faq .faq {
        padding-bottom: 20px;
    }

    .block-faq .faq-text {
        gap: 20px;
    }

    .block-faq .faq .faq-question {
        font-size: 18px;
        line-height: 26px;
        padding-left: 56px;
    }

    .block-faq .faq .faq-question span {
        font-size: 24px;
        line-height: 26px;
    }

    .block-faq .faq .faq-answer {
        font-size: 15px;
        line-height: 23px;
    }

    .section-sets .sets-content {
        gap: 12px;
    }

    .section-sets .sets-content .list {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-sets {
        z-index: 2;
    }

    .section-sets .sidebar .sidebar-main {
        padding-right: 0;

    }

    .section-sets.show-sidebar-main .sidebar .sidebar-main {
        transform: translateY(0px) !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        z-index: 1001;
        max-height: calc(100% - var(--header-height));
    }

    .section-sets.show-sidebar-main .sidebar .sidebar-main .sidebar-footer .btn-grey-border {
        display: block;
    }

    .section-sets .sidebar .sidebar-list-wrapper {
        /* padding-right: 20px; */
        scrollbar-gutter: stable;
    }

    .section-sets.show-sidebar-main .sidebar-fixed {
        pointer-events: none;
    }

    .section-sets .sets-content {
        display: flex;
        flex-direction: column;
    }

    .section-sets .sets-content .list {
        grid-template-columns: repeat(3, 1fr);
    }

    .section-sets .sidebar-fixed {
        position: sticky;
        bottom: 0;
        margin: 0 -10px;
    }



    .section-sets .sidebar .sidebar-main {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 2;
        background-color: #F6F6F6;
        /* border-top: 1px solid #111111; */
        padding: 20px 0px 30px 20px;
        height: auto;
        transition: all .4s;
        transform: translateY(100%);
        pointer-events: none;
    }

    .section-sets .sidebar .sidebar-main .sidebar-footer {
        display: grid;
        grid-template-columns: auto 45px;
        gap: 12px;
    }

    .section-sets .sidebar .sidebar-main .sidebar-footer .btn-grey-border {
        padding: 0;
        width: 45px;
        height: 45px;
        border: 1px solid #111;
        color: #111;
        font-weight: 600;
    }


    .section-sets .sidebar .sidebar-list .list-item.sceleton svg {
        max-width: 450px;
    }

    .section-sets .sidebar .sidebar-list .list-item .info .btns {
        justify-content: flex-start;
        gap: 24px;
    }

    .section-sets .sidebar-fixed {
        display: block;
        background-color: #F6F6F6;
        z-index: 1;
        transition: all .3s;
    }

    .section-sets .sidebar-fixed .sidebar-fixed__wrapper {
        padding: 20px;
        display: grid;
        grid-template-columns: auto minmax(100px, 1000px) auto;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        border-top: 1px solid #111111;
    }

    .section-sets .sidebar-fixed .total {
        /* min-width: 150px; */
        /* width: 30%; */
    }

    .section-sets .sidebar-fixed .total .total-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0;
        text-transform: uppercase;
        margin: 0 0 6px 0;
        white-space: nowrap;
    }

    .section-sets .sidebar-fixed .total .total-value {
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0;
        margin: 0;
        white-space: nowrap;
    }

    .section-sets .sidebar-fixed .imgs {
        flex: 1 1 100%;
        position: relative;
    }

    .section-sets .sidebar-fixed .imgs::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 24px;
        height: 100%;
        background: linear-gradient(78.61deg, rgba(246, 246, 246, 0) 7.42%, #F6F6F6 90.62%);
        z-index: 1;
    }

    .section-sets .sidebar-fixed .imgs .imgs__wrapper {
        width: 100%;
        display: flex;
        gap: 4px;
        overflow: auto;
        min-height: 78px;
    }

    .section-sets .sidebar-fixed .imgs .img {
        min-width: 52px;
        max-width: 52px;
    }

    .section-sets .sidebar-fixed .imgs .img .img__wrapper {
        position: relative;
        padding-bottom: 150%;
        overflow: hidden;
    }

    .section-sets .sidebar-fixed .imgs .img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section-sets .sidebar-fixed .controls {
        /* width: 20%; */
        display: flex;
        /* white-space: nowrap; */
        gap: 12px;
    }

    .section-sets .sidebar-fixed .controls .btn {
        padding: 0 26px;
    }

    .section-sets .sidebar-fixed .controls .btn-grey-border {
        padding: 0;
        min-width: 45px;
        max-width: 45px;
        height: 45px;
        border: 1px solid #111;
        color: #111;
        font-weight: 600;
    }

    .section-sets .sidebar-fixed .controls .btn-grey-border.hide {
        display: none;
    }

    .section-sets .sidebar-fixed .controls .btn-grey-border i {
        -webkit-text-stroke: 1px #111
    }

    .section-sets .sidebar-fixed.static {
        transition: opacity .3s, max-height 0s;
        opacity: 0;
        max-height: 0px;
        pointer-events: none;
    }

    .section-sets .sidebar .sidebar-main.show-static {
        position: static;
        transition: transfrom 0s, opacity .3s;
        transform: translateY(0px);
        opacity: 1;
        pointer-events: auto;
        /* padding: 0; */
        padding: 20px;
        margin: 0 -10px;
        width: calc(100% + 20px);
    }

    .section-sets .sidebar .sidebar-main.show-static .sidebar-footer {
        display: block;
        position: static;
    }

    .section-sets .sidebar .sidebar-main.show-static .sidebar-footer .btn-grey-border {
        display: none;
    }

    .section-sets .sidebar .sidebar-main.hide-static {
        transition: transfrom 0s, opacity 0s;
        transform: translateY(0px);
        opacity: 0;
    }


    .section-sets .sidebar .sidebar-main.show-static .sidebar-list-wrapper {
        max-height: none;
        overflow: visible;
    }

}

@media (max-width: 1023px) {
    /* sets */

    .section-sets .h-section {
        display: block;
        margin-bottom: 24px;
    }

    .section-sets .h-section h2 {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 100%;
    }

    .section-sets .h-section h2::after {
        display: none;
    }

    .section-sets .sets-content .list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 4px;
    }

    .section-sets .product-item {
        max-width: 100%;
    }

    .section-sets .product-item .price-wrapper {
        margin-bottom: 0;
    }

    .section-sets .product-item .price-wrapper .table-size {
        display: none;
    }

    .section-sets .product-item .btn-buy {
        display: none;
    }

    .section-sets .product-item .sizes {
        display: none;
    }

    .section-sets .product-item .product-img {
        display: block;
        width: 100%;
        overflow: visible;
        margin-bottom: 20px;
    }

    .section-sets .product-item .btn-buy-mob {
        display: block;
        position: absolute;
        right: 8px;
        bottom: -12px;
        width: 44px;
        height: 44px;
        border-radius: 100px;
        background-color: #080808;
        border: 1px solid #FFFFFF;
        transition: all .3s;
        padding: 0;
        outline: none;
    }

    .section-sets .product-item .btn-buy-mob i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        line-height: 1;
        display: block;
        color: white;
        transition: all .3s;
    }

    .section-sets .product-item .btn-buy-mob i.icon-x {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .section-sets .product-item .btn-buy-mob i.icon-check {
        opacity: 0;
        color: #555555;
        font-size: 24px;
    }

    .section-sets .product-item .btn-buy-mob.btn-added {
        background-color: #D5D5D5;
        pointer-events: none;
    }

    .section-sets .product-item .btn-buy-mob.btn-added i.icon-x {
        opacity: 0;
    }

    .section-sets .product-item .btn-buy-mob.btn-added i.icon-check {
        opacity: 1;
    }


}

@media (max-width: 992px) {
    body.is-home-page .main-wrap {
        overflow: visible;
    }

    .section-sets .sets-content .list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .block-faq .container {
        display: flex;
        flex-direction: column-reverse;
        gap: 16px;
    }

    .block-faq .faq {
        padding: 0;
    }

    .block-faq .faq-text .swiper-wrapper {
        flex-direction: row;
        gap: 0;
    }

    .block-faq .faq-text {
        width: 100%;
        padding-bottom: 52px;
    }

    .block-faq .faq .faq-answer {
        max-height: 100% !important;
        overflow: visible !important;
    }

    .block-faq .faq .faq-question {
        padding: 0;
        color: #111 !important;
    }

    .block-faq .faq .faq-question span {
        display: none;
    }

    .block-faq .faq .faq-loader {
        display: none;
    }

    .block-faq .faq-text .swiper-pagination {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 17px;
        top: auto;
        right: auto;
        width: 70%;
        border-radius: 50px;
        background-color: #D4D4D4;
        height: 6px;
    }

    .block-faq .faq-text .swiper-pagination::before {
        content: '';
        position: absolute;
        right: calc(100% - 5px);
        top: 0;
        height: 100%;
        width: 10px;
        border-radius: 50px 0 0 50px;
        background-color: #111;
    }

    .block-faq .faq-text .swiper-pagination .swiper-pagination-progressbar-fill {
        border-radius: 50px;
        background-color: #111;
    }

    .block-faq .faq-text .swiper-button {
        display: block;
        position: absolute;
        top: auto;
        bottom: 0;
        width: 40px;
        height: 40px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.5 13L16.5 20L23.5 27' stroke='%23111111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .block-faq .faq-text .swiper-button::after {
        display: none;
    }

    .block-faq .faq-text .swiper-button-next {
        right: 0;
        transform: rotate(180deg);
    }

    .block-faq .faq-text .swiper-button-prev {
        left: 0;
    }

    .block-faq .faq-images .swiper-wrapper {
        padding-bottom: 0;
    }

    .block-faq .faq-images {
        padding-bottom: 42px;
    }

    .block-faq .faq-images .faq-img {
        clip-path: none !important;
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        z-index: 1 !important;
    }

    .block-faq .faq-images .faq-img img,
    .block-faq .faq-images .faq-img picture {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .block-faq .faq-images .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 4px;
        position: absolute;
        left: 0;
        bottom: 0;
        right: auto;
        top: auto;
        transform: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0;
        color: #555555;
    }

    .block-faq .faq-images .swiper-pagination .swiper-pagination-current {
        font-weight: 400;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 0;
        color: #111;
        padding: 0 3px;
    }

    .block-faq .faq-images .swiper-pagination .swiper-pagination-separator {
        width: 5px;
        height: 15px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='5' height='16' viewBox='0 0 5 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 15.4078L3.424 0.591797H4.56L1.136 15.4078H0Z' fill='%23555555'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    /* sets */

    .section-sets .sidebar-fixed .sidebar-fixed__wrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .section-sets .sidebar-fixed .total {
        display: flex;
        gap: 6px;
    }

    .section-sets .sidebar-fixed .total .total-title {
        margin: 0;
    }

    .section-sets .sidebar-fixed .imgs {
        display: none;
    }

    .section-sets .sidebar-fixed .controls {
        width: 100%;
    }

    .section-sets .sidebar-fixed .controls .btn-grey {
        width: 100%;
    }

    .section-sets .sidebar-fixed .controls .js-btn-buy-all-set {
        width: 100%;
    }

    /* 475px */
    .section-sets .sidebar .sidebar-list-wrapper {
        max-height: 475px;
    }

    .section-sets .sidebar .sidebar-list .list-item.sceleton svg.desktop {
        display: none;
    }

    .section-sets .sidebar .sidebar-list .list-item.sceleton .mobile {
        display: flex;
        gap: 16px;
    }

    .section-sets .sidebar .sidebar-list .list-item.sceleton .mobile svg {
        max-width: initial;
    }

    .section-sets .sidebar .sidebar-list .list-item.sceleton .mobile svg:first-child {
        min-width: 90px;
        max-width: 90px;
        height: 135px;
    }

    .section-sets .sidebar .sidebar-list .list-item.sceleton .mobile svg:last-child {
        height: 175px;
    }

    .section-sets .sidebar .sidebar-list .list-item.sceleton svg {
        max-width: 100%;
    }

    .section-sets .sidebar .sidebar-list .list-item .info .btns {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    /* modal size */
    .modal-set-size {
        top: auto;
        left: 0;
        bottom: 0;
        transform: translateY(100%);
        width: 100%;
        max-width: 100%;
        max-height: calc(var(--vh, 1vh) * 100);
        opacity: 1;
        visibility: visible;
        transition: all .4s ease-in-out;
    }

    .modal-set-size.active {
        transform: translateY(0px);
    }

    .modal-set-size .modal-set-size__content {
        max-height: calc(var(--vh, 1vh) * 100);
    }

    .section-sets{
        z-index: 4;
    }
    .product-page-wrapper .product-buy .fixed-buy{
        z-index: 2;
    }
    
}