/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    color: #1A1A1A;
    font-size: 16px;
}
body.overflow { overflow: hidden;}

.gold-color {
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.container {
    max-width: 1400px;
}

.h-100 {
    height: 100%;
}

a {
    text-decoration: none;
}

a {
    outline: none !important;
}

a:hover {
    outline: none !important;
    color: #020202;
}

a:focus {
    outline: none !important;
}

select,
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

strong {
    font-weight: 700;
}

.svgs { display: none; }

.header {
    background: #fff;
    position: relative;
    z-index: 1000;
}

.header .wrap-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    border-bottom: 1px solid #1A1A1A;
}
.header-logo {
    position: absolute;
    width: 56px;
    height: 56px;
    left: 50%;
    margin-left: -28px;
}

.header-title {
    padding-top: 27px;
    padding-left: 19px;
    display: block;
    float: left;
}

.header-title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #C7B96E;
}

.header-city_active {
    /* width: 100% !important;
    position: absolute;
    z-index: 12;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; */
}

.header-city_active .header-city__btn::before {
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header-city_active .header-city__list {
    visibility: visible;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    padding: 0;
    z-index: 10001;
    overflow: auto;
}

.header-city {
    background: #fff;
    display: block;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header-city__btn {
    font-weight: 500;
    text-decoration: none;
    position: relative;
    color: #1A1A1A;
    display: flex;
    gap: 5px;
}
.header-city__btn svg { fill: #1A1A1A; }
.header-city__btn:hover span { text-decoration: underline; }

.header-city__list {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 45px;
    padding-bottom: 28px;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    left: 0;
    top:0;
    background: rgba(0,0,0,.3);
}
.header-city__list .wrap__city_list {
    border-radius: 20px;
    width: 100%;
    max-width: 1100px;
    height: 800px;
    background: #fff;
    column-width: 19%;
    column-count: 5;
    column-gap: 1%;
    column-fill: auto;
    padding: 30px;
    text-align: left;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    position: relative;
}
.header-city__list .wrap__city_list .btn-close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transform: scale(1.5);
    opacity: 1;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231A1A1A'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}

.header-city__list .city-item {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    padding-bottom: 10px;
    display: block;
}
.header-city__list .city-item:hover { text-decoration: underline; }

.header-city__list .city-selected {
    font-weight: bold;
    text-decoration: underline;
}

.header-contact {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-contact svg { fill: #1A1A1A; }
.header-contact a:hover svg { fill: #C7B96E; }

.header-contact .contact__info {

}
.header-contact .contact__info a { color: #1A1A1A;}

.header-contact .contact__info .contact-phone {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-align: right;
    color: #C7B96E;
    text-decoration: none;
}

.header-contact .contact__info .contact-email {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    text-align: right;
    color: #C7B96E;
    text-decoration: none;
    padding-top: 15px;
}

.header-contact .contact__social {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 1200px) {
    .order-top {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .header-contact {

    }

    .header-city_active {
        
    }

    .header-city {
    }

    .header-city__btn {
        font-size: 14px;
    }

    .header-city__list {

    }

    .header-city__list .city-item {
        font-size: 14px;
        width: 100%;
        line-height: 1.1;
    }

    .header-logo {
    }

    .header-logo img {
        max-width: 100%;
    }

    .header-title {
        padding-top: 9px;
        padding-left: 15px;
    }

    .header-title p {
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
    }
}
@media (max-width: 900px) {
    .header-city__list .wrap__city_list {
        column-count: 4;
        height: 1000px;
    }
}

@media (max-width: 600px) {
    .header-city_active .header-city__list {
        display: block;
    }
    .header-city__list .wrap__city_list {
        column-count: 3;
        height: 1200px;
    }
    .order-top {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .header-contact {
        
    }

    .header-city_active {
    }

    .header-city {
    }

    .header-city__btn {
        font-size: 14px;
    }

    .header-city__list {
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-city__list .city-item {
        font-size: 14px;
        width: 100%;
        line-height: 1.1;
    }

    .header-logo {
    }

    .header-logo img {
        max-width: 100%;
    }

    .header-title {
        padding-top: 9px;
        padding-left: 15px;
    }

    .header-title p {
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
    }
}
@media (max-width: 480px) {
    .header-city__list .wrap__city_list {
        column-count: 1;
        height: auto;
    }
    .header-city__list .city-item { text-align: center; }
}

.navbar {
    position: relative;
    z-index: 150;
    padding: 30px 0;
}

.navbar-black {
    background: #000;
}

.navbar-mobile {
    display: none;
    z-index: 999;
}

.navbar-catalog {
    position: relative;
    overflow: auto;
}
.navbar .container { display: block;}

.navbar-catalog:hover .navbar-catalog__list {
    top: 66px;
}

.navbar-catalog:hover .navbar-catalog__link {
    height: 66px;
}

.navbar-catalog:hover .navbar-catalog__link::after {
    opacity: 1;
}

.navbar-catalog__link {
    background: linear-gradient(258.23deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #020202;
    text-decoration: none;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #B1973B;
    padding-right: 12px;
    height: 32px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}
.navbar-catalog__link:hover {
    text-decoration: none;
}

.navbar-catalog__link::after {
    background: url('../images/catalog-menu.png') center center no-repeat;
    position: absolute;
    height: 17px;
    display: block;
    content: '';
    width: 137px;
    bottom: -16px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.navbar-catalog__link span {
    position: relative;
    width: 30px;
    height: 30px;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navbar-catalog__link span::before {
    content: url('../images/rafam.png');
}

.navbar-catalog__list {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.navbar-catalog__list .catalog-link {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    text-decoration: none;
    position: relative;
    padding: 20px 40px;
    line-height: 20px;
    background: #E7E7E7;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}
.navbar-catalog__list .catalog-link:hover,
.navbar-catalog__list .catalog-link.menu-active { 
    background: #C7B96E; 
    color: #fff;
}

.navbar-catalog__list .catalog-link span {
    width: 30px;
    height: 30px;
    background: #E85252;
    display: block;
    position: absolute;
    left: -15px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.navbar-catalog__list .catalog-link:hover span {
    width: 47px;
}

.navbar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 120px;
}
.navbar-menu nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
}

.navbar-menu__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #1a1a1a;
}

.navbar-menu__link:hover {
    text-decoration: underline;
}

.navbar-menu .menu-active {
    color: #C7B96E;
}

.navbar-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-cart {
    text-decoration: none;
    position: relative;
}

.navbar-cart span {
    position: absolute;
    right: -15px;
    top: -5px;
    text-decoration: none;
    color: #020202;
    background: #FFFFFF;
    font-weight: 900;
    font-size: 14px;
    border-radius: 30px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.navbar-user {
    text-align: right;
    margin-left: auto;
    margin-right: 15px;
}
.navbar-mob { display: none; }

@media (max-width: 1380px) {
    .navbar-links {
        padding-right: 15px;
    }
}

@media (max-width: 1300px) {
    .navbar-menu__link {
        padding-right: 10px;
    }
}
@media (max-width: 1200px) {
    .navbar-catalog__list {
        gap: 15px;
    }
    .navbar-catalog__list .catalog-link {
        padding: 15px 30px;
    }
}

@media (max-width: 1050px) {
    .header-contact { order: 1; }
    .header .header-city { 
        position: absolute;
        left: 0;
        top: 0;
    }
    .header .header-city .header-city__btn { 
        order: 2;
        display: none;
    }
    .header-contact .contact__info { display: none;}
    .header .wrap-block { border-bottom: none;}
    .header .wrap-block { height: 66px; }

    .navbar {
        position: relative;
    }

    .navbar-mobile {
        order: 2;
        width: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

    .navbar-mobile__btn-active {
        margin-top: 5px;
    }

    .navbar-mobile__btn-active .line2 {
        display: none;
    }

    .navbar-mobile__btn-active .line1 {
        -webkit-transform: rotate(45deg) translate(3px, 0px);
        transform: rotate(45deg) translate(3px, 0px);
    }

    .navbar-mobile__btn-active .line3 {
        -webkit-transform: rotate(-45deg) translate(2px, 1px);
        transform: rotate(-45deg) translate(2px, 1px);
    }

    .navbar-mobile__btn span {
        height: 3px;
        width: 30px;
        display: block;
        content: '';
        background:  #1A1A1A;
    }

    .navbar-mobile__btn .line2 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar-catalog__list { margin-top: 0; }
    .navbar-catalog__list .catalog-link {
        font-size: 14px;
        padding: 12px 15px;
        line-height: 18px;
        border-radius: 21px;
        white-space: nowrap;
    }

    .navbar-catalog__link {
        font-size: 12px;
        width: 115px;
        height: 32px;
        padding-right: 0;
        line-height: 1;
    }

    .navbar-catalog__link:hover {
        height: 32px !important;
    }

    .navbar-catalog__link:hover::after {
        opacity: 0 !important;
    }

    .navbar-catalog__link span {
        margin-right: 7px;
    }

    .navbar .desktop-menu {
        display: none;
    }

    .navbar-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 40px;
        width: 100%;
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .navbar-contact .contact__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: right;
        float: left;
    }

    .navbar-contact .contact__info .contact-phone {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        text-align: right;
        color: #C7B96E;
        text-decoration: none;
    }

    .navbar-contact .contact__info .contact-email {
        font-size: 16px;
        color: #1A1A1A;
        text-decoration: none;
        padding-top: 15px;
    }

    .navbar-contact .contact__social {
        padding-top: 10px;
    }

    .navbar-contact .contact__social .social-btn {
        width: 33px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 33px;
        float: right;
        margin-left: 12px;
        background: #020202;
        border: 1px solid #C7B96E;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-box-shadow: inset 0px 0px 0px 0px #C7B96E;
        box-shadow: inset 0px 0px 0px 0px #C7B96E;
    }

    .navbar-contact .contact__social .social-btn:hover {
        -webkit-box-shadow: inset 0px 0px 0px 2px #C7B96E;
        box-shadow: inset 0px 0px 0px 2px #C7B96E;
    }

    .navbar-mob {
        display: block;
        background: #fff;
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100vh;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 999;
        padding-top: 100px;
    }
    .navbar-mob .header-contact .contact__info,
    .navbar-mob .header-city { display: block; }
    .navbar-mob .header-city { margin-top: 15px; }

    .navbar-mob .navbar-menu {
        width: 100%;
        margin-top: 50px;
    }

    .navbar-mob .navbar-menu nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        gap: 20px;
        text-align: left;
        align-items: start;
    }

    .navbar-mob .navbar-menu__link {
        font-weight: 500;
        font-size: 16px;
        line-height: 31px;
        color: #1A1A1A;
        padding-right: 0;
    }
    

    .navbar-mob .navbar-contact {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding-bottom: 22px;
    }

    .navbar-mob .navbar-contact .contact__info a {
        text-align: center;
    }

    .navbar-mob .navbar-contact .contact__social {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .navbar-mob .navbar-contact .contact__social .social-btn {
        float: none;
        margin-left: 6px;
        margin-right: 6px;
    }

    .navbar-mob_active {
        left: 0 !important;
    }

    .navbar-links {
        padding-right: 10px;
    }
}

.slider-item {
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slider-content {
    background: #000;
    padding: 20px 30px;
}

.slider-content p {
    font-weight: 900;
    font-size: 25px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (max-width: 1050px) {
    .slider-item {
        height: 352px;
    }

    .slider-content {
        padding: 29px 10px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .slider-content p {
        font-size: 13px;
        line-height: 22px;
        text-align: left;
    }

    .slider-content p br {
        display: none;
    }
}

.types {
    padding-top: 29px;
    padding-bottom: 32px;
}

.types-link {
    font-weight: bold;
    font-size: 20px;
    color: #020202;
    text-decoration: none;
    text-align: center;
    display: block;
}

.types-link span {
    width: 262px;
    height: 8px;
    background: #7FE189;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}

.types-women span {
    background: #E85252;
}

.types-universal span {
    background: #EAD772;
}

.types-author span {
    background: #72b3ea;
}

@media (max-width: 1050px) {
    .types {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .types .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .types-link {
        font-size: 16px;
        line-height: 27px;
        color: #020202;
    }

    .types-link span {
        width: 100%;
        margin-top: 5px;
    }

    .types .col-xl-auto {
        width: auto !important;
    }
}

.about {
    background: url('../images/rectangle.jpg') center center no-repeat;
    background-size: cover;
    padding-top: 36px;
    padding-bottom: 60px;
}

.about-card {
    background: #fff;
    border: 5px solid transparent;
    -o-border-image: linear-gradient(#e7d36f, #b1973b, #e6d569);
    border-image: -webkit-gradient(linear, left top, left bottom, from(#e7d36f), color-stop(#b1973b), to(#e6d569));
    border-image: linear-gradient(#e7d36f, #b1973b, #e6d569);
    border-image-slice: 1;
    padding: 43px;
    min-height: 500px;
}

.about-card__title p {
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
    color: #020202;
}

.about-card__desc {
    padding-top: 17px;
}

.about-card__desc p {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #020202;
}

@media (max-width: 1200px) {
    .about-bottle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about-bottle img {
        height: 233px;
    }

    .about-card {
        min-height: auto;
        padding: 28px 18px;
        margin-bottom: 20px;
    }

    .about-card__title p {
        font-size: 18px;
        line-height: 22px;
    }

    .about-card__desc p {
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 600px) {
    .about-bottle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about-bottle img {
        height: 233px;
    }

    .about-card {
        min-height: auto;
        padding: 28px 18px;
        margin-bottom: 20px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .about-card__title p {
        font-size: 18px;
        line-height: 22px;
    }

    .about-card__desc p {
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
    }
}

.carousel {
    margin-top: 30px;
    margin-bottom: 30px;
}

.carousel-container {
    position: relative;
    width: 100%;
}

.carousel-wrapper {
    overflow: hidden;
    width: 100%;
    z-index: 0;
}

.carousel-slide img {
    width: 100%;
}

.carousel-prev {
    width: 94px;
    background: #EAD772;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}

.carousel-prev:hover {
    background: #d5c15a;
}

.carousel-prev::before {
    content: url('../images/arrow-left.png');
}

.carousel-next {
    width: 94px;
    background: #EAD772;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}

.carousel-next:hover {
    background: #d5c15a;
}

.carousel-next::before {
    content: url('../images/arrow-right.png');
}

.carousel-thumb {
    padding: 25px;
    position: absolute;
    border: 1px solid #EAD772;
    border-bottom: none;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 2;
}

.promo-in-index {
    height: 446px;
}

.owl-dot {
    width: 11px;
    height: 11px;
    margin-left: 22px;
}

.owl-dot:first-child {
    margin-left: 0px;
}

.owl-dot a {
    width: 11px;
    height: 11px;
    display: inline-block;
    margin: 0px !important;
}

.carousel-thumb .active .slide-thumb {
    background: #EAD772 !important;
}

.carousel-thumb .slide-thumb {
    width: 11px;
    height: 11px;
    background: #000;
    border: 1px solid #EAD772;
    margin-right: 11px;
}

.carousel-thumb .slide-thumb:nth-last-child(1) {
    margin-right: 0;
}

@media (max-width: 1050px) {
    .carousel-slide img {
        width: 100%;
    }

    .carousel-prev,
    .carousel-next {
        width: 50px;
    }
}

@media (max-width: 600px) {
    .carousel {
        height: 151px;
    }

    .carousel-slide img {
        width: 100%;
    }

    .carousel-prev,
    .carousel-next {
        width: 31px;
        height: 151px;
    }

    .carousel-prev::before,
    .carousel-next::before {
        width: 8px;
        height: 16px;
        display: block;
        content: '';
    }

    .carousel-prev::before {
        background: url('../images/arrow-left.png');
        background-size: cover;
    }

    .carousel-next::before {
        background: url('../images/arrow-right.png');
        background-size: cover;
    }

    .carousel-thumb {
        width: 81%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        background: #000;
        bottom: -49px;
    }
}

.founder {
    background: url('../images/founder.png') center center no-repeat;
    background-size: cover;
    height: 567px;
    position: relative;
}

.founder-content_text {
    padding-top: 35px;
    padding-right: 70px;
}

.founder-content_text .text-subtitle {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.founder-content_text .text-title {
    font-weight: 900;
    padding-top: 8px;
    font-size: 40px;
    line-height: 49px;
    text-align: right;
    background: linear-gradient(238.41deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.founder-content_intro {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #D3D3D3;
    margin-top: 35px;
    padding: 49px 62px;
    background: #000;
}

.founder-content_intro p:nth-child(2) {
    padding-top: 22px;
}

.founder-content_desc {
    padding-top: 14px;
    padding-left: 60px;
}

.founder-content_desc p {
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.founder-content_desc p span {
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: 30px;
    line-height: 51px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.founder-men {
    position: absolute;
    bottom: -44px;
    right: 282px;
}

.founder-video {
    bottom: -45px;
    right: 105px;
    position: absolute;
}

@media (max-width: 1200px) {
    .founder {
        height: auto;
        background-position: center;
    }

    .founder-image {
        margin-left: -15px;
        margin-right: 15px;
        width: 110%;
    }

    .founder-image img {
        width: 100%;
        height: 200px;
    }

    .founder-men {
        bottom: 0;
        left: 50px;
    }

    .founder-men img {
        width: 89px;
        height: 188px;
    }

    .founder-video {
        bottom: auto;
        right: 30px;
        top: 30px;
    }

    .founder-video img {
        width: 116px;
        height: 116px;
    }

    .founder-content {
        text-align: left;
    }

    .founder-content_text {
        padding-right: 0;
    }

    .founder-content_text .text-subtitle {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.2em;
        text-align: left;
    }

    .founder-content_text .text-title {
        font-size: 22px;
        line-height: 27px;
        text-align: left;
    }

    .founder-content_intro {
        background: transparent;
        padding: 0;
        font-size: 14px;
        line-height: 17px;
    }

    .founder-content_desc {
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .founder-content_desc p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.2em;
    }

    .founder-content_desc p span {
        font-size: 22px;
        line-height: 38px;
        letter-spacing: 0.2em;
    }
}

@media (max-width: 600px) {
    .founder {
        height: auto;
        background-position: left;
    }

    .founder-order {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding: 0;
    }

    .founder-image {
        /* margin-left: -15px;
        margin-right: 15px; */
        width: 100%;
        overflow: hidden;
    }

    .founder-image img {
        width: 100%;
        height: 200px;
    }

    .founder-men {
        bottom: 0;
        left: 50px;
    }

    .founder-men img {
        width: 89px;
        height: 188px;
    }

    .founder-video {
        bottom: auto;
        right: 30px;
        top: 30px;
    }

    .founder-video img {
        width: 116px;
        height: 116px;
    }

    .founder-content {
        text-align: left;
    }

    .founder-content_text {
        padding-right: 0;
    }

    .founder-content_text .text-subtitle {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.2em;
        text-align: left;
    }

    .founder-content_text .text-title {
        font-size: 22px;
        line-height: 27px;
        text-align: left;
    }

    .founder-content_intro {
        background: transparent;
        padding: 0;
        font-size: 14px;
        line-height: 17px;
    }

    .founder-content_desc {
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .founder-content_desc p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.2em;
    }

    .founder-content_desc p span {
        font-size: 22px;
        line-height: 38px;
        letter-spacing: 0.2em;
    }
}

.view {
    margin-top: 37px;
}

.view-title p {
    font-weight: 900;
    font-size: 50px;
    line-height: 61px;
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.view-card__title p {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #020202;
}

.view-card__desc {
    padding-top: 13px;
}

.view-card__desc p {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #020202;
}

.view-card__size {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.view-card__size .size-item {
    width: 59px;
    height: 59px;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    text-align: center;
    color: #909090;
    margin-right: 18px;
}

.view-column-1 {
    margin-top: 108px;
}

.view-column-3 {
    margin-top: 122px;
}

@media (max-width: 1050px) {
    .view {
        margin-top: 24px;
    }

    .view-column-1 {
        margin-top: 29px;
    }

    .view-title p {
        font-size: 30px;
        line-height: 37px;
    }

    .view-card__title p {
        font-size: 16px;
        line-height: 20px;
    }

    .view-card__desc p {
        font-size: 14px;
        line-height: 20px;
    }

    .view-card__size {
        margin-top: 10px;
    }

    .view-card__size .size-item {
        margin-right: 10px;
    }

    .view-img img {
        max-width: 100%;
    }

    .view-column-2 {
        margin-top: 25px;
    }

    .view-column-3 {
        margin-top: 38px;
    }
}

.advantages {
    margin-top: 79px;
}

.advantages-title p {
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: 50px;
    line-height: 61px;
}

.advantages-card {
    background: #fff;
    border: 5px solid #D3D3D3;
    padding: 42px;
}

.advantages-card__title {
    height: 49px;
}

.advantages-card__title p {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #020202;
}

.advantages-card__desc {
    padding-top: 17px;
}

.advantages-card__desc p {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #020202;
}

.advantages-images {
    position: relative;
}

.advantages-images_1 {
    position: absolute;
    left: -51px;
    top: 164px;
}

.advantages-images_2 {
    position: absolute;
    left: 283px;
    top: -16px;
}

.advantages-images_3 {
    position: absolute;
    left: 583px;
    top: 25px;
    z-index: 2;
}

@media (max-width: 1200px) {
    .advantages {
        margin-top: 49px;
    }

    .advantages-title {
        margin-bottom: 53px;
    }

    .advantages-title p {
        font-size: 30px;
        line-height: 37px;
    }

    .advantages-card {
        min-height: auto;
        padding: 28px 18px;
        margin-bottom: 27px;
    }

    .advantages-card__title p {
        font-size: 18px;
        line-height: 22px;
    }

    .advantages-card__desc p {
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
    }

    .advantages-images_1 {
        display: none;
    }

    .advantages-images_1 img {
        width: 128.01px;
        height: auto;
    }

    .advantages-images_2 {
        display: none;
    }

    .advantages-images_2 img {
        width: 119px;
    }

    .advantages-images_3 {
        display: none;
    }

    .advantages-images_3 img {
        width: 119px;
    }
}

@media (max-width: 600px) {
    .advantages {
        margin-top: 49px;
    }

    .advantages-title {
        margin-bottom: 53px;
    }

    .advantages-title p {
        font-size: 30px;
        line-height: 37px;
    }

    .advantages-card {
        min-height: auto;
        padding: 28px 18px;
        margin-bottom: 27px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .advantages-card__title p {
        font-size: 18px;
        line-height: 22px;
    }

    .advantages-card__desc p {
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
    }

    .advantages-images_1 {
        position: absolute;
        left: auto;
        top: -50px;
        z-index: 11;
        right: -40px;
    }

    .advantages-images_1 img {
        width: 128.01px;
        height: auto;
    }

    .advantages-images_2 {
        position: absolute;
        left: auto;
        top: auto;
        z-index: 11;
        bottom: -1032px;
        right: -20px;
    }

    .advantages-images_2 img {
        width: 119px;
    }

    .advantages-images_3 {
        position: absolute;
        left: auto;
        top: auto;
        z-index: 11;
        bottom: -383px;
        right: -20px;
    }

    .advantages-images_3 img {
        width: 119px;
    }
}

.photos {
    margin-top: 90px;
    margin-bottom: 150px;
}
.photos h2 {
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 50px;
}

.photos-title p {
    font-weight: 900;
    font-size: 40px;
    line-height: 49px;
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.photos-insta__text {
    font-weight: normal;
    font-size: 30px;
    line-height: 37px;
    color: #020202;
}

.photos-insta__btn {
    width: 234px;
    height: 67px;
    background: #020202;
    border: 4px solid #C7B96E;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: inset 0px 0px 0px 0px #C7B96E;
    box-shadow: inset 0px 0px 0px 0px #C7B96E;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 900;
    color: #C7B96E;
    margin-top: 60px;
}

.photos-insta__btn:hover {
    -webkit-box-shadow: inset 0px 0px 0px 6px #C7B96E;
    box-shadow: inset 0px 0px 0px 6px #C7B96E;
}

.photos-slider {
}

.photos-slider .photos-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -90px;
    overflow: hidden;
    position: relative;
}

.photos-slider .photos-wrapper:after {
    height: 114px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, color-stop(18.42%, #ffffff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #ffffff 18.42%, rgba(255, 255, 255, 0) 100%);
}

.photos-slider .photos-wrapper .photos-item {
    position: relative;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 30px;
}

.photos-slider .photos-item__hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.photos-slider .photos-item__hover .zoom-btn {
    width: 73px;
    height: 73px;
    background: #020202;
    opacity: 0.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
}

.photos-slider .photos-item__hover:hover .zoom-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.photos-slider .owl-nav {
    position: absolute;
    top: 0;
    left: 550px;
    width: 100%;
    margin-top: -85px;
    width: 150px;
}

.photos-arrows button[disabled] {
    background: lightgray;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: not-allowed;
}

.photos-arrows button[disabled] svg path {
    stroke: gray;
}

.photos-slider .owl-nav .owl-prev,
.photos-slider .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
}
.photos-slider .owl-nav .owl-next {
    right: 0;
    left: unset;
}
.photos-slider .owl-nav button {
    width: 62px;
    height: 62px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
}

.photos-arrows button:hover {
}

.photos-arrows__top {
    margin-bottom: 20px;
}
.photos-slider.owl-carousel .owl-item img { 
    border-radius: 20px;
}
.photos-item {
    position: relative;
    text-align: center;
}


@media (max-width: 1380px) {
    .photos-item {
        margin: 0 !important;
    }

    .photos-item img {
    }

    .photos-wrapper {
        margin-right: 0 !important;
    }
}

@media (max-width: 1200px) {
    .photos {
        margin-top: 140px;
    }

    .photos-title p {
        font-size: 20px;
        line-height: 24px;
    }

    .photos-insta {
        padding-top: 15px;
        padding-bottom: 24px;
    }

    .photos-insta__text {
        font-size: 25px;
        line-height: 30px;
    }

    .photos-insta__btn {
        margin-top: 15px;
    }

    .photos-slider {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: auto;
    }

    .photos-arrows {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        bottom: 0;
    }

    .photos-arrows__top {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .photos-arrows__bottom {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-left: 16px;
    }

    .photos-wrapper {
        margin-right: 0 !important;
    }

    .photos-wrapper::after {
        background: -webkit-gradient(linear, right top, left top, color-stop(18.42%, #ffffff), to(rgba(255, 255, 255, 0))) !important;
        background: linear-gradient(-90deg, #ffffff 18.42%, rgba(255, 255, 255, 0) 100%) !important;
        height: 100% !important;
        right: 0 !important;
        left: auto !important;
        width: 50%;
    }

    .photos-wrapper .photos-item {
        width: 30%;
        margin-right: 9px !important;
        margin-bottom: 9px !important;
    }

    .photos-wrapper .photos-item img {
        height: 160px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 600px) {
    .photos {
        margin-top: 140px;
    }

    .photos-title p {
        font-size: 20px;
        line-height: 24px;
    }

    .photos-insta {
        padding-top: 15px;
        padding-bottom: 24px;
    }

    .photos-insta__text {
        font-size: 25px;
        line-height: 30px;
    }

    .photos-insta__btn {
        margin-top: 15px;
    }

    .photos-slider {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: auto;
    }

    .photos-arrows {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        bottom: 0;
    }

    .photos-arrows__top {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .photos-arrows__bottom {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-left: 16px;
    }

    .photos-wrapper {
        margin-right: 0 !important;
    }

    .photos-wrapper::after {
        background: -webkit-gradient(linear, right top, left top, color-stop(18.42%, #ffffff), to(rgba(255, 255, 255, 0))) !important;
        background: linear-gradient(-90deg, #ffffff 18.42%, rgba(255, 255, 255, 0) 100%) !important;
        height: 100% !important;
        right: 0 !important;
        left: auto !important;
        width: 50%;
    }

    .photos-wrapper .photos-item {
        width: 30%;
        margin-right: 9px !important;
        margin-bottom: 9px !important;
    }

    .photos-wrapper .photos-item img {
        height: 90px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.footer {
    margin-top: 50px;
}

.footer-top {
}
.footer-top .wrap-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #E7E7E7;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-shop {
    width: 100%;
    margin-top: 30px;
}

.footer-phone__tel {
    font-weight: 900;
    font-size: 18px;
    color: #C7B96E;
    text-decoration: none;
}

.footer-date {
    padding-top: 6px;
}

.footer-date p {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.footer-date p span {
    font-weight: bold;
}

.footer-social {
    margin-top: 16px;
}

.footer-social .social-btn {
    width: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 33px;
    float: left;
    margin-right: 12px;
    background: #020202;
    border: 1px solid #C7B96E;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: inset 0px 0px 0px 0px #C7B96E;
    box-shadow: inset 0px 0px 0px 0px #C7B96E;
}

.footer-social .social-btn:hover {
    -webkit-box-shadow: inset 0px 0px 0px 2px #C7B96E;
    box-shadow: inset 0px 0px 0px 2px #C7B96E;
}

.footer-pay {
    color: #1A1A1A;
}

.footer-pay__text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 17px;
    text-align: right;
}

.footer-pay__types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    gap: 20px;
    justify-content: end;
}

.footer-pay__types .type {
}

.footer-shop__title p {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.footer-shop__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px -5px 0;
}

.footer-shop__list .footer-item {
    max-width: 280px;
    width: 100%;
    margin-top: 10px;
    padding: 0 5px;
}
.footer-shop__list .footer-item .wrap-item {
    padding: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    background: #fff;
    border-radius: 20px;
    padding: 20px 15px;
}

.footer-shop__list .footer-item__title {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 10px;
}
.footer-shop__list .footer-item__title svg { fill: #DDCF93; }
.footer-shop__list .footer-item__title p {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.footer-shop__list .footer-item__street p,
.footer-shop__list .footer-item__level p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    color: #7F7F7F;
}

.footer-bottom {
    background: #1A1A1A;
    padding: 50px 0;
}
.footer-bottom .wrap-block {
    display: flex;
    justify-content: space-between;
}
.footer-menu {}
.footer-menu nav {
    display: flex;
    gap: 60px;
}
.footer-menu .navbar-menu__link {
    padding-right: 0;
    color: #C7B96E;
    text-decoration: none;
}
.footer-menu .navbar-menu__link:hover { color: #fff; }
.footer-contacts {}
.footer-contacts .contact__info {
    text-align: right;
}
.footer-contacts .contact__info a {
    color: #C7B96E;
}
.footer-contacts .contact__info p { 
    color: #fff; 
    margin-top: 10px;
}
.footer-contacts .contact__social {
    display: flex;
    justify-content: end;
    gap: 30px;
    margin-top: 20px;
}
.footer-contacts .contact__social svg { fill: #C7B96E; }
.footer-contacts .contact__social a:hover svg { fill: #ffffff; }

.footer-bottom .wrap-block:last-child {
    align-items: end;
    margin-top: 150px;
}

.footer-bottom__title p {
    font-weight: 900;
    font-size: 16px;
    line-height: 27px;
    color: #C7B96E;
}

.footer-bottom__title p a {
    text-decoration: none;
    color: inherit;
}

.footer-bottom__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 4px;
}

.footer-bottom__nav .footer-link {
    padding-top: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.footer-copy {
    
}

.footer-copy p {
    font-weight: normal;
    font-size: 16px;
    color: #7F7F7F;
}

.footer-offert {
    padding-top: 18px;
    padding-bottom: 30px;
}

.footer-offert p {
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 1380px) {
    .footer-shop {
    }
}

@media (max-width: 1200px) {
    .footer-phone {
        text-align: center;
    }

    .footer-date {
        text-align: center;
    }

    .footer-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 17px;
    }

    .footer-social .social-btn {
        margin-left: 6px;
        margin-right: 6px;
    }

    .footer-pay {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-bottom: 20px;
    }

    .footer-shop {
        width: 100%;
        max-width: 100%;
    }

    .footer-shop__list .footer-item {
        width: 33.3%;
    }
}

@media (max-width: 600px) {
    .footer-phone {
        text-align: center;
    }

    .footer-date {
        text-align: center;
    }

    .footer-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 17px;
    }

    .footer-social .social-btn {
        margin-left: 6px;
        margin-right: 6px;
    }

    .footer-pay {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px;
    }

    .footer-shop__list .footer-item {
        width: 100%;
    }

    .footer-bottom__title p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 14px;
        pointer-events: none;
    }

    .footer-bottom__title p:after {
        width: 10.39px;
        height: 4.5px;
        display: block;
        content: '';
        background: url("../images/footer-arrow.png") center center no-repeat;
        background-size: cover;
        margin-left: 10px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .footer-bottom .footer-bottom__title-active p::after {
        -webkit-transform: rotate(-180deg) !important;
        transform: rotate(-180deg) !important;
    }

    .footer-bottom .footer-bottom__title-active + .footer-bottom__nav {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin-bottom: 15px;
    }

    .footer-bottom__nav {
        display: none;
    }
}

.question {
    margin-top: 40px;
}

.question-wrapper {
    background: #FFFFFF;
    border: 5px solid #D3D3D3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 32px 45px;
}

.question-step p {
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #909090;
}

.question-range {
    margin-top: 17px;
    margin-bottom: 18px;
}

.question-range__val {
    background: linear-gradient(208.3deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    height: 3px;
    width: 117px;
    display: block;
    position: relative;
}

.question-range__val::after {
    content: url('../images/star.png');
    position: absolute;
    right: -8px;
    top: -7px;
}

.question-title {
    min-height: 60px;
}

.question-title p {
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    color: #020202;
}

.question-checklist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.question-checklist .check {
    width: 50%;
    padding-right: 15px;
    padding-bottom: 15px;
}
.question-checklist .check label,
.certificate-checklist .check label { width: 100%; }

.question-checklist .check input[type="radio"] {
    display: none;
}

.question-checklist .check input[type="radio"]:checked + .check-content {
    background: #EAD772;
}

.question-checklist .check input[type="radio"]:checked + .check-content::before {
    opacity: 1;
}

.question-checklist .check-content {
    background: #F1F1F1;
    height: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    cursor: pointer;
}

.question-checklist .check-content::before {
    position: absolute;
    left: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    content: url('../images/checked.png');
}

.question-checklist .check-content:hover {
    background: #D3D3D3;
}

.question-checklist .check-content p {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #020202;
}

.question .question-btn__prev {
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #909090;
    width: 170px;
}

.question .question-btn__prev::before {
    content: url('../images/btn-back.png');
    padding-right: 5px;
}

.question .question-btn__prev:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.question-btn {
    text-align: right;
    margin-top: 35px;
}

.question-btn button[disabled] {
    background: #D3D3D3;
    border: 4px solid #909090;
    color: #909090;
}

.question-btn button[disabled]:hover {
    -webkit-box-shadow: inset 0px 0px 0px 0px #C7B96E;
    box-shadow: inset 0px 0px 0px 0px #C7B96E;
}

.question-btn button {
    width: 234px;
    height: 67px;
    background: #020202;
    border: 4px solid #C7B96E;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: inset 0px 0px 0px 0px #C7B96E;
    box-shadow: inset 0px 0px 0px 0px #C7B96E;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 900;
    color: #C7B96E;
}

.question-btn button:hover {
    -webkit-box-shadow: inset 0px 0px 0px 6px #C7B96E;
    box-shadow: inset 0px 0px 0px 6px #C7B96E;
}

.question-img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1200px) {
    .question-img img {
        max-width: 100%;
    }

    .question-wrapper {
        padding: 23px 17px;
    }

    .question-step p {
        font-size: 16px;
        line-height: 27px;
        letter-spacing: 0.1em;
    }

    .question-title p {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 600px) {
    .question-img {
        display: none;
    }

    .question-wrapper {
        padding: 23px 17px;
    }

    .question-step p {
        font-size: 16px;
        line-height: 27px;
        letter-spacing: 0.1em;
    }

    .question-title p {
        font-size: 18px;
        line-height: 22px;
    }

    .question-checklist .check {
        width: 100%;
        padding-right: 0;
    }

    .question-checklist .check-content {
        height: 40px;
    }

    .question-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 15px;
    }
}

@-webkit-keyframes bottle-animate {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: 500px;
    }
}

@keyframes bottle-animate {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: 500px;
    }
}

.question-loading {
    margin-top: 127px;
    margin-bottom: 120px;
}

.question-loading .loading-bottle .bottle-desc {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #020202;
}

.question-loading .loading-bottle .bottle-title {
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #020202;
}

.question-loading .loading-bottle .bottle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}

.question-loading .loading-bottle .bottle-animate {
    position: absolute;
    bottom: 20px;
}

.question-loading .loading-bottle .bottle-animate__center {
    height: 98px;
    width: 252px;
    background: url('../images/test-loading.png');
    display: block;
    position: relative;
    z-index: 2;
    opacity: 0.8;
    -webkit-animation: bottle-animate 6s infinite alternate;
    animation: bottle-animate 6s infinite alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.question-loading .loading-bottle .bottle-animate__left {
    background: -webkit-gradient(linear, left top, right top, color-stop(18.42%, #ffffff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #ffffff 18.42%, rgba(255, 255, 255, 0) 100%);
    width: 58px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.question-loading .loading-bottle .bottle-animate__right {
    background: -webkit-gradient(linear, right top, left top, color-stop(18.42%, #ffffff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(-90deg, #ffffff 18.42%, rgba(255, 255, 255, 0) 100%);
    width: 62px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
}

.test-result {
    margin-top: 57px;
}

.test-result__top .top-title {
    margin-top: 30px;
}

.test-result__top .top-title p {
    font-weight: 900;
    font-size: 40px;
    line-height: 49px;
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.test-result__top .top-desc {
    padding-top: 20px;
}

.test-result__top .top-desc p {
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
    color: #020202;
}

.test-result__top .top-desc p span {
    font-weight: 700;
}

.test-result__top .filter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 66px;
}

.test-result__top .filter-list .filter-btn {
    padding: 8px 12px;
    background: #020202;
    border: 0;
    margin-right: 12px;
}

.test-result__top .filter-list .filter-btn span {
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
}

.test-result__bottom {
    margin-top: 49px;
    margin-bottom: 60px;
}

.test-result__bottom .product-item {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.test-result__bottom .product-item__num {
    width: 202px;
    background: #020202;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
}

.test-result__bottom .product-item__num .color {
    height: 11px;
    background: greenyellow;
    width: 100%;
    display: block;
    content: '';
}

.test-result__bottom .product-item__num .num-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px 22px;
}

.test-result__bottom .product-item__num .num-wrapper .num {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 900;
    font-size: 25px;
    text-align: center;
    border: 1px solid #e6d569;
    width: 100%;
    background: url('../images/card-pattern.png') center center no-repeat;
    background-size: cover;
}

.test-result__bottom .product-item__num .num-wrapper .num span {
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.test-result__bottom .product-item__name .reminder {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #909090;
}

.test-result__bottom .product-item__name .prod {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #020202;
}

.test-result__bottom .product-item__name .name {
    font-weight: 900;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.1em;
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.test-result__bottom .product-item__types {
    width: 100%;
    border-top: 1px solid #D3D3D3;
    margin-top: 11px;
}

.test-result__bottom .product-item__types p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #909090;
    padding-top: 6px;
}

.test-result__bottom .product-item__price {
    padding-top: 17px;
}

.test-result__bottom .product-item__price p {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #020202;
}

@media (max-width: 1050px) {
    .test-result {
        margin-top: 0;
    }

    .test-result__top .top-title {
        margin-top: 20px;
    }

    .test-result__top .top-title p {
        font-size: 30px;
        line-height: 37px;
    }

    .test-result__top .top-desc p {
        font-size: 16px;
        line-height: 27px;
    }

    .test-result__top .top-sale img {
        max-width: 100%;
    }

    .test-result__top .filter-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .test-result__top .filter-list .filter-btn {
        margin-bottom: 10px;
    }

    .test-result__bottom .product-item {
        margin-bottom: 20px;
    }

    .footer-bottom .wrap-block {
        flex-direction: column;
    }
    .footer-contacts .contact__info {text-align: left;}
    .footer-contacts .contact__social { justify-content: start;}
    .footer-contacts {
        order: 1;
    }
    .footer-menu {
        order: 2;
        margin-top: 50px;
    }
    .footer-menu nav {
        flex-direction: column;
        gap: 15px;
    }
    .footer-bottom .wrap-block:last-child {
        margin-top: 50px;
        justify-content: start;
        align-items: start;
    }
    .footer-logo { order: 1;}
    .footer-copy {
        order: 2;
        margin-top: 30px;
    }
}

@media (max-width: 600px) {
    .test-result {
        margin-top: 0;
    }

    .test-result__top .top-title {
        margin-top: 20px;
    }

    .test-result__top .top-title p {
        font-size: 30px;
        line-height: 37px;
    }

    .test-result__top .top-desc p {
        font-size: 16px;
        line-height: 27px;
    }

    .test-result__top .top-sale img {
        max-width: 100%;
    }

    .test-result__top .filter-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .test-result__top .filter-list .filter-btn {
        margin-bottom: 10px;
    }

    .test-result__bottom .product-item {
        margin-bottom: 20px;
    }
}

.discount-title {
    padding-top: 31px;
    padding-bottom: 21px;
}

.discount-title p {
    font-weight: 900;
    font-size: 40px;
    line-height: 49px;
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.discount-content {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.discount-content__img {
    position: relative;
    z-index: 120;
}

.discount-content .info-show {
    margin-top: 0 !important;
}

.discount-content__info {
    padding-left: 140px;
    padding-right: 170px;
    margin-top: -250px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.discount-content__info .info-title {
    padding-top: 49px;
}

.discount-content__info .info-title p {
    font-weight: bold;
    font-size: 30px;
    line-height: 51px;
    color: #020202;
}

.discount-content__info .info-desc {
    padding-top: 19px;
}

.discount-content__info .info-desc p {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #020202;
}

.discount-content__info .info-btn {
    margin-top: 36px;
    position: relative;
    z-index: 200;
}

.discount-content__info .info-btn button {
    width: 234px;
    height: 67px;
    background: #020202;
    border: 4px solid #C7B96E;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: inset 0px 0px 0px 0px #C7B96E;
    box-shadow: inset 0px 0px 0px 0px #C7B96E;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 900;
    color: #C7B96E;
}

.discount-content__info .info-btn button:hover {
    -webkit-box-shadow: inset 0px 0px 0px 6px #C7B96E;
    box-shadow: inset 0px 0px 0px 6px #C7B96E;
}

@media (max-width: 1200px) {
    .discount-title {
        margin-top: 17px;
    }

    .discount-title p {
        font-size: 30px;
        line-height: 37px;
    }

    .discount-content {
        position: relative;
        padding-bottom: 53px;
    }

    .discount-content__img img {
        max-width: 100%;
    }

    .discount-content .info-show {
        position: relative;
    }

    .discount-content__info {
        padding-left: 0;
        padding-right: 0;
        position: absolute;
        left: 0;
        bottom: 0px;
    }

    .discount-content__info .info-btn button {
        height: 53px;
        width: 100%;
    }

    .discount-content__info .info-title p {
        font-size: 20px;
        line-height: 24px;
    }

    .discount-content__info .info-desc p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 600px) {
    .discount-title {
        margin-top: 17px;
    }

    .discount-title p {
        font-size: 30px;
        line-height: 37px;
    }

    .discount-content {
        position: relative;
        padding-bottom: 53px;
    }

    .discount-content__img img {
        max-width: 100%;
    }

    .discount-content .info-show {
        position: relative;
    }

    .discount-content__info {
        padding-left: 0;
        padding-right: 0;
        position: absolute;
        left: 0;
        bottom: 0px;
    }

    .discount-content__info .info-btn button {
        height: 53px;
        width: 100%;
    }

    .discount-content__info .info-title p {
        font-size: 20px;
        line-height: 24px;
    }

    .discount-content__info .info-desc p {
        font-size: 14px;
        line-height: 24px;
    }
}

.certificate {
    margin-top: 35px;
    margin-bottom: 80px;
}

.certificate-title p {
    font-weight: 900;
    font-size: 40px;
    line-height: 49px;
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.certificate-checklist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.certificate-checklist .check {
    width: 50%;
    padding-right: 15px;
    padding-bottom: 15px;
}

.certificate-checklist .check input[type="radio"] {
    display: none;
}

.certificate-checklist .check input[type="radio"]:checked + .check-content {
    background: #EAD772;
}

.certificate-checklist .check input[type="radio"]:checked + .check-content::before {
    opacity: 1;
}

.certificate-checklist .check-content {
    background: #F1F1F1;
    height: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    cursor: pointer;
}

.certificate-checklist .check-content::before {
    position: absolute;
    left: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    content: url('../images/checked.png');
}

.certificate-checklist .check-content:hover {
    background: #D3D3D3;
}

.certificate-checklist .check-content p {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #020202;
}

.certificate-desc {
    margin-top: 25px;
}

.certificate-desc p {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #020202;
}

.certificate-subtitle {
    margin-top: 15px;
}

.certificate-subtitle p {
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
    color: #020202;
}

.certificate-btn {
    margin-top: 37px;
}

.certificate-btn__cart[disabled] {
    background: #D3D3D3;
    border: 4px solid #909090;
    color: #909090;
}

.certificate-btn__cart[disabled]:hover {
    -webkit-box-shadow: inset 0px 0px 0px 0px #C7B96E;
    box-shadow: inset 0px 0px 0px 0px #C7B96E;
}

.certificate-btn__cart {
    width: 234px;
    height: 67px;
    background: #020202;
    border: 4px solid #C7B96E;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: inset 0px 0px 0px 0px #C7B96E;
    box-shadow: inset 0px 0px 0px 0px #C7B96E;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 900;
    color: #C7B96E;
}

.certificate-btn__cart:hover {
    -webkit-box-shadow: inset 0px 0px 0px 6px #C7B96E;
    box-shadow: inset 0px 0px 0px 6px #C7B96E;
}

.certificate-img {
    margin-top: 35px;
}

@media (max-width: 1200px) {
    .certificate {
        margin-top: 20px;
    }

    .certificate-img img {
        max-width: 100%;
    }

    .certificate-title p {
        font-size: 30px;
        line-height: 37px;
    }

    .certificate-desc p {
        font-size: 14px;
        line-height: 24px;
    }

    .certificate-subtitle p {
        font-size: 16px;
        line-height: 27px;
    }
}

@media (max-width: 600px) {
    .certificate {
        margin-top: 20px;
    }

    .certificate-img img {
        max-width: 100%;
    }

    .certificate-title p {
        font-size: 30px;
        line-height: 37px;
    }

    .certificate-desc p {
        font-size: 14px;
        line-height: 24px;
    }

    .certificate-subtitle p {
        font-size: 16px;
        line-height: 27px;
    }

    .certificate-checklist .check {
        width: 100%;
        padding-right: 0;
    }

    .certificate-checklist .check-content {
        height: 40px;
    }
}

.certificate-end {
    margin-top: 35px;
}

.certificate-end__title p {
    font-weight: 900;
    font-size: 40px;
    line-height: 49px;
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.certificate-end__title p::before {
    content: url('../images/certificate-end.png');
    width: 60px;
    display: block;
    float: left;
    height: 100px;
}

.certificate-end__btn {
    margin-top: 101px;
}

.certificate-end__btn .btn__contined {
    width: 275px;
    height: 67px;
    background: #C7B96E;
    border: 4px solid #C7B96E;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 900;
    color: #020202;
    margin-right: 30px;
}

.certificate-end__btn .btn__contined:hover {
    background: #020202;
    color: #e6d569;
}

.certificate-end__btn .btn__cart {
    width: 234px;
    height: 67px;
    background: #020202;
    border: 4px solid #C7B96E;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: inset 0px 0px 0px 0px #C7B96E;
    box-shadow: inset 0px 0px 0px 0px #C7B96E;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 900;
    color: #C7B96E;
}

.certificate-end__btn .btn__cart:hover {
    -webkit-box-shadow: inset 0px 0px 0px 6px #C7B96E;
    box-shadow: inset 0px 0px 0px 6px #C7B96E;
}

@media (max-width: 1200px) {
    .certificate-end__title p {
        font-size: 20px;
        line-height: 24px;
    }

    .certificate-end__title p:before {
        height: 16px;
    }

    .certificate-end__btn {
        margin-top: 21px;
    }

    .certificate-end__btn .btn__contined {
        margin-bottom: 15px;
    }

    .certificate-end__img {
        margin-top: 20px;
    }

    .certificate-end__img img {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .certificate-end__title p {
        font-size: 20px;
        line-height: 24px;
    }

    .certificate-end__btn {
        margin-top: 21px;
    }

    .certificate-end__btn .btn__contined {
        margin-bottom: 15px;
    }

    .certificate-end__img {
        margin-top: 20px;
    }

    .certificate-end__img img {
        max-width: 100%;
    }
}

.catalog {
    margin-top: 34px;
    overflow: hidden;
}

.catalog-title p {
    font-weight: 900;
    font-size: 40px;
    line-height: 49px;
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.catalog-category {
    margin-top: 47px;
}

.catalog-category .category-item {
    margin-bottom: 40px;
}

.catalog-category .category-item input[type="checkbox"],
.catalog-category .category-item input[type="radio"] {
    display: none;
}

.catalog-category .category-item input[type="checkbox"]:checked + .category-item__checked::after,
.catalog-category .category-item input[type="radio"]:checked + .category-item__checked::after {
    opacity: 1 !important;
}

.catalog-category .category-item input[type="checkbox"]:checked + .category-item__checked span,
.catalog-category .category-item input[type="radio"]:checked + .category-item__checked span {
    width: 100%;
}

.catalog-category .category-item__checked {
    font-weight: bold;
    font-size: 16px;
    color: #020202;
    text-decoration: none;
    position: relative;
    padding-left: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.catalog-category .category-item__checked:nth-last-child(1) {
    margin-bottom: 0;
}

.catalog-category .category-item__checked p {
    position: relative;
    z-index: 5;
}

.catalog-category .category-item__checked span {
    width: 30px;
    height: 30px;
    background: #E85252;
    display: block;
    position: absolute;
    left: 0px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.catalog-category .category-item__checked:hover span {
    width: 47px;
}

.catalog-category .category-item__checked::after {
    content: url('../images/close.png');
    float: right;
    position: absolute;
    top: 2px;
    opacity: 0;
    right: 10px;
}

.filter-btn {
    margin-right: 100px;
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
}
.filter-btn svg { fill: #1A1A1A; }
.filter-btn.active { color: #C7B96E; background: none !important; }
.filter-btn.active svg { fill: #C7B96E; }
.catalog-option {
    display: none;
}
.catalog-option.active { display: block; }
.catalog-types {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.catalog-types .catalog-type {
    margin-bottom: 5px;
}

.catalog-types .catalog-type label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-types .catalog-type label input[type="checkbox"],
.catalog-types .catalog-type label input[type="radio"] {
    display: none;
}

.catalog-types .catalog-type label input[type="checkbox"]:checked + .catalog-type__checked,
.catalog-types .catalog-type label input[type="radio"]:checked + .catalog-type__checked {

}
.catalog-types .catalog-type label input[type="checkbox"]:checked + .catalog-type__checked span,
.catalog-types .catalog-type label input[type="radio"]:checked + .catalog-type__checked span {
    border-color: #C7B96E;
    background: #C7B96E;
}

.catalog-types .catalog-type label input[type="checkbox"]:checked + .catalog-type__checked p,
.catalog-types .catalog-type label input[type="radio"]:checked + .catalog-type__checked p {

}

.catalog-types .catalog-type label input[type="checkbox"]:checked + .catalog-type__checked p::after,
.catalog-types .catalog-type label input[type="radio"]:checked + .catalog-type__checked p::after {
    display: block;
}

.catalog-types .catalog-type__checked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px;
    cursor: pointer;
    border: 1px solid transparent;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.catalog-types .catalog-type__checked:hover span {

}

.catalog-types .catalog-type__checked:hover p {
    color: #020202;
}

.catalog-types .catalog-type__checked span {
    width: 16px;
    height: 16px;
    display: block;
    content: '';
    background: none;
    border-radius: 50px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid #1A1A1A;
}

.catalog-types .catalog-type__checked p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.1;
    padding-left: 5px;
    color: #1A1A1A;
    position: relative;
    display: flex;
    align-items: center;
}

.catalog-types .catalog-type__checked p::after {
    content: url('../images/close-grey.svg');
    cursor: pointer;
    display: none;
    margin-left: 5px;
}

.catalog-filter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #1A1A1A;
}

.catalog-filter__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.catalog-filter__sort a[data-dir="desc"] svg {
    transform: rotate(-180deg);
}

.catalog-filter__mob {
    display: none;
}

.catalog-filter__mob .mob-filter,
.catalog-filter__mob .mob-sort {
    width: 25px;
    height: 25px;
    background: #F1F1F1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 5px;
}

.catalog-filter__name,
.catalog-filter__price,
.catalog-filter__popular {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.catalog-filter__name a,
.catalog-filter__price a,
.catalog-filter__popular a {
    padding: 8px 13px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    color: #1A1A1A;
    vertical-align: middle;
}

.catalog-filter .active {
    background: #F1F1F1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-filter .active span {
}

.catalog-filter .active-invers {
    background: #F1F1F1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-filter .active-invers svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.catalog-filter__search {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-filter__search button {
    margin: 0;
    padding-right: 10px;
    border: none;
    background: none;
}
.catalog-filter__search button svg { fill: #7F7F7F; }

.catalog-filter__search input {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #909090;
    border: 0;
    padding-bottom: 14px;
    position: relative;
    bottom: -9px;
}

.catalog-filter__search input:focus {
    color: #000;
}

.catalog-tovars {
    display: flex;
    align-items: stretch;
    margin: 0 -20px 50px;
    flex-wrap: wrap;
    overflow: hidden;
}
.catalog-tovars .product-link-block {
    display: block;
    padding: 0 20px;
    margin-top: 40px;
    width: 25%;
}
.catalog-tovars .product-link-block .category { display: none; }
.catalog-tovars .product-link-block:hover { text-decoration: none; }
.catalog-tovars .product-link-block:hover .product-item__name .name,
.catalog-tovars .product-link-block:hover .product-item__name .reminder,
.catalog-tovars .product-link-block:hover .product-item__types p { color: #1A1A1A; }


.catalog-tovars .product-item {
    background: #ffffff;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 40px;
    border: 1px solid transparent;
    position: relative;
}
.catalog-tovars .product-item .desc { display: none; }
.catalog-tovars .product-item:hover {
    border: 1px solid #E7E7E7;
}
.catalog-tovars .product-item img {
    border-radius: 20px;
}
.catalog-tovars .product-item__num {
    position: absolute;
    right: 20px;
    bottom: 25px;
    color: #1A1A1A;
    font-size: 14px;
}

.catalog-tovars .product-item__num .color {

}

.catalog-tovars .product-item__num .num-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog-tovars .product-item__num .num-wrapper .num {

}
.catalog-tovars .product-item__num .num-wrapper .num:before { content: 'Арт:';}

.catalog-tovars .product-item__num .num-wrapper .num span {

}

.catalog-tovars .product-item__name {
    margin-top: 25px;
}
.catalog-tovars .product-item__name .reminder {
    font-weight: 500;
    font-size: 18px;
    color: #7F7F7F;
    margin-top: 25px;
}

.catalog-tovars .product-item__name .prod {
    font-weight: 700;
    font-size: 18px;
    color: #1A1A1A;
}

.catalog-tovars .product-item .img-fluid {
    max-width: 100%;
    height: revert-layer;
    object-fit: cover;
}

.catalog-tovars .product-item__name .name {
    font-weight: 700;
    font-size: 18px;
    color: #C7B96E;
}

.catalog-tovars .product-item__types {
    width: 100%;
    margin-top: 20px;
}

.catalog-tovars .product-item__types p {
    font-weight: normal;
    font-size: 18px;
    color: #7F7F7F;
    line-height: 1.2;
}

.catalog-tovars .product-item__price {
    padding-top: 30px;
    margin-top: auto;
}

.catalog-tovars .product-item__price p {
    font-weight: 700;
    font-size: 26px;
    color: #1A1A1A;
}
@media (max-width: 1200px) {
    .catalog-tovars .product-link-block { width: 33.3333%; }
}

@media (max-width: 1050px) {
    .catalog {
        margin-top: 20px;
        position: relative;
    }

    /* .catalog-option {
        position: absolute;
        left: -100%;
        width: 100%;
        z-index: 10;
        background: #fff;
        top: 83px;
        padding: 13px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    } */

    .catalog-tovars {
        margin: 0 -5px 30px;
    }
    .catalog-tovars .product-link-block { 
        width: 50%; 
        padding: 5px;
    }
    .catalog-tovars .product-item {
        padding: 10px;
        border-radius: 20px;
    }
    .catalog-tovars .product-item__num { bottom: 15px;}

    .catalog-title p {
        font-size: 30px;
        line-height: 37px;
    }

    .catalog .sort-show {
        left: 0 !important;
    }

    .catalog-filter {
        position: relative;
    }

    .catalog-filter__mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .catalog-filter .btn-sort_active {
        background: #000;
    }

    .catalog-filter .btn-sort_active svg,
    .catalog-filter .btn-sort_active path {
        fill: #C7B96E;
    }

    .catalog-filter__sort {
        position: absolute;
        left: -105%;
        top: 42px;
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: white;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .catalog-filter__sort .catalog-filter__name,
    .catalog-filter__sort .catalog-filter__price,
    .catalog-filter__sort .catalog-filter__popular {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 600px) {
    .catalog {
        margin-top: 20px;
        position: relative;
    }

    /* .catalog-option {
        position: absolute;
        left: -100%;
        width: 100%;
        z-index: 10;
        background: #fff;
        top: 83px;
        padding: 13px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    } */

    .catalog-tovars .product-item__types p { font-size: 16px; }
    .catalog-tovars .product-item__price p { font-size: 20px; }
    .catalog-tovars .product-item__num {
        bottom: 12px;
        font-size: 12px;
    }

    .catalog-title p {
        font-size: 30px;
        line-height: 37px;
    }

    .catalog .sort-show {
        left: 0 !important;
    }

    .catalog-filter {
        position: relative;
    }

    .catalog-filter__mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .catalog-filter .btn-sort_active {
        background: #000;
    }

    .catalog-filter .btn-sort_active svg,
    .catalog-filter .btn-sort_active path {
        fill: #C7B96E;
    }

    .catalog-filter__sort {
        position: absolute;
        left: -105%;
        top: 42px;
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: white;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .catalog-filter__sort .catalog-filter__name,
    .catalog-filter__sort .catalog-filter__price,
    .catalog-filter__sort .catalog-filter__popular {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .catalog-tovars {
        margin: 0 0 30px;
    }
    .catalog-tovars .product-link-block { 
        width: 100%; 
        padding: 0;
    }
}

.detail {
    margin-top: 40px;
    margin-bottom: 150px;
}

.detail-info__num {
    width: 275px;
    background: #020202;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
}

.detail-info__num .color {
    background: #EAD772;
    width: 100%;
    display: block;
    content: '';
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #020202;
    padding-top: 12px;
    padding-bottom: 12px;
}

.detail-info__num .num-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 21px 30px;
}

.detail-info__num .num-wrapper .num {
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 900;
    font-size: 25px;
    text-align: center;
    border: 1px solid #e6d569;
    width: 100%;
    background: url('../images/pattern.jpg') center center no-repeat;
    background-size: cover;
}

.detail-info__num .num-wrapper .num span {
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.detail-info__name {
    text-align: center;
}

.detail-info__name .reminder {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #909090;
}

.detail-info__name .prod {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #020202;
}

.detail-info__name .name {
    font-weight: 900;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.1em;
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.detail-subtitle p {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #020202;
}

.detail-card {
    padding: 20px;
    border: 1px solid #C4C4C4;
    position: relative;
    margin-top: 30px;
    min-height: 82px;
}

.detail-card__title {
    position: absolute;
    top: -11px;
    left: 15px;
}

.detail-card__title p {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #909090;
    background: white;
    padding-left: 5px;
    padding-right: 5px;
}

.detail-card__info p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #909090;
}

.detail-buy {
    margin-top: 34px;
}

.detail-buy__line {
    width: 100%;
    background: #D3D3D3;
    display: block;
    height: 1px;
}

.detail-buy__price {
    margin-top: 19px;
}

.detail-buy__price p {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #020202;
}

.detail-buy__btn {
    margin-top: 29px;
}

.detail-buy__btn button {
    width: 234px;
    height: 67px;
    background: #020202;
    border: 4px solid #C7B96E;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: inset 0px 0px 0px 0px #C7B96E;
    box-shadow: inset 0px 0px 0px 0px #C7B96E;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 900;
    color: #C7B96E;
}

.detail-buy__btn button:hover {
    -webkit-box-shadow: inset 0px 0px 0px 6px #C7B96E;
    box-shadow: inset 0px 0px 0px 6px #C7B96E;
}

@media (max-width: 600px) {
    .detail-buy__btn {
        position: fixed;
        bottom: 0;
        z-index: 15;
        left: 0;
        width: 100%;
    }

    .detail-buy__btn button {
        width: 100%;
    }
}

.detail-buy__card {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.detail-buy__card .card-info__num {
    width: 215px;
    background: #020202;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
}

.detail-buy__card .card-info__num .color {
    background: #EAD772;
    width: 100%;
    display: block;
    content: '';
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #020202;
    padding-top: 12px;
    padding-bottom: 12px;
}

.detail-buy__card .card-info__num .num-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
}

.detail-buy__card .card-info__num .num-wrapper .num {
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: 900;
    font-size: 25px;
    text-align: center;
    border: 1px solid #e6d569;
    width: 100%;
    background: url('../images/pattern.jpg') center center no-repeat;
    background-size: cover;
}

.detail-buy__card .card-info__num .num-wrapper .num span {
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.detail-buy__card .card-info__name {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.detail-buy__card .card-info__name .reminder {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #909090;
}

.detail-buy__card .card-info__name .prod {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #020202;
}

.detail-buy__card .card-info__name .name {
    font-weight: 900;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.1em;
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.detail-buy__card .card-info__structure {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    margin-top: 11px;
    color: #909090;
}

.detail-buy__card .card-info__structure p {
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.detail-buy__card .card-info__structure p span {
    border-bottom: 1px solid #D3D3D3;
    width: 100%;
    display: block;
    float: left;
    font-weight: 700;
    padding-left: 5px;
    text-align: right;
    padding-right: 10px;
}

.detail-buy__card .card-info__total {
    border-top: 1px solid #D3D3D3;
    padding: 12px 21px;
    margin-top: 11px;
}

.detail-buy__card .card-info__total .desc {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    color: #020202;
}

.detail-buy__card .card-info__total .price {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #020202;
}

.detail-buy__aroma .aroma-title p {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #020202;
}

.detail-buy__aroma .aroma-btn {
    margin-top: 20px;
}

.detail-buy__aroma .aroma-btn input[type="radio"],
.detail-buy__aroma .aroma-btn input[type="checkbox"] {
    display: none;
}

.detail-buy__aroma .aroma-btn input[type="radio"]:checked + .aroma-btn__content,
.detail-buy__aroma .aroma-btn input[type="checkbox"]:checked + .aroma-btn__content {
    background: #EAD772;
}

.detail-buy__aroma .aroma-btn input[type="radio"]:checked + .aroma-btn__content .content-check,
.detail-buy__aroma .aroma-btn input[type="checkbox"]:checked + .aroma-btn__content .content-check {
    opacity: 1;
}

.detail-buy__aroma .aroma-btn__content {
    background: #F1F1F1;
    padding: 9px 12px;
    position: relative;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

.detail-buy__aroma .aroma-btn__content:hover {
    background-color: #D3D3D3;
}

.detail-buy__aroma .aroma-btn__content .content-check {
    content: url('../images/checked.png');
    position: absolute;
    left: 13px;
    top: 19px;
    opacity: 0;
}

.detail-buy__aroma .aroma-btn__content .content-text p {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #020202;
}

.detail-buy__aroma .aroma-btn__content .content-quest {
    position: absolute;
    right: 13px;
    top: 13px;
}

.detail-buy__aroma .aroma-btn__content .content-quest button {
    width: 33px;
    height: 33px;
    background: #020202;
    opacity: 0.2;
    border: 0;
}

.detail-buy__aroma .aroma-btn__content .content-quest:hover .content-quest__info {
    visibility: visible;
    opacity: 1;
}

.detail-buy__aroma .aroma-btn__content .content-quest__info {
    position: absolute;
    width: 280px;
    background: #EAD772;
    padding: 13px 12px;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #020202;
    top: -13px;
    z-index: 10;
    right: -275px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.detail-buy__aroma .aroma-btn__content .content-quest__info::before {
    content: url('../images/gold-arrow.png');
    position: absolute;
    left: -7px;
    top: 37%;
}

.detail-buy__aroma .aroma-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.detail-buy__aroma .aroma-size p {
    font-weight: 800;
    font-size: 20px;
    color: #020202;
}

.detail-buy__aroma .aroma-size input {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #CCB758;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    width: 109px;
    height: 43px;
    margin-left: 10px;
}

.detail-buy__aroma .aroma-size .text-danger {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #DF503C;
    padding-left: 15px;
    visibility: hidden;
}

.detail-buy__aroma .aroma-size__danger .text-danger {
    visibility: visible;
}

.detail-buy__aroma .aroma-size__danger input {
    color: #DF503C;
    border: 1px solid #DF503C;
}

.detail-buy__aroma .aroma-bottle__title p {
    font-weight: 800;
    font-size: 20px;
    color: #020202;
}

.detail-buy .aroma-bottle__active {
    background: #EAD772 !important;
}

.detail-buy .aroma-bottle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 15px;
    background: #FFFFFF;
    margin-top: 27px;
    border: 1px solid #D3D3D3;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.detail-buy .aroma-bottle:hover {
    background: #F1F1F1;
}

.detail-buy .aroma-bottle__desc {
    padding-top: 15px;
    padding-left: 15px;
}

.detail-buy .aroma-bottle__desc .desc {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #020202;
}

.detail-buy .aroma-bottle__desc .desc span {
    font-weight: 700;
}

.detail-buy .aroma-bottle__desc .price {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #020202;
}

.detail-buy .detail-buy__aroma .irs--big .irs-bar--single {
    border-radius: 0;
}

.detail-buy .detail-buy__aroma .irs--big .irs-line {
    border-radius: 0;
}

.detail-buy .detail-buy__aroma .irs--big .irs-bar {
    background: linear-gradient(220.16deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    border: 0;
}

.detail-buy .detail-buy__aroma .irs-line {
    background: #E8E8E8;
    border: 0;
}

.detail-buy .detail-buy__aroma .irs--big .irs-handle {
    content: url('../images/start-ar.png');
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 20px;
}

.detail-buy .detail-line_1 {
    margin-top: 40px;
    border: 0;
    border-top: 1px solid lightgray;
}

.detail-buy .detail-line_2 {
    margin-top: 60px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid lightgray;
}

.detail-buy .detail-line_3 {
    margin-top: 40px;
    border: 0;
    border-top: 1px solid lightgray;
}

.detail-buy .detail-sumbit {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.detail-buy .detail-sumbit button[disabled] {
    background: #D3D3D3;
    border: 4px solid #909090;
    color: #909090;
}

.detail-buy .detail-sumbit button[disabled]:hover {
    -webkit-box-shadow: inset 0px 0px 0px 0px #C7B96E;
    box-shadow: inset 0px 0px 0px 0px #C7B96E;
}

.detail-buy .detail-sumbit button[disabled] + .text-danger {
    visibility: visible;
}

.detail-buy .detail-sumbit button {
    width: 234px;
    height: 67px;
    background: #020202;
    border: 4px solid #C7B96E;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: inset 0px 0px 0px 0px #C7B96E;
    box-shadow: inset 0px 0px 0px 0px #C7B96E;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 900;
    color: #C7B96E;
}

.detail-buy .detail-sumbit button:hover {
    -webkit-box-shadow: inset 0px 0px 0px 6px #C7B96E;
    box-shadow: inset 0px 0px 0px 6px #C7B96E;
}

.detail-buy .detail-sumbit .text-danger {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #DF503C;
    padding-left: 21px;
    visibility: hidden;
}

.detail-buy .detail-sumbit .text-danger span {
    font-weight: 700;
}

@media (max-width: 1200px) {
    .detail-buy__aroma .aroma-size {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .detail-buy__aroma .aroma-size .text-danger {
        padding-left: 10px;
        padding-top: 0px;
    }

    .detail-buy__aroma .aroma-btn__content .content-quest__info {
        right: -13px;
        top: 38px;
    }

    .detail-buy__aroma .aroma-btn__content .content-quest__info:before {
        left: auto;
        top: -11px;
        right: 28px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .detail-buy__card {
        margin-top: 30px;
    }

    .detail-buy .detail-sumbit__mob {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .detail-buy .detail-sumbit__mob .text-danger {
        padding-left: 0;
        padding-top: 10px;
    }
}

@media (max-width: 600px) {
    .detail-buy .order-card {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .detail-buy__aroma .aroma-size {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .detail-buy__aroma .aroma-size .text-danger {
        padding-left: 0;
        padding-top: 10px;
    }

    .detail-buy__aroma .aroma-btn__content .content-quest__info {
        right: -13px;
        top: 38px;
    }

    .detail-buy__aroma .aroma-btn__content .content-quest__info:before {
        left: auto;
        top: -11px;
        right: 28px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .detail-buy .detail-sumbit {
        display: none;
    }

    .detail-buy__card {
        margin-top: 30px;
    }

    .detail-buy .detail-sumbit__mob {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .detail-buy .detail-sumbit__mob .text-danger {
        padding-left: 0;
        padding-top: 10px;
    }
}

.detail-buy {
    margin-bottom: 50px;
}

.detail-buy__end {
    margin-top: 35px;
}

.detail-buy__end .detail-end__title p {
    font-weight: 900;
    font-size: 40px;
    line-height: 49px;
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.detail-buy__end .detail-end__title p::before {
    content: url('../images/certificate-end.png');
    width: 60px;
    display: block;
    float: left;
    height: 90px;
}

.detail-buy__end .detail-end__btn {
    margin-top: 50px;
}

.detail-buy__end .detail-end__btn .btn__contined {
    width: 275px;
    height: 67px;
    background: #C7B96E;
    border: 4px solid #C7B96E;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 900;
    color: #020202;
    margin-right: 30px;
}

.detail-buy__end .detail-end__btn .btn__contined:hover {
    background: #020202;
    color: #e6d569;
}

.detail-buy__end .detail-end__btn .btn__cart {
    width: 234px;
    height: 67px;
    background: #020202;
    border: 4px solid #C7B96E;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: inset 0px 0px 0px 0px #C7B96E;
    box-shadow: inset 0px 0px 0px 0px #C7B96E;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 900;
    color: #C7B96E;
}

.detail-buy__end .detail-end__btn .btn__cart:hover {
    -webkit-box-shadow: inset 0px 0px 0px 6px #C7B96E;
    box-shadow: inset 0px 0px 0px 6px #C7B96E;
}

@media (max-width: 600px) {
    .detail-buy__end .detail-end__title p {
        font-size: 20px;
        line-height: 24px;
    }

    .detail-buy__end .detail-end__title p::before {
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .detail-buy .btn__contined {
        margin-bottom: 15px;
    }
}

.delivery {
    margin-top: 35px;
}

.delivery-title {
    margin-bottom: 59px;
}

.delivery-title p {
    font-weight: 900;
    font-size: 40px;
    line-height: 49px;
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.delivery-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 25px;
    position: -webkit-sticky;
    position: sticky;
    top: 25px;
}

.delivery-nav__link {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #CCB758;
    padding-bottom: 25px;
}

.delivery-subtitle p {
    font-weight: bold;
    font-size: 30px;
    line-height: 51px;
    color: #020202;
    padding-bottom: 25px;
}

.delivery-card {
    padding: 34px 25px;
    background: #FFFFFF;
    border: 5px solid #D3D3D3;
    height: 230px;
    width: 100%;
    margin-bottom: 19px;
}

.delivery-card__title p {
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
    color: #020202;
}

.delivery-card__list {
    margin-top: 12px;
}

.delivery-card__list p {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #020202;
    padding-bottom: 10px;
}

.delivery-card__list p span {
    font-weight: bold;
}

.delivery-line {
    border-left: 1px solid #D3D3D3;
}

.delivery-text {
    padding-bottom: 19px;
}

.delivery-text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #020202;
}

.delivery-quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
}

.delivery-quote::before {
    width: 20px;
    height: 72px;
    background: #EAD772;
    display: block;
    content: '';
}

.delivery-quote p {
    font-weight: bold;
    font-size: 24px;
    line-height: 41px;
    color: #CCB758;
    padding-left: 19px;
}

.delivery-pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 40px;
}

.delivery-pay .type {
    margin-right: 15px;
}

.delivery-ul {
    margin-bottom: 30px;
}

.delivery-ul li {
    font-weight: 300;
    font-size: 18px;
    line-height: 31px;
    color: #020202;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.delivery-ul li::before {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50px;
    content: '';
    float: left;
    margin-right: 16px;
    margin-top: 10px;
    background: #020202;
}

@media (max-width: 600px) {
    .delivery {
        margin-top: 20px;
    }

    .delivery-title {
        margin-bottom: 0;
    }

    .delivery-title p {
        font-size: 30px;
        line-height: 37px;
    }

    .delivery-subtitle p {
        font-size: 19px;
        line-height: 34px;
        padding-bottom: 20px;
    }

    .delivery-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .delivery-quote p {
        font-size: 16px;
        line-height: 27px;
    }

    .delivery-pay .type img {
        max-width: 100%;
    }

    .delivery-ul li {
        font-size: 14px;
    }

    .delivery-ul li:before {
        display: none;
    }

    .delivery-card {
        padding: 25px;
        height: auto;
    }

    .delivery-card__title p {
        font-size: 18px;
        line-height: 31px;
    }

    .delivery-card__list p {
        font-size: 14px;
        line-height: 24px;
    }
}

.contact {
    margin-top: 35px;
}

.contact-title {
    padding-bottom: 26px;
}

.contact-title p {
    font-weight: 900;
    font-size: 40px;
    line-height: 49px;
}

.contact-info_city .city-title {
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    color: #020202;
    padding-bottom: 13px;
}

.contact-info_city .city-phone {
    font-weight: 300;
    font-size: 19px;
    color: #020202;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
}

.contact-info_city .city-phone::before {
    content: url('../images/phone-grey.png');
    margin-right: 12px;
}

.contact-info_city .city-insta {
    font-weight: 300;
    font-size: 19px;
    color: #020202;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 32px;
}

.contact-info_city .city-insta::before {
    content: url('../images/insta-grey.png');
    margin-right: 12px;
}

.contact-info__list .info-item {
    background: #F1F1F1;
    padding: 25px 22px;
    width: 100%;
    margin-bottom: 10px;
}

.contact-info__list .info-item__name p {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #020202;
}

.contact-info__list .info-item__street p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #020202;
}

.contact-info__list .info-item__level p {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #020202;
}

.product-link-block.hide {
    display: none;
}

.modal-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    cursor: pointer;
    z-index: 1299;
    display: none;
}

.modal-itemadded {
    position: fixed;
    width: 300px;
    height: 150px;
    background-color: white;
    border: 1px solid gray;
    border-radius: 22px;
    top: calc(50% - 75px);
    left: calc(50% - 150px);
    z-index: 1300;
    box-shadow: 0px 0px 6px 2px grey;
    display: none;
}

.modal-itemadded .text {
    padding: 52px 22px;
    font-size: 22px;
    font-family: Roboto, sans-serif;
    text-align: center;
}

@media (max-width: 600px) {
    .contact {
        margin-top: 20px;
    }

    .contact-title p {
        font-size: 30px;
        line-height: 37px;
    }

    .contact-info_city .city-title {
        font-size: 20px;
        line-height: 24px;
    }
}

.cart-wrapper .cart-block {
    position: relative;
    margin-bottom: 10px;
    border-top: 1px solid silver;
    padding-top: 24px;
}

.cart-wrapper .cart-block:after {
    display: block;
    content: '';
    clear: both;
}

.cart-wrapper .cart-block .icon,
.cart-wrapper .cart-block .bottle-wrapper,
.cart-wrapper .cart-block .info-wrapper {
    float: left;
}

.cart-wrapper .cart-block .bottle-wrapper,
.cart-wrapper .cart-block .info-wrapper {
    margin-left: 40px;
}

.cart-wrapper .cart-block .price-wrapper {
    float: right;
}

.cart-wrapper .cart-block .icon .product-item__num {
    width: 202px;
    background: #020202;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
}

.cart-wrapper .cart-block .icon .product-item__num .color {
    height: 11px;
    background: greenyellow;
    width: 100%;
    display: block;
    content: '';
}

.cart-wrapper .cart-block .icon .product-item__num .num-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px 22px;
}

.cart-wrapper .cart-block .icon .product-item__num .num-wrapper .num {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 900;
    font-size: 25px;
    text-align: center;
    border: 1px solid #e6d569;
    width: 100%;
    background: url('../images/card-pattern.png') center center no-repeat;
    background-size: cover;
}

.cart-wrapper .cart-block .icon .product-item__num .num-wrapper .num span {
    background: linear-gradient(259.11deg, #e7d36f -9.27%, #b1973b 46.12%, #e6d569 108.67%), #C7B96E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cart-wrapper .info-wrapper {
    width: 612px;
}

.cart-wrapper .info-wrapper b, .cart-wrapper .cart-block .price-wrapper b {
    font-weight: bold;
}

.cart-wrapper .info-wrapper .name {
    font-size: 22px;
    margin-top: 2px;
}

.cart-wrapper .info-wrapper .name a {
    color: #d3bf59;
    font-weight: bold;
}

.cart-wrapper .info-wrapper .asname {
    margin-top: 4px;
}

.cart-wrapper .info-wrapper .type {
    margin-top: 6px;
}

.cart-wrapper .info-wrapper .bottle {
    margin-top: 6px;
}

.cart-wrapper .info-wrapper .price {
    margin-top: 6px;
}

.cart-wrapper .info-wrapper .types-list {
    margin-top: 4px;
}

.cart-wrapper .info-wrapper .types-list span {
    font-size: 12px;
    display: inline-block;
    background-color: greenyellow;
    font-weight: bold;
    padding: 4px 14px;
    border-radius: 10px;
    margin-right: 10px;
}

.cart-wrapper .bottle-wrapper .bottle {
    width: 47px;
    height: 94px;
    background-position: center;
    background-repeat: no-repeat;
}

.cart-wrapper .bottle-wrapper .bottle_0 {
    background-image: url('../images/bottle_0.png');
}

.cart-wrapper .bottle-wrapper .bottle_1 {
    background-image: url('../images/bottle_1.png');
}

.cart-wrapper .bottle-wrapper .bottle_2 {
    background-image: url('../images/bottle_2.png');
}

.cart-wrapper .cart-block .price-wrapper {

}

.cart-wrapper .cart-block .price-wrapper > div {
    margin-top: 14px;
}

.cart-wrapper .cart-block .close-wrapper {
    float: right;
    padding: 34px;
}

.cart-wrapper .cart-block .close-wrapper .close {
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-image: url("../images/icon-close-512.png");
    cursor: pointer;
}

.cart-wrapper .cart-block .close-wrapper .close:hover {
    opacity: .6;
}

.finish-cart-wrapper .finish-cart .price {
    float: right;
    padding-right: 24px;
}

.finish-cart-wrapper .finish-cart:after {
    clear: both;
    display: block;
    content: '';
}

.cart-form-wrapper {
    max-width: 600px;
    margin: 0px auto;
    margin-top: 100px;
}

.cart-form-wrapper .cart-form .cart-form-title {
    margin-top: 30px;
    font-size: 32px;
    font-weight: bold;
    color: #dac75f;
    text-align: center;
}

.cart-form-wrapper .cart-form .cart-form-line {
    margin-top: 24px;
}

.cart-form-wrapper .cart-form .cart-form-line input {
    border: 0px;
    border-bottom: 1px solid silver;
    width: 100%;
    font-size: 16px;
    padding-left: 10px;
    padding-bottom: 6px;
}

.cart-form-wrapper .cart-form .cart-form-line.danger input {
    border-bottom: 2px solid red;
}

.cart-form-wrapper .cart-form .cart-form-line button[disabled] {
    background: #D3D3D3;
    border: 4px solid #909090;
    color: #909090;
}

.cart-form-wrapper .cart-form .cart-form-line button[disabled]:hover {
    -webkit-box-shadow: inset 0px 0px 0px 0px #C7B96E;
    box-shadow: inset 0px 0px 0px 0px #C7B96E;
}

.cart-form-wrapper .cart-form .cart-form-line button[disabled] + .text-danger {
    visibility: visible;
}

.cart-form-wrapper .cart-form .cart-form-line button {
    width: 100%;
    height: 67px;
    background: #020202;
    border: 4px solid #C7B96E;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: inset 0px 0px 0px 0px #C7B96E;
    box-shadow: inset 0px 0px 0px 0px #C7B96E;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 900;
    color: #C7B96E;
}

.cart-form-wrapper .cart-form .cart-form-line button:hover {
    -webkit-box-shadow: inset 0px 0px 0px 6px #C7B96E;
    box-shadow: inset 0px 0px 0px 6px #C7B96E;
}

.cart-form-wrapper .cart-form .cart-form-line.cart-form-button {
    margin-top: 34px;
    margin-bottom: 100px;
}

.cart-finish {
    margin-top: -50px;
    margin-bottom: 150px;
}

.cart-block .info .certificate-name-wrapper {
    font-size: 22px;
    font-weight: bold;
    margin-top: 50px;
}

.modal {}
.modal .close {
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 1;
    z-index: 100;
}
.modal .close svg { stroke: #1A1A1A;}

#modal-item {}
#modal-item .modal-title .product-item__name,
#modal-item .modal-title .detail-item__name {
    margin-bottom: 15px;
}
#modal-item .modal-title .product-item__num .num,
#modal-item .modal-title .detail-item__num .num {

}

#modal-item .modal-title .product-item__num .color,
#modal-item .modal-title .detail-item__num .color {

}

#modal-item .modal-title .product-item__num .num-wrapper,
#modal-item .modal-title .detail-item__num .num-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#modal-item .modal-title .product-item__num .num-wrapper .num,
#modal-item .modal-title .detail-item__num .num-wrapper .num {
    padding-top: 10px;
    font-size: 14px;
    width: 100%;
}
#modal-item .modal-title .product-item__num .num-wrapper .num:before,
#modal-item .modal-title .detail-item__num .num-wrapper .num:before {
    content: "Арт:";
}

#modal-item .modal-title .product-item__num .num-wrapper .num span,
#modal-item .modal-title .detail-item__num .num-wrapper .num span {

}

#modal-item .modal-title .product-item__name .reminder,
#modal-item .modal-title .detail-item__name .reminder {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #909090;
    display: none;
}

#modal-item .modal-title .product-item__name .prod,
#modal-item .modal-title .detail-item__name .prod {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: none;
}

#modal-item .modal-title .product-item__name .name,
#modal-item .modal-title .detail-item__name .name {
    font-weight: 700;
    font-size: 22px;
    margin-top: 10px;
}

.modal form button {
    width: 214px;
    height: 46px;
    background: #C7B96E;
    border-color: transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 0 auto;
    display: block;
    border-radius: 23px;
}

#modal-item .volume {
    text-align: center;
}
#modal-item .volume input {
    width: 80px;
    display: inline-block;
}
#modal-item .volume .image {
    margin-bottom: 15px;
    /* width: 175px; */
    border-radius: 10px;
    display: none;
}
#modal-item .desc {
    line-height: 1.3;
}
#modal-item .desc p { margin-bottom: 10px; }
#modal-item .desc p:last-child { margin-bottom: 0;}
#modal-item .volume .image.active { display: block; }
#modal-item .volume .image img {
    border-radius: 10px;
    width: 100%;
}
.modal-dialog {
    max-width: 640px;
    border-radius: 20px;
}
.modal-body { padding-top: 30px;}
.modal-content {
    border-radius: 20px;
}
.modal .form-price {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.modal .form-price .price {
    font-weight: 700;
    font-size: 22px;
}
.modal .form-price .input-block {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #7F7F7F;
    gap: 5px;
}
.form-control {
    background: #E7E7E7;
    line-height: 20px;
    font-size: 16px;
    padding: 13px 10px;
    border-color: transparent;
    border-radius: 10px !important;
}
.form-price .form-control { 
    background: #fff; 
    border-color: #E7E7E7;
}

@media all and (max-width: 680px) {
    .modal .close {
        right: 0;
        top: -10px;
    }
}


.index-about {
    position: relative;
    z-index: 1;
}
.index-about h2 {
    font-size: 56px;
    color: #C7B96E;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 50px;
}
.index-about .wrap-block {
    position: relative;
    padding-top: 170px;
    padding-bottom: 250px;
    width: 50%;
    z-index: 1;
    background: linear-gradient(270deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
}
.index-about .text-block {}
.index-about .text-block p {
    margin-bottom: 30px;
}
.index-about .image-block {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 939px;
}

@media all and (max-width: 1400px) {
    .index-about .wrap-block {
        padding: 70px 0 50px;
    }
    .index-about .image-block {
        width: 700px;   
    }
    .index-about h2 { font-size: 42px; }
}
@media all and (max-width: 1200px) {
    .index-about .image-block {
        width: 500px;   
        top: 50px;
    }
}
@media all and (max-width: 991px) {
    .index-about {
        display: flex;
        flex-direction: column;
    }
    .index-about .wrap-block {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .index-about .container { order: 2; }
    .index-about .image-block {
        position: relative;
        width: 100%;
        text-align: right;
        order: 1;
    }
    .index-about .wrap-block { width: 100%;}
    .index-about h2,
    .photos h2 { font-size: 32px; }
    .photos-slider .owl-nav {
        left: unset;
        right: 0;
        margin-top: -75px;
    }
}
@media all and (max-width: 540px) {
    .photos-slider .owl-nav {
        width: 100%;
        top: 50%;
        margin-top: 0;
    }
}

.about-page {}
.about-page h1 {
    text-transform: uppercase;
    font-size: 56px;
    font-weight: 700;
    color: #C7B96E;
    margin-bottom: 100px;
}
.about-page .text__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.about-page .text__list .item .wrap-block {
    display: flex;
    align-items: stretch;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.about-page .text__list .item .text-block,
.about-page .text__list .item .image-block { width: 50%; }

.about-page .text__list .item .text-block {
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
}
.about-page .text__list .item .text-block p { margin-bottom: 30px; }
.about-page .text__list .item .text-block .head {
    font-size: 26px;
}
.about-page .text__list .item .image-block {
    position: relative;
}
.about-page .text__list .item .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-page .text__list .item:nth-child(even) .text-block { order: 2; }
.about-page .text__list .item:nth-child(even) .image-block { order: 1; }
.about-page .text__list .item .image-block img {
    border-radius: 0 20px 20px 0;
}
.about-page .text__list .item:nth-child(even) .image-block img {
    border-radius: 20px 0 0 20px;
}
@media all and (max-width: 900px) {
    .about-page .text__list .item .wrap-block {
        flex-direction: column;
    }
    .about-page .text__list .item .text-block,
    .about-page .text__list .item .image-block { width: 100%; }
    .about-page .text__list .item .text-block { order: 2; }
    .about-page .text__list .item .image-block { order: 1; }
    .about-page .text__list .item .image-block img { border-radius: 20px; }
    .about-page .text__list {
        gap: 30px;
    }
    .about-page .text__list .item .text-block {
        padding: 20px 10px;
    }
}
