.container {
    margin: 0 auto;
    max-width: 1239px;
}

/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button,
input[type=submit] {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none;
}

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

label {
    cursor: pointer;
}

legend {
    display: block;
}

.hiddenPopup {
    overflow-y: hidden;
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 33px 0px 35px 0px;
}
.header__row_menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -3px;
    /*margin-left: -106px;*/
}
.header__row_menu ul {
    /*width: 310px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__row_menu ul li a {
    margin-right: 38px;
    color: #4B4B4B;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.header__row_menu .menu > li > a {
    color: #000000;
}


.header__row_menu ul li a:hover {
    border-bottom: 1px solid black;
    color: #000000;
}

.header__row_menu ul li .root-item-child--active {
    border-bottom: 1px solid black;
    color: #000000;
    font-weight: 500;
}

.header__row_functions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    position: relative;
}
.header__row_functions-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 194px;
}
.header__functions {
    position: relative;
}
.header__functions_tel {
    margin-right: 31px;
}
.header__functions_tel a {
    color: #000;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.95px;
}
.header__functions_diagram {
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.header__functions_diagram a {
    color: #a1a1a1;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
}
.header__functions_favourites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.header__functions_favourites a {
    color: #a1a1a1;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
}
.header__functions_shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.header__functions_shop a {
    color: #a1a1a1;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
}

.lowbottom {
    margin: 0px 0px 15px 0px !important;
}

.lowbottommain {
    margin: 15px 0px 15px 0px !important;
}

.function__favourites_count {
    color: #a1a1a1;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
}
.function__favourites_count a img {
    margin-bottom: 10px;
}

.function__shop_count {
    color: #a1a1a1;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
}
.function__shop_count a img {
    margin-bottom: 10px;
}

.function__diagram_count {
    color: #a1a1a1;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
}
.function__diagram_count a img {
    margin-bottom: 10px;
}

.header-adaptive {
    display: none;
}

.container-m {
    width: 375px;
    margin: 0 auto;
}

@media (min-width: 550px) and (max-width: 1250px) {
    .mobile-slick__wrapprr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 60%;
        margin: 0 auto;
    }
    .heart__count {
        position: relative;
    }
    .basket__count {
        position: relative;
    }
    .basket__count_bg {
        position: absolute;
        bottom: 0;
        width: 11px;
        height: 11px;
        border-radius: 161px;
        background: #000;
    }
    .basket__count_cnt {
        z-index: 2;
        position: absolute;
        bottom: 1.5px;
        left: 3.5px;
        color: #fff;
        text-align: center;
        font-family: Inter;
        font-size: 7px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .mobile-slick__basket {
        position: relative;
    }
    .header-count-h {
        position: absolute;
        top: 8px;
        right: 6px;
    }
    .basket__count {
        position: relative;
    }
    .basket__count_bg {
        position: absolute;
        bottom: 0;
        width: 11px;
        height: 11px;
        border-radius: 161px;
        background: #000;
    }
    .basket__count_cnt-h {
        z-index: 2;
        position: absolute;
        bottom: 1.5px;
        left: 4px;
        color: #fff;
        text-align: center;
        font-family: Inter;
        font-size: 7px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .mobile-slick__heart {
        position: relative;
    }
    .header-count {
        position: absolute;
        top: 10px;
        right: 6px;
    }
    .header__row {
        display: none;
    }
    .header-adaptive {
        display: block;
    }
    .burger-active {
        right: 0px !important;
    }
    .active {
        top: 0px !important;
    }
    .deactive {
        top: -100px !important;
    }
    .active-slick {
        opacity: 1 !important;
    }
    .deactive-slick {
        opacity: 0 !important;
    }
    .mobile-slick {
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        width: 100%;
        z-index: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        padding: 19px 25px 12px 25px;
        position: fixed;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: rgba(242, 242, 242, 0.73);
        -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
    .mobile-slick a img {
        margin-bottom: 14px;
    }
    .mobile-header {
        width: 100%;
        height: 85px;
        z-index: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 0px;
        position: fixed;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: rgba(242, 242, 242, 0.73);
        -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }
    .mobile-header__logo {
        margin-top: 16px;
        margin-bottom: 54px;
        margin-left: 23px;
    }
    .mobile-list {
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        background-color: white;
        position: fixed;
        z-index: 1001;
        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%;
        height: 100%;
        right: -100%;
        z-index: 2000;
    }
    .mobile-list__menu {
        background-color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .mobile-list__menu_logo {
        margin-top: 16px;
        margin-bottom: 54px;
        margin-left: 23px;
        background-color: white;
    }
    .mobile-list__menu_links {
        width: 100%;
        background-color: white;
    }
    .mobile-list__menu_links ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mobile-list__menu_links ul li:last-child {
        border-bottom: 1px solid gray;
        -o-border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #d9d9d9 50%, rgba(0, 0, 0, 0) 100%);
        border-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #d9d9d9), to(rgba(0, 0, 0, 0)));
        border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #d9d9d9 50%, rgba(0, 0, 0, 0) 100%);
        border-image-slice: 1;
    }
    .mobile-list__menu_links ul li a {
        background-color: white;
        padding: 13px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--gray-900, #18181b);
        text-align: left;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 155.556% */
        border-top: 1px solid skyblue;
        -o-border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #d9d9d9 50%, rgba(0, 0, 0, 0) 100%);
        border-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #d9d9d9), to(rgba(0, 0, 0, 0)));
        border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #d9d9d9 50%, rgba(0, 0, 0, 0) 100%);
        border-image-slice: 1;
    }
    .mobile-list__menu_links ul li a:hover {
        background: #e5e9eb;
    }
    .mobile-list__menu_links ul li a img {
        margin-left: 22px;
        margin-right: 27px;
    }
    .mobile-list__menu_footer-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 70px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .mobile-list__menu_footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 46px 22px;
    }
    .mobile-list__menu_footer a {
        color: #000;
        font-family: Inter;
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.95px;
    }
}
@media (min-width: 320px) and (max-width: 549px) {
    .mobile-slick__wrapprr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }
    .heart__count {
        position: relative;
    }
    .mobile-list {
        top: 0;
    }
    .basket__count {
        position: relative;
    }
    .basket__count_bg {
        position: absolute;
        bottom: 0;
        width: 11px;
        height: 11px;
        border-radius: 161px;
        background: #000;
    }
    .basket__count_cnt {
        z-index: 2;
        position: absolute;
        bottom: 1.5px;
        left: 3.5px;
        color: #fff;
        text-align: center;
        font-family: Inter;
        font-size: 7px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .mobile-slick__basket {
        position: relative;
    }
    .header-count-h {
        position: absolute;
        top: 8px;
        right: 6px;
    }
    .basket__count {
        position: relative;
    }
    .basket__count_bg {
        position: absolute;
        bottom: 0;
        width: 11px;
        height: 11px;
        border-radius: 161px;
        background: #000;
    }
    .basket__count_cnt-h {
        z-index: 2;
        position: absolute;
        bottom: 1.5px;
        left: 4px;
        color: #fff;
        text-align: center;
        font-family: Inter;
        font-size: 7px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .mobile-slick__heart, .mobile-slick__search, .mobile-slick__diagram {
        position: relative;
    }
    .header-count {
        position: absolute;
        top: 10px;
        right: 6px;
    }
    .header__row {
        display: none;
    }
    .header-adaptive {
        display: block;
        position: relative;
    }
    .burger-active {
        right: 0px !important;
    }
    .active {
        top: 0px !important;
    }
    .deactive {
        top: -100px !important;
    }
    .active-slick {
        opacity: 1 !important;
    }
    .deactive-slick {
        opacity: 0 !important;
    }
    .blur {
        width: 100%;
        height: 85px;
        position: absolute;
        top: 0px;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        left: 0;
    }
    .mobile-slick {
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        width: 100%;
        z-index: 500;
        bottom: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15.5px 25px;
        position: fixed;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: rgba(242, 242, 242, 0.73);
        -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
    }
    .mobile-slick a img {
        margin-bottom: 14px;
    }
    .mobile-header {
        width: 100%;
        z-index: 500;
        height: 85px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 0px;
        position: fixed;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: rgba(242, 242, 242, 0.73);
        -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }
    .mobile-header__logo {
        margin-top: 16px;
        margin-bottom: 54px;
        margin-left: 10px;
        position: relative;
    }
    .mobile-header__burger-btn {
        position: relative;
    }
    .mobile-list {
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        background-color: white;
        position: fixed;
        z-index: 1001;
        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%;
        height: 100%;
        right: -100%;
        z-index: 2000;
        overflow-y: scroll;
    }
    .mobile-list__menu {
        background-color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .mobile-list__menu_logo {
        margin-top: 16px;
        margin-bottom: 54px;
        margin-left: 23px;
        background-color: white;
    }
    .mobile-list__menu_links {
        width: 100%;
        background-color: white;
        margin-top: -15px;
    }
    .mobile-list__menu_links ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mobile-list__menu_links ul li:last-child {
        -o-border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #d9d9d9 50%, rgba(0, 0, 0, 0) 100%);
        border-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #d9d9d9), to(rgba(0, 0, 0, 0)));
        border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #d9d9d9 50%, rgba(0, 0, 0, 0) 100%);
        border-image-slice: 1;
    }
    .mobile-list__menu_links ul li a {
        background-color: white;
        padding: 13px 0px;
        margin: 15px 0px 15px 0px;
        border-bottom: 1px solid skyblue;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--gray-900, #18181b);
        text-align: left;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 155.556% */
        border-top: 1px solid skyblue;
        -o-border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #d9d9d9 50%, rgba(0, 0, 0, 0) 100%);
        border-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #d9d9d9), to(rgba(0, 0, 0, 0)));
        border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #d9d9d9 50%, rgba(0, 0, 0, 0) 100%);
        border-image-slice: 1;
    }
    .mobile-list__menu_links ul li a:hover {
        background: #e5e9eb;
    }
    .mobile-list__menu_links ul li a img {
        margin-left: 22px;
        margin-right: 27px;
    }
    .mobile-list__menu_footer-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 70px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .mobile-list__menu_footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 46px 22px;
    }
    .mobile-list__menu_footer a {
        color: #000;
        font-family: Inter;
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.95px;
    }
}
summary {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}
details[open] > summary::after {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
summary::marker {
    display: none;
}
summary::after {
    margin-top: 4px;
    margin-left: 6px;
    content: "";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url("/assets/images/backarow.svg") center/100% no-repeat;
    width: 10px;
    height: 10px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.details__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 100;
    max-width: 161px;
    padding: 35px 18px;
    background: rgba(255, 255, 255, 0.77);
    -webkit-backdrop-filter: blur(4.5px);
    backdrop-filter: blur(4.5px);
}

.details__item {
    margin-bottom: 20px;
}
.details__item:last-child {
    margin-bottom: 0;
}
.details__item a {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 93.333% */
}

.active-header {
    margin-top: 0px;
}

.details__list li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.details__list li a:hover {
    border-bottom: 1px solid black;
}

.footer {
    padding-top: 64px;
}
.footer__columns {
    padding-top: 64.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e4e4e7;
    padding-right: 60px;
}
.footer__columns_column-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer__columns_column-list h3 {
    color: var(--gray-900, #18181b);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    margin-bottom: 21px;
}
.footer__columns_column-list ul li a {
    color: var(--gray-900, #18181b);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}
.footer__column_logo {
    margin-bottom: 25px;
}
.footer__column_discription {
    max-width: 502px;
    margin-bottom: 34px;
    padding-bottom: 30px;
}
.footer__column_discription p {
    color: var(--gray-600, #52525b);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 146.667% */
}
.footer__column_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 75px;
}
.footer__row {
    padding: 30px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__row a {
    color: var(--gray-600, #52525b);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 169.231% */
}

.footer__row-mobile {
    display: none;
}

@media (min-width: 320px) and (max-width: 1250px) {
    .footer {
        padding-top: 0px;
    }
    .footer__columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0px;
        padding-top: 40px;
    }
    .footer__columns_column {
        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;
    }
    .footer__columns_column-list {
        margin-bottom: 40px;
    }
    .footer__columns_column-list ul {
        margin-top: 20px;
    }
    .footer__columns_column-list h3 {
        margin-bottom: 0px;
    }
    .footer__column_logo {
        margin-bottom: 40px;
        padding: 0;
    }
    .footer__column_discription {
        margin-bottom: 43px;
        padding: 0;
    }
    .footer__column_discription p {
        color: #52525b;
        text-align: justify;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        /* 146.667% */
        padding-bottom: 40px;
        border-bottom: 1px solid var(--gray-200, #e4e4e7);
    }
    .footer__column_links {
        display: none;
    }
    .footer__row {
        display: none;
    }
    .footer__row-mobile {
        display: block;
    }
    .footer__row-mobile_link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__row-mobile_data {
        text-align: center;
        margin-bottom: 33px;
    }
    .footer__row-mobile_data a {
        color: var(--gray-600, #52525b);
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        /* 169.231% */
    }
    .footer__row-mobile_title {
        margin-bottom: 120px;
    }
    .footer__row-mobile_title h3 {
        color: #52525b;
        text-align: center;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 184.615% */
    }
    .footer__link_links {
        width: 82px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 33px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__link_rules a {
        color: var(--gray-600, #52525b);
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        /* 169.231% */
    }
}
.hiddenPopup {
    overflow-y: hidden;
}


.callback-form__title {
    margin-bottom: 88px;
}
.callback-form__title h2 {
    text-align: center;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.callback-form__form {
    position: relative;
}
.callback-form__form form button {
    width: 100%;
    color: #52525b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
    border: 1px solid #000;
    background: #fff;
    padding: 12px 0px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.callback-form__form form button:hover {
    color: white;
    background-color: black;
}
.callback-form__form_little {
    margin-bottom: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.callback-form__form_little input {
    border: 1px solid #e3e3e4;
    background: #fff;
    color: black;
    width: 242px;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px 17px;
}
.callback-form__form_little input:focus {
    border: 1px solid black;
}
.callback-form__form_little input::-webkit-input-placeholder {
    color: #e5e9eb;
}
.callback-form__form_little input::-moz-placeholder {
    color: #e5e9eb;
}
.callback-form__form_little input:-ms-input-placeholder {
    color: #e5e9eb;
}
.callback-form__form_little input::-ms-input-placeholder {
    color: #e5e9eb;
}
.callback-form__form_little input::placeholder {
    color: #e5e9eb;
}
.callback-form__form_big {
    margin-bottom: 19px;
}
.callback-form__form_big textarea {
    padding: 14px 17px;
    width: 527px;
    border: 1px solid #e3e3e4;
    background: #fff;
    height: 80px;
    color: black;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    resize: none;
}
.callback-form__form_big textarea:focus {
    border: 1px solid black;
    outline: none;
}
.callback-form__form_big textarea::-webkit-input-placeholder {
    color: #e5e9eb;
}
.callback-form__form_big textarea::-moz-placeholder {
    color: #e5e9eb;
}
.callback-form__form_big textarea:-ms-input-placeholder {
    color: #e5e9eb;
}
.callback-form__form_big textarea::-ms-input-placeholder {
    color: #e5e9eb;
}
.callback-form__form_big textarea::placeholder {
    color: #e5e9eb;
}

.callback-form__form-errors{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid  #ebccd1;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    font-family: IBM Plex Sans, sans-serif;
}

.close-popup {
    position: absolute;
    right: 16px;
    top: 18px;
    border: 1px solid black;
    border-radius: 91px;
    border: 1px solid #000;
    background: #fff;
    width: 32px;
    height: 32px;
}
.close-popup button {
    padding: 0;
    width: 30px;
    height: 30px;
}
.close-popup button img {
    margin-top: 3px;
}

.openPopup {
    display: block;
    top: 0px;
}

.bgclose-pop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    visibility: hidden;
    background-color: #000;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.callback-form.openPopup ~ .bgclose-pop {
    visibility: visible;
    z-index: 1;
    opacity: 0.3;
}

.callback-form__warning {
    margin-bottom: 50px;
}
.callback-form__warning a {
    color: #000;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
}
.callback-form__warning p {
    color: #7c7c7e;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.bg-close-popup {
    display: none;
}

.whiteClose {
    display: none;
}

@media (min-width: 320px) and (max-width: 636px) {
    body.openPopup ~ body {
        overflow: hidden;
    }
    .blackClose {
        display: none;
    }
    .whiteClose {
        display: block;
    }
    .callback-form__form_big textarea {
        width: 100%;
        height: 199px;
        margin-bottom: 0px;
    }
    .callback-form__form_little {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .callback-form__form_little input {
        width: 100%;
        margin-bottom: 20px;
    }
    .callback-form__form_little {
        margin-bottom: 0;
    }
    .
    .callback-form__title {
        margin-bottom: 34px;
    }
    .callback-form__form_big {
        margin-bottom: 0px;
    }
    .callback-form__form_finish {
        margin-top: 52px;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .callback-form__warning {
        margin-top: 20px;
        width: 355px;
        text-align: center;
    }
    .bg-close-popup {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
    .close-popup {
        top: 11px;
        right: 11px;
        position: absolute;
        border-radius: 91px;
        border: 1px solid #ffffff;
        background: black;
        width: 32px;
        height: 32px;
    }
}

.container {
    margin: 0 auto;
    max-width: 1239px;
}

.novelties__slider_card:hover .favourite__icons {
    opacity: 1;
}

.hits__slider_card:hover .favourite__icons {
    opacity: 1;
}

.sale__slider_card:hover .favourite__icons {
    opacity: 1;
}

.favourite__icons {
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.favourite__icons_fav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-checkbox-h {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.fav-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: 9px;
    background-size: contain;
    background-image: url("/assets/images/heart.svg");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.custom-checkbox-h + label::before {
    content: "";
}

.fav-icon:hover {
    opacity: 1;
}

.active-icon-h {
    background-image: url("/assets/images/heart-checked.svg");
    opacity: 1;
}

.diag-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url("/assets/images/diag.svg");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.diag-icon:hover {
    opacity: 1;
}

.active-icon-d {
    background-image: url("/assets/images/diag-checked.svg");
    opacity: 1;
}

.main-banner {
    background-image: url("/assets/images/mainbg.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 91px 79px 68px 109px;
    position: relative;
}
.main-banner__logotype {
    top: 29px;
    right: 20px;
    position: absolute;
}
.main-banner__row_title {
    max-width: 596px;
    margin-bottom: 55px;
}
.main-banner__row_title h1 {
    color: #fff;
    font-family: Inter;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.main-banner__row_search {
    margin-bottom: 46px;
}
.main-banner__row_search form input {
    width: 100%;
}
.main-banner__row_tags a {
    color: #fff;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 20px;
    line-height: 250%;
}

.search-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1062px;
    padding: 20px;
    padding-left: 27px;
    color: #7a7a7a;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    border-radius: 43px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}
.search-block img {
    margin-right: 12px;
}

.lowborder {
    color: #fff;
    font-family: Inter;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 3px solid white;
}

.fixbonuses {
    margin-left: -50px;
}

.bonuses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bonuses__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1158px;
    position: relative;
    padding: 47px 0px;
}
.bonuses__row_item p {
    color: #52525b;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bonuses__row_stroke-line-one {
    position: absolute;
    left: 376px;
    width: 1px;
    height: 93.5px;
    background-color: #cbcbcb;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.bonuses__row_stroke-line-two {
    position: absolute;
    left: 842px;
    width: 1px;
    height: 93.5px;
    background-color: #cbcbcb;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main-banner-desktop {
    display: block;
}

.main-banner-mobile {
    display: none;
}

.collection__row-mobile {
    display: none !important;
}

.collection__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.collection__row_item-auto {
    overflow: hidden;
    position: relative;
    width: 192px;
    background-color: rgba(0, 0, 0, 0.7882352941);
    height: 484px;
}
.collection__row_item {
    overflow: hidden;
    position: relative;
    width: 192px;
    height: 484px;
}
.collection__row_item:hover .collection__item_img-1 {
    -webkit-transform: translateX(140px) scale(1.2);
    -ms-transform: translateX(140px) scale(1.2);
    transform: translateX(140px) scale(1.2);
}
.collection__row_item:hover .collection__item_img-2 {
    -webkit-transform: translateX(400px) scale(1.2);
    -ms-transform: translateX(400px) scale(1.2);
    transform: translateX(400px) scale(1.2);
}
.collection__row_item:hover .collection__item_img-3 {
    -webkit-transform: translateX(210px) translateY(-60px) scale(1.2);
    -ms-transform: translateX(210px) translateY(-60px) scale(1.2);
    transform: translateX(210px) translateY(-60px) scale(1.2);
}
.collection__row_item:hover .collection__item_img-4 {
    -webkit-transform: translateX(240px) scale(1.2);
    -ms-transform: translateX(240px) scale(1.2);
    transform: translateX(240px) scale(1.2);
}
.collection__row_item:hover .collection__item_img-5 {
    -webkit-transform: translateX(450px) scale(1.2);
    -ms-transform: translateX(450px) scale(1.2);
    transform: translateX(450px) scale(1.2);
}
.collection__row_item:hover .collection__item_default-1 p {
    bottom: -90px;
}
.collection__row_item:hover .collection__item_default-2 p {
    bottom: -90px;
}
.collection__row_item:hover .collection__item_default-3 p {
    bottom: -90px;
}
.collection__row_item:hover .collection__item_default-4 p {
    bottom: -90px;
}
.collection__row_item:hover .collection__item_default-5 p {
    bottom: -90px;
}
.collection__row_item:hover .collection__item_default-1 .blockgray {
    background-color: rgba(0, 0, 0, 0);
}
.collection__row_item:hover .collection__item_default-2 .blockgray-2 {
    background-color: rgba(0, 0, 0, 0);
}
.collection__row_item:hover .collection__item_default-3 .blockgray-3 {
    background-color: rgba(0, 0, 0, 0);
}
.collection__row_item:hover .collection__item_default-4 .blockgray-4 {
    background-color: rgba(0, 0, 0, 0);
}
.collection__row_item:hover .collection__item_default-5 .blockgray-5 {
    background-color: rgba(0, 0, 0, 0);
}
.collection__row_item:hover .collection__item_hover {
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.79);
}
.collection__row_item:hover .collection__item_hover a {
    bottom: 77px;
}
.collection__row_item:hover .collection__item_hover img {
    opacity: 1;
}
.collection__item-auto_hover img {
    opacity: 1;
    position: absolute;
    top: 226px;
    left: 80px;
}
.collection__item-auto_hover a {
    position: absolute;
    bottom: 75px;
    left: 35px;
    text-align: center;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
.collection__item-auto_hover a:hover {
    color: #ffbf02;
}
.collection__item_img-1 {
    -webkit-transform: translateX(180px);
    -ms-transform: translateX(180px);
    transform: translateX(180px);
    width: 700px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.collection__item_img-2 {
    -webkit-transform: translateX(330px);
    -ms-transform: translateX(330px);
    transform: translateX(330px);
    width: 780px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.collection__item_img-3 {
    -webkit-transform: translateX(240px) translateY(70px);
    -ms-transform: translateX(240px) translateY(70px);
    transform: translateX(240px) translateY(70px);
    width: 740px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.collection__item_img-4 {
    -webkit-transform: translateX(250px) translateY(37px);
    -ms-transform: translateX(250px) translateY(37px);
    transform: translateX(250px) translateY(37px);
    width: 696px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.collection__item_img-5 {
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);
    width: 740px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.collection__item_default-1 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
}
.collection__item_default-1 p {
    z-index: 2;
    position: absolute;
    bottom: 9px;
    right: 15px;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    color: #fff;
    text-align: right;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.collection__item_default-2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
}
.collection__item_default-2 p {
    z-index: 2;
    position: absolute;
    bottom: 8px;
    left: 595px;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    color: #fff;
    text-align: right;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.collection__item_default-3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
}
.collection__item_default-3 p {
    z-index: 2;
    position: absolute;
    bottom: 7px;
    right: 16px;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    color: #fff;
    text-align: right;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.collection__item_default-4 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
}
.collection__item_default-4 p {
    z-index: 2;
    position: absolute;
    bottom: 8px;
    left: 514px;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    color: #fff;
    text-align: right;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.collection__item_default-5 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
}
.collection__item_default-5 p {
    z-index: 2;
    position: absolute;
    bottom: 8px;
    right: 13px;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    color: #fff;
    text-align: right;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.collection__item_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
    background-color: rgba(0, 0, 0, 0);
}
.collection__item_hover img {
    opacity: 0;
    position: absolute;
    top: 224px;
    left: 79px;
}
.collection__item_hover a {
    position: absolute;
    bottom: -400px;
    left: 50px;
    text-align: center;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
.collection__item_hover a:hover {
    color: #ffbf02;
}

.graybgc {
    position: relative;
}

.blockgray {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    width: 144px;
    height: 284px;
    background-color: rgba(0, 0, 0, 0.7882352941);
    position: absolute;
    bottom: -64px;
    right: -65px;
    -webkit-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    transform: rotate(32deg);
}

.blockgray-2 {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    width: 134px;
    height: 324px;
    background-color: rgba(0, 0, 0, 0.7882352941);
    position: absolute;
    bottom: -63px;
    left: 523px;
    -webkit-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    transform: rotate(-32deg);
}

.blockgray-3 {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    width: 144px;
    height: 284px;
    background-color: rgba(0, 0, 0, 0.7882352941);
    position: absolute;
    bottom: -64px;
    right: -62px;
    -webkit-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    transform: rotate(32deg);
}

.blockgray-4 {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    width: 134px;
    height: 324px;
    background-color: rgba(0, 0, 0, 0.7882352941);
    position: absolute;
    bottom: -60px;
    left: 438px;
    -webkit-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    transform: rotate(-32deg);
}

.blockgray-5 {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    width: 144px;
    height: 295px;
    background-color: rgba(0, 0, 0, 0.7882352941);
    position: absolute;
    bottom: -64px;
    right: -70px;
    -webkit-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    transform: rotate(32deg);
}

.collection__header_title {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 65px 0px 40px 0px;
}

.contacts__row_map-mobile {
    display: none;
}

.advantages__header_title {
    margin-top: 80px;
    margin-bottom: 74px;
}
.advantages__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.advantages__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.advantages__row_card {
    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;
    border: 1px solid #e4e4e7;
}
.advantages__row_card:nth-child(1) {
    border-top: none;
    border-left: none;
    padding: 0px 55px 0px 22px;
}
.advantages__row_card:nth-child(2) {
    border-top: none;
    border-left: none;
    padding: 0px 55px 55px 55px;
}
.advantages__row_card:nth-child(3) {
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 55px;
}
.advantages__row_card:nth-child(4) {
    border-top: none;
    border-left: none;
    border-bottom: none;
    padding: 58px 55px 0px 22px;
}
.advantages__row_card:nth-child(5) {
    border-top: none;
    border-left: none;
    border-bottom: none;
    padding: 58px 55px 0px 55px;
}
.advantages__row_card:nth-child(6) {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 58px 0px 0px 55px;
}
.advantages__card_img {
    margin-bottom: 47px;
}
.advantages__card_title {
    margin-bottom: 22px;
}
.advantages__card_title h4 {
    color: var(--gray-900, #18181b);
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 155.556% */
}
.advantages__card_discription {
    max-width: 330px;
}
.advantages__card_discription p {
    color: var(--gray-600, #52525b);
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
}

.novelties__header_title {
    margin: 80px 0px 40px 0px;
}
.novelties__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.novelties__hover_bg {
    position: absolute;
    bottom: -5px;
    right: -5px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
}
.novelties__hover_bg a {
    position: absolute;
    right: 2px;
    bottom: 12px;
    z-index: 20;
    opacity: 0.5;
}
.novelties__hover_bg:hover {
    bottom: 0;
    right: 0;
}
.novelties__hover_bg:hover a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 1;
}
.novelties__hover_bg:hover .novelties__card_img img {
    width: 20px;
}
.novelties__slider {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    margin-right: -7px;
    margin-left: -7px;
}
.novelties__slider_card {
    overflow: hidden;
    position: relative;
    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: left;
    -ms-flex-align: left;
    align-items: left;
    border: 1px solid #e5e9eb;
    background: var(--black-white-white, #fff);
    padding: 39px 0px;
    max-width: 298px;
    height: 394px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin: 0 7px;
}
.novelties__slider_card:hover {
    border: 1px solid #a8a8a8;
    background: var(--black-white-white, #fff);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.novelties__slider_card:hover .novelties__hover_bg {
    opacity: 1;
}
.novelties__card_span-green {
    top: 18px;
    left: 18px;
    position: absolute;
    max-width: 82px;
    border-radius: 19px;
    border: 1px solid #2eaf00;
    background: #fff;
    padding: 0px 17px;
}
.novelties__card_span-green p {
    color: #2eaf00;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 240% */
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.novelties__card_link {
    bottom: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 10;
}
.novelties__card_link img {
    opacity: 0.5;
}
.novelties__card_title {
    position: absolute;
    bottom: 60px;
    left: 18px;
}
.novelties__card_title h4 {
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
    letter-spacing: -0.09px;
}
.novelties__card_price {
    position: absolute;
    bottom: 34px;
    left: 18px;
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 160% */
    letter-spacing: -0.09px;
}

.cart {
    position: absolute;
    right: -2px;
    bottom: 10px;
    z-index: 20;
    opacity: 0.5;
}

.prev,
.next {
    position: absolute;
    top: -40px;
    height: 24px;
    width: 24px;
    z-index: 1;
    cursor: pointer;
    border-radius: 15px;
}
.prev:hover,
.next:hover {
    border: 1px solid #adadad;
    border-radius: 25px;
}

.novelties__slider {
    position: relative;
}

.next {
    right: 7px !important;
}

.prev {
    right: 55px !important;
}

.stock__header_title {
    margin: 80px 0px 40px 0px;
}
.stock__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.stock__slide {
    height: 557px !important;
    width: 1240px;
    overflow: hidden;
    background: #000;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.stock__slide_preview {
    overflow: hidden;
    position: relative;
    max-width: 819px;
}
.stock__slide_content {
    margin-left: 74px;
}
.stock__preview {
    position: relative;
    overflow: hidden;
}
.stock__preview_img {
    overflow: hidden;
    max-height: 575px;
}
.stock__preview_item {
    bottom: 36px;
    left: 42px;
    position: absolute;
    z-index: 10;
}
.stock__preview_item-stock {
    bottom: 0px;
    position: absolute;
}
.stock__preview_poligon {
    top: 0px;
    right: 0px;
    position: absolute;
}
.stock__content {
    background: #000;
}
.stock__content_title {
    margin-top: 147px;
    margin-bottom: 33px;
}
.stock__content_title h3 {
    width: 296px;
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.stock__content_discription {
    margin-bottom: 121px;
}

.stock__content_discription a{
    color: #fff;
}
.stock__content_discription p {
    width: 296px;
    color: #fff;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.stock__content_button a {
    display: inline-block;
    background: #fff;
    padding: 18px 65px 14px 65px;
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid white;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.stock__content_button a:hover {
    border: 1px solid white;
    background: #000;
    color: white;
}

.slick-dots li {
    width: 14.52px;
    height: 15px;
    font-size: 15px;
    margin: 0 !important;
}

.slick-dots li button {
    width: 14.52px;
    height: 15px;
}

.slick-dots li button::before {
    font-size: 15px !important;
}

.slick-dots {
    bottom: -30px !important;
}

.hits__header_title {
    margin: 113px 0px 40px 0px;
}
.hits__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.hits__hover_bg {
    position: absolute;
    bottom: -5px;
    right: -5px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
}
.hits__hover_bg a {
    position: absolute;
    right: 2px;
    bottom: 12px;
    z-index: 20;
    opacity: 0.5;
}
.hits__hover_bg:hover {
    bottom: 0;
    right: 0;
}
.hits__hover_bg:hover a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 1;
}
.hits__hover_bg:hover .novelties__card_img img {
    width: 20px;
}
.hits__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -7px;
    margin-right: -7px;
}
.hits__slider_card {
    overflow: hidden;
    position: relative;
    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: left;
    -ms-flex-align: left;
    align-items: left;
    border: 1px solid #e5e9eb;
    background: var(--black-white-white, #fff);
    padding: 39px 0px 34px 0px;
    max-width: 298px !important;
    height: 394px;
    margin: 0px 7px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.hits__slider_card:hover {
    border: 1px solid #a8a8a8;
    background: var(--black-white-white, #fff);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.hits__slider_card:hover .hits__hover_bg {
    opacity: 1;
}
.hits__card_span-orange {
    top: 18px;
    left: 18px;
    position: absolute;
    max-width: 122px;
    border-radius: 19px;
    border: 1px solid #ffbf02;
    background: #fff;
    padding: 0px 17px;
}
.hits__card_span-orange p {
    color: #ffbf02;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 240% */
    letter-spacing: 0.5px;
}
.hits__card_link {
    bottom: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 10;
}
.hits__card_link img {
    opacity: 0.5;
}
.hits__card_title {
    position: absolute;
    bottom: 60px;
    left: 18px;
}
.hits__card_title h4 {
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
    letter-spacing: -0.09px;
}
.hits__card_price {
    position: absolute;
    bottom: 34px;
    left: 18px;
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 160% */
    letter-spacing: -0.09px;
}

.cart {
    position: absolute;
    right: -2px;
    bottom: 10px;
    z-index: 20;
    opacity: 0.5;
}

.prevs,
.nexts {
    position: absolute;
    top: -40px;
    height: 24px;
    width: 24px;
    z-index: 1;
    cursor: pointer;
    border-radius: 15px;
}
.prevs:hover,
.nexts:hover {
    border: 1px solid #adadad;
    border-radius: 25px;
}

.hits__slider {
    position: relative;
}

.nexts {
    right: 0px;
}

.prevs {
    right: 55px;
}

.question-underline {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

.question__header_title {
    margin: 80px 0px 40px 0px;
}
.question__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.question__table {
    position: relative;
    background-image: url("/assets/images/gradient.png"), url("/assets/images/wood.png");
    background-repeat: no-repeat;
    background-position: right;
    text-align: right;
    padding: 50px 80px;
}
.question__table_bground {
    position: absolute;
    top: 0;
    right: 0;
}
.question__content {
    position: relative;
}
.question__content_title {
    margin-bottom: 32px;
}
.question__content_title h3 {
    color: #fff;
    text-align: right;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: 26px;
    /* 108.333% */
    text-transform: uppercase;
}
/*.question__content_discription {*/
/*    margin-bottom: 32px;*/
/*    margin-left: auto;*/
/*}*/
.question__content_discription p {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.question__content_time {
    margin-bottom: 30px;
}
.question__content_time p {
    color: #fff;
    text-align: right;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130.523%;
    /* 19.578px */
    letter-spacing: 0.75px;
    text-transform: uppercase;
}
.question__content_phone {
    margin-bottom: 30px;
}
.question__content_phone a {
    color: #fff;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.95px;
}
.question__content_adress a {
    color: #fff;
    text-align: right;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130.523%;
    /* 19.578px */
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.sale__header_title {
    margin: 80px 0px 40px 0px;
}
.sale__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.sale__hover_bg {
    position: absolute;
    bottom: -5px;
    right: -5px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
}
.sale__hover_bg a {
    position: absolute;
    right: 2px;
    bottom: 12px;
    z-index: 20;
    opacity: 0.5;
}
.sale__hover_bg:hover {
    bottom: 0;
    right: 0;
}
.sale__hover_bg:hover a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 1;
}
.sale__hover_bg:hover .sale__card_img img {
    width: 20px;
}
.sale__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: -7px;
    margin-left: -7px;
}
.sale__slider_card {
    overflow: hidden;
    position: relative;
    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: left;
    -ms-flex-align: left;
    align-items: left;
    border: 1px solid #e5e9eb;
    background: var(--black-white-white, #fff);
    padding: 39px 0px 34px 0px;
    max-width: 298px !important;
    height: 394px;
    margin: 0px 7px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.sale__slider_card:hover {
    border: 1px solid #a8a8a8;
    background: var(--black-white-white, #fff);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.sale__slider_card:hover .sale__hover_bg {
    opacity: 1;
}
.sale__card_span-red {
    top: 18px;
    left: 18px;
    position: absolute;
    max-width: 122px;
    border-radius: 19px;
    border: 1px solid #ff3636;
    background: #fff;
    padding: 0px 17px;
}
.sale__card_span-red p {
    color: #ff3636;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 240% */
    letter-spacing: 0.5px;
}
.sale__card_link {
    bottom: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 10;
}
.sale__card_link img {
    opacity: 0.5;
}
.sale__card_title {
    position: absolute;
    bottom: 60px;
    left: 18px;
}
.sale__card_title h4 {
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
    letter-spacing: -0.09px;
}
.sale__card_price {
    position: absolute;
    bottom: 34px;
    left: 18px;
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 160% */
    letter-spacing: -0.09px;
}

.cart {
    position: absolute;
    right: -2px;
    bottom: 10px;
    z-index: 20;
    opacity: 0.5;
}

.prev,
.next {
    position: absolute;
    top: -40px;
    height: 24px;
    width: 24px;
    z-index: 1;
    cursor: pointer;
    border-radius: 15px;
}
.prev:hover,
.next:hover {
    border: 1px solid #adadad;
    border-radius: 25px;
}

.sale__slider {
    position: relative;
}

.next {
    right: 15px;
}

.prev {
    right: 50px;
}

.faq__header_title {
    margin: 80px 0px 40px 0px;
}
.faq__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.faq__row_tab {
    position: relative;
}
.faq__row_tab a {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.accordion-btn {
    margin-top: 6px;
    position: relative;
    overflow: hidden;
    background: black;
    cursor: pointer;
    color: #4b4b4b;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 18px;
    width: 100%;
    border: 1px solid #000;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.accordion-btn:hover {
    border: 1px solid #000;
    background: #fff;
}
.accordion-btn:hover a {
    color: black !important;
}

.accordion {
    margin-bottom: 14px;
    position: relative;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    color: #4b4b4b;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 1px solid #d9d9d9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.accordion:last-child {
    margin-bottom: 0px;
}
.accordion:hover {
    background: #4b4b4b;
}
.accordion:hover .accord-poly {
    background-color: white;
}
.accordion:after {
    content: "";
    background: url("/assets/images/accordarrow.svg") center/100% no-repeat;
    width: 14px;
    height: 14px;
    font-size: 13px;
    color: red;
    position: absolute;
    right: 7px;
    bottom: 10px;
    z-index: 100;
}

.accord-poly {
    z-index: 90;
    bottom: -50px;
    right: -61px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    width: 100px;
    height: 100px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #d9d9d9;
}

.accordion:hover {
    background-color: #4b4b4b;
    color: white;
}

.accordion:hover .accord-poly {
    background-color: black;
}

.active:after .accord-poly {
    content: "";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.opened {
    display: block;
}

.panel {
    display: none;
    top: 58px;
    z-index: 200;
    margin-bottom: 10px;
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    color: #52525b;
    display: none;
    padding: 40px 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    border-top: none;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.blackaccord .accordion {
    border-bottom: none;
}

.opened {
    display: block;
}

.faq__row_tab.opened .accordion {
    background-color: black !important;
    color: white;
    border-bottom: 1px solid white;
}
.faq__row_tab.opened .accordion:after {
    content: "";
    background: url("/assets/images/backarow.svg") center/100% no-repeat;
}

.faq__row_tab.opened .accord-poly {
    background-color: white !important;
    content: "";
}

.faq__row_tab.opened .panel {
    display: block;
}

.reviews__header_title {
    margin: 80px 0px 40px 0px;
}
.reviews__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.reviews__slide {
    border-top: 1px solid #e4e4e7;
    border-bottom: 1px solid #e4e4e7;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 56px 0px 56px 40px;
}
.reviews__slide_content {
    width: 600px;
}
.reviews__content_head {
    margin-top: 19px;
    padding-bottom: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e7;
}
.reviews__content_comment {
    margin: 80px 0px 86px 0px;
}
.reviews__content_comment p {
    color: #52525b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 226.667% */
}
.reviews__content_btn {
    width: 100%;
    text-align: center;
    border: 1px solid #000;
    background: #fff;
    padding: 12px 0px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.reviews__content_btn:hover {
    border: 1px solid #000;
    background: #000;
}
.reviews__content_btn:hover a {
    color: white;
}
.reviews__content_btn a {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #52525b;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
}

.name {
    color: #52525b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 118.182% */
}

.date {
    color: #adadad;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
}

.contacts {
    margin-bottom: 71px;
}
.contacts__header_title {
    margin: 80px 0px 40px 0px;
}
.contacts__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contacts__row_telephone {
    margin-bottom: 49px;
}
.contacts__row_telephone a {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.75px;
}
.contacts__row_dates p {
    margin-bottom: 27px;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.875px;
    text-transform: uppercase;
}
.contacts__row_form {
    max-width: 527px;
}
.contacts__row_form form button {
    width: 100%;
    padding: 12px 0px;
    color: #52525b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
    border: 1px solid #000;
    background: #fff;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.contacts__row_form form button:hover {
    border: 1px solid #000;
    background: #000;
    color: white;
}
.contacts__row_form h3 {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 40px 0px 24px 0px;
}
.contacts__row_form p {
    margin: 14px 0px 55px 0px;
    color: #7c7c7e;
    font-family: IBM Plex Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.contacts__row_form a {
    color: #000;
    font-family: IBM Plex Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
}

.contacts__row_map iframe {
    width: 100%;
    height: 100%;
}
.contacts__content_adress {
    margin-bottom: 34px;
}
.contacts__content_adress a {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.875px;
    text-transform: uppercase;
}
.contacts__form_little-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 22px;
    color: black;
}
.contacts__form_little-items input {
    width: 242px;
    padding: 14px 17px;
    border: 1px solid #e3e3e4;
    background: #fff;
    color: black;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.contacts__form_little-items input::-webkit-input-placeholder {
    color: #e5e9eb;
}
.contacts__form_little-items input::-moz-placeholder {
    color: #e5e9eb;
}
.contacts__form_little-items input:-ms-input-placeholder {
    color: #e5e9eb;
}
.contacts__form_little-items input::-ms-input-placeholder {
    color: #e5e9eb;
}
.contacts__form_little-items input::placeholder {
    color: #e5e9eb;
}
.contacts__form_long-item input {
    width: 100%;
    border: 1px solid #e3e3e4;
    background: #fff;
    padding: 14px 17px;
    color: black;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.contacts__form_long-item input::-webkit-input-placeholder {
    color: #e5e9eb;
}
.contacts__form_long-item input::-moz-placeholder {
    color: #e5e9eb;
}
.contacts__form_long-item input:-ms-input-placeholder {
    color: #e5e9eb;
}
.contacts__form_long-item input::-ms-input-placeholder {
    color: #e5e9eb;
}
.contacts__form_long-item input::placeholder {
    color: #e5e9eb;
}

.contacts__form-errors{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid  #f5c6cb;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
}

.contacts__form-success{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    font-family: IBM Plex Sans, sans-serif;
}

.novelties__slider-mobile {
    display: none !important;
}

.sale__slider-mobile {
    display: none !important;
}

.stock-m {
    display: none;
}

.prev-rev {
    position: absolute;
    top: -40px;
    height: 24px;
    width: 24px;
    right: 50px;
    z-index: 1;
    cursor: pointer;
    border-radius: 15px;
}
.prev-rev:hover {
    border: 1px solid black;
    border-radius: 25px;
}

.next-rev {
    position: absolute;
    top: -40px;
    height: 24px;
    width: 24px;
    z-index: 1;
    right: 0px;
    cursor: pointer;
    border-radius: 15px;
}
.next-rev:hover {
    border: 1px solid #adadad;
    border-radius: 25px;
}

.contact_p {
    display: block;
}

.contact_p-mobile {
    display: none;
}

.reviews__slide_img {
    position: relative;
    max-height: 478px;
}

.reviews__slide_img-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}

.mobile-discription {
    display: none;
}

.footer-vis {
    display: none;
}

@media (min-width: 320px) and (max-width: 1250px) {
    .container {
        max-width: 355px;
    }
    .contact_p,
    .search-block,
    .question,
    .hits {
        display: none;
    }
    .blockgray-2 {
        left: 510px;
    }
    .blockgray-4 {
        left: 425px;
    }
    .collection__item_default-2 p {
        left: 581px;
    }
    .collection__item_default-4 p {
        left: 505px;
    }
    .collection__item-auto_hover a {
        left: 0;
    }
    .sale__slider {
        display: none !important;
    }
    .sale__slider-mobile {
        display: block !important;
    }
    .sale__slider_card {
        margin: 0 auto;
    }
    .sale__header_title {
        text-align: center;
    }
    .novelties__header_title {
        margin: 20px 0px 40px 0px;
    }
    .novelties__header_title h2 {
        text-align: center;
        color: #000;
        font-family: Inter;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .novelties__slider {
        display: none !important;
    }
    .novelties__slider_card {
        margin: 0px 21px 0px 0px;
    }
    .novelties__slider-mobile {
        display: block !important;
    }
    .prev-rev {
        position: absolute;
        top: 102%;
        bottom: -40px;
        height: 24px;
        width: 24px;
        left: 30px !important;
        z-index: 1;
        cursor: pointer;
        border-radius: 15px;
    }
    .prev-rev:hover {
        border: 1px solid black;
        border-radius: 25px;
    }
    .next-rev {
        position: absolute;
        top: 102%;
        bottom: -40px;
        height: 24px;
        width: 24px;
        right: 30px !important;
        z-index: 1;
        cursor: pointer;
        border-radius: 15px;
    }
    .next-rev:hover {
        border: 1px solid #adadad;
        border-radius: 25px;
    }
    .prev-mob {
        position: absolute;
        bottom: -40px;
        height: 24px;
        width: 24px;
        left: 30px;
        z-index: 1;
        cursor: pointer;
        border-radius: 15px;
    }
    .prev-mob:hover {
        border: 1px solid black;
        border-radius: 25px;
    }
    .next-mob {
        position: absolute;
        bottom: -40px;
        height: 24px;
        width: 24px;
        right: 30px;
        z-index: 1;
        cursor: pointer;
        border-radius: 15px;
    }
    .next-mob:hover {
        border: 1px solid #adadad;
        border-radius: 25px;
    }
    .contacts {
        text-align: center;
    }
    .contacts__row_map {
        display: none;
    }
    .contacts__row_map-mobile {
        display: block;
    }
    .contacts__row_map-mobile iframe {
        margin-top: 51px;
        width: 100%;
        height: 572px;
    }
    .contacts__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts__row h3 {
        margin-top: 85px;
    }
    .contacts__row_map {
        width: 100%;
    }
    .contacts__form_little-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts__form_little-items input {
        width: 100%;
        margin-bottom: 20px;
    }
    .contacts__form_little-items input:last-child {
        margin-bottom: 0;
    }
    .lowborder {
        font-size: 22px;
    }
    .main-banner {
        padding: 125px 10px 90px 10px;
        background-image: url(/assets/images/bannermobile.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: cover;
    }
    .main-banner__row_title h1 {
        font-size: 22px;
    }
    .main-banner__row_tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main-banner__row_tags a {
        width: 168px;
        display: inline-block;
        padding-right: 0px;
        margin-bottom: 45px;
    }
    .bonuses {
        margin: 85px 0px 0px 0px;
    }
    .bonuses__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
    }
    .bonuses__row_stroke-line-one {
        position: relative;
        left: 0px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .bonuses__row_stroke-line-two {
        position: relative;
        left: 0px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .advantages__header_title {
        margin-top: 80px;
        margin-bottom: 74px;
    }
    .advantages__header_title h2 {
        text-align: center;
        color: #000;
        font-family: Inter;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .advantages__row {
        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;
    }
    .advantages__row_card {
        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;
        border: none;
    }
    .advantages__row_card:nth-child(1) {
        border-top: none;
        border-left: none;
        padding: 0px;
    }
    .advantages__row_card:nth-child(2) {
        border-top: none;
        border-left: none;
        padding: 0px;
    }
    .advantages__row_card:nth-child(3) {
        border-top: none;
        border-left: none;
        border-right: none;
        padding: 0px;
    }
    .advantages__row_card:nth-child(4) {
        border-top: none;
        border-left: none;
        border-bottom: none;
        padding: 0px;
    }
    .advantages__row_card:nth-child(5) {
        border-top: none;
        border-left: none;
        border-bottom: none;
        padding: 0px;
    }
    .advantages__row_card:nth-child(6) {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
        padding: 0px;
    }
    .advantages__card_img {
        margin-bottom: 27px;
    }
    .advantages__card_title {
        margin-bottom: 22px;
    }
    .advantages__card_title h4 {
        color: var(--gray-900, #18181b);
        text-align: center;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        /* 155.556% */
    }
    .advantages__card_discription {
        max-width: 330px;
        margin-bottom: 64px;
    }
    .advantages__card_discription p {
        color: var(--gray-600, #52525b);
        text-align: center;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 173.333% */
    }
    .stock-m {
        display: block;
    }
    .stock-m__header_title {
        margin: 130px 0px 40px 0px;
    }
    .stock-m__header_title h2 {
        text-align: center;
        color: #000;
        font-family: Inter;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .stock-m__slide-mobile {
        position: relative;
        width: 100%;
        height: 536px;
    }
    .stock-m__slide-mobile_content {
        background-color: #000;
        float: right;
        height: 100%;
        width: 176px;
    }
    .stock-m__preview_item {
        position: absolute;
        bottom: 12px;
        left: 12px;
        z-index: 4;
    }
    .stock-m__preview_item img {
        width: 50px;
        height: 50px;
    }
    .stock-m__preview_bg img {
        position: absolute;
        bottom: 0;
        height: 100%;
        width: 100%;
        z-index: -3;
    }
    .stock-m__preview_item-stock {
        position: absolute;
        bottom: 0;
        z-index: 3;
    }
    .stock-m__preview_poligon {
        position: absolute;
        bottom: 0;
        left: 110px;
    }
    .stock-m__content {
        z-index: 100;
        background-color: #000;
        float: left;
    }
    .stock-m__content_title {
        width: 213px;
        position: absolute;
        top: 60px;
        right: 10px;
    }
    .stock-m__content_title h3 {
        color: #fff;
        text-align: right;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .stock-m__content_discription {
        position: absolute;
        width: 196px;
        top: 174px;
        right: 10px;
    }
    .stock-m__content_discription p  {
        color: #fff ;
        text-align: right;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .stock-m__content_discription a {
        color: #fff ;
        text-align: right;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration: underline
    }
    .stock-m__content_button {
        position: absolute;
        float: right;
        bottom: 10px;
        right: 10px;
    }
    .stock-m__content_button a {
        display: inline-block;
        background: #fff;
        padding: 6px 36px;
        color: #000;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .collection-mobile__wrapper {
        overflow: hidden;
    }
    .collection {
        position: relative;
        overflow: hidden;
    }
    .collection__header_title {
        margin-bottom: 40px;
    }
    .collection__header_title h2 {
        text-align: center;
        color: #000;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .collection__row {
        display: none;
    }
    .collection__row-mobile {
        display: block !important;
        position: relative;
        left: 10px;
        width: 113%;
    }
    .accordion {
        margin-bottom: 14px;
        position: relative;
        overflow: hidden;
        background: #fff;
        cursor: pointer;
        color: #4b4b4b;
        height: 61px;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 10px 15px;
        width: 100%;
        text-align: left;
        border: 1px solid #d9d9d9;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .panel {
        top: 67px;
        max-height: 150px;
    }
    .accordion-btn {
        font-size: 13px;
        padding: 22px 0px;
    }
    .accordion-btn a {
        font-size: 13px;
    }
    .reviews__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
    .reviews__header_title {
        text-align: center;
    }
    .reviews__content_head {
        padding-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 355px;
    }
    .reviews__content_comment {
        max-width: 355px;
        color: #52525b;
        text-align: justify;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        /* 226.667% */
        margin: 0px 0px 20px 0px;
    }
    .reviews__content_btn {
        width: 355px;
    }
    .name {
        color: #52525b;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 144.444% */
    }
    .date {
        color: #adadad;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 173.333% */
    }
    .contact_p-mobile {
        display: block;
    }
    .contact_p-mobile {
        text-align: center;
        color: #7c7c7e;
        text-align: center;
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    .faq__header_title h2 {
        text-align: center;
        font-size: 22px;
    }
    .main-banner-desktop {
        display: none;
    }
    .main-banner-mobile {
        display: block;
    }
    .collection__header_title h2 {
        color: #000;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .favourite__icons {
        position: absolute;
        top: 12px;
        right: 12px;
        opacity: 1;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }
    .main-banner__logotype {
        display: none;
    }
    .collection__row_item {
        width: 205px;
    }
    .main-banner__row_tags a {
        line-height: 16px;
    }
    .novelties__hover_bg {
        opacity: 1;
    }
    .sale__hover_bg {
        opacity: 1;
    }
    .sale__header_title {
        margin: 130px 0px 40px 0px;
    }
    .faq__header_title {
        margin: 130px 0px 40px 0px;
    }
    .contacts__header_title {
        margin: 130px 0px 40px 0px;
    }
    .sale__slider_card {
        margin: 0px 21px 0px 0px;
    }
    .reviews__slide_img-logo {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 10;
    }
    .reviews__slide_img {
        position: relative;
    }
    .reviews__header_title h2 {
        font-size: 22px;
    }
    .reviews__content_head {
        border-bottom: none;
    }
    .contacts__row_form p {
        margin-bottom: 40px;
        color: #7c7c7e;
        text-align: center;
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    .contacts__row_form p a {
        color: #000;
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-decoration-line: underline;
    }
    .mobile-discription {
        display: block;
    }
    .contacts__row_form form button {
        margin-top: 20px;
    }
    .contacts {
        margin-bottom: 0px;
    }
    .desktop-description {
        display: none;
    }
    .footer-hid {
        display: none;
    }
    .footer-vis {
        display: block;
    }
    .reviews__slide {
        margin: 0px 10px 0px 0px;
    }
}



.contacts-poly {
    position: absolute;
    width: 600px;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(53deg);
    -ms-transform: rotate(53deg);
    transform: rotate(53deg);
    right: -400px;
    top: -100px;
}

.contacts-poly-name {
    width: 60px;
    position: absolute;
    z-index: 3;
    color: white;
    right: 20px;
    color: #fff;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    top: 13px;
    text-transform: uppercase;
}

.contacts__map_img {
    overflow: hidden;
    margin-bottom: 20px;
}
.contacts__map_poly {
    position: relative;
}
.contacts__header_title {
    margin: 60px 0px 40px 0px;
}
.contacts__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contacts__row_telephone {
    margin-bottom: 49px;
}
.contacts__row_telephone a {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.75px;
}
.contacts__row_dates p {
    margin-bottom: 20px;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.875px;
    text-transform: uppercase;
}
.contacts__row_form {
    max-width: 527px;
}
.contacts__row_form form button {
    width: 100%;
    padding: 12px 0px;
    color: #52525b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
    border: 1px solid #000;
    background: #fff;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.contacts__row_form form button:hover {
    border: 1px solid #000;
    background: #000;
    color: white;
}
.contacts__row_form h3 {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 40px 0px 24px 0px;
}
.contacts__row_form p {
    margin: 14px 0px 55px 0px;
    color: #7c7c7e;
    font-family: IBM Plex Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.contacts__row_form a {
    color: #000;
    font-family: IBM Plex Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
}
.contacts__row_map {
    width: 632px;
}
.contacts-page .contacts__row_map {
  max-height: 300px;
}
/*.contacts__row_map iframe {*/
/*    width: 100%;*/
/*    height: 300px;*/
/*}*/
.contacts__content_adress {
    margin-bottom: 34px;
}
.contacts__content_adress a {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.875px;
    text-transform: uppercase;
}
.contacts__form_little-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 22px;
}
.contacts__form_little-items input {
    width: 242px;
    padding: 14px 17px;
    border: 1px solid #e3e3e4;
    background: #fff;
    color: #000;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.contacts__form_little-items input::-webkit-input-placeholder {
    color: #d9d9da;
}
.contacts__form_little-items input::-moz-placeholder {
    color: #d9d9da;
}
.contacts__form_little-items input:-ms-input-placeholder {
    color: #d9d9da;
}
.contacts__form_little-items input::-ms-input-placeholder {
    color: #d9d9da;
}
.contacts__form_little-items input::placeholder {
    color: #d9d9da;
}
.contacts__form_long-item input {
    width: 100%;
    border: 1px solid #e3e3e4;
    background: #fff;
    padding: 14px 17px;
    color: #000000;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.contacts__form_long-item input::-webkit-input-placeholder {
    color: #d9d9da;
}
.contacts__form_long-item input::-moz-placeholder {
    color: #d9d9da;
}
.contacts__form_long-item input:-ms-input-placeholder {
    color: #d9d9da;
}
.contacts__form_long-item input::-ms-input-placeholder {
    color: #d9d9da;
}
.contacts__form_long-item input::placeholder {
    color: #d9d9da;
}

.contacts__row_map-mobile {
    display: none;
}

.contacts-mobile {
    display: none;
}

@media (min-width: 320px) and (max-width: 1250px) {
    .container {
        max-width: 355px;
    }
    .contacts__row_map,
    .breadcrumb {
        display: none;
    }
    .contacts__content_adress {
        margin-bottom: 50px;
    }
    .contacts__row_adres {
        text-align: center;
    }
    .contacts-mobile {
        margin-top: 124px;
        display: block;
    }

    .contacts {
        margin-top: 124px;
    }
    .contacts__header {
        text-align: center;
    }
    .contacts__header_title {
        margin: 0px 0px 40px 0px;
    }
    .contacts__header h2 {
        font-size: 22px;
    }
    .contacts__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .contacts__row_map-mobile {
        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;
        position: relative;
        overflow: hidden;
        width: 100%;
    }
    .contacts__row_map-mobile iframe {
        margin-bottom: 40px;
        width: 100%;
        height: 572px;
    }
    .contacts__map-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .contacts__map-mobile_img {
        overflow: hidden;
        position: relative;
    }
    .contacts__map-mobile_img img {
        height: 253px;
    }
    .contacts__row_form h3 {
        margin-bottom: 40px;
    }
    .contacts__form_little-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts__form_little-items input {
        width: 100%;
        margin-bottom: 20px;
    }
    .contacts__row_dates p:last-child {
        margin-bottom: 51px;
    }
    .contacts__form_little-items {
        margin-bottom: 0px;
    }
    .contacts__form_btns {
        margin-top: 20px;
        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;
    }
    .contacts__form_btns p {
        color: #7c7c7e;
        text-align: center;
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    .contacts__form_btns p a {
        color: #000;
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-decoration-line: underline;
    }
}

.filter-menu {
    position: fixed;
    z-index: 1000 !important;
    top: 0px;
    left: -3000px;
    width: 417px;
    height: 100%;
    background: #fff;
    z-index: 100;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.filter-menu__header {
    padding: 33px 46px;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
.filter-menu__header_title h3 {
    color: #fff;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.filter-menu__header_btn {
    position: absolute;
    top: 25px;
    right: 24px;
}
.filter-menu__header_btn button {
    color: white;
    background-color: white;
    width: 32px;
    height: 32px;
    border-radius: 91px;
    border: 1px solid #000;
    background: #fff;
}
.filter-menu__header_btn button img {
    margin-top: 3px;
}
.filter-menu__search_btns {
    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;
}
.filter-menu__btns_btn .filter-menu__apply,
.filter-menu__btns_btn button {
    display: inline-block;
    width: 325px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.65px;
    padding: 18px 0px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.filter-menu__btns_btn .filter-menu__apply:hover,
.filter-menu__btns_btn button:hover {
    border: 1px solid #fff;
    background: #000;
    color: white;
}
.filter-menu__btns_link .filter-menu__clear-filter,
.filter-menu__btns_link a {
    display: inline-block;
    margin-top: 30px;
    color: #4b4b4b;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.65px;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.filter-menu__btns_link .filter-menu__clear-filter:hover,
.filter-menu__btns_link a:hover {
    border-bottom: 1px solid black;
}
.filter-menu__row {
    display: block;
    text-align: center;
    overflow: auto;
    flex-grow: 1;
}

.filter-menu .filter-menu__form{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.filter-menu__row_search {
    width: 100%;
    margin-top: auto;
    margin-bottom: 40px;
}

.select_side {
    display: inline-block;
    width: 326px;
    position: relative;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}

.select_side .select {
    position: relative;
    overflow: hidden;
    color: #000;
    max-width: 100%;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.65px;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 18px 0px;
    border: 1px solid #a6a6a6;
}

.select_side .select span {
    font-size: 14px;
    color: #2f2f2f;
}

.select_side .drop {
    display: none;
    position: absolute;
    width: 100%;
    top: 53px;
    right: 0px;
    background: #fff;
    padding: 22px 25px;
    border: 1px solid black;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.drop-row {
    padding: 0px !important;
}

.select_side.opened .drop {
    opacity: 1;
    z-index: 200;
    visibility: visible;
    border-top: none;
    display: block;
}

.poly-select {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #a6a6a6;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    right: -227px;
    top: 0;
}

.select::after {
    /*content: ""; 27 пункт bagreport*/
    background: url("/assets/images/accordarrow.svg") center/100% no-repeat;
    width: 9px;
    height: 9px;
    font-size: 13px;
    color: red;
    position: absolute;
    right: 7px;
    bottom: 10px;
    z-index: 100;
}

.select_side.opened .select {
    border: 1px solid #000000;
    border-bottom: none;
    background-color: black;
    color: white;
}

.select_side.opened .select::after {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    background: url("/assets/images/arrowfilterb.svg") center/100% no-repeat;
}



.select:hover .poly-select {
    background-color: black;
}

.select_side.opened .poly-select {
    background-color: rgb(255, 255, 255);
}

.drop-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.drop-line:last-child {
    margin-bottom: 0px;
}

.drop-line label {
    margin-left: 11px;
    color: #4b4b4b;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    letter-spacing: -0.09px;
}

.active-filter {
    left: 0;
}

.bgclose {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    visibility: hidden;
    background-color: #000;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.filter-menu.active-filter ~ .bgclose {
    visibility: visible;
    z-index: 700;
    opacity: 0.3;
}

.range-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.range-block__from {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.65px;
}
.range-block__from input {
    margin: 0px 5px;
    padding: 12px 10px;
    border: 1px solid #000;
    width: 100px;
    height: 40px;
    background: #fff;
    color: #a1a1a1;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.65px;
}
.range-block__to {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.65px;
}
.range-block__to input {
    margin: 0px 5px;
    padding: 12px 10px;
    border: 1px solid #000;
    width: 100px;
    height: 40px;
    background: #fff;
    color: #a1a1a1;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.65px;
}

.irs--round .irs-bar {
    background-color: #000000 !important;
}

.irs--round .irs-handle {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.irs--round .irs-handle {
    width: 16px !important;
    height: 16px !important;
    top: 29px !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: transparent !important;
    color: #666666 !important;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
    display: none !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    display: none !important;
}

.box-filter {
    display: none;
}

@media (min-width: 375px) and (max-width: 450px) {
    .filter-menu {
        width: 100%;
    }
    .filter-menu__header_btn {
        position: absolute;
        top: 25px;
        right: 15px;
    }
    .filter-menu__header {
        padding: 33px 20px;
    }
}
.hiddenPopup {
    overflow-y: hidden;
}


.callback-form__title {
    margin-bottom: 88px;
}
.callback-form__title h2 {
    text-align: center;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.callback-form__form {
    position: relative;
}
.callback-form__form form button {
    width: 100%;
    color: #52525b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
    border: 1px solid #000;
    background: #fff;
    padding: 12px 0px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.callback-form__form form button:hover {
    color: white;
    background-color: black;
}
.callback-form__form_little {
    margin-bottom: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.callback-form__form_little input {
    border: 1px solid #e3e3e4;
    background: #fff;
    color: black;
    width: 242px;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px 17px;
}
.callback-form__form_little input:focus {
    border: 1px solid black;
}
.callback-form__form_little input::-webkit-input-placeholder {
    color: #e5e9eb;
}
.callback-form__form_little input::-moz-placeholder {
    color: #e5e9eb;
}
.callback-form__form_little input:-ms-input-placeholder {
    color: #e5e9eb;
}
.callback-form__form_little input::-ms-input-placeholder {
    color: #e5e9eb;
}
.callback-form__form_little input::placeholder {
    color: #e5e9eb;
}
.callback-form__form_big {
    margin-bottom: 19px;
}
.callback-form__form_big textarea {
    padding: 14px 17px;
    width: 527px;
    border: 1px solid #e3e3e4;
    background: #fff;
    height: 80px;
    color: black;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    resize: none;
}
.callback-form__form_big textarea:focus {
    border: 1px solid black;
    outline: none;
}
.callback-form__form_big textarea::-webkit-input-placeholder {
    color: #e5e9eb;
}
.callback-form__form_big textarea::-moz-placeholder {
    color: #e5e9eb;
}
.callback-form__form_big textarea:-ms-input-placeholder {
    color: #e5e9eb;
}
.callback-form__form_big textarea::-ms-input-placeholder {
    color: #e5e9eb;
}
.callback-form__form_big textarea::placeholder {
    color: #e5e9eb;
}

.close-popup {
    position: absolute;
    right: 16px;
    top: 18px;
    border: 1px solid black;
    border-radius: 91px;
    border: 1px solid #000;
    background: #fff;
    width: 32px;
    height: 32px;
}
.close-popup button {
    padding: 0;
    width: 30px;
    height: 30px;
}
.close-popup button img {
    margin-top: 3px;
}

.openPopup {
    display: block;
    top: 0px;
}

.bgclose-pop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    visibility: hidden;
    background-color: #000;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.callback-form.openPopup ~ .bgclose-pop {
    visibility: visible;
    z-index: 1;
    opacity: 0.3;
}

.callback-form__warning {
    margin-bottom: 50px;
}
.callback-form__warning a {
    color: #000;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
}
.callback-form__warning p {
    color: #7c7c7e;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.bg-close-popup {
    display: none;
}

.whiteClose {
    display: none;
}

@media (min-width: 320px) and (max-width: 636px) {
    body.openPopup ~ body {
        overflow: hidden;
    }
    .blackClose {
        display: none;
    }
    .whiteClose {
        display: block;
    }
    .callback-form__form_big textarea {
        width: 100%;
        height: 199px;
        margin-bottom: 0px;
    }
    .callback-form__form_little {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .callback-form__form_little input {
        width: 100%;
        margin-bottom: 20px;
    }
    .callback-form__form_little {
        margin-bottom: 0;
    }
    .callback-form {
        padding: 128px 8px 109px 8px;
        border: none;
        z-index: 1001;
    }
    .callback-form__title {
        margin-bottom: 34px;
    }
    .callback-form__form_big {
        margin-bottom: 0px;
    }
    .callback-form__form_finish {
        margin-top: 52px;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .callback-form__warning {
        margin-top: 20px;
        width: 355px;
        text-align: center;
    }
    .bg-close-popup {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
    .close-popup {
        top: 11px;
        right: 11px;
        position: absolute;
        border-radius: 91px;
        border: 1px solid #ffffff;
        background: black;
        width: 32px;
        height: 32px;
    }
}

.callback-form {
    padding: 68px 8px 109px 8px;
    height: 100%;
    max-height: 100%;
    width: 100%;
    border: none;
    z-index: 1001;
}


.stocks-slider-mobile {
    display: none;
}

.stocks-slider {
    display: block;
}

.collection__slider_card:hover .favourite__icons {
    opacity: 1;
}

.novelties__slider_card:hover .favourite__icons {
    opacity: 1;
}

.favourite__icons {
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.favourite__icons_fav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-checkbox-h {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.fav-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: 9px;
    background-size: contain;
    background-image: url("/assets/images/heart.svg");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.custom-checkbox-h + label::before {
    content: "";
}

.fav-icon:hover {
    opacity: 1;
}

.active-icon-h {
    background-image: url("/assets/images/heart-checked.svg");
    opacity: 1;
}

.diag-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url("/assets/images/diag.svg");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.diag-icon:hover {
    opacity: 1;
}

.active-icon-d {
    background-image: url("/assets/images/diag-checked.svg");
    opacity: 1;
}

.show {
    margin-right: 0px;
}

.stocks-slider {
    margin-top: 40px;
}
.stocks-slider__slider_slide {
    width: 100%;
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    background: -webkit-gradient(linear, left top, right top, color-stop(5.42%, #bba6ab), color-stop(99.46%, #a6a6bb));
    background: linear-gradient(90deg, #bba6ab 5.42%, #a6a6bb 99.46%);
}
.stocks-slider__slider_slide p {
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 0px;
}

.prev,
.next {
    position: absolute;
    top: 25px;
    height: 16px;
    width: 16px;
    z-index: 1;
    cursor: pointer;
}

.next {
    right: 11px;
}

.prev {
    left: 11px;
}

.sort-row-act {
    display: none;
}

.sort-row {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.active-filterbox_sort {
    width: 423px !important;
    right: -124px !important;
}

.active-filterbox_pcbtn {
    width: 301px !important;
}

.btn-box-filter__item:hover {
    background-color: black;
}

.btn-box-item0 {
    background-image: url("/assets/images/sort-vertical.svg");
    width: 50px;
    height: 50px;
}
.btn-box-item0:hover {
    background-image: url("/assets/images/collection_page/first-white.svg");
}

.btn-box-item1 {
    background-image: url("/assets/images/collection_page/alphavite.svg");
    width: 50px;
    height: 50px;
}
.btn-box-item1:hover {
    background-image: url("/assets/images/collection_page/alphavite-white.svg");
}


.btn-box-item1.btn-box-filter__item--asc {
    background-image: url("/assets/images/collection_page/alphavite_asc.svg");
    width: 50px;
    height: 50px;
}
.btn-box-item1.btn-box-filter__item--asc:hover {
    background-image: url("/assets/images/collection_page/alphavite-white_asc.svg");
}


.btn-box-item2 {
    background-image: url("/assets/images/collection_page/price.svg");
    width: 50px;
    height: 50px;
}
.btn-box-item2:hover {
    background-image: url("/assets/images/collection_page/price-white.svg");
}

.btn-box-item2.btn-box-filter__item--asc {
    background-image: url("/assets/images/collection_page/price_asc.svg");
    width: 50px;
    height: 50px;
}
.btn-box-item2.btn-box-filter__item--asc:hover {
    background-image: url("/assets/images/collection_page/price-white_asc.svg");
}



.btn-box-item3 {
    background-image: url("/assets/images/collection_page/popular.svg");
    width: 50px;
    height: 50px;
}
.btn-box-item3:hover {
    background-image: url("/assets/images/collection_page/popular-white.svg");
}


.btn-box-item3.btn-box-filter__item--asc {
    background-image: url("/assets/images/collection_page/popular_asc.svg");
    width: 50px;
    height: 50px;
}
.btn-box-item3.btn-box-filter__item--asc:hover {
    background-image: url("/assets/images/collection_page/popular-white_asc.svg");
}

.activefilterbox {
    background-color: black;
}

.btn-box-item0.activefilterbox {
    background-image: url("/assets/images/collection_page/first-white.svg");
}

.btn-box-item1.btn-box-filter__item--asc.activefilterbox {
    background-image: url("/assets/images/collection_page/alphavite-white_asc.svg");
}

.btn-box-item1.activefilterbox {
    background-image: url("/assets/images/collection_page/alphavite-white.svg");
}

.btn-box-item2.activefilterbox {
    background-image: url("/assets/images/collection_page/price-white.svg");
}

.btn-box-item2.btn-box-filter__item--asc.activefilterbox {
    background-image: url("/assets/images/collection_page/price-white_asc.svg");
}

.btn-box-item3.activefilterbox {
    background-image: url("/assets/images/collection_page/popular-white.svg");
}

.btn-box-item3.btn-box-filter__item--asc.activefilterbox {
    background-image: url("/assets/images/collection_page/popular-white_asc.svg");
}

.collection__header_title {
    margin: 60px 0px 40px 0px;
}
.collection__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /*text-transform: uppercase;*/
}
.collection__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    gap: 39px;
}
.collection__sort_item button {
    color: #828282;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.collection__filter {
    margin: 60px 0px 70px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.collection__filter_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.collection__filter__link p {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.collection__filter_sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 50px;
    height: 50px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    overflow: hidden;
    border: 1px solid black;
}
.collection__filter_sort button {
    width: 50px;
    padding: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.collection__hover_bg {
    position: absolute;
    bottom: -5px;
    right: -5px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
}
.collection__hover_bg a {
    position: absolute;
    right: 2px;
    bottom: 12px;
    z-index: 20;
    opacity: 0.5;
}
.collection__hover_bg:hover {
    bottom: 0;
    right: 0;
}
.collection__hover_bg:hover a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 1;
}
.collection__hover_bg:hover .collection__card_img img {
    width: 20px;
}

.collection__slider_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-left: -7.5px;
    margin-right: -7.5px;
}


.collection__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 25%;
    max-width: 25%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.collection__slider_card {
    overflow: hidden;
    position: relative;
    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: left;
    -ms-flex-align: left;
    align-items: left;
    border: 1px solid #e5e9eb;
    background: var(--black-white-white, #fff);
    padding: 39px 18px 34px 18px;
    /*max-width: 294px !important;
    max-height: 394px;*/
    margin-bottom: 15px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 100%;
}
.collection__slider_card:hover {
    border: 1px solid #a8a8a8;
    background: var(--black-white-white, #fff);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.collection__slider_card:hover .collection__hover_bg {
    opacity: 1;
}
.collection__card_span-green {
    top: 18px;
    left: 18px;
    position: absolute;
    max-width: 122px;
    border-radius: 19px;
    border: 1px solid #2eaf00;
    background: #fff;
    padding: 0px 17px;
}
.collection__card_span-green p {
    color: #2eaf00;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 240% */
    letter-spacing: 0.5px;
    margin: 0;
}
.collection__card_link {
    bottom: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 10;
}
.collection__card_link img {
    opacity: 0.5;
}
.collection__card_title .collection__card_name {
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
    letter-spacing: -0.09px;
}
.collection__card_price {
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 160% */
    letter-spacing: -0.09px;
}

.collection__card_img{
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter__btn_button button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 12px 31px 12px 93px;
    border: 1px solid #000;
    background: #fff;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.filter__btn_button button img {
    margin-left: 37px;
}
.filter__btn_button button::after {
    content: " ";
    background-image: url("/assets/images/filter.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-left: 37px;
}
.filter__btn_button button:hover {
    border: 1px solid #fff;
    background: #000;
    color: #fff;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.filter__btn_button button:hover::after {
    content: " ";
    background-image: url("/assets/images/filter-2.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-left: 37px;
}
.filter__link {
    margin: 0 10px;
}
.filter__link p {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.filter__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.filter__value p {
    margin-right: 17px;
    color: #828282;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.collection__slider {
    position: relative;
}

.collection__slider .prev-collection,
.collection__slider .next-collection {
    position: absolute;
    bottom: -35px;
    height: 24px;
    width: 24px;
    z-index: 1;
    cursor: pointer;
    border-radius: 15px;
}
.collection__slider .prev-collection:hover,
.collection__slider .next-collection:hover {
    border: 1px solid black;
    border-radius: 25px;
}

.next-collection {
    right: 15px;
}

.prev-collection {
    right: 50px;
}

.question {
    margin-top: 60px;
    margin-bottom: 60px;
}
.question__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("/assets/images/about_page/shadow.png"), url("/assets/images/about_page/faq-bg.png");
    background-repeat: no-repeat;
    background-position: left, 50%;
    background-size: auto auto, cover;
    padding: 40px 53px;
}

.question__row_content {
    width: 100%;
}

.question__content_title {
    margin-bottom: 25px;
}
.question__content_title h4 {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 108.333% */
    text-transform: uppercase;
}

.question__content_discription {
    max-width: 510px;
    margin-bottom: 24px;
    margin-left: 0;
}

.question__content_discription--main{
    margin-left: auto;
}

.question__content_discription p {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
}
.question__content_btn a {
    padding: 12px 195px;
    background-color: white;
    color: #52525b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border: 1px solid white;
}
.question__content_btn a:hover {
    background-color: #000;
    color: white;
}

.recomented__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.novelties__header_title {
    margin: 0px 0px 40px 0px;
}
.novelties__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.novelties__hover_bg {
    position: absolute;
    bottom: -5px;
    right: -5px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
}
.novelties__hover_bg a {
    position: absolute;
    right: 2px;
    bottom: 12px;
    z-index: 20;
    opacity: 0.5;
}
.novelties__hover_bg:hover {
    bottom: 0;
    right: 0;
}
.novelties__hover_bg:hover a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 1;
}
.novelties__hover_bg:hover .novelties__card_img img {
    width: 20px;
}
.novelties__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.novelties__slider_card {
    overflow: hidden;
    position: relative;
    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: left;
    -ms-flex-align: left;
    align-items: left;
    border: 1px solid #e5e9eb;
    background: var(--black-white-white, #fff);
    padding: 18px 18px 34px 18px;
    max-width: 298px !important;
    max-height: 394px;
    margin-right: 0px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.novelties__slider_card:hover {
    border: 1px solid #a8a8a8;
    background: var(--black-white-white, #fff);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.novelties__slider_card:hover .novelties__hover_bg {
    opacity: 1;
}
.novelties__card_span-green {
    top: 18px;
    left: 18px;
    position: absolute;
    max-width: 122px;
    border-radius: 19px;
    border: 1px solid #2eaf00;
    background: #fff;
    padding: 0px 17px;
}
.novelties__card_span-green p {
    color: #2eaf00;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 240% */
    letter-spacing: 0.5px;
}
.novelties__card_link {
    bottom: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 10;
}
.novelties__card_link img {
    opacity: 0.5;
}
.novelties__card_title h4 {
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
    letter-spacing: -0.09px;
}
.novelties__card_price {
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 160% */
    letter-spacing: -0.09px;
}

.cart {
    position: absolute;
    right: -2px;
    bottom: 10px;
    z-index: 20;
    opacity: 0.5;
}

.prev,
.next {
    position: absolute;
    top: 25px;
    height: 16px;
    width: 16px;
    z-index: 1;
    cursor: pointer;
}

.novelties__slider {
    position: relative;
}

.next {
    right: 15px;
}

.prev {
    right: 50px;
}

.filterDiv {
    display: none;
    /* Скрыто по умолчанию */
}

/* В класс "show" добавляется к отфильтрованные элементы */
.show {
    display: block;
}

/* Стиль кнопок */
.btn {
    color: #828282;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

/* Добавить светло-серый фон на наведении курсора мыши */
.btn:hover {
    color: #000;
}

/* Добавить темный фон для активной кнопки */
.btn.active {
    border-bottom: 1px solid black;
    color: #000;
}

.hidden {
    display: none;
}

.pagination-container {
    position: relative;
    margin-top: 20px;
}

.pagination-number.active {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pagination-number {
    color: #adadad;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pagination-number::before {
    content: "-";
    color: #adadad !important;
}
.pagination-number:first-child::before {
    content: "";
}

#prev-button {
    position: absolute;
    right: 55px;
    border: 1px solid white;
}
#prev-button:hover {
    border: 1px solid black;
    border-radius: 25px;
}

#next-button {
    position: absolute;
    right: 0;
    border: 1px solid white;
}
#next-button:hover {
    border: 1px solid black;
    border-radius: 25px;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox + label {text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox + label::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url("/assets/images/cbox-colp-default.svg");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin-right: 11px;
}

.custom-checkbox:hover + label::before {
    background-image: url("/assets/images/cbox-colp-hover.svg");
    background-size: contain;
}

.custom-checkbox:checked + label::before {
    background-image: url("/assets/images/cbox-colp-checked.svg");
    background-size: contain;
}

.collection__filter-mobile {
    display: none;
}

.novelties__slider-mobile,
.faq-mob {
    display: none !important;
}

.collection__slider_title {
    display: none;
}

@media (min-width: 320px) and (max-width: 1250px) {
    .container {
        max-width: 355px;
    }
    .collection__slider_title {
        display: block;
    }
    .collection__slider_title h2 {
        color: #000;
        font-family: Inter;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        text-align: center;
        line-height: normal;
        margin-bottom: 40px;
    }
    .breadcrumb {
        display: none;
    }
    .collection__filter-mobile {
        display: block;
    }
    .collection__filter-mobile {
        margin-top: 20px;
        border-top: 1px solid #e4e4e7;
        border-bottom: 1px solid #e4e4e7;
        margin-bottom: 85px;
    }
    .collection__filter {
        display: none;
    }
    .collection__filter_btn {
        padding-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 34px;
    }
    .collection__header_title {
        margin-top: 40px;
    }
    .collection__header_title h2 {
        text-align: center;
        text-transform: none;
    }
    .filter__btn_button button {
        width: 291px;
        padding: 0;
        height: 50px;
        text-align: center;
        padding-left: 93px;
    }
    .collection__sort {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 0;
    }

    .collection__sort .btn,
    .collection__sort button {
        display: inline-block;
        color: #000;
        font-family: Inter;
        margin-right: 15px;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 20px;
        padding: 5px 21px;
        border: 1px solid black;
    }
    .filter-link-mob {
        margin-bottom: 40px;
    }
    .filter__value {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .collection__slider_slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
    }
    .faq-mob {
        display: block !important;
        margin-top: 110px;
        margin-bottom: 85px;
    }
    .faq-mob__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-image: url("/assets/images/about_page/faq-shdow-mob.png"), url("/assets/images/about_page/faq-bg-mob.png");
        background-repeat: no-repeat;
        background-position: left, 50%;
        background-size: auto auto, cover;
        padding: 0px 34px 90px 34px;
    }
    .faq-mob__row_title {
        text-align: center;
        margin-bottom: 40px;
        margin-top: 54px;
    }
    .faq-mob__row_title h3 {
        color: #fff;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 118.182% */
        text-transform: uppercase;
    }
    .faq-mob__row_discription p {
        color: #fff;
        text-align: justify;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 173.333% */
    }
    .faq-mob__content_btn {
        margin-top: 30px;
    }
    .faq-mob__content_btn a {
        display: inline-block;
        text-align: center;
        color: #52525b;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 173.333% */
        padding: 12px 0px;
        border: 1px solid #000;
        background: #fff;
        width: 100%;
    }
    .question {
        display: none;
    }
    .stocks-slider-mobile {
        margin-top: 101px;
    }
    #pagination-numbers {
        position: absolute;
        right: 48%;
        top: -35px;
    }
    #prev-button {
        position: absolute;
        right: 300px;
        top: -40px;
        border: 1px solid white;
    }
    #prev-button:hover {
        border: 1px solid black;
        border-radius: 25px;
    }
    #next-button {
        position: absolute;
        right: 30px;
        border: 1px solid white;
        top: -40px;
    }
    #next-button:hover {
        border: 1px solid black;
        border-radius: 25px;
    }
    .novelties__slider {
        display: none;
    }
    .novelties__slider-mobile {
        display: block !important;
    }
    .novelties__slider_card {
        margin: 0px 20px 0px 0px;
    }
    .novelties__header_title h2 {
        text-align: center;
    }
    .prev {
        position: absolute;
        top: 25px;
        width: 16px;
        height: 16px;
        left: 4px;
        z-index: 1;
        cursor: pointer;
    }
    .next {
        position: absolute;
        top: 25px;
        width: 16px;
        height: 16px;
        right: 6px;
        z-index: 1;
        cursor: pointer;
    }
    footer {
        margin-top: 130px;
    }
    .favourite__icons {
        position: absolute;
        top: 12px;
        right: 12px;
        opacity: 1;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }
    .stocks-slider-mobile {
        display: block;
    }
    .stocks-slider {
        display: none;
    }
    .favourite__icons {
        opacity: 1;
    }
    .collection__hover_bg {
        opacity: 1;
    }
    .prev-nov {
        position: absolute;
        bottom: -40px;
        height: 24px;
        width: 24px;
        left: 30px;
        z-index: 1;
        cursor: pointer;
        border-radius: 15px;
    }
    .prev-nov:hover {
        border: 1px solid black;
        border-radius: 25px;
    }
    .next-nov {
        position: absolute;
        bottom: -40px;
        height: 24px;
        width: 24px;
        right: 30px;
        z-index: 1;
        cursor: pointer;
        border-radius: 15px;
    }
    .next-nov:hover {
        border: 1px solid black;
        border-radius: 25px;
    }
    .novelties__hover_bg {
        opacity: 1;
    }

    .btn-box-filter {
        position: relative;
    }
    .btn-box-filter button {
        position: absolute;
        right: -9px;
        top: -29px;
        background-color: white;
        width: 32px;
        height: 32px;
        border-radius: 159px;
    }
    .btn-box-filter button img {
        padding-top: 3px;
    }
    .active-box-filter {
        bottom: 0px !important;
    }
    .bgclose-box {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
        visibility: hidden;
        background-color: #000;
        opacity: 0;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }
    .visibility-open {
        visibility: visible;
        opacity: 0.3;
        z-index: 700;
    }
    .box-filter {
        position: fixed;
        bottom: -1000px;
        left: 0px;
        width: 100%;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        display: block;
        background: #000;
        padding: 40px 18px;
        min-height: 355px;
        z-index: 1000;
    }
    .box-filter h3 {
        color: #fff;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 40px;
    }
    .box-filter ul {
        width: 170px;
    }
    .box-filter ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .box-filter ul li a {
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        color: #fff;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
    }
    .bborderWhite {
        border-bottom: 1px solid white !important;
    }
    .collection__slider_card {
        margin-bottom: 40px;
    }
}


.product-item {
    font-family: Inter, sans-serif;
    display: flex;
    width: 100%;
    flex: 0 0 100%;
}

.product-item .product-item__container{
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #E5E9EB;
    padding: 13px 18px;
    padding-bottom: 34px;
    transition: 0.3s all ease;
}


.product-item .product-item__container:hover {
    border: 1px solid #a8a8a8;
    background: var(--black-white-white, #fff);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.product-item  .product-item__footer{

}

.product-item  .product-item__footer-inner{
    position: absolute;
    bottom: -5px;
    right: -5px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
}

.product-item  .product-item__footer-inner--active {
    bottom: 0;
    right: 0;
}

.product-item  .product-item__footer-inner--active .product-item__btn-basket {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 1;
}


.product-item .product-item__btn-basket {
    position: absolute;
    right: 2px;
    bottom: 12px;
    z-index: 20;
    opacity: 0.5;
}

.product-item .product-item__container:hover .product-item__footer-inner {
    opacity: 1;
}


.product-item .product-item__name{
    display: block;
    text-decoration: none;
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.09px;
}

.product-item .product-item__price{
    color: var(--dark-gray-dark-gray-2, #252c32);

    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.09px;
}

.product-item .product-item__labels{
    top: 18px;
    left: 18px;
    position: absolute;
}

.product-item .product-item__label{
    border-radius: 19px;
    border: 1px solid #2eaf00;
    background: #fff;
    text-transform: uppercase;
    color: #2eaf00;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    max-width: 122px;
    text-align: center;
}

.product-item .product-item__label.product-item__label--new{
    width: 87px;
}

.product-item .product-item__label.product-item__label--hit{
    width: 106px;
    color: #ffbf02;
    border-color: #ffbf02;
}

.product-item .product-item__label.product-item__label--sale{
    width: 71px;
    color: #ff3636;
    border-color: #ff3636;
}


.product-item  .product-item__image{
    display: flex;
    height: 275px;
    align-items: center;
    justify-content: center;
}

.product-item .product-item__icon{
    display: block;
    width: 20px;
    height: 20px;
    margin-bottom: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
}

.product-item .product-item__icon:hover{
    opacity: 1;
}

.product-item .product-item__icons {
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.product-item .product-item__container:hover .product-item__icons {
    opacity: 1;
}

.product-item .product-item__icon--favorite{
    background-image: url(assets/images/heart.svg);
}

.fav-icon-big.heart-icon-active,
.product-item .product-item__icon--favorite.heart-icon-active{
    background-image: url(assets/images/favorite-active.svg);
    opacity: 1;
}

.product-item .product-item__icon--compare{
    background-image: url(assets/images/diag.svg);
}

.diag-icon-big.product-item__icon--active,
.product-item .product-item__icon--compare.product-item__icon--active{
    opacity: 1;
    background-image: url('/assets/images/diag-checked.svg');
}

.product-carousel{
    margin-left: -7px;
    margin-right: -7px;
    position: relative;
}

.product-carousel .product-carousel__arrow{
    position: absolute;
    top: -40px;
    height: 24px;
    width: 24px;
    z-index: 1;
    cursor: pointer;
    border-radius: 15px;
    background: no-repeat center;
}

.product-carousel .product-carousel__arrow:hover{
    border: 1px solid #adadad;
    border-radius: 25px;
}

.product-carousel .product-carousel__arrow--prev{
    right: 55px;
    background-image: url(assets/images/prev.svg);
}

.product-carousel .product-carousel__arrow--next{
    right: 7px;
    background-image: url(assets/images/next.svg);
}

.product-carousel .product-carousel__item{
    padding: 0 10px;
}

.products-section-group{
    font-family: Inter, sans-serif;
    margin-top: 60px;
    overflow: hidden;
}

.products-section-group .products-section-group__header-title{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.products-section-group  .products-section-group__header{
    margin-bottom: 40px;
}

.product-list-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}


.product-list-section .product-item{
    padding: 0;
}

.product-list-section .product-list-section__item{
    display: flex;
}

@media (max-width: 1250px) {

    .products-section-group .products-section-group__header-title{
        text-align: center;
    }

    .products-section-group .container{
        max-width: initial;
    }

    .product-carousel .product-carousel__item{
        width: 312px;
    }

    .product-carousel .product-carousel__arrow{
        bottom: 15px;
        top: auto;
    }

    .product-carousel .product-carousel__arrow--prev{
        right: auto;
        left: 30px;
    }

    .product-carousel .product-carousel__arrow--next{
        right: 30px;
    }

    .product-carousel{
        padding-bottom: 50px;
    }

    .product-item .product-item__footer-inner {
        opacity: 1;
    }

    .product-list-section {
        grid-template-columns: 1fr;
    }
}


.comparison__header {
    margin: 60px 0px 40px 0px;
}
.comparison__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.comparison__row_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e7;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.comparison__row_item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.comparison__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.comparison__item_head {
    overflow: hidden;
    position: relative;
    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: left;
    -ms-flex-align: left;
    align-items: left;
    border: 1px solid #e5e9eb;
    background: var(--black-white-white, #fff);
    padding: 39px 18px 34px 18px;
    width: 298px !important;
    max-height: 394px;
    margin-right: 15px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.comparison__item_head:hover {
    border: 1px solid #a8a8a8;
    background: var(--black-white-white, #fff);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.comparison__item_head:hover .comparison__hover_bg {
    opacity: 1;
}
.comparison__item_body {
    width: 932px;
}

.comparison__head_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 275px;
}

.comparison__head_span-green {
    top: 18px;
    left: 18px;
    position: absolute;
    max-width: 122px;
    border-radius: 19px;
    border: 1px solid #2eaf00;
    background: #fff;
    padding: 0px 17px;
}
.comparison__head_span-green p {
    color: #2eaf00;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 240% */
    letter-spacing: 0.5px;
}
.comparison__head_link {
    bottom: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 10;
}
.comparison__head_link img {
    opacity: 0.5;
}
.comparison__head_title h4 {
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    letter-spacing: -0.09px;
}
.comparison__head_price {
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 160% */
    letter-spacing: -0.09px;
}
.comparison__hover_bg {
    position: absolute;
    bottom: -5px;
    right: -5px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
}
.comparison__hover_bg a {
    position: absolute;
    right: 2px;
    bottom: 12px;
    z-index: 20;
    opacity: 0.5;
}
.comparison__hover_bg:hover {
    bottom: 0;
    right: 0;
}
.comparison__hover_bg:hover a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 1;
}
.comparison__hover_bg:hover .comparison__head_img img {
    width: 20px;
}
.comparison__body_title {
    background: #000;
    padding: 5px 17px;
}
.comparison__body_title h3 {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}
.comparison__body_content {
    padding: 31px 51px 39px 18px;
    border: 1px solid #e5e9eb;
    background: #fff;
}
.comparison__content_line {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.comparison__content_line:last-child {
    margin-bottom: 0;
}
.comparison__line_name h4 {
    color: #4b4b4b;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 160% */
}
.comparison__line_discription {
    width: 555px;
}
.comparison__line_discription p {
    color: #4b4b4b;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}

.comparison__info,
.comparison__slider-mobile_slide,
.prev-mob,
.next-mob {
    display: none !important;
}

.comparison__item_labels{
    top: 18px;
    left: 18px;
    position: absolute;
}

.comparison__item_label{
    border-radius: 19px;
    border: 1px solid #2eaf00;
    background: #fff;
    text-transform: uppercase;
    color: #2eaf00;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    max-width: 122px;
    text-align: center;
    font-family: Inter, sans-serif;
}

.comparison__item_label.comparison__item_label--new{
    width: 87px;
}

.comparison__item_label.comparison__item_label--hit{
    width: 106px;
    color: #ffbf02;
    border-color: #ffbf02;
}

.comparison__item_label.comparison__item_label--sale{
    width: 71px;
    color: #ff3636;
    border-color: #ff3636;
}


@media (min-width: 320px) and (max-width: 1250px) {
    .comparison__slider-mobile_slide,
    .prev-mob,
    .next-mob {
        display: block !important;
    }
    .breadcrumb {
        display: none;
    }
    .container {
        max-width: 355px;
    }
    .comparison__row {
        display: none;
    }
    .comparison__header {
        margin-top: 124px;
        text-align: center;
    }
    .comparison__header_title h2 {
        font-size: 22px;
    }
    .comparison__hover_bg a {
        margin-right: 10px;
    }
    .comparison__item_head {
        position: relative;
        margin: 0px 5px 0px 0px;
    }
    .block {
        display: block !important;
    }
    .comparison__slider-mobile {
        margin-bottom: 130px;
    }
    .comparison__info {
        text-align: center;
        display: block;
        position: absolute;
        top: 0;
        z-index: 100;
        background-color: white;
        height: 100%;
        left: 0;
        display: none;
    }

    .comparison__info-content{
        height: 100%;
        overflow: auto;
    }

    .comparison__info_header {
        padding: 6px;
        background-color: #000;
    }
    .comparison__info_header h2 {
        color: #fff;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 133.333% */
    }
    .comparison__info_size {
        margin-top: 7px;
    }
    .comparison__info_size h3 {
        color: #4b4b4b;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 160% */
    }
    .comparison__info_size p {
        color: #4b4b4b;
        text-align: center;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 218.182% */
    }
    .comparison__info_mat {
        margin-top: 7px;
    }
    .comparison__info_mat h3 {
        color: #4b4b4b;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 160% */
    }
    .comparison__info_mat p {
        color: #4b4b4b;
        text-align: center;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 218.182% */
    }
    .comparison__info_color {
        margin-top: 7px;
    }
    .comparison__info_color h3 {
        color: #4b4b4b;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 160% */
    }
    .comparison__info_color p {
        color: #4b4b4b;
        text-align: center;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 218.182% */
    }
    .comparison__info_options {
        margin-top: 7px;
    }
    .comparison__info_options h3 {
        color: #4b4b4b;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 160% */
    }
    .comparison__info_options p {
        color: #4b4b4b;
        text-align: center;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 218.182% */
    }
    .prev-mob {
        position: absolute;
        bottom: -40px;
        height: 24px;
        width: 24px;
        left: 30px;
        z-index: 1;
        cursor: pointer;
        border-radius: 15px;
    }
    .prev-mob:hover {
        border: 1px solid black;
        border-radius: 25px;
    }
    .next-mob {
        position: absolute;
        bottom: -40px;
        height: 24px;
        width: 24px;
        right: 30px;
        z-index: 1;
        cursor: pointer;
        border-radius: 15px;
    }
    .next-mob:hover {
        border: 1px solid black;
        border-radius: 25px;
    }
    .opacity {
        opacity: 1 !important;
    }
    .comparison__hover_bg {
        position: absolute;
        bottom: -7px;
        right: -7px;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        opacity: 0;
    }
    .comparison__hover_bg a {
        position: absolute;
        right: 2px;
        bottom: 12px;
        z-index: 20;
        opacity: 1;
    }
    .comparison__hover_bg:hover {
        bottom: -7px;
        right: -7px;
    }
    .comparison__hover_bg:hover a {
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        opacity: 1;
    }
    .comparison__hover_bg:hover .comparison__head_img img {
        width: 20px;
    }
}



.recommend__slider_card:hover .favourite__icons {
    opacity: 1;
}

.stocks-slider-mobile {
    display: none;
}

.view__slider_card:hover .favourite__icons {
    opacity: 1;
}

.favourite__icons {
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.favourite__icons_fav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-checkbox-h {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.fav-icon {
    margin-right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: 9px;
    background-size: contain;
    background-image: url("/assets/images/heart.svg");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
}

.custom-checkbox-h + label::before {
    content: "";
}

.fav-icon:hover {
    opacity: 1;
}

.active-icon-h {
    background-image: url("/assets/images/heart-checked.svg");
    opacity: 1;
}

.diag-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-size: contain;
    background-image: url("/assets/images/diag.svg");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.diag-icon:hover {
    opacity: 1;
}

.active-icon-d {
    background-image: url("/assets/images/diag-checked.svg");
    opacity: 1;
}

.recommend__slider_card:hover .favourite__icons {
    opacity: 1;
}

.view__slider_card:hover .favourite__icons {
    opacity: 1;
}

.favourite__icons-big {
    position: absolute;
    opacity: 1;
    right: 0px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.favourite__icons-big_fav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.custom-checkbox-h {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.fav-icon-big {
    margin-right: 20px;
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-bottom: 9px;
    background-size: contain;
    background-image: url("/assets/images/heart.svg");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
}

.custom-checkbox-h + label::before {
    content: "";
}

.fav-icon-big:hover {
    opacity: 1;
}

.active-icon-big-h {
    background-image: url("/assets/images/heart-checked.svg");
    opacity: 1;
}

.diag-icon-big {
    display: inline-block;
    width: 27px;
    height: 27px;
    cursor: pointer;
    background-size: contain;
    background-image: url("/assets/images/diag.svg");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.diag-icon-big:hover {
    opacity: 1;
}

.active-icon-big-d {
    background-image: url("/assets/images/diag-checked.svg");
    opacity: 1;
}

.breadcrumb__nav nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumb__nav nav li {
    list-style: none;
}
.breadcrumb__nav nav li:first-child::before {
    content: "";
    display: inline;
    background: none;
    padding: 0;
    margin: 0;
}
.breadcrumb__nav nav li::before {
    content: "";
    display: inline-block;
    background: url("/assets/images/product_page/next-poly.svg") center/100% no-repeat;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 10px !important;
    height: 10px !important;
    margin-right: 18px;
}

.breadcrumb__nav nav li span,
.breadcrumb__nav nav li a {
    color: #828282;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.65px;
    margin-right: 18px;
}

.page-title{
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 60px 0px;
}

.stocks-slider {
    margin-top: 40px;
}
.stocks-slider__slider_slide {
    width: 100%;
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    background: -webkit-gradient(linear, left top, right top, color-stop(5.42%, #bba6ab), color-stop(99.46%, #a6a6bb));
    background: linear-gradient(90deg, #bba6ab 5.42%, #a6a6bb 99.46%);
}
.stocks-slider__slider_slide p {
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 0px;
}

.prev,
.next {
    position: absolute;
    top: 25px;
    height: 16px;
    width: 16px;
    z-index: 1;
    cursor: pointer;
}

.novelties__slider {
    position: relative;
}

.next {
    right: 11px;
}

.prev {
    left: 11px;
}

.preview__tabs_tab {
    width: 620px;
    position: relative;
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.preview__tabs_tab:last-child {
    margin-bottom: -14px;
}

.accordion {
    margin-bottom: 14px;
    position: relative;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    color: #4b4b4b;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 19px 24px;
    width: 100%;
    text-align: left;
    border: 1px solid #d9d9d9;
    border-left: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.accordion:hover {
    background: #4b4b4b;
}
.accordion:hover .accord-poly {
    background-color: white;
}
.accordion:after {
    content: "";
    background: url("/assets/images/accordarrow.svg") center/100% no-repeat;
    width: 14px;
    height: 14px;
    font-size: 13px;
    color: red;
    position: absolute;
    right: 7px;
    bottom: 10px;
    z-index: 1;
}

.accord-poly {
    z-index: 1;
    bottom: -50px;
    right: -62px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    width: 100px;
    height: 100px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #d9d9d9;
}

.accordion:hover {
    background-color: #4b4b4b;
    color: white;
}

.accordion:hover .accord-poly {
    background-color: black;
}

.active:after .accord-poly {
    content: "";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.panel {
    margin-top: -14px;
    top: 58px;
    z-index: 100000;
    background-color: white;
    max-height: 1000px;
    overflow: hidden;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    color: #52525b;
    display: none;
    padding: 24px 25px 34px 24px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    border-top: none;
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    margin-bottom: 14px;
}

.blackaccord {
    background-color: black !important;
    color: white;
    border-bottom: 1px solid white;
}
.blackaccord:after {
    content: "";
    background: url("/assets/images/backarow.svg") center/100% no-repeat;
}

.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.blackaccord .accordion {
    border-bottom: none;
}

.blackaccord .accord-poly {
    background-color: white !important;
    content: "";
}

.product {
    margin-top: 77px;
}
.product__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product__row_preview {
    position: relative;
}
.product__row_configuration {
    width: 563px;
}

.product .product__labels{
    margin-right: 95px;
}

.product .product__label{
    border-radius: 19px;
    border: 1px solid #2eaf00;
    background: #fff;
    text-transform: uppercase;
    color: #2eaf00;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    max-width: 122px;
    text-align: center;
    font-family: Inter;
}

.product .product__label.product__label--new{
    width: 87px;
}

.product .product__label.product__label--hit{
    width: 106px;
    color: #ffbf02;
    border-color: #ffbf02;
}

.product .product__label.product__label--sale{
    width: 71px;
    color: #ff3636;
    border-color: #ff3636;
}

.preview__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid #e4e4e7;
}

.preview__header_title h1,
.preview__header_title h2 {
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 100% */
    margin-bottom: 26px;
}
.preview__header_title p {
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 109.091% */
}
.preview__header_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 205px;
}
.preview__header_icons a {
    margin-left: 20px;
}

.preview__header_title{
    flex-grow: 1;
}
.preview__header_span-orange {
    margin-right: 95px;
}
.preview__header_span-orange p {
    display: inline-block;
    border-radius: 19px;
    border: 1px solid #ffbf02;
    background: #fff;
    padding: 0px 17px;
    color: #ffbf02;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 240% */
    letter-spacing: 0.5px;
}
.preview__slider {
    width: 599px;
}
.preview__slider_slider-for {
    margin-top: 14px;
}
.preview__slider_slider-for img {
    max-width: 599px;
}
.preview__slider_slider-nav {
    margin: 0px auto 65px auto;
    width: 260px;
}
.preview__slider_slider-nav img {
    height: 73px;
    width: 73px !important;
    border: 1px solid #f5f5f5;
}

.info_slider {
    text-align: center;
    color: #ADADAD;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 73px;
}

.slide__nav {
    margin: 0px 6px;
}

.configuration__btn {
    margin-bottom: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.configuration__btn_white-btn a {
    display: inline-block;
    border: 1px solid #4b4b4b;
    background: #fff;
    padding: 18px 50px 14px 50px;
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.configuration__btn_white-btn a:hover {
    border: 1px solid #4b4b4b;
    background: #000;
    color: white;
}
.configuration__btn_black-btn a {
    position: relative;
    border: 1px solid black;
    display: inline-block;
    padding: 16px 48px;
    background-image: linear-gradient(81deg, #000 27.09%, #7e7e7e 115.97%);
    z-index: 1;
    color: #fff;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.configuration__btn_black-btn a:hover {
    color: black;
    background: linear-gradient(81deg, #ffffff 27.09%, #ffffff 115.97%);
}
.configuration__btn_black-btn a::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(81deg, #ffffff 27.09%, #ffffff 115.97%);
    z-index: -1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    opacity: 0;
}
.configuration__btn_black-btn a:hover::before {
    opacity: 1;
}
.configuration__list_title {
    margin-bottom: 21px;
}
.configuration__list_title h4 {
    max-width: 487px;
    color: #4b4b4b;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}
.configuration__footer_content {
    margin-top: 44px;
    border-top: 1px solid #e4e4e7;
    border-bottom: 1px solid #e4e4e7;
    padding: 40px 0px 30px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.configuration__content_btn-start a {
    display: inline-block;
    border: 1px solid #4b4b4b;
    background: #fff;
    width: 355px;
    padding: 18px 0px 14px 0px;
    text-align: center;
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.configuration__content_btn-start a:hover {
    background: black;
    color: white;
}
.configuration__content_btn-finish {
    margin-left: -43px;
}
.configuration__content_btn-finish a {
    display: inline-block;
    border: 1px solid #4b4b4b;
    background: #fff;
    width: 355px;
    padding: 18px 0px 14px 0px;
    text-align: center;
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.configuration__content_btn-finish a:hover {
    background: black;
    color: white;
}
.configuration__content_text {
    margin-top: 26px;
}
.configuration__content_text p {
    color: #4b4b4b;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}
.configuration__content_text a {
    color: #4b4b4b;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
}
.configuration__price_name p {
    margin-left: 5px;
    margin-bottom: 6px;
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    /* 130.769% */
}
.configuration__price_total-price {
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 63.158% */
}

.preview__slider_slider-for .prev,
.preview__slider_slider-for .next {
    position: absolute;
    top: 250px;
    height: 24px;
    width: 24px;
    z-index: 1;
    cursor: pointer;
}

.next {
    right: 11px;
}

.prev {
    left: 11px;
}

.select__popup_title h3 {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 146.667% */
    margin-bottom: 14px;
}
.select__popup_height p {
    color: #71717a;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 200% */
}
.select__popup_weight p {
    color: #71717a;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 6px;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 200% */
}
.select__popup_bounce p {
    color: #71717a;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 200% */
}

.select__item_popup,
.select__item_popup1,
.select__item_popup2,
.select__item_popup3 {
    position: absolute;
    border-radius: 12px;
    border: 1px solid #a1a1a1;
    background: #fff;
    z-index: 100;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 216px;
    height: 187px;
    padding: 23px 38px 49px 11px;
}

.select__item_popup1 {
    left: -236px;
    top: 50px;
}

.select__item_popup2 {
    left: -236px;
    top: 130px;
}

.select__item_popup3 {
    left: -236px;
    top: 200px;
}

.select {
    margin: 0 auto;
    position: relative;
    margin-bottom: 22px;
}

.select.opened .select__body {
    display: block;
    max-height: 200px;
    overflow: auto;
}

.select__header {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    overflow: hidden;
    background: #f5f5f5;
    white-space: nowrap;
}
.select__header_title {
    color: #9b9b9b;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    margin-bottom: 5px;
}

.select__current {
    background: #f5f5f5;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 30px;
    line-height: 24px;
    overflow: hidden;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
}

.select-price {
    flex: 0 0 120px;
    text-align: right;
}

.select-price-width,
.select-price-mat,
.select-price {
    color: #adadad;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
}

.select__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    margin-left: auto;
    text-align: center;
    width: 40px;
    margin-top: 10px;
}

.select__body {
    background-color: white;
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    border-top: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
}

.select__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 52px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    background: #f5f5f5;
    color: #000;
    font-family: Inter;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.select__item:first-child {
    margin-top: 20px;
}
.select__item:last-child {
    margin-bottom: 0;
}

.select__item:hover {
    background: #525252;
}

.select__item:hover .select-name {
    color: white;
}

.select__item:hover .select-poly {
    background-color: #000000;
}

.select__item_line,
.select__item_line1,
.select__item_line2,
.select__item_line3 {
    margin-bottom: 20px;
}
.select__item_line:first-child,
.select__item_line1:first-child,
.select__item_line2:first-child,
.select__item_line3:first-child {
    margin-top: 20px;
}
.select__item_line:last-child,
.select__item_line1:last-child,
.select__item_line2:last-child,
.select__item_line3:last-child {
    margin-bottom: 0;
}

.select__item_line1:hover .select__item_popup1 {
    opacity: 1;
}

.select__item_line2:hover .select__item_popup2 {
    opacity: 1;
}

.select__item_line3:hover .select__item_popup3 {
    opacity: 1;
}

.select-poly {
    z-index: 1;
    bottom: -50px;
    left: -65px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    width: 100px;
    height: 100px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #d9d9d9;
}

.select-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select-name img {
    z-index: 1;
    width: 38px;
    margin-right: 20px;
}

.priceMatJs {
    visibility: hidden;
}

.priceWidthJs {
    visibility: hidden;
}

.priceVinnyJs {
    visibility: hidden;
}

.priceColorJs {
    visibility: hidden;
}

.priceDevJs {
    visibility: hidden;
}

.priceChestJs {
    visibility: hidden;
}

.priceChestCJs {
    visibility: hidden;
}

.select-content {
    width: 500px;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.recommend__header_title {
    margin: 80px 0px 40px 0px;
}
.recommend__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.recommend__hover_bg {
    position: absolute;
    bottom: -5px;
    right: -5px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
}
.recommend__hover_bg a {
    position: absolute;
    right: 2px;
    bottom: 12px;
    z-index: 20;
    opacity: 0.5;
}
.recommend__hover_bg:hover {
    bottom: 0;
    right: 0;
}
.recommend__hover_bg:hover a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 1;
}
.recommend__hover_bg:hover .recommend__card_img img {
    width: 20px;
}
.recommend__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.recommend__slider_card {
    overflow: hidden;
    position: relative;
    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: left;
    -ms-flex-align: left;
    align-items: left;
    border: 1px solid #e5e9eb;
    background: var(--black-white-white, #fff);
    padding: 39px 18px 34px 18px;
    max-width: 298px !important;
    max-height: 394px;
    margin-right: 15px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.recommend__slider_card:hover {
    border: 1px solid #a8a8a8;
    background: var(--black-white-white, #fff);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.recommend__slider_card:hover .recommend__hover_bg {
    opacity: 1;
}
.recommend__card_span-orange {
    visibility: hidden;
    top: 18px;
    left: 18px;
    position: absolute;
    max-width: 122px;
    border-radius: 19px;
    border: 1px solid #ffbf02;
    background: #fff;
    padding: 0px 17px;
}
.recommend__card_span-orange p {
    color: #ffbf02;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 240% */
    letter-spacing: 0.5px;
}
.recommend__card_link {
    bottom: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 10;
}
.recommend__card_link img {
    opacity: 0.5;
}
.recommend__card_title h4 {
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
    letter-spacing: -0.09px;
}
.recommend__card_price {
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 160% */
    letter-spacing: -0.09px;
}

.recommend__slider .prev-rec,
.recommend__slider .next-rec {
    position: absolute;
    top: -40px;
    height: 24px;
    width: 24px;
    z-index: 1;
    right: -140px;
    cursor: pointer;
}
.recommend__slider .prev-rec:hover,
.recommend__slider .next-rec:hover {
    border: 1px solid black;
    border-radius: 25px;
}

.recommend__slider {
    position: relative;
}

.recommend__slider .next-rec {
    position: absolute;
    right: 0px;
}

.recommend__slider .prev-rec {
    right: 50px;
}

.view {
    margin-bottom: 80px;
}
.view__header_title {
    margin: 80px 0px 40px 0px;
}
.view__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.view__hover_bg {
    position: absolute;
    bottom: -5px;
    right: -5px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
}
.view__hover_bg a {
    position: absolute;
    right: 2px;
    bottom: 12px;
    z-index: 20;
    opacity: 0.5;
}
.view__hover_bg:hover {
    bottom: 0;
    right: 0;
}
.view__hover_bg:hover a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 1;
}
.view__hover_bg:hover .view__card_img img {
    width: 20px;
}
.view__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.view__slider_card {
    overflow: hidden;
    position: relative;
    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: left;
    -ms-flex-align: left;
    align-items: left;
    border: 1px solid #e5e9eb;
    background: var(--black-white-white, #fff);
    padding: 39px 18px 34px 18px;
    max-width: 298px !important;
    max-height: 394px;
    margin-right: 15px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.view__slider_card:hover {
    border: 1px solid #a8a8a8;
    background: var(--black-white-white, #fff);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.view__slider_card:hover .view__hover_bg {
    opacity: 1;
}
.view__card_span-orange {
    visibility: hidden;
    top: 18px;
    left: 18px;
    position: absolute;
    max-width: 122px;
    border-radius: 19px;
    border: 1px solid #ffbf02;
    background: #fff;
    padding: 0px 17px;
}
.view__card_span-orange p {
    color: #ffbf02;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 240% */
    letter-spacing: 0.5px;
}
.view__card_link {
    bottom: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 10;
}
.view__card_link img {
    opacity: 0.5;
}
.view__card_title h4 {
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
    letter-spacing: -0.09px;
}
.view__card_price {
    color: var(--dark-gray-dark-gray-2, #252c32);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 160% */
    letter-spacing: -0.09px;
}

.view__slider .prev-rec,
.view__slider .next-rec {
    position: absolute;
    top: -40px;
    height: 24px;
    width: 24px;
    z-index: 1;
    right: -140px;
    cursor: pointer;
}
.view__slider .prev-rec:hover,
.view__slider .next-rec:hover {
    border: 1px solid black;
    border-radius: 25px;
}

.view__slider {
    position: relative;
}

.view__slider .next-rec {
    position: absolute;
    right: 0px;
}

.view__slider .prev-rec {
    right: 50px;
}

.opened {
    display: block;
}

.preview__tabs_tab.openeds .accordion {
    background-color: black !important;
    color: white;
    border-bottom: 1px solid white;
}
.preview__tabs_tab.openeds .accordion:after {
    content: "";
    background: url("/assets/images/backarow.svg") center/100% no-repeat;
}

.preview__tabs_tab.openeds .accord-poly {
    background-color: white !important;
    content: "";
}

.preview__tabs_tab.openeds .panel {
    display: block;
}

.tabs-desktop {
    display: block;
}

.tabs-mobile {
    display: none;
}

.view__slider {
    display: block !important;
}

.view__slider-mobile {
    display: none !important;
}

.recommend__slider {
    display: block !important;
}

.recommend__slider-mobile {
    display: none !important;
}

.finish {
    display: none;
}

@media (min-width: 320px) and (max-width: 1250px) {
    .page-title{
        text-align: center;
        margin: 128px 0px 40px 0px;
    }

    .container {
        max-width: 355px;
    }
    .product__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .diag-prod,
    .heart-prod,
    .breadcrumb {
        display: none;
    }
    .product {
        margin-top: 20px;
    }
    .preview__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px solid #e4e4e7;
        padding-top: 20px;
    }
    .preview__header_title h2 {
        color: var(--dark-gray-dark-gray-2, #252c32);
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        /* 100% */
        margin-bottom: 26px;
    }
    .preview__header_title p {
        color: var(--dark-gray-dark-gray-2, #252c32);
        font-family: Inter;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 109.091% */
    }
    .preview__header_span-orange {
        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-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .preview__header_span-orange p {
        display: inline-block;
        border-radius: 19px;
        border: 1px solid #ffbf02;
        background: #fff;
        padding: 0px 17px;
        color: #ffbf02;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px;
        /* 240% */
        letter-spacing: 0.5px;
    }
    .preview__slider {
        width: 355px;
    }
    .preview__slider_slider-for {
        margin-top: 14px;
    }
    .preview__slider_slider-for img {
        max-width: 355px;
    }
    .configuration__btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
    }
    .configuration__btn_white-btn {
        margin-bottom: 0px;
    }
    .configuration__btn_white-btn a {
        text-align: center;
        width: 100%;
        padding: 16px 0px;
    }
    .configuration__btn_black-btn a {
        text-align: center;
        width: 100%;
        padding: 16px 0px;
    }
    .select-content,
    .select,
    .product__row_configuration {
        width: 355px;
    }
    .product__row_configuration {
        margin-top: -40px;
    }
    .configuration__content_btn {
        text-align: center;
        width: 100%;
    }
    .configuration__content_btn a {
        display: inline-block;
        padding: 12px 0px;
        width: 100%;
    }
    .configuration__content_price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .configuration__price_name p {
        color: var(--dark-gray-dark-gray-2, #252c32);
        font-family: Inter;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 17px;
        /* 77.273% */
    }
    .configuration__footer_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .configuration__content_text {
        text-align: center;
        margin-bottom: 40px;
    }
    .preview__tabs_tab {
        width: 100%;
    }
    .tabs-desktop {
        display: none;
    }
    .view__header_title {
        margin-top: 130px;
        text-align: center;
    }
    .view__header_title h2 {
        color: #000;
        font-family: Inter;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .tabs-mobile {
        display: block;
    }
    .view__slider {
        display: none !important;
    }
    .view__slider-mobile {
        display: block !important;
    }
    .view__slider_card {
        margin: 0 auto;
    }
    .prev-mob {
        position: absolute;
        bottom: -40px;
        height: 24px;
        width: 24px;
        left: 30px;
        z-index: 1;
        cursor: pointer;
        border-radius: 15px;
    }
    .prev-mob:hover {
        border: 1px solid black;
        border-radius: 25px;
    }
    .next-mob {
        position: absolute;
        bottom: -40px;
        height: 24px;
        width: 24px;
        right: 30px;
        z-index: 1;
        cursor: pointer;
        border-radius: 15px;
    }
    .next-mob:hover {
        border: 1px solid black;
        border-radius: 25px;
    }
    .recommend__slider {
        display: none !important;
    }
    .recommend__slider-mobile {
        display: block !important;
    }
    .recommend__slider_card {
        margin: 0 auto;
    }
    .recommend__header_title {
        text-align: center;
    }
    .recommend__header_title h2 {
        color: #000;
        font-family: Inter;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .view {
        margin-bottom: 130px;
    }
    .select-name_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .preview__slider_slider-for {
        margin-bottom: 27px;
    }
    .select-name__text {
        white-space: nowrap;
        /* Отменяем перенос текста */
        overflow: hidden;
        /* Обрезаем содержимое */
        text-overflow: ellipsis;
        /* Многоточие */
    }
    .favourite__icons {
        opacity: 1;
    }
    .preview__header_span-orange {
        margin-right: 0px;
    }
    .favourite__icons-big {
        z-index: 3;
        position: absolute;
        top: 50px;
        opacity: 1;
        right: 15px;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }
    .info_slider {
        display: none;
    }
    .favourite__icons-big_fav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 340px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .preview__slider {
        margin-bottom: 25px;
    }
    .stocks-slider-mobile {
        display: block;
        margin-top: 105px;
    }
    .stocks-slider {
        display: none;
    }
    .prev {
        left: 4px;
    }
    .next {
        right: 5px;
    }
    .fav-icon-big {
        margin-right: -15px;
    }
    .preview__slider_slider-for .prev,
    .preview__slider_slider-for .next {
        top: 350px;
    }
    .configuration__top-row,
    .configuration__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;
    }
    .configuration__btn_black-btn {
        margin-bottom: 13px;
    }
    .configuration__list_title {
        text-align: center;
    }
    .select {
        margin-bottom: 13px;
    }
    .select-content {
        padding: 7px;
    }
    .select__header_title {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .configuration__footer_content {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-top: -13px;
        border: none;
    }
    .configuration__content_text {
        margin-top: 0px;
    }
    .recommend__hover_bg {
        opacity: 1;
    }
    .recommend__slider_card {
        margin: 0px 21px 0px 0px;
    }
    .favourite__icons {
        position: absolute;
        top: 12px;
        right: 12px;
        opacity: 0;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }
    .favourite__icons_fav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .view__hover_bg {
        opacity: 1;
    }
    .view__slider_card {
        margin: 0px 21px 0px 0px;
    }
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px 42px;
    width: auto;
    max-width: 626px;
    margin: 20px auto;
}

.slick-track{
    margin-left: 0;
}

.help__row {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("/assets/images/about_page/shadow.png"), url("/assets/images/basket_page/faqbasket.png");
    background-repeat: no-repeat;
    background-position: left, 50%;
    max-height: 257px;
    background-size: auto auto, cover;
    padding: 40px 53px;
}
.help__row_title {
    margin-bottom: 29px;
}
.help__row_title h3 {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 108.333% */
    text-transform: uppercase;
}
.help__row_discription {
    max-width: 726px;
    margin-bottom: 24px;
}
.help__row_discription p {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
}
.help__row_img img {
    top: 91px;
    right: 85px;
    position: absolute;
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
.help__row_btn .help__row_btn-callback {
    display: inline-block;
    border: 1px solid #000;
    background: #fff;
    color: #52525b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
    padding: 12px 195px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.help__row_btn .help__row_btn-callback:hover {
    border: 1px solid #ffffff;
    background-color: rgb(0, 0, 0);
    color: white;
}

.field-error{
    border: 1px solid red !important;
}

.status-error {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid  #ebccd1;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    font-family: IBM Plex Sans, sans-serif;
}

.status-success {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    font-family: IBM Plex Sans, sans-serif;
}

.search-page .search-page__form{
    margin-bottom: 30px;
    position: relative;
}

.search-page  .search-page__field{
    display: block;
    width: 100%;
    height: 64px;
    border-radius: 43px;
    background: #fff;
    padding-left: 55px;
    padding-right: 20px;
    color: #7a7a7a;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
    border: 1px solid #E5E9EB;
}

.search-page  .search-page__field:focus{
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.search-page .search-page__submit {
    position: absolute;
    top: 20px;
    left: 21px;
}


.thanks__row {
    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;
}
.thanks__row_reverse {
    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;
}
.thanks__row_title {
    margin-top: 60px;
    margin-bottom: 52px;
}
.thanks__row_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.thanks__row_img {
    margin-bottom: 60px;
}
.thanks__row_number {
    padding: 0px 207.5px 80px 207.5px;
    border-bottom: 1px solid #e4e4e7;
    margin-bottom: 60px;
}
.thanks__row_number p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.thanks__row_discription {
    max-width: 396px;
    margin-bottom: 100px;
}
.thanks__row_discription p {
    color: #4b4b4b;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 154.523%; /* 23.178px */
}
.thanks__row_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.thanks__btns_white a {
    border: 1px solid #000;
    background: #fff;
    padding: 13px 231px;
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.thanks__btns_white a:hover {
    border: 1px solid #ffffff;
    background: #000000;
    color: #ffffff;
}
.thanks__btns_black a {
    border: 1px solid #fff;
    background: #000;
    padding: 13px 206px;
    color: #fff;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.thanks__btns_black a:hover {
    border: 1px solid #000000;
    background: #ffffff;
    color: #000000;
}

@media (min-width: 320px) and (max-width: 1250px) {
    .container {
        max-width: 355px;
    }
    .breadcrumb {
        display: none;
    }
    .thanks__row {
        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;
    }
    .thanks__row_reverse {
        margin-top: 128px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .thanks__row_title {
        margin-top: 40px;
        margin-bottom: 83px;
    }
    .thanks__row_title h2 {
        color: #000;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .thanks__row_img {
        margin-bottom: 0px;
    }
    .thanks__row_img img {
        width: 70px;
        height: 70px;
    }
    .thanks__row_number {
        padding: 0px;
        width: 100%;
        padding-bottom: 82px;
        border-bottom: 1px solid #e4e4e7;
        margin-bottom: 35px;
    }
    .thanks__row_number p {
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .thanks__row_discription {
        max-width: 396px;
        margin-bottom: 35px;
    }
    .thanks__row_discription p {
        color: #4b4b4b;
        text-align: center;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 154.523%; /* 23.178px */
    }
    .thanks__row_btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 60px;
    }
    .thanks__btns {
        width: 100%;
    }
    .thanks__btns_white {
        margin-bottom: 14px;
    }
    .thanks__btns_white a {
        display: inline-block;
        border: 1px solid #000;
        background: #fff;
        padding: 12px 0px;
        width: 100%;
        color: #000;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 160% */
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        text-align: center;
    }
    .thanks__btns_white a:hover {
        border: 1px solid #ffffff;
        background: #000000;
        color: #ffffff;
    }
    .thanks__btns_black a {
        display: inline-block;
        border: 1px solid #fff;
        background: #000;
        padding: 12px 0px;
        width: 100%;
        color: #fff;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 160% */
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        text-align: center;
    }
    .thanks__btns_black a:hover {
        border: 1px solid #000000;
        background: #ffffff;
        color: #000000;
    }
}

.container {
    margin: 0 auto;
    max-width: 1239px;
    position: relative;
}

.faq__header_title {
    margin: 60px 0px 40px 0px;
}
.faq__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.faq__row_tab {
    position: relative;
}
.faq__row_tab a {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.accordion-btn {
    position: relative;
    overflow: hidden;
    background: black;
    cursor: pointer;
    color: #4b4b4b;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 18px;
    width: 100%;
    border: 1px solid #000;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.accordion-btn:hover {
    border: 1px solid #000;
    background: #fff;
}
.accordion-btn:hover a {
    color: black !important;
}

.accordion {
    margin-bottom: 14px;
    position: relative;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    color: #4b4b4b;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 1px solid #d9d9d9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.accordion:hover {
    background: #4b4b4b;
}
.accordion:hover .accord-poly {
    background-color: white;
}
.accordion:after {
    content: "";
    background: url("/assets/images/accordarrow.svg") center/100% no-repeat;
    width: 14px;
    height: 14px;
    font-size: 13px;
    color: red;
    position: absolute;
    right: 7px;
    bottom: 10px;
    z-index: 100;
}

.accord-poly {
    z-index: 10;
    bottom: -50px;
    right: -61px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    width: 100px;
    height: 100px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #d9d9d9;
}

.accordion:hover {
    background-color: #4b4b4b;
    color: white;
}

.accordion:hover .accord-poly {
    background-color: black;
}

.active:after .accord-poly {
    content: "";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.panel {
    top: 74px;
    z-index: 20;
    margin-top: -14px;
    margin-bottom: 14px;
    background-color: white;

    overflow: hidden;
    width: 100%;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    color: #52525b;
    display: none;
    padding: 28px 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    border-top: none;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.blackaccord {
    background-color: black !important;
    color: white;
    border-bottom: 1px solid white;
}
.blackaccord:after {
    content: "";
    background: url("/assets/images/backarow.svg") center/100% no-repeat;
}

.blackaccord .accordion {
    border-bottom: none;
}

.blackaccord .accord-poly {
    background-color: white !important;
    content: "";
}

.question {
    margin-top: 60px;
}
.question__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("/assets/images/about_page/shadow.png"), url("/assets/images/about_page/faq-bg.png");
    background-repeat: no-repeat;
    background-position: left, 50%;
    background-size: cover, cover;
    padding: 40px 53px;
}
.question__content_title {
    margin-bottom: 25px;
}
.question__content_title h4 {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 108.333% */
    text-transform: uppercase;
}
.question__content_discription {
    max-width: 510px;
    margin-bottom: 24px;
}
.question__content_discription p {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
}
.question__content_btn a {
    display: inline-block;
    padding: 12px 195px;
    background-color: white;
    color: #52525b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border: 1px solid white;
}
.question__content_btn a:hover {
    background-color: #000;
    color: white;
}

.hidden {
    display: none;
}

.pagination-container {
    position: relative;
}

.pagination-number.active {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pagination-number {
    color: #adadad;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#pagination-numbers {
    position: absolute;
    right: 0px;
}

.pagination-number::before {
    content: "-";
    color: #adadad !important;
}
.pagination-number:first-child::before {
    content: "";
}

#prev-button {
    position: absolute;
    right: 40px;
    width: 24px;
    top: 22px;
    border: 1px solid white;
}
#prev-button:hover {
    border: 1px solid black;
    border-radius: 25px;
}

#next-button {
    position: absolute;
    right: 0;
    top: 22px;
    border: 1px solid white;
}
#next-button:hover {
    border: 1px solid black;
    border-radius: 25px;
}

.opened {
    display: block;
}

.faq__row_tab.opened .accordion {
    background-color: black !important;
    color: white;
    border-bottom: 1px solid white;
}
.faq__row_tab.opened .accordion:after {
    content: "";
    background: url("/assets/images/backarow.svg") center/100% no-repeat;
}

.faq__row_tab.opened .accord-poly {
    background-color: white !important;
    content: "";
}

.faq__row_tab.opened .panel {
    display: block;
}

.faq-mob {
    display: none !important;
}

@media (min-width: 320px) and (max-width: 1250px) {
    .breadcrumb,
    .question {
        display: none;
    }

    .container {
        max-width: 355px;
    }

    .faq-mob {
        margin-top: 70px;
        margin-bottom: 85px;
        display: block !important;
    }

    .faq-mob__row {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-image: url("/assets/images/about_page/faq-shdow-mob.png"), url("/assets/images/faq-logo.svg"), url("/assets/images/about_page/faq-bg-mob.png");
        background-repeat: no-repeat;
        background-position: left, 50px 300px, 50%;
        background-size: auto auto, auto auto, cover;
        padding: 0px 30px 159px 30px;
    }

    .faq-mob__row img {
        position: absolute;
        bottom: 50px;
        left: 50px;
    }

    .faq-mob__row_title {
        text-align: center;
        margin-bottom: 44px;
        margin-top: 86px;
    }

    .faq-mob__row_title h3 {
        color: #fff;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 118.182% */
        text-transform: uppercase;
    }

    .faq-mob__row_discription p {
        color: #fff;
        text-align: justify;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 173.333% */
    }

    .faq-mob__content_btn {
        margin-top: 30px;
    }

    .faq-mob__content_btn a {
        display: inline-block;
        text-align: center;
        color: #52525b;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 173.333% */
        padding: 12px 0px;
        border: 1px solid #000;
        background: #fff;
        width: 100%;
    }

    .accordion {
        color: #4b4b4b;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 0px 20px;
        height: 61px;
    }

    .faq__header_title {
        margin: 128px 0px 40px 0px;
    }

    #pagination-numbers {
        position: absolute;
        right: 48%;
        top: 14px;
    }

    #prev-button {
        top: 102%;
        right: 330px;
    }

    #next-button {
        top: 102%;
    }

    .faq__header_title h2 {
        font-size: 22px;
        text-align: center;
    }

    .basket__option_list.block{
        display: none !important;
    }

    .product-item{
        min-width: 298px;
    }

    .stock {
        display: none;
    }

    .stock_page{
        display: block;
    }

    .blockgray-2 {
        left: 510px;
    }

    .accordion-btn a {
        font-size: 13px;
    }

    .product .product__labels {
        margin-right: 0;
        position: absolute;
        right: 0;
        top: -22px;
    }

    .preview__header_icons{
        flex: 0 0 100%;
        position: relative;
    }

    .preview__header{
        flex-wrap: wrap;
    }

    .product-item .product-item__icons{
        opacity: 1;
    }

    .product-item{
        width: 298px;
        flex: 0 0 298px;
        margin: 0 auto;
    }
}

.start-import {
    display: inline-block;
    padding: 12px 30px;
    color: #52525b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    border: 1px solid #000;
    background: #fff;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}


.start-import:hover {
    border: 1px solid #000;
    background: #000;
    color: white;
}

.status-import{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #b8daff;
    border-radius: .25rem;
    color: #004085;
    background-color: #cce5ff;
}


.comparison__row_item .comparison__icon{
    display: block;
    width: 20px;
    height: 20px;
    margin-bottom: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
}

.comparison__row_item .comparison__icons {
    position: absolute;
    top: 12px;
    right: 12px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.comparison__row_item .comparison__icon--favorite{
    background-image: url(assets/images/heart.svg);
}

.comparison__row_item .comparison__icon--favorite.heart-icon-active{
    background-image: url(assets/images/favorite-active.svg);
}

.comparison__row_item .comparison__icon--compare{
    background-image: url(assets/images/diag.svg);
}

.comparison__row_item .comparison__icon--compare.comparison__icon--active {
    background-image: url(/assets/images/diag-checked.svg);
}

.comparison__slider-mobile_slide .comparison__icon{
    display: block;
    width: 20px;
    height: 20px;
    margin-bottom: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
}

.comparison__slider-mobile_slide .comparison__icons {
    position: absolute;
    top: 12px;
    right: 12px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.comparison__slider-mobile_slide .comparison__icon--favorite{
    background-image: url(assets/images/heart.svg);
}

.comparison__slider-mobile_slide .comparison__icon--favorite.heart-icon-active{
    background-image: url(assets/images/favorite-active.svg);
}

.comparison__slider-mobile_slide .comparison__icon--compare{
    background-image: url(assets/images/diag.svg);
}

.comparison__slider-mobile_slide .comparison__icon--compare.comparison__icon--active {
    background-image: url(assets/images/diag-checked.svg);
}

.main-pagination{
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-top: 28px;
    align-items: center;
    font-family: Inter, sans-serif;
}

.main-pagination .main-pagination__pages-list{
    display: flex;
    flex-wrap: wrap;
}

.main-pagination .main-pagination__page{
    font-size: 15px;
    color: #ADADAD;
}

.main-pagination .main-pagination__page:after{
    content: '-';
    display: inline-block;
}

.main-pagination .main-pagination__page:last-child:after{
    display: none;
}

.main-pagination .main-pagination__page.main-pagination__page--active{
    color: #000000;
}

.main-pagination .main-pagination__arrows {
    display: flex;
    gap: 31px;
    align-items: center;
}

.main-pagination .main-pagination__arrow {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid transparent;
    cursor: default;
}

.main-pagination a.main-pagination__arrow{
    cursor: pointer;
}

.main-pagination .main-pagination__arrow:hover{
    border-color: #ADADAD;
}
h2.section-title-politic-big{
    font-family: 'Inter';
    font-size: 18px;
    margin-bottom: 15px;
}
.politic-block p{
    font-family: 'Inter';
    font-size: 15px;
    margin-bottom: 10px;
}
h3.section-title-politic-min{
    font-family: 'Inter';
    font-size: 16px;
    margin-bottom: 14px;
}