@charset "UTF-8";

/* ОБНУЛЕНИЕ */
/**
  Нормализация блочной модели
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**
    Упрощаем работу с изображениями
   */
img {
    display: block;
    max-width: 100%;
}

/**
    Наследуем свойства шрифт для полей ввода
   */
input,
textarea,
select,
button {
    background: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0px;
    font: inherit;
}

html {
    /**
    Пригодится в большинстве ситуаций
    (когда, например, нужно будет "прижать" футер к низу сайта)
   */
    height: 100%;
    /**
    Плавный скролл
   */
    scroll-behavior: smooth;
}

body {
    /**
    Пригодится в большинстве ситуаций
    (когда, например, нужно будет "прижать" футер к низу сайта)
   */
    min-height: 100%;
    /**
    Унифицированный интерлиньяж
   */
    line-height: 1.5;
}

div {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

svg,
svg path,
svg rect,
svg circle,
svg line {
    transition: 0.3s;
}

.icon {
    display: flex;
}

.title-h1 {
    color: #FFF;
    font-family: "Fira Sans";
    font-size: 50px;
    font-size: clamp(2rem, -3.625rem + 7.5vw, 3.125rem);
    font-weight: 700;
    line-height: 56px;
    line-height: clamp(2.1875rem, -4.375rem + 8.75vw, 3.5rem);
}

@media screen and (max-width: 1199px) {
    .title-h1 {
        font-size: 32px;
        line-height: 112%;
    }
}

.title-h1.--white {
    color: #FFF;
}

.title-h1.--blue {
    color: #1D3A86;
}

.title-h2 {
    color: #1D3A86;
    text-align: center;
    font-family: "Fira Sans";
    font-size: 40px;
    font-size: clamp(1.5rem, -3.5rem + 6.6666666667vw, 2.5rem);
    font-weight: 700;
    line-height: 46px;
    line-height: clamp(1.625rem, -4.625rem + 8.3333333333vw, 2.875rem);
}

@media screen and (max-width: 1199px) {
    .title-h2 {
        font-size: 24px;
        line-height: 110%;
    }
}

.title-h2.--blue {
    color: #1D3A86;
}

.title-h2.--flex {
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .title-h2.--flex {
        justify-content: flex-start;
    }
}

.title-h2 .icon {
    display: flex;
}

.title-h3 {
    color: #FFF;
    font-family: "Fira Sans";
    font-size: 32px;
    font-size: clamp(1.125rem, -3.25rem + 5.8333333333vw, 2rem);
    font-weight: 700;
    line-height: 38px;
    line-height: clamp(1.3125rem, -4rem + 7.0833333333vw, 2.375rem);
}

@media screen and (max-width: 1199px) {
    .title-h3 {
        font-size: 18px;
        line-height: 120%;
    }
}

.title-h3.--blue {
    color: #19398B;
}

.title-h3.--white {
    color: #FFF;
}

.title-h3.--big {
    font-family: "Fira Sans";
    font-size: 32px;
    font-size: clamp(1.5rem, -1rem + 3.3333333333vw, 2rem);
    font-weight: 700;
    line-height: 38px;
    line-height: clamp(1.625rem, -2.125rem + 5vw, 2.375rem);
}

@media screen and (max-width: 1199px) {
    .title-h3.--big {
        font-size: 24px;
        line-height: 110%;
    }
}

.title-h4 {
    color: #19398B;
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-size: clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem);
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    line-height: clamp(1.375rem, 0.125rem + 1.6666666667vw, 1.625rem);
}

@media screen and (max-width: 1199px) {
    .title-h4 {
        font-size: 16px;
        line-height: 22px;
    }
}

.title-h4.--blue {
    color: #19398B;
}

.title-h4.--white {
    color: #FFF;
}

.small-title {
    color: #19398B;
    font-family: "Fira Sans";
    font-size: 20px;
    font-size: clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem);
    font-weight: 600;
    line-height: 26px;
    line-height: clamp(1.375rem, 0.125rem + 1.6666666667vw, 1.625rem);
}

@media screen and (max-width: 1199px) {
    .small-title {
        font-size: 16px;
        line-height: 22px;
    }
}

.small-title.--blue {
    color: #19398B;
}

.big-text {
    color: #FFF;
    font-family: "Commissioner", sans-serif;
    font-size: 20px;
    font-size: clamp(0.875rem, -1rem + 2.5vw, 1.25rem);
    font-weight: 500;
    line-height: 26px;
    line-height: clamp(1.125rem, -1.375rem + 3.3333333333vw, 1.625rem);
}

@media screen and (max-width: 1199px) {
    .big-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 130%;
    }
}

.big-text.--blue {
    color: #19398B;
}

.big-text.--white {
    color: #FFF;
}

.big-text.--black {
    color: #32373E;
}

.medium-text {
    color: #32373E;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.medium-text.--big {
    font-size: 16px;
    font-size: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    font-weight: 400;
    line-height: 22px;
    line-height: clamp(1.125rem, -0.125rem + 1.6666666667vw, 1.375rem);
}

@media screen and (max-width: 1199px) {
    .medium-text.--big {
        font-size: 12px;
        line-height: 18px;
    }
}

.medium-text.--small {
    font-size: 16px;
    font-size: clamp(0.625rem, -1.25rem + 2.5vw, 1rem);
    font-weight: 400;
    line-height: 22px;
    line-height: clamp(0.875rem, -1.625rem + 3.3333333333vw, 1.375rem);
}

@media screen and (max-width: 1199px) {
    .medium-text.--small {
        font-size: 10px;
        line-height: 14px;
    }
}

.medium-text.--black {
    color: #32373E;
}

.medium-text.--white {
    color: #FFF;
}

.medium-text.--blue {
    color: #19398B;
}

.small-text {
    color: #6D7686;
    font-family: "Commissioner";
    font-size: 14px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 400;
    line-height: 22px;
    line-height: clamp(1.125rem, -0.125rem + 1.6666666667vw, 1.375rem);
}

@media screen and (max-width: 1199px) {
    .small-text {
        font-size: 12px;
        line-height: 18px;
    }
}

.small-text.--white {
    color: #FFF;
}

.small-text.--blue {
    color: #19398B;
}

.small-text.--gray {
    color: #6D7686;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.4s;
}

.btn.--btn_border {
    border: 1px solid #19398B;
    padding: 7px 16px 11px 16px;
    padding: clamp(0.25rem, -0.6875rem + 1.25vw, 0.4375rem) clamp(0.9375rem, 0.625rem + 0.4166666667vw, 1rem) clamp(0.5rem, -0.4375rem + 1.25vw, 0.6875rem) clamp(0.9375rem, 0.625rem + 0.4166666667vw, 1rem);
    border-radius: 12px;
    color: #19398B;
    font-family: "Commissioner", sans-serif;
    text-align: center;
    font-size: 14px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media screen and (max-width: 1199px) {
    .btn.--btn_border {
        padding: 4px 15px 8px 15px;
        font-size: 12px;
        line-height: 20px;
    }
}

@media (hover: hover) {
    .btn.--btn_border:hover {
        background: #19398B;
        color: #FFF;
    }
}

@media (hover: none) {
    .btn.--btn_border:active {
        background: #19398B;
        color: #FFF;
    }
}

.btn.--btn_bg {
    border-radius: 16px;
    border-radius: clamp(0.5rem, -2rem + 3.3333333333vw, 1rem);
    background: #19398B;
    padding: 12px 16px 16px 16px;
    padding: clamp(0.3125rem, -1.875rem + 2.9166666667vw, 0.75rem) 16px clamp(0.5625rem, -1.625rem + 2.9166666667vw, 1rem) 16px;
    border: 1px solid transparent;
    color: #FFF;
    text-align: center;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    font-size: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    font-weight: 500;
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.8333333333vw, 1.375rem);
}

@media screen and (max-width: 1199px) {
    .btn.--btn_bg {
        padding: 5px 16px 9px 16px;
        font-size: 12px;
        line-height: 20px;
        border-radius: 8px;
    }
}

.btn.--btn_bg.--blue {
    background: #19398B;
    color: #FFF;
}

@media (hover: hover) {
    .btn.--btn_bg.--blue:hover {
        background: transparent;
        border-color: #10069F;
        color: #32373E;
    }
}

@media (hover: none) {
    .btn.--btn_bg.--blue:active {
        background: transparent;
        border-color: #10069F;
        color: #32373E;
    }
}

.btn.--btn_bg.--white {
    background: #FFF;
    color: #32373E;
}

@media (hover: hover) {
    .btn.--btn_bg.--white:hover {
        background: #19398B;
        color: #FFF;
    }
}

@media (hover: none) {
    .btn.--btn_bg.--white:active {
        background: #19398B;
        color: #FFF;
    }
}

.has-iframe .f-html {
    padding: 0;
}

.footer {
    padding-top: clamp(5.75rem, -12.375rem + 24.1666666667vw, 9.375rem);
}

@media screen and (max-width: 1199px) {
    .footer {
        padding-top: 92px;
    }
}

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

.footer_wrap {
    row-gap: clamp(2rem, -3.625rem + 7.5vw, 3.125rem);
}

@media screen and (max-width: 1199px) {
    .footer_wrap {
        row-gap: 32px;
    }
}

@media screen and (max-width: 767px) {
    .footer_wrap {
        row-gap: 0;
    }
}

.footer_wrap>*:first-child {
    margin-top: 0px;
}

.footer_wrap>*:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 1199px) {
    .footer_wrap .logo_col {
        display: none;
    }
}

.footer_wrap-logo {
    display: flex;
    width: 100%;
    max-width: 150px;
    height: auto;
}

.footer_wrap-logo svg {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.footer_wrap_item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.footer_wrap_item-title.small-text {
    font-weight: 500;
    color: #32373E;
}

.footer_wrap_item-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 16px;
    margin-top: 18px;
    flex: 1 1 auto;
}

@media screen and (max-width: 1199px) {
    .footer_wrap_item-text {
        row-gap: 3px;
        justify-content: flex-start;
        margin-top: 5px;
    }
}

.footer_wrap_item-text.small-text {
    font-weight: 400;
    color: #32373E;
}

.footer_wrap_item-text.small-text a {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
    transition: 0.4s;
}

@media (hover: hover) {
    .footer_wrap_item-text.small-text a:hover {
        color: #19398B;
    }
}

@media (hover: none) {
    .footer_wrap_item-text.small-text a:active {
        color: #19398B;
    }
}

.footer_wrap_item ul {
    display: flex;
    flex-direction: column;
    margin-top: clamp(0.875rem, -0.375rem + 1.6666666667vw, 1.125rem);
    row-gap: clamp(0.3125rem, -1.25rem + 2.0833333333vw, 0.625rem);
}

@media screen and (max-width: 1199px) {
    .footer_wrap_item ul {
        margin-top: 14px;
        row-gap: 5px;
    }
}

.footer_wrap_item ul li {
    display: inline-flex;
}

@media screen and (max-width: 767px) {
    .footer_wrap_item ul li {
        display: block;
        margin-bottom: 5px;
    }

    .footer_wrap_item ul li:last-child {
        margin-bottom: 0px;
    }
}

.footer_wrap_item ul li a {
    display: block;
    color: var(--black, #32373E);
    font-family: "Commissioner", sans-serif;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(1.125rem, -0.125rem + 1.6666666667vw, 1.375rem);
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .footer_wrap_item ul li a {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (hover: hover) {
    .footer_wrap_item ul li a:hover {
        color: #19398B;
    }
}

@media (hover: none) {
    .footer_wrap_item ul li a:active {
        color: #19398B;
    }
}

@media screen and (max-width: 767px) {
    .footer_wrap_item.navigation {
        border-bottom: 1px solid rgba(120, 129, 145, 0.12);
    }
}

.footer_wrap_item.navigation.active .footer_wrap_item-title::after {
    transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
    .footer_wrap_item.navigation .footer_wrap_item-title {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 10px;
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 767px) {
    .footer_wrap_item.navigation .footer_wrap_item-title::after {
        content: "";
        display: block;
        width: 10px;
        height: 5px;
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201.2981L6%206.2981L11%201.2981%22%20stroke%3D%22%2332373E%22%2F%3E%3C%2Fsvg%3E");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        transition: 0.4s;
    }
}

@media screen and (max-width: 767px) {
    .footer_wrap_item.navigation ul {
        display: none;
        margin-top: 0px;
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 767px) {
    .footer_wrap_social {
        display: flex;
        flex-wrap: wrap;
        row-gap: 25px;
        margin: 0 -10px;
        align-items: center;
    }
}

.footer_wrap_social-tel {
    color: #19398B;
    font-size: clamp(1.125rem, 0.5rem + 0.8333333333vw, 1.25rem);
    font-weight: 600;
    line-height: 26px;
    transition: 0.4s;
}

@media (hover: hover) {
    .footer_wrap_social-tel:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .footer_wrap_social-tel:active {
        opacity: 0.7;
    }
}

@media screen and (max-width: 1199px) {
    .footer_wrap_social-tel {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .footer_wrap_social-tel {
        order: 2;
        padding: 0 10px;
        width: 100%;
        max-width: 50%;
        text-align: center;
    }
}

.footer_wrap_social_btns {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    width: 100%;
    margin-top: 24px;
}

@media screen and (max-width: 1199px) {
    .footer_wrap_social_btns {
        row-gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    .footer_wrap_social_btns {
        order: 1;
        padding: 0 10px;
        flex-direction: row;
        column-gap: 10px;
        margin-top: 0px;
    }
}

.footer_wrap_social_btns-btn.btn.--btn_bg,
.footer_wrap_social_btns-btn.btn.--btn_border {
    height: clamp(2.125rem, -0.375rem + 3.3333333333vw, 2.625rem);
    border-radius: 12px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    line-height: clamp(1.25rem, 0.625rem + 0.8333333333vw, 1.375rem);
    padding: 10px 16px;
    text-align: center;
    font-weight: 500;
}

@media screen and (max-width: 1199px) {

    .footer_wrap_social_btns-btn.btn.--btn_bg,
    .footer_wrap_social_btns-btn.btn.--btn_border {
        height: 34px;
        font-size: 12px;
        line-height: 20px;
        padding: 5px 16px 8px 16px;
    }
}

@media screen and (max-width: 767px) {

    .footer_wrap_social_btns-btn.btn.--btn_bg,
    .footer_wrap_social_btns-btn.btn.--btn_border {
        width: 100%;
        max-width: 50%;
    }
}

.footer_wrap_social_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: clamp(1.5rem, 0.25rem + 1.6666666667vw, 1.75rem);
    column-gap: 5px;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .footer_wrap_social_list {
        margin-top: 24px;
    }
}

@media screen and (max-width: 767px) {
    .footer_wrap_social_list {
        order: 3;
        margin-top: 0;
        padding: 0 10px;
        width: 100%;
        max-width: 50%;
        justify-content: center;
    }
}

.footer_wrap_social_list-item {
    display: flex;
    width: clamp(1.75rem, 0.5rem + 1.6666666667vw, 2rem);
    height: clamp(1.75rem, 0.5rem + 1.6666666667vw, 2rem);
    filter: drop-shadow(0px 0px 26px rgba(0, 67, 101, 0.08));
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .footer_wrap_social_list-item {
        width: 28px;
        height: 28px;
    }
}

@media (hover: hover) {
    .footer_wrap_social_list-item:hover svg rect {
        fill: #19398B;
    }

    .footer_wrap_social_list-item:hover svg path {
        fill: #FFF;
    }
}

@media (hover: none) {
    .footer_wrap_social_list-item:active svg rect {
        fill: #19398B;
    }

    .footer_wrap_social_list-item:active svg path {
        fill: #FFF;
    }
}

.footer_wrap_social_list-item svg {
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.footer_wrap_social_list-item svg path,
.footer_wrap_social_list-item svg rect {
    transition: 0.4s;
}

.footer_wrap .contact_title.small-text {
    font-weight: 500;
    color: #32373E;
}

@media screen and (max-width: 767px) {
    .footer_wrap .nav-col {
        margin-top: 14px;
    }

    .footer_wrap .social-col {
        margin-top: 24px;
    }

    .footer_wrap .city-col {
        margin-top: 24px;
    }

    .footer_wrap .adress-col {
        margin-top: 12px;
    }

    .footer_wrap .adress-col .footer_wrap_item {
        position: relative;
        padding-left: 16px;
    }

    .footer_wrap .adress-col .footer_wrap_item::after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        background: #19398B;
        border-radius: 50%;
        flex-shrink: 0;
        position: absolute;
        top: 7px;
        left: 0;
    }
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
    column-gap: clamp(0.625rem, -11.875rem + 16.6666666667vw, 3.125rem);
    padding: clamp(1.5rem, 0.25rem + 1.6666666667vw, 1.75rem) 0;
    position: relative;
    margin-top: 57px;
    margin-top: clamp(1.5rem, -8.8125rem + 13.75vw, 3.5625rem);
}

@media screen and (max-width: 1199px) {
    .footer_bottom {
        margin-top: 24px;
        padding: 24px 0;
        column-gap: 10px;
        justify-content: flex-start;
    }
}

.footer_bottom::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #F5F7FA;
}

.footer_bottom p {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .footer_bottom p {
        width: 100%;
        max-width: calc(33.333333333% - 10px);
    }
}

@media screen and (max-width: 767px) {
    .footer_bottom p {
        max-width: calc(50% - 10px);
    }
}

.footer_bottom p a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    max-width: unset;
    width: unset;
}

.footer_bottom a {
    position: relative;
    z-index: 1;
    transition: 0.4s;
}

@media (hover: hover) {
    .footer_bottom a:hover {
        color: #19398B;
    }
}

@media (hover: none) {
    .footer_bottom a:active {
        color: #19398B;
    }
}

@media screen and (max-width: 1199px) {
    .footer_bottom a {
        width: 100%;
        max-width: calc(33.333333333% - 10px);
    }
}

@media screen and (max-width: 767px) {
    .footer_bottom a {
        max-width: calc(50% - 10px);
    }
}

.header {
    position: fixed;
    width: 100%;
    top: clamp(0rem, -3.125rem + 4.1666666667vw, 0.625rem);
    left: 0;
    z-index: 15;
}

@media screen and (max-width: 1199px) {
    .header {
        top: 0px;
        background: #FFF;
    }
}

.header .container {
    padding: 0 clamp(0rem, -6.25rem + 8.3333333333vw, 1.25rem);
}

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

.header_wrap {
    display: flex;
    align-items: center;
    border-radius: 0 0 14px 14px;
    background: #FFF;
    padding: 10px clamp(1rem, -3.375rem + 5.8333333333vw, 1.875rem);
    position: relative;
    box-shadow: 0px 24px 84px 0px rgba(25, 57, 139, 0.05);
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .header_wrap {
        padding: 10px 16px;
        box-shadow: unset;
    }
}

.header_wrap.active {
    border-radius: 0px;
}

.header_wrap.active_card {
    border-radius: 0px;
}

.header_wrap-logo {
    display: flex;
    margin-right: clamp(1.25rem, -1.875rem + 4.1666666667vw, 1.875rem);
    width: 100%;
    max-width: 146px;
    max-width: clamp(7.0625rem, -3.25rem + 13.75vw, 9.125rem);
    height: auto;
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .header_wrap-logo {
        max-width: 113px;
        margin-right: 20px;
    }
}

.header_wrap-logo svg {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.header_wrap-catalog_trigger {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    padding: clamp(0.4375rem, -0.1875rem + 0.8333333333vw, 0.5625rem) clamp(0.8125rem, 0.1875rem + 0.8333333333vw, 0.9375rem) clamp(0.4375rem, -0.1875rem + 0.8333333333vw, 0.5625rem) clamp(0.8125rem, 0.1875rem + 0.8333333333vw, 0.9375rem);
    border-radius: 12px;
    border: 1px solid #19398B;
    cursor: pointer;
    margin-right: clamp(1.25rem, -5rem + 8.3333333333vw, 2.5rem);
    color: #19398B;
    text-align: center;
    font-family: "Commissioner", sans-serif;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 500;
    line-height: clamp(1.25rem, 0.625rem + 0.8333333333vw, 1.375rem);
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .header_wrap-catalog_trigger {
        display: none;
    }
}

@media (hover: hover) {
    .header_wrap-catalog_trigger:hover {
        background: #19398B;
        color: #FFF;
    }

    .header_wrap-catalog_trigger:hover svg rect {
        fill: #FFF;
    }
}

@media (hover: none) {
    .header_wrap-catalog_trigger:active {
        background: #19398B;
        color: #FFF;
    }

    .header_wrap-catalog_trigger:active svg rect {
        fill: #FFF;
    }
}

.header_wrap-catalog_trigger.active {
    background: #19398B;
    color: #FFF;
}

.header_wrap-catalog_trigger.active .icon::after {
    opacity: 1;
    visibility: visible;
    transform: rotate(180deg);
}

.header_wrap-catalog_trigger.active .icon svg {
    opacity: 0;
    transform: rotate(180deg);
}

.header_wrap-catalog_trigger .icon {
    display: flex;
    width: clamp(0.5rem, -0.125rem + 0.8333333333vw, 0.625rem);
    height: clamp(0.5rem, -0.125rem + 0.8333333333vw, 0.625rem);
    flex-shrink: 0;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .header_wrap-catalog_trigger .icon {
        width: 8px;
        height: 8px;
    }
}

.header_wrap-catalog_trigger .icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.225769%200.487535C0.526715%200.203363%201.01465%200.203384%201.31561%200.487535L4.99921%203.96898L8.6828%200.488512L8.74139%200.438707C9.04412%200.205345%209.49043%200.221869%209.77264%200.488512C10.0547%200.75513%2010.0729%201.17696%209.82635%201.46312L9.77264%201.51879L6.08905%205.00023L9.77264%208.48168L9.82635%208.53734C10.0729%208.8235%2010.0547%209.24533%209.77264%209.51195C9.49043%209.77859%209.04412%209.79512%208.74139%209.56175L8.6828%209.51195L4.99921%206.0305L1.31561%209.51293C1.01465%209.79708%200.526715%209.7971%200.225769%209.51293C-0.0752565%209.2284%20-0.0752565%208.7662%200.225769%208.48168L3.90839%205.00023L0.225769%201.51879C-0.0752565%201.23426%20-0.0752565%200.772064%200.225769%200.487535Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s;
}

.header_wrap-catalog_trigger .icon svg {
    width: 100%;
    height: 100%;
}

.header_wrap-city {
    color: #32373E;
    font-family: "Commissioner", sans-serif;
    font-size: clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    font-weight: 400;
    line-height: clamp(1.5rem, 0.875rem + 0.8333333333vw, 1.625rem);
}

@media screen and (max-width: 1199px) {
    .header_wrap-city {
        font-size: 16px;
        line-height: 24px;
        order: 1;
    }
}

.header_wrap-city a {
    margin-left: 1px;
    transition: 0.4s;
}

@media (hover: hover) {
    .header_wrap-city a:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .header_wrap-city a:active {
        opacity: 0.7;
    }
}

.header_wrap-city a span {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    color: #19398B;
    font-family: "Commissioner", sans-serif;
    font-size: clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    font-weight: 500;
    line-height: 24px;
}

@media screen and (max-width: 1199px) {
    .header_wrap-city a span {
        font-size: 16px;
        line-height: 24px;
    }
}

.header_wrap-city a span::after {
    content: "";
    display: flex;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201L4%204L7%201%22%20stroke%3D%22%2319398B%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 8px;
    height: 5px;
}

.header_wrap_navs_block {
    display: flex;
    flex: 1 1 auto;
    margin-right: clamp(1.25rem, -5rem + 8.3333333333vw, 2.5rem);
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_block {
        width: 100vw;
        max-width: 100vw;
        top: 100%;
        left: calc(-100% - 60px);
        margin: 0;
        height: calc(100dvh - 60px);
        max-height: calc(100dvh - 60px);
        position: absolute;
        background: #FFF;
        transition: 0.4s;
    }
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_block.active {
        opacity: 1;
        visibility: visible;
        left: 0;
    }
}

.header_wrap_navs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    column-gap: clamp(1.25rem, -1.875rem + 4.1666666667vw, 1.875rem);
    width: 100%;
}

.header_wrap_navs::-webkit-scrollbar {
    width: 0px;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: unset;
        width: 100%;
        max-width: 100%;
        padding: 22px 16px 20px 16px;
        margin: 0;
        row-gap: 28px;
        z-index: 11;
        max-height: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        transform: unset;
        position: unset;
    }
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_main {
        order: 3;
        width: 100%;
    }
}

.header_wrap_navs_main>ul {
    display: flex;
    column-gap: clamp(1.25rem, -1.875rem + 4.1666666667vw, 1.875rem);
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_main>ul {
        flex-direction: column;
        row-gap: 12px;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.header_wrap_navs_main>ul>li {
    display: block;
    position: relative;
}

.header_wrap_navs_main>ul>li.dropdown>a {
    display: flex;
}

.header_wrap_navs_main>ul>li.dropdown>a::after {
    content: "";
    display: block;
    width: 8px;
    height: 5px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201L4%204L7%201%22%20stroke%3D%22%2332373E%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: 0.4s;
}

.header_wrap_navs_main>ul>li.active>a {
    color: #19398B;
}

.header_wrap_navs_main>ul>li.active>a::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201L4%204L7%201%22%20stroke%3D%22%2319398B%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    transform: rotate(180deg);
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_main>ul>li.active>a {
        font-weight: 500;
    }
}

@media screen and (hover: hover) and (min-width: 1200px) {
    .header_wrap_navs_main>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (hover: none) and (min-width: 1200px) {
    .header_wrap_navs_main>ul>li:active>ul {
        opacity: 1;
        visibility: visible;
    }
}

.header_wrap_navs_main>ul>li>a {
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #32373E;
    font-family: "Commissioner", sans-serif;
    font-size: clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    font-weight: 400;
    line-height: clamp(1.5rem, 0.875rem + 0.8333333333vw, 1.625rem);
    position: relative;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_main>ul>li>a {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (hover: hover) and (min-width: 1200px) {
    .header_wrap_navs_main>ul>li>a:hover {
        color: #19398B;
    }

    .header_wrap_navs_main>ul>li>a:hover::after {
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201L4%204L7%201%22%20stroke%3D%22%2319398B%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
        transform: rotate(180deg);
    }
}

@media screen and (hover: none) and (min-width: 1200px) {
    .header_wrap_navs_main>ul>li>a:active {
        color: #19398B;
    }

    .header_wrap_navs_main>ul>li>a:active::after {
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201L4%204L7%201%22%20stroke%3D%22%2319398B%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
        transform: rotate(180deg);
    }
}

.header_wrap_navs_main>ul>li>ul {
    padding: clamp(0.75rem, -1.125rem + 2.5vw, 1.125rem) clamp(1rem, -0.875rem + 2.5vw, 1.375rem);
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 26px 0px rgba(0, 67, 101, 0.08);
    position: absolute;
    left: -20px;
    top: calc(100% + 13px);
    width: max-content;
    max-width: 230px;
    opacity: 0;
    visibility: hidden;
    z-index: 12;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_main>ul>li>ul {
        padding: 0;
        margin: 16px 12px 0px 12px;
        position: unset;
        width: 100%;
        opacity: 1;
        visibility: visible;
        background: transparent;
        box-shadow: unset;
        display: none;
        transition: unset;
    }
}

.header_wrap_navs_main>ul>li>ul::before {
    display: block;
    width: 100%;
    height: 13px;
    content: "";
    position: absolute;
    top: -13px;
}

.header_wrap_navs_main>ul>li>ul>li {
    display: flex;
    margin-bottom: 10px;
}

.header_wrap_navs_main>ul>li>ul>li:last-child {
    margin-bottom: 0px;
}

.header_wrap_navs_main>ul>li>ul>li.active>a {
    color: #19398B;
}

.header_wrap_navs_main>ul>li>ul>li>a {
    color: #6D7686;
    font-family: "Commissioner", sans-serif;
    font-size: clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    font-weight: 400;
    line-height: 24px;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_main>ul>li>ul>li>a {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (hover: hover) {
    .header_wrap_navs_main>ul>li>ul>li>a:hover {
        color: #32373E;
    }
}

@media (hover: none) {
    .header_wrap_navs_main>ul>li>ul>li>a:active {
        color: #32373E;
    }
}

.header_wrap_navs_subs {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem) clamp(1.25rem, -17.5rem + 25vw, 5rem) clamp(1.25rem, -1.875rem + 4.1666666667vw, 1.875rem) clamp(1.25rem, -17.5rem + 25vw, 5rem);
    background: #FFF;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 14px 14px;
    box-shadow: 0px 24px 84px -20px rgba(25, 57, 139, 0.05);
    clip-path: inset(0px -100% -1000% -100%);
    z-index: 11;
    transition: 0.4s;
}

@media screen and (max-width: 1400px) {
    .header_wrap_navs_subs {
        width: 100vw;
        max-width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs {
        order: 2;
        width: 100%;
        max-width: 100%;
        transform: unset;
        position: unset;
        opacity: 1;
        visibility: visible;
        padding: 0;
        margin: 0;
        clip-path: unset;
    }
}

.header_wrap_navs_subs.active {
    opacity: 1;
    visibility: visible;
}

.header_wrap_navs_subs-nav {
    position: relative;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs-nav {
        width: 100%;
        position: unset;
    }
}

.header_wrap_navs_subs-nav>ul {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 11px;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs-nav>ul {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        row-gap: 8px;
    }
}

.header_wrap_navs_subs-nav>ul>li {
    display: flex;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs-nav>ul>li {
        width: 100%;
    }
}

@media screen and (hover: hover) and (min-width: 1200px) {
    .header_wrap_navs_subs-nav>ul>li:hover .sub-menu-block {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (hover: none) and (min-width: 1200px) {
    .header_wrap_navs_subs-nav>ul>li:active .sub-menu-block {
        opacity: 1;
        visibility: visible;
    }
}

.header_wrap_navs_subs-nav>ul>li.active>a {
    background: #F5F7FA;
}

.header_wrap_navs_subs-nav>ul>li>a {
    display: block;
    color: #19398B;
    text-align: center;
    font-size: clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    font-weight: 600;
    line-height: 24px;
    padding: clamp(0.625rem, 0rem + 0.8333333333vw, 0.75rem) clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    border-radius: 16px;
    background: transparent;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs-nav>ul>li>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 10px;
        width: 100%;
        text-align: left;
        font-size: 16px;
        line-height: 24px;
        border-radius: 11px;
        background: #F5F7FA;
        padding: 10px 17px;
    }
}

.header_wrap_navs_subs-nav>ul>li>a::after {
    content: "";
    display: none;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%207L13%207M13%207L7.07059%2013M13%207L7.07059%201%22%20stroke%3D%22%2319398B%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs-nav>ul>li>a::after {
        display: flex;
    }
}

.header_wrap_navs_subs-nav .sub-menu-block {
    padding: clamp(1.25rem, -1.875rem + 4.1666666667vw, 1.875rem) clamp(1.5rem, -1.625rem + 4.1666666667vw, 2.125rem);
    background: #19398B;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    margin-top: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem);
    clip-path: inset(calc(0px - clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem)) -100% -100% -100%);
    transition: 0.2s;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs-nav .sub-menu-block.active {
        opacity: 1;
        visibility: visible;
        left: 0;
    }
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs-nav .sub-menu-block {
        clip-path: unset;
        top: 0;
        height: calc(100dvh - 60px);
        max-height: calc(100dvh - 60px);
        margin: 0;
        background: unset;
        padding: 20px 16px;
        display: flex;
        flex-direction: column;
        row-gap: 0px;
        opacity: 1;
        visibility: visible;
        left: -100%;
        transition: 0.4s;
    }
}

.header_wrap_navs_subs-nav .sub-menu-block::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #19398B;
    border-radius: 14px;
    user-select: none;
    pointer-events: none;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs-nav .sub-menu-block::before {
        display: none;
    }
}

.header_wrap_navs_subs-nav .sub-menu-block::after {
    content: "";
    display: block;
    height: clamp(1.25rem, -1.875rem + 4.1666666667vw, 1.875rem);
    width: 100%;
    position: absolute;
    top: calc(0px - clamp(1.25rem, -1.875rem + 4.1666666667vw, 1.875rem));
    left: 0;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs-nav .sub-menu-block::after {
        display: none;
    }
}

.header_wrap_navs_subs-nav .sub-menu-block-header {
    display: none;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs-nav .sub-menu-block-header {
        display: flex;
        position: relative;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
    }
}

.header_wrap_navs_subs-nav .sub-menu-block-header-close {
    position: absolute;
    left: 0;
    display: flex;
    width: 40px;
    height: 40px;
    transition: 0.4s;
}

@media (hover: hover) {
    .header_wrap_navs_subs-nav .sub-menu-block-header-close:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .header_wrap_navs_subs-nav .sub-menu-block-header-close:active {
        opacity: 0.7;
    }
}

.header_wrap_navs_subs-nav .sub-menu-block-header-close svg {
    width: 100%;
    height: 100%;
}

.header_wrap_navs_subs-nav .sub-menu-block-header-title {
    color: #19398B;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    width: 100%;
}

.header_wrap_navs_subs-nav .sub-menu-block-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + clamp(2.5rem, -35rem + 50vw, 10rem));
    height: calc(100% + clamp(1.875rem, -1.25rem + 4.1666666667vw, 2.5rem));
    background: #FFF;
    user-select: none;
    pointer-events: none;
    z-index: -1;
    border-radius: 0 0 14px 14px;
    background: #FFF;
    /* 4 */
    box-shadow: 0px 24px 84px 0px rgba(25, 57, 139, 0.05);
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs-nav .sub-menu-block-bg {
        box-shadow: unset;
        border-radius: unset;
        width: 100%;
        height: 100%;
    }
}

.header_wrap_navs_subs-nav .sub-menu-block .sub-menu-block_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    row-gap: 40px;
    margin: 0 -20px;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs-nav .sub-menu-block .sub-menu-block_list {
        flex-wrap: unset;
        background: #19398B;
        padding: 20px;
        border-radius: 12px;
        flex-direction: column;
        row-gap: 28px;
        margin: 0;
        height: 100%;
        max-height: 100%;
        overflow-y: auto;
    }

    .header_wrap_navs_subs-nav .sub-menu-block .sub-menu-block_list::-webkit-scrollbar {
        width: 0px;
    }
}

.header_wrap_navs_subs-nav .sub-menu-block .sub-menu-block_list-col {
    display: flex;
    flex-direction: column;
    row-gap: clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    width: 100%;
    max-width: 20%;
    padding: 0 20px;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs-nav .sub-menu-block .sub-menu-block_list-col {
        row-gap: 12px;
        max-width: 100%;
        padding: 0;
    }
}

.header_wrap_navs_subs-nav .sub-menu-block .sub-menu-block_list-col-title {
    color: #FFF;
    font-size: clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    font-weight: 600;
    line-height: clamp(1.375rem, 0.75rem + 0.8333333333vw, 1.5rem);
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs-nav .sub-menu-block .sub-menu-block_list-col-title {
        font-size: 16px;
        line-height: 24px;
    }
}

.header_wrap_navs_subs-nav .sub-menu-block .sub-menu-block_list-col ul {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    row-gap: clamp(0.5rem, -0.75rem + 1.6666666667vw, 0.75rem);
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs-nav .sub-menu-block .sub-menu-block_list-col ul {
        row-gap: 10px;
        column-gap: 10px;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.header_wrap_navs_subs-nav .sub-menu-block .sub-menu-block_list-col ul li {
    display: inline-flex;
    width: auto;
}

.header_wrap_navs_subs-nav .sub-menu-block .sub-menu-block_list-col ul li a {
    display: block;
    color: #FFF;
    font-family: "Commissioner", sans-serif;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 400;
    line-height: clamp(1.375rem, 0.75rem + 0.8333333333vw, 1.5rem);
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs-nav .sub-menu-block .sub-menu-block_list-col ul li a {
        font-size: 12px;
        line-height: 20px;
        border-radius: 20px;
        background: #F5F5F5;
        color: #19398B;
        padding: 4px 14px 8px 14px;
    }
}

@media (hover: hover) {
    .header_wrap_navs_subs-nav .sub-menu-block .sub-menu-block_list-col ul li a:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .header_wrap_navs_subs-nav .sub-menu-block .sub-menu-block_list-col ul li a:active {
        opacity: 0.7;
    }
}

.header_wrap_navs_subs-nav .sub-menu-block.mattress .sub-menu-block_swiper {
    aspect-ratio: 118/29;
}

.header_wrap_navs_subs-nav .sub-menu-block.bed .sub-menu-block_swiper {
    aspect-ratio: 4/1;
    width: 100%;
    max-width: 880px;
    height: 100%;
    margin-left: 30px;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs-nav .sub-menu-block.bed .sub-menu-block_swiper {
        margin-left: 0px;
        height: auto;
    }
}

.header_wrap_navs_subs-nav .sub-menu-block_swiper {
    flex: 1 1 auto;
    border-radius: 10px;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    margin: 0 20px;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs-nav .sub-menu-block_swiper {
        overflow: visible;
        margin: 0;
        flex: unset;
    }
}

.header_wrap_navs_subs-nav .sub-menu-block_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.header_wrap_navs_subs-nav .sub-menu-block_swiper .swiper-slide .ad_cloud_block {
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
    gap: 5px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    z-index: 20;
}

@media screen and (max-width: 1199px) {
    .header_wrap_navs_subs-nav .sub-menu-block_swiper .swiper-slide .ad_cloud_block {
        bottom: 10px;
        padding: 0 10px;
    }
}

.header_wrap_navs_subs-nav .sub-menu-block_swiper .swiper-slide .ad_cloud_block-title {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 15px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.55);
    color: #32373E;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
}

@media (hover: hover) {
    .header_wrap_navs_subs-nav .sub-menu-block_swiper .swiper-slide .ad_cloud_block-title:hover~.ad_cloud_block-text {
        opacity: 1;
        visibility: visible;
    }
}

@media (hover: none) {
    .header_wrap_navs_subs-nav .sub-menu-block_swiper .swiper-slide .ad_cloud_block-title:active~.ad_cloud_block-text {
        opacity: 1;
        visibility: visible;
    }
}

.header_wrap_navs_subs-nav .sub-menu-block_swiper .swiper-slide .ad_cloud_block-text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 6px 15px;
    border-radius: 6px;
    background: #fff;
    color: #32373E;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    user-select: none;
    pointer-events: none;
    max-width: 600px;
    margin-top: 10px;
    opacity: 0;
    transition: 0.3s;
}

.header_wrap_btns {
    display: flex;
    margin-left: auto;
}

@media screen and (max-width: 1199px) {
    .header_wrap_btns {
        column-gap: 7px;
    }
}

.header_wrap_btns-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
    transition: 0.4s;
}

.header_wrap_btns-btn svg {
    width: 100%;
    height: 100%;
}

.header_wrap_btns-burger {
    display: none;
}

@media screen and (max-width: 1199px) {
    .header_wrap_btns-burger {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        aspect-ratio: 1/1;
        overflow: hidden;
        position: relative;
        border-radius: 12px;
        background: #F5F5F5;
    }

    .header_wrap_btns-burger span {
        display: block;
        width: 16px;
        height: 1px;
        background: #19398B;
        position: relative;
        transition: 0.4s;
    }

    .header_wrap_btns-burger span::after {
        content: "";
        display: block;
        width: inherit;
        height: inherit;
        background: inherit;
        position: absolute;
        left: 0;
        top: 5px;
        transition: 0.4s;
    }

    .header_wrap_btns-burger span::before {
        content: "";
        display: block;
        width: inherit;
        height: inherit;
        background: inherit;
        position: absolute;
        left: 0;
        top: -5px;
        transition: 0.4s;
    }
}

.header_wrap_btns-burger.active span {
    transform: rotate(45deg);
}

.header_wrap_btns-burger.active span::after {
    opacity: 0;
}

.header_wrap_btns-burger.active span::before {
    top: 0px;
    transform: rotate(-90deg);
}

.header_wrap_btns-search {
    margin-right: 12px;
    width: clamp(2.25rem, 0.375rem + 2.5vw, 2.625rem);
    height: clamp(2.25rem, 0.375rem + 2.5vw, 2.625rem);
}

@media screen and (max-width: 1199px) {
    .header_wrap_btns-search {
        width: 40px;
        height: 40px;
        margin-right: 0px;
    }
}

@media (hover: hover) {
    .header_wrap_btns-search:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .header_wrap_btns-search:active {
        opacity: 0.7;
    }
}

.header_wrap_btns-call {
    border-radius: 12px;
    background: #19398B;
    margin-right: 6px;
    padding: 4px 16px;
    border: 1px solid #19398B;
    color: #FFF;
    text-align: center;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

@media (hover: hover) {
    .header_wrap_btns-call:hover {
        background: transparent;
        color: #19398B;
    }
}

@media (hover: none) {
    .header_wrap_btns-call:active {
        background: transparent;
        color: #19398B;
    }
}

@media screen and (max-width: 1199px) {
    .header_wrap_btns-call {
        display: none;
    }
}

.header_wrap_btns-wa {
    width: clamp(2.25rem, 0.375rem + 2.5vw, 2.625rem);
    height: clamp(2.25rem, 0.375rem + 2.5vw, 2.625rem);
}

@media screen and (max-width: 1199px) {
    .header_wrap_btns-wa {
        width: 40px;
        height: 40px;
    }
}

@media (hover: hover) {
    .header_wrap_btns-wa:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .header_wrap_btns-wa:active {
        opacity: 0.7;
    }
}

.header .header_card_block {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: #FFF;
    padding: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem) clamp(1rem, -3.375rem + 5.8333333333vw, 1.875rem);
    border-radius: 0 0 14px 14px;
    box-shadow: 0 24px 84px 0 rgba(25, 57, 139, 0.05);
    clip-path: inset(0px -100% -100% -100%);
}

@media screen and (max-width: 767px) {
    .header .header_card_block {
        display: none !important;
    }
}

.header_card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .header_card {
        row-gap: 14px;
    }
}

.header_card-title {
    color: #19398B;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    flex: 1 1 50%;
    max-width: 50%;
}

@media screen and (max-width: 1199px) {
    .header_card-title {
        flex: 1 1 auto;
        order: 1;
        max-width: 40%;
        margin-right: auto;
        font-size: 18px;
        line-height: 24px;
    }
}

.header_card_bottom {
    display: flex;
    align-items: center;
    column-gap: clamp(1rem, -1.5rem + 3.3333333333vw, 1.5rem);
    margin-right: auto;
}

@media screen and (max-width: 1199px) {
    .header_card_bottom {
        order: 4;
        column-gap: 16px;
    }
}

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

.header_card_bottom-rating {
    display: flex;
    align-items: center;
    column-gap: clamp(0.5rem, -0.125rem + 0.8333333333vw, 0.625rem);
}

@media (hover: hover) {
    .header_card_bottom-rating:hover .header_card_bottom-rating-right {
        color: #19398B;
    }
}

@media (hover: none) {
    .header_card_bottom-rating:active .header_card_bottom-rating-right {
        color: #19398B;
    }
}

.header_card_bottom-rating-left {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.header_card_bottom-rating-left span {
    color: #19398B;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 600;
    line-height: clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem);
    transform: translateY(1px);
}

@media screen and (max-width: 1199px) {
    .header_card_bottom-rating-left span {
        font-size: 12px;
        line-height: 18px;
    }
}

.header_card_bottom-rating-left .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
    height: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .header_card_bottom-rating-left .icon {
        width: 10px;
        height: 10px;
    }
}

.header_card_bottom-rating-left .icon svg {
    width: 100%;
    height: 100%;
}

.header_card_bottom-rating-right {
    color: #6D7686;
    font-family: "Commissioner", sans-serif;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 400;
    line-height: clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem);
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .header_card_bottom-rating-right {
        font-size: 12px;
        line-height: 18px;
    }
}

.header_card_bottom_links {
    display: flex;
    flex-wrap: wrap;
    column-gap: clamp(1rem, -1.5rem + 3.3333333333vw, 1.5rem);
}

.header_card_bottom_links li {
    display: flex;
}

.header_card_bottom_links li a {
    color: #6D7686;
    font-family: "Commissioner", sans-serif;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 400;
    line-height: clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem);
    transition: 0.4s;
}

@media (hover: hover) {
    .header_card_bottom_links li a:hover {
        color: #19398B;
    }
}

@media (hover: none) {
    .header_card_bottom_links li a:active {
        color: #19398B;
    }
}

.header_card-costs {
    display: flex;
    align-items: center;
    column-gap: clamp(0.625rem, -1.25rem + 2.5vw, 1rem);
    margin-right: clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem);
    margin-top: -19px;
}

@media screen and (max-width: 1199px) {
    .header_card-costs {
        order: 2;
        margin-top: 0px;
        margin-right: 16px;
        column-gap: 10px;
    }
}

.header_card-costs b {
    color: #BA4265;
    font-size: clamp(1.125rem, 0.5rem + 0.8333333333vw, 1.25rem);
    font-weight: 600;
    line-height: clamp(1.625rem, 1rem + 0.8333333333vw, 1.75rem);
}

@media screen and (max-width: 1199px) {
    .header_card-costs b {
        font-size: 14px;
        line-height: 22px;
    }
}

.header_card-costs s {
    color: #6D7686;
    font-family: "Commissioner", sans-serif;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 400;
    line-height: clamp(1.375rem, 0.75rem + 0.8333333333vw, 1.5rem);
    text-decoration: line-through;
    text-decoration-color: inherit;
}

@media screen and (max-width: 1199px) {
    .header_card-costs s {
        font-size: 14px;
        line-height: 22px;
    }
}

.header_card_btns {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    margin-top: -19px;
}

@media screen and (max-width: 1199px) {
    .header_card_btns {
        order: 2;
        margin-top: 0px;
        column-gap: 4px;
    }
}

.header_card_btns_buy {
    display: flex;
    column-gap: clamp(0.5rem, -0.125rem + 0.8333333333vw, 0.625rem);
}

@media screen and (max-width: 1199px) {
    .header_card_btns_buy {
        column-gap: 4px;
    }
}

@media screen and (max-width: 767px) {
    .header_card_btns_buy {
        width: 100%;
        max-width: 100%;
        column-gap: 10px;
        padding: 12px 16px;
    }
}

.header_card_btns_buy-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    padding: clamp(0.5rem, -0.125rem + 0.8333333333vw, 0.625rem) clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    border-radius: 12px;
    color: #FFF;
    text-align: center;
    font-family: "Commissioner", sans-serif;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 500;
    line-height: 22px;
}

@media screen and (max-width: 1199px) {
    .header_card_btns_buy-btn {
        padding: 6px 14px;
        column-gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    .header_card_btns_buy-btn {
        width: 100%;
        max-width: 50%;
        height: 46px;
        font-size: 14px;
        line-height: 22px;
    }
}

.header_card_btns_buy-btn.cart {
    background: #19398B;
}

.header_card_btns_buy-btn.wa {
    background: #BA4265;
}

.header_card_btns_buy-btn .icon {
    display: flex;
    flex-shrink: 0;
    width: clamp(0.8125rem, 0.1875rem + 0.8333333333vw, 0.9375rem);
    height: clamp(0.8125rem, 0.1875rem + 0.8333333333vw, 0.9375rem);
}

@media screen and (max-width: 1199px) {
    .header_card_btns_buy-btn .icon {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 767px) {
    .header_card_btns_buy-btn .icon {
        width: 16px;
        height: 16px;
    }
}

.header_card_btns_buy-btn .icon svg {
    width: 100%;
    height: 100%;
}

.header_card_btns_help {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
}

@media screen and (max-width: 1199px) {
    .header_card_btns_help {
        column-gap: 4px;
    }
}

.header_card_btns_help a {
    display: flex;
    width: clamp(2.375rem, 1.125rem + 1.6666666667vw, 2.625rem);
    height: clamp(2.375rem, 1.125rem + 1.6666666667vw, 2.625rem);
}

@media screen and (max-width: 1199px) {
    .header_card_btns_help a {
        width: 34px;
        height: 34px;
    }
}

.header_card_btns_help a svg {
    width: 100%;
    height: 100%;
}

@media (hover: hover) {
    .header_card_btns_help a:hover svg line {
        stroke: #FFF;
    }

    .header_card_btns_help a:hover svg path {
        fill: #FFF;
    }

    .header_card_btns_help a:hover svg rect {
        fill: #19398B;
    }
}

@media (hover: none) {
    .header_card_btns_help a:active svg line {
        stroke: #FFF;
    }

    .header_card_btns_help a:active svg path {
        fill: #FFF;
    }

    .header_card_btns_help a:active svg rect {
        fill: #19398B;
    }
}

.header_card_btns_help a.active svg line {
    stroke: #FFF;
}

.header_card_btns_help a.active svg path {
    fill: #FFF;
}

.header_card_btns_help a.active svg rect {
    fill: #19398B;
}

.header_card_btns_help a svg {
    width: 100%;
    height: 100%;
}

.header_card_btns_help a svg line,
.header_card_btns_help a svg path,
.header_card_btns_help a svg rect {
    transition: 0.4s;
}

.header_card_btns_help a svg rect {
    fill: transparent;
}

html,
body {
    overflow-x: clip;
}

:root {
    --pink-gradient: radial-gradient(2848.24% 136.07% at 5.14% 0%, #EEA2A4 0%, #FCC19C 100%);
    --pink-background: linear-gradient(180deg, #E9B3BA 0%, #EEBFBD 43.5%, #F7D7C4 100%);
    --radial: radial-gradient(90% 141.42% at 100% 0%, #B1D8E7 0%, #8DB4D6 26.5%, #698FC5 49.5%, #5279BA 70.09%, #2047A2 100%);
}


body {
    color: #464646;
    font-family: "Fira Sans", sans-serif;
    background-color: #fff;
    font-size: 16px;
}

body::-webkit-scrollbar {
    width: 7px;
}

body::-webkit-scrollbar-thumb {
    background: #19398B;
    border-radius: 10px;
}

body::-webkit-scrollbar-track {
    background: transparent;
}

main {
    overflow-x: clip;
    margin-top: clamp(4.375rem, -2.5rem + 9.1666666667vw, 5.75rem);
}

@media screen and (max-width: 1199px) {
    main {
        margin-top: 70px;
    }
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 100px;
    padding: 0 clamp(1rem, -25.25rem + 35vw, 6.25rem);
}

@media screen and (max-width: 1199px) {
    .container {
        max-width: 100%;
        padding: 0 16px;
    }
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-x: clamp(0.625rem, -5.625rem + 8.333vw, 1.875rem);
}

@media screen and (max-width: 1199px) {
    .row {
        --bs-gutter-x: 10px;
    }
}

.swiper-slide {
    user-select: none;
}

.swiper-button-prev,
.swiper-button-next {
    margin: 0;
    padding: 0;
    user-select: none;
    transition: 0.4s;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

@media (hover: hover) {

    .swiper-button-prev:hover svg circle,
    .swiper-button-next:hover svg circle {
        stroke: rgb(70, 70, 70);
    }

    .swiper-button-prev:hover svg path,
    .swiper-button-next:hover svg path {
        stroke: rgb(70, 70, 70);
    }
}

@media (hover: none) {

    .swiper-button-prev:active svg circle,
    .swiper-button-next:active svg circle {
        stroke: rgb(70, 70, 70);
    }

    .swiper-button-prev:active svg path,
    .swiper-button-next:active svg path {
        stroke: rgb(70, 70, 70);
    }
}

.page-line {
    position: relative;
}

.card_hit {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    border-radius: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
    background: #FFF;
    box-shadow: 0px 24px 84px 0px rgba(25, 57, 139, 0.15);
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .card_hit {
        border-radius: 10px;
    }
}

.card_hit-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    aspect-ratio: 197/130;
    position: relative;
}

.card_hit-image::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.card_hit-image img {
    width: 100%;
    height: auto;
}

.card_hit_content {
    display: flex;
    flex-direction: column;
    padding: 18px 30px 30px 30px;
    background: #FFF;
}

@media screen and (max-width: 1199px) {
    .card_hit_content {
        padding: 10px 16px 16px 16px;
    }
}

.card_hit_content>*:first-child {
    margin-top: 0px;
}

.card_hit_content>*:last-child {
    margin-bottom: 0px;
}

.card_hit_content_head {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    row-gap: clamp(0rem, -3.75rem + 5vw, 0.75rem);
}

@media screen and (max-width: 1199px) {
    .card_hit_content_head {
        row-gap: 0px;
    }
}

.card_hit_content_body ul {
    margin-top: 26px;
    margin-top: clamp(0.625rem, -4.375rem + 6.6666666667vw, 1.625rem);
}

@media screen and (max-width: 1199px) {
    .card_hit_content_body ul {
        margin-top: 10px;
    }
}

.card_hit_content_body ul li {
    display: flex;
    align-items: center;
    column-gap: 20px;
    column-gap: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem);
    position: relative;
    margin-bottom: 16px;
    margin-bottom: clamp(0.4375rem, -2.375rem + 3.75vw, 1rem);
}

@media screen and (max-width: 1199px) {
    .card_hit_content_body ul li {
        column-gap: 10px;
        margin-bottom: 7px;
        align-items: flex-start;
    }
}

.card_hit_content_body ul li:last-child {
    margin-bottom: 0px;
}

.card_hit_content_body ul li::before {
    content: "";
    display: block;
    width: 10px;
    width: clamp(0.375rem, -0.875rem + 1.6666666667vw, 0.625rem);
    height: 10px;
    height: clamp(0.375rem, -0.875rem + 1.6666666667vw, 0.625rem);
    flex-shrink: 0;
    border-radius: 50%;
    background: #19398B;
}

@media screen and (max-width: 1199px) {
    .card_hit_content_body ul li::before {
        width: 6px;
        height: 6px;
        margin-top: 7px;
    }
}

.card_hit_content_price {
    display: flex;
    align-items: center;
    column-gap: 20px;
    column-gap: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem);
    margin-top: 30px;
    margin-top: clamp(0.75rem, -4.875rem + 7.5vw, 1.875rem);
}

@media screen and (max-width: 1199px) {
    .card_hit_content_price {
        margin-top: 12px;
        column-gap: 10px;
    }
}

.card_hit_content_price-cost {
    color: #32373E;
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-size: clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem);
    font-weight: 500;
    line-height: 26px;
    line-height: clamp(1.375rem, 0.125rem + 1.6666666667vw, 1.625rem);
}

@media screen and (max-width: 1199px) {
    .card_hit_content_price-cost {
        font-size: 16px;
        line-height: 22px;
    }
}

.card_hit_content_price-cost span {
    font-family: "Fira Sans", sans-serif;
}

.card_hit_content_price-old {
    color: #6D7686;
    font-family: "Commissioner", sans-serif;
    font-size: 15px;
    font-size: clamp(0.75rem, -0.1875rem + 1.25vw, 0.9375rem);
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
}

@media screen and (max-width: 1199px) {
    .card_hit_content_price-old {
        font-size: 12px;
    }
}

.card_hit_content_btn {
    display: flex;
    align-items: flex-end;
    flex: 1 1 auto;
    margin-top: 30px;
    margin-top: clamp(1.125rem, -2.625rem + 5vw, 1.875rem);
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .card_hit_content_btn {
        margin-top: 18px;
    }
}

.card_hit-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.card_product {
    display: flex;
    flex-direction: column;
    padding: 40px 30px 30px 30px;
    padding: clamp(0.6875rem, -8.375rem + 12.0833333333vw, 2.5rem) clamp(0.6875rem, -5.25rem + 7.9166666667vw, 1.875rem) clamp(0.6875rem, -5.25rem + 7.9166666667vw, 1.875rem) clamp(0.6875rem, -5.25rem + 7.9166666667vw, 1.875rem);
    border-radius: 14px;
    border-radius: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
    border: 1px solid #ECEEF0;
    background: #FFF;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .card_product {
        padding: 11px;
        border-radius: 10px;
    }
}

.card_product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    aspect-ratio: 157/95;
    overflow: hidden;
}

.card_product-image img {
    height: auto;
    max-height: 100%;
}

.card_product_content {
    margin-top: 18px;
    margin-top: clamp(0.625rem, -1.875rem + 3.3333333333vw, 1.125rem);
}

@media screen and (max-width: 1199px) {
    .card_product_content {
        margin-top: 10px;
    }
}

.card_product_content_top {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    row-gap: clamp(0.125rem, -3rem + 4.1666666667vw, 0.75rem);
}

@media screen and (max-width: 1199px) {
    .card_product_content_top {
        row-gap: 2px;
    }
}

.card_product_content_info {
    margin-top: 26px;
    margin-top: clamp(0.625rem, -4.375rem + 6.6666666667vw, 1.625rem);
}

@media screen and (max-width: 1199px) {
    .card_product_content_info {
        margin-top: 10px;
    }
}

.card_product_content_info_item {
    display: flex;
    margin-bottom: 12px;
    margin-bottom: clamp(0.1875rem, -2.625rem + 3.75vw, 0.75rem);
    column-gap: 30px;
    column-gap: clamp(0.625rem, -5.625rem + 8.3333333333vw, 1.875rem);
}

@media screen and (max-width: 1199px) {
    .card_product_content_info_item {
        column-gap: 0px;
        display: inline-block;
        margin-bottom: 3px;
    }
}

.card_product_content_info_item:last-of-type {
    margin-bottom: 0px;
}

.card_product_content_info_item-title {
    color: #6D7686;
    min-width: 152px;
    max-width: 152px;
}

@media screen and (max-width: 1199px) {
    .card_product_content_info_item-title {
        min-width: unset;
        max-width: unset;
        display: inline;
    }
}

.card_product_content_info_item-count {
    color: #19398B;
}

@media screen and (max-width: 1199px) {
    .card_product_content_info_item-count {
        display: inline;
    }
}

.card_product_content_price {
    display: flex;
    align-items: center;
    column-gap: 20px;
    column-gap: clamp(0.75rem, -1.75rem + 3.3333333333vw, 1.25rem);
    margin-top: 30px;
    margin-top: clamp(0.75rem, -4.875rem + 7.5vw, 1.875rem);
}

@media screen and (max-width: 1199px) {
    .card_product_content_price {
        margin-top: 12px;
        column-gap: 10px;
    }
}

.card_product_content_price-cost {
    color: #32373E;
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-size: clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem);
    font-weight: 500;
    line-height: 26px;
    line-height: clamp(1.375rem, 0.125rem + 1.6666666667vw, 1.625rem);
}

@media screen and (max-width: 1199px) {
    .card_product_content_price-cost {
        font-size: 16px;
        line-height: 22px;
    }
}

.card_product_content_price-cost span {
    font-family: "Fira Sans", sans-serif;
}

.card_product_content_price-old {
    color: #6D7686;
    font-family: "Commissioner", sans-serif;
    font-size: 15px;
    font-size: clamp(0.75rem, -0.1875rem + 1.25vw, 0.9375rem);
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
}

@media screen and (max-width: 1199px) {
    .card_product_content_price-old {
        font-size: 12px;
    }
}

.card_product_content_btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
    margin-top: clamp(0.625rem, -5.625rem + 8.3333333333vw, 1.875rem);
    position: relative;
    z-index: 2;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .card_product_content_btns {
        gap: unset;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .card_product_content_btns .btn {
        width: 100%;
    }
}

.card_product_content_btns-func {
    display: flex;
    width: 40px;
    width: clamp(2.125rem, 0.25rem + 2.5vw, 2.5rem);
    height: 40px;
    height: clamp(2.125rem, 0.25rem + 2.5vw, 2.5rem);
}

@media screen and (max-width: 1199px) {
    .card_product_content_btns-func {
        display: none;
        width: 34px;
        height: 34px;
    }
}

@media (hover: hover) {
    .card_product_content_btns-func:hover svg line {
        stroke: #FFF;
    }

    .card_product_content_btns-func:hover svg path {
        fill: #FFF;
    }

    .card_product_content_btns-func:hover svg rect {
        fill: #19398B;
    }
}

@media (hover: none) {
    .card_product_content_btns-func:active svg line {
        stroke: #FFF;
    }

    .card_product_content_btns-func:active svg path {
        fill: #FFF;
    }

    .card_product_content_btns-func:active svg rect {
        fill: #19398B;
    }
}

.card_product_content_btns-func.active svg line {
    stroke: #FFF;
}

.card_product_content_btns-func.active svg path {
    fill: #FFF;
}

.card_product_content_btns-func.active svg rect {
    fill: #19398B;
}

.card_product_content_btns-func svg {
    width: 100%;
    height: 100%;
}

.card_product_content_btns-func svg line,
.card_product_content_btns-func svg path,
.card_product_content_btns-func svg rect {
    transition: 0.4s;
}

.card_product_content_btns-func svg rect {
    fill: transparent;
}

.card_product-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.card_mattress {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 14px;
    border-radius: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
    border: 1px solid #ECEEF0;
    background: #FFF;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .card_mattress {
        padding: 11px;
        border-radius: 10px;
    }
}

.card_mattress-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    aspect-ratio: 157/95;
    overflow: hidden;
}

.card_mattress-image img {
    height: auto;
    max-height: 100%;
}

.card_mattress_content {
    margin-top: 18px;
    margin-top: clamp(0.625rem, -1.875rem + 3.3333333333vw, 1.125rem);
}

@media screen and (max-width: 1199px) {
    .card_mattress_content {
        margin-top: 10px;
    }
}

.card_mattress_content_top {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    row-gap: clamp(0.125rem, -3rem + 4.1666666667vw, 0.75rem);
}

@media screen and (max-width: 1199px) {
    .card_mattress_content_top {
        row-gap: 2px;
    }
}

.card_mattress_content_info {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    row-gap: clamp(0.625rem, -1.25rem + 2.5vw, 1rem);
    margin-top: 26px;
    margin-top: clamp(0.625rem, -4.375rem + 6.6666666667vw, 1.625rem);
}

@media screen and (max-width: 1199px) {
    .card_mattress_content_info {
        margin-top: 10px;
        row-gap: 10px;
    }
}

.card_mattress_content_info_hardness {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    row-gap: clamp(0.0625rem, -2.75rem + 3.75vw, 0.625rem);
}

@media screen and (max-width: 1199px) {
    .card_mattress_content_info_hardness {
        row-gap: 1px;
    }
}

.card_mattress_content_info_hardness_meta {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    row-gap: clamp(0.125rem, -3rem + 4.1666666667vw, 0.75rem);
}

@media screen and (max-width: 1199px) {
    .card_mattress_content_info_hardness_meta {
        row-gap: 2px;
    }
}

.card_mattress_content_info_hardness_meta-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 5px;
}

.card_mattress_content_info_hardness_meta-item[data-hardness="1"] .card_mattress_content_info_hardness_meta-icon svg>*:nth-child(-n+1) {
    fill: #19398B;
}

.card_mattress_content_info_hardness_meta-item[data-hardness="2"] .card_mattress_content_info_hardness_meta-icon svg>*:nth-child(-n+2) {
    fill: #19398B;
}

.card_mattress_content_info_hardness_meta-item[data-hardness="3"] .card_mattress_content_info_hardness_meta-icon svg>*:nth-child(-n+3) {
    fill: #19398B;
}

.card_mattress_content_info_hardness_meta-item[data-hardness="4"] .card_mattress_content_info_hardness_meta-icon svg>*:nth-child(-n+4) {
    fill: #19398B;
}

.card_mattress_content_info_hardness_meta-item[data-hardness="5"] .card_mattress_content_info_hardness_meta-icon svg>*:nth-child(-n+5) {
    fill: #19398B;
}

.card_mattress_content_info_hardness_meta-icon {
    display: flex;
    height: 10px;
    height: clamp(0.3125rem, -1.25rem + 2.0833333333vw, 0.625rem);
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .card_mattress_content_info_hardness_meta-icon {
        height: 5px;
    }
}

.card_mattress_content_info_hardness_meta-icon svg {
    max-height: 100%;
    height: 100%;
    width: auto;
}

.card_mattress_content_info_hardness_meta-icon svg>* {
    fill: #ECEEF0;
}

.card_mattress_content_info_hardness_meta-value {
    color: #19398B;
    text-align: right;
}

.card_mattress_content_info_size {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    column-gap: clamp(0.3125rem, -1.25rem + 2.0833333333vw, 0.625rem);
    row-gap: 5px;
    position: relative;
    flex-wrap: wrap;
    z-index: 4;
}

@media screen and (max-width: 1199px) {
    .card_mattress_content_info_size {
        column-gap: 5px;
    }
}

.card_mattress_content_info_size-select {
    cursor: pointer;
}

.card_mattress_content_info_size-select .select.select_show .select__toggle::before {
    transform: rotate(180deg);
}

.card_mattress_content_info_size-select .select.select_show .select__dropdown {
    display: block;
}

.card_mattress_content_info_size-select .select__toggle {
    display: flex;
    align-items: center;
    column-gap: 10px;
    column-gap: clamp(0.3125rem, -1.25rem + 2.0833333333vw, 0.625rem);
    color: #19398B;
    text-align: right;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    font-size: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    line-height: clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem);
    user-select: none;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .card_mattress_content_info_size-select .select__toggle {
        column-gap: 5px;
        font-size: 12px;
        line-height: 18px;
    }
}

@media (hover: hover) {
    .card_mattress_content_info_size-select .select__toggle:hover {
        opacity: 0.8;
    }
}

@media (hover: none) {
    .card_mattress_content_info_size-select .select__toggle:active {
        opacity: 0.8;
    }
}

.card_mattress_content_info_size-select .select__toggle::before {
    content: "";
    display: block;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%3E%3Crect%20width%3D%2218%22%20height%3D%2218%22%20rx%3D%229%22%20fill%3D%22%23F5F5F5%22%2F%3E%3Cpath%20d%3D%22M7%208L9%2010L11%208%22%20stroke%3D%22%236D7686%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    transition: 0.4s;
}

.card_mattress_content_info_size-select .select__dropdown {
    display: none;
    padding: 18px 13px 18px 22px;
    padding: clamp(0.75rem, -1.125rem + 2.5vw, 1.125rem) clamp(0.75rem, 0.4375rem + 0.4166666667vw, 0.8125rem) clamp(0.75rem, -1.125rem + 2.5vw, 1.125rem) clamp(0.75rem, -2.375rem + 4.1666666667vw, 1.375rem);
    border-radius: 12px;
    border-radius: clamp(0.5rem, -0.75rem + 1.6666666667vw, 0.75rem);
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 6;
    top: calc(100% + 10px);
    right: 0px;
}

@media screen and (max-width: 1199px) {
    .card_mattress_content_info_size-select .select__dropdown {
        padding: 12px;
        border-radius: 8px;
        top: calc(100% + 5px);
    }
}

.card_mattress_content_info_size-select .select__dropdown .select__options {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    max-height: 250px;
    max-height: clamp(11.25rem, -10.625rem + 29.1666666667vw, 15.625rem);
    overflow-y: auto;
    padding-right: 15px;
    padding-right: clamp(0.6875rem, -0.5625rem + 1.6666666667vw, 0.9375rem);
}

@media screen and (max-width: 1199px) {
    .card_mattress_content_info_size-select .select__dropdown .select__options {
        max-height: 180px;
        padding-right: 11px;
    }
}

.card_mattress_content_info_size-select .select__dropdown .select__options::-webkit-scrollbar {
    width: 2px;
    border-radius: 5px;
}

.card_mattress_content_info_size-select .select__dropdown .select__options::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #E2E4E7;
}

.card_mattress_content_info_size-select .select__dropdown .select__options::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #A7ADB7;
}

.card_mattress_content_info_size-select .select__dropdown .select__options .select__option {
    color: #6D7686;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    font-size: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    font-weight: 400;
    line-height: 24px;
    line-height: clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem);
    cursor: pointer;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .card_mattress_content_info_size-select .select__dropdown .select__options .select__option {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (hover: hover) {
    .card_mattress_content_info_size-select .select__dropdown .select__options .select__option:hover {
        color: #32373E;
    }
}

@media (hover: none) {
    .card_mattress_content_info_size-select .select__dropdown .select__options .select__option:active {
        color: #32373E;
    }
}

.card_mattress_content_info_size-select .select__dropdown .select__options .select__option.select__option_selected {
    color: #19398B;
}

@media (hover: hover) {
    .card_mattress_content_info_size-select .select__dropdown .select__options .select__option.select__option_selected:hover {
        color: #19398B;
    }
}

@media (hover: none) {
    .card_mattress_content_info_size-select .select__dropdown .select__options .select__option.select__option_selected:active {
        color: #19398B;
    }
}

.card_mattress_content_price {
    display: flex;
    align-items: center;
    column-gap: 20px;
    column-gap: clamp(0.75rem, -1.75rem + 3.3333333333vw, 1.25rem);
    margin-top: 40px;
    margin-top: clamp(0.75rem, -8rem + 11.6666666667vw, 2.5rem);
}

@media screen and (max-width: 1199px) {
    .card_mattress_content_price {
        margin-top: 12px;
        column-gap: 10px;
    }
}

.card_mattress_content_price-cost {
    color: #32373E;
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-size: clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem);
    font-weight: 500;
    line-height: 26px;
    line-height: clamp(1.375rem, 0.125rem + 1.6666666667vw, 1.625rem);
}

@media screen and (max-width: 1199px) {
    .card_mattress_content_price-cost {
        font-size: 16px;
        line-height: 22px;
    }
}

.card_mattress_content_price-cost span {
    font-family: "Fira Sans", sans-serif;
}

.card_mattress_content_price-old {
    color: #6D7686;
    font-family: "Commissioner", sans-serif;
    font-size: 15px;
    font-size: clamp(0.75rem, -0.1875rem + 1.25vw, 0.9375rem);
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
}

@media screen and (max-width: 1199px) {
    .card_mattress_content_price-old {
        font-size: 12px;
    }
}

.card_mattress_content_btns {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    column-gap: clamp(0.3125rem, -1.25rem + 2.0833333333vw, 0.625rem);
    margin-top: 30px;
    margin-top: clamp(0.625rem, -5.625rem + 8.3333333333vw, 1.875rem);
    position: relative;
    z-index: 2;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .card_mattress_content_btns {
        gap: unset;
        margin-top: 10px;
        flex-wrap: nowrap;
        column-gap: 3px;
    }
}

.card_mattress_content_btns .btn {
    border-radius: 12px;
    border-radius: clamp(0.5rem, -0.75rem + 1.6666666667vw, 0.75rem);
}

@media screen and (max-width: 1199px) {
    .card_mattress_content_btns .btn {
        border-radius: 8px;
    }
}

.card_mattress_content_btns-func {
    display: flex;
    width: 40px;
    width: clamp(2.125rem, 0.25rem + 2.5vw, 2.5rem);
    height: 40px;
    height: clamp(2.125rem, 0.25rem + 2.5vw, 2.5rem);
}

@media screen and (max-width: 1199px) {
    .card_mattress_content_btns-func {
        width: 34px;
        height: 34px;
    }
}

@media (hover: hover) {
    .card_mattress_content_btns-func:hover svg line {
        stroke: #FFF;
    }

    .card_mattress_content_btns-func:hover svg path {
        fill: #FFF;
    }

    .card_mattress_content_btns-func:hover svg rect {
        fill: #19398B;
    }
}

@media (hover: none) {
    .card_mattress_content_btns-func:active svg line {
        stroke: #FFF;
    }

    .card_mattress_content_btns-func:active svg path {
        fill: #FFF;
    }

    .card_mattress_content_btns-func:active svg rect {
        fill: #19398B;
    }
}

.card_mattress_content_btns-func.active svg line {
    stroke: #FFF;
}

.card_mattress_content_btns-func.active svg path {
    fill: #FFF;
}

.card_mattress_content_btns-func.active svg rect {
    fill: #19398B;
}

.card_mattress_content_btns-func svg {
    width: 100%;
    height: 100%;
}

.card_mattress_content_btns-func svg line,
.card_mattress_content_btns-func svg path,
.card_mattress_content_btns-func svg rect {
    transition: 0.4s;
}

.card_mattress_content_btns-func svg rect {
    fill: transparent;
}

@media screen and (max-width: 1199px) {
    .card_mattress_content_btns-func svg rect {
        display: none;
    }
}

.card_mattress-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bredcrumbs {
    margin-top: 20px;
    margin-top: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem);
    margin-bottom: 50px;
    margin-bottom: clamp(0.625rem, -11.875rem + 16.6666666667vw, 3.125rem);
}

@media screen and (max-width: 1199px) {
    .bredcrumbs {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.bredcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bredcrumbs ul li {
    color: #6D7686;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 400;
    line-height: 22px;
    line-height: clamp(1.125rem, -0.125rem + 1.6666666667vw, 1.375rem);
}

@media screen and (max-width: 1199px) {
    .bredcrumbs ul li {
        font-size: 12px;
        line-height: 18px;
    }
}

.bredcrumbs ul li:last-child::after {
    display: none;
}

.bredcrumbs ul li::after {
    content: "-";
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0 5px;
}

.bredcrumbs ul li a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    transition: 0.4s;
}

@media (hover: hover) {
    .bredcrumbs ul li a:hover {
        color: #32373E;
    }
}

@media (hover: none) {
    .bredcrumbs ul li a:active {
        color: #32373E;
    }
}

.bredcrumbs ul li span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.pink_cloud {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: "Commissioner", sans-serif;
    text-align: center;
    font-size: 12px;
    font-size: clamp(0.625rem, 0rem + 0.8333333333vw, 0.75rem);
    font-weight: 500;
    line-height: 18px;
    line-height: clamp(0.875rem, -0.375rem + 1.6666666667vw, 1.125rem);
    letter-spacing: 0.24px;
    text-transform: uppercase;
    padding: 4px 9px 6px 9px;
    padding-top: clamp(0.125rem, -0.5rem + 0.8333333333vw, 0.25rem);
    padding-bottom: clamp(0.25rem, -0.375rem + 0.8333333333vw, 0.375rem);
    border-radius: 8px;
    background: #BA4265;
}

@media screen and (max-width: 1199px) {
    .pink_cloud {
        padding: 2px 9px 4px 9px;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0.2px;
    }
}

.product_page_also_card {
    width: 100%;
    max-width: 100%;
    position: relative;
}

@media (hover: hover) {
    .product_page_also_card:hover img {
        transform: scale(1.03);
    }
}

@media (hover: none) {
    .product_page_also_card:active img {
        transform: scale(1.03);
    }
}

.product_page_also_card-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 306/257;
}

.product_page_also_card-image img {
    width: 100%;
    height: auto;
    transition: 0.6s;
}

.product_page_also_card_content {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    row-gap: clamp(0.125rem, -1.125rem + 1.6666666667vw, 0.375rem);
    margin-top: 18px;
    margin-top: clamp(0.5rem, -2.625rem + 4.1666666667vw, 1.125rem);
}

@media screen and (max-width: 1199px) {
    .product_page_also_card_content {
        row-gap: 2px;
        margin-top: 8px;
    }
}

.product_page_also_card_content-price {
    display: flex;
    align-items: center;
    column-gap: 20px;
    column-gap: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem);
}

@media screen and (max-width: 1199px) {
    .product_page_also_card_content-price {
        column-gap: 10px;
    }
}

.product_page_also_card_content-price b {
    color: #32373E;
    font-family: "Fira Sans";
    font-size: 20px;
    font-size: clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem);
    font-weight: 500;
    line-height: 26px;
    line-height: clamp(1.375rem, 0.125rem + 1.6666666667vw, 1.625rem);
}

@media screen and (max-width: 1199px) {
    .product_page_also_card_content-price b {
        font-size: 16px;
        line-height: 22px;
    }
}

.product_page_also_card_content-price s {
    color: #6D7686;
    font-family: "Commissioner", sans-serif;
    font-size: 15px;
    font-size: clamp(0.75rem, -0.1875rem + 1.25vw, 0.9375rem);
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
}

@media screen and (max-width: 1199px) {
    .product_page_also_card_content-price s {
        font-size: 12px;
    }
}

.product_page_also_card-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 1;
}

.coockies_accept {
    position: fixed;
    bottom: 0px;
    left: -30px;
    margin: 30px;
    margin: clamp(1rem, -3.375rem + 5.8333333333vw, 1.875rem);
    padding: 20px;
    padding: clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem);
    display: flex;
    align-items: center;
    column-gap: 24px;
    column-gap: clamp(1.25rem, 0rem + 1.6666666667vw, 1.5rem);
    z-index: 12;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.16);
    width: 100%;
    max-width: 360px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

@media screen and (max-width: 1199px) {
    .coockies_accept {
        margin: 16px;
        column-gap: 20px;
        max-width: 310px;
        border-radius: 12px;
    }
}

@media screen and (max-width: 767px) {
    .coockies_accept {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 440px;
        margin: 0;
        border-radius: 10px 10px 0px 0px;
        bottom: -100px;
    }
}

.coockies_accept.active {
    opacity: 1;
    visibility: visible;
    left: 0;
}

@media screen and (max-width: 767px) {
    .coockies_accept.active {
        left: 50%;
        bottom: 0%;
    }
}

.coockies_accept-text {
    color: #000;
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    font-weight: 400;
    line-height: 26px;
    line-height: clamp(1.375rem, 0.125rem + 1.6666666667vw, 1.625rem);
}

@media screen and (max-width: 1199px) {
    .coockies_accept-text {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .coockies_accept-text {
        font-size: 12px;
        line-height: 18px;
        flex: 1 1 50%;
    }
}

.coockies_accept-text a {
    color: #19398B;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: 0.4s;
}

@media (hover: hover) {
    .coockies_accept-text a:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .coockies_accept-text a:active {
        opacity: 0.7;
    }
}

.coockies_accept-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
    padding: 5px 32px;
    padding: 5px clamp(1.625rem, -0.25rem + 2.5vw, 2rem);
    height: 50px;
    height: clamp(2.75rem, 0.875rem + 2.5vw, 3.125rem);
    border-radius: 16px;
    border-radius: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    background: #19398B;
    color: #FFF;
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    font-weight: 500;
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.8333333333vw, 1.375rem);
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .coockies_accept-btn {
        height: 44px;
        font-size: 14px;
        line-height: 20px;
        padding: 5px 26px;
        border-radius: 12px;
    }
}

@media screen and (max-width: 767px) {
    .coockies_accept-btn {
        padding: 5px 16px;
        height: 34px;
        flex: 1 1 50%;
    }
}

@media (hover: hover) {
    .coockies_accept-btn:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .coockies_accept-btn:active {
        opacity: 0.7;
    }
}

.first_screen_wrap_slider {
    position: relative;
    --progress: 0;
}

.first_screen_wrap_slider_sw {
    aspect-ratio: 817/550;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 14px;
    border-radius: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
}

@media screen and (max-width: 1199px) {
    .first_screen_wrap_slider_sw {
        border-radius: 10px;
    }
}

@media screen and (max-width: 767px) {
    .first_screen_wrap_slider_sw {
        aspect-ratio: 343/384;
        max-height: 500px;
    }
}

.first_screen_wrap_slider_sw_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 40px;
    padding: clamp(1.25rem, -5rem + 8.3333333333vw, 2.5rem);
    position: relative;
}

@media screen and (max-width: 1199px) {
    .first_screen_wrap_slider_sw_item {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .first_screen_wrap_slider_sw_item {
        padding: 16px 16px 32px 16px;
    }
}

.first_screen_wrap_slider_sw_item>*:first-child {
    margin-top: 0px;
}

.first_screen_wrap_slider_sw_item>*:last-child {
    margin-bottom: 0px;
}

.first_screen_wrap_slider_sw_item-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    user-select: none;
    pointer-events: all;
    width: 100%;
    height: 100%;
}

.first_screen_wrap_slider_sw_item-image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(243deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    user-select: none;
    pointer-events: all;
}

.first_screen_wrap_slider_sw_item-image img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .first_screen_wrap_slider_sw_item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.first_screen_wrap_slider_sw_item-title {
    max-width: 390px;
}

.first_screen_wrap_slider_sw_item-text {
    max-width: 390px;
    margin-top: 12px;
    margin-top: clamp(0.5rem, -0.75rem + 1.6666666667vw, 0.75rem);
}

@media screen and (max-width: 1199px) {
    .first_screen_wrap_slider_sw_item-text {
        margin-top: 8px;
    }
}

.first_screen_wrap_slider_sw_item .btn {
    margin-top: 30px;
    margin-top: clamp(1.25rem, -1.875rem + 4.1666666667vw, 1.875rem);
}

@media screen and (max-width: 1199px) {
    .first_screen_wrap_slider_sw_item .btn {
        margin-top: 20px;
    }
}

.first_screen_wrap_slider .swiper-pagination {
    display: flex;
    align-items: center;
    column-gap: 18px;
    column-gap: clamp(0.75rem, -1.125rem + 2.5vw, 1.125rem);
    right: 0px;
    left: auto;
    bottom: 0px;
    width: auto;
    padding: 40px;
    padding: clamp(1.25rem, -5rem + 8.3333333333vw, 2.5rem);
}

@media screen and (max-width: 1199px) {
    .first_screen_wrap_slider .swiper-pagination {
        column-gap: 12px;
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .first_screen_wrap_slider .swiper-pagination {
        padding: 16px 16px 10px 16px;
        width: 100%;
        justify-content: center;
    }
}

.first_screen_wrap_slider .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    height: clamp(0.25rem, -0.375rem + 0.8333333333vw, 0.375rem);
    margin: 0 !important;
    padding: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    opacity: 1;
}

@media screen and (max-width: 1199px) {
    .first_screen_wrap_slider .swiper-pagination-bullet {
        height: 4px;
    }
}

@media screen and (max-width: 767px) {
    .first_screen_wrap_slider .swiper-pagination-bullet {
        width: auto;
        flex: 1 1 auto;
    }
}

.first_screen_wrap_slider .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    opacity: 1;
    transform-origin: 0% 0%;
}

.first_screen_wrap_slider .swiper-pagination-bullet-active::after {
    transform: scaleX(var(--progress));
}

.first_screen_wrap_slider-prev {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    width: clamp(2.375rem, -0.125rem + 3.3333333333vw, 2.875rem);
    height: 46px;
    height: clamp(2.375rem, -0.125rem + 3.3333333333vw, 2.875rem);
    margin: 0;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    left: -23px;
}

@media screen and (max-width: 1199px) {
    .first_screen_wrap_slider-prev {
        display: none;
    }
}

.first_screen_wrap_slider-prev svg {
    width: 100%;
    height: 100%;
}

.first_screen_wrap_slider-next {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    width: clamp(2.375rem, -0.125rem + 3.3333333333vw, 2.875rem);
    height: 46px;
    height: clamp(2.375rem, -0.125rem + 3.3333333333vw, 2.875rem);
    margin: 0;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    right: -23px;
}

@media screen and (max-width: 1199px) {
    .first_screen_wrap_slider-next {
        display: none;
    }
}

.first_screen_wrap_slider-next svg {
    width: 100%;
    height: 100%;
}

.first_screen_wrap_right {
    display: flex;
    border-radius: 14px;
    border-radius: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
    overflow: hidden;
    height: 100%;
    position: relative;
    padding: 30px;
    border-radius: 14px;
    background: #F3F2EF;
    flex-direction: column;
}

.first_screen_wrap_right .top {
    position: relative;
}

.first_screen_wrap_right .bottom {
    margin-top: auto;
}

.first_screen_wrap_right .bottom .bottom_top {
    background: linear-gradient(180deg, #6D7684 0%, #ADB2BB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* 1440/text/H1 */
    font-family: "Fira Sans";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 112% */
}

.first_screen_wrap_right .bottom .text {
    background: linear-gradient(180deg, #6D7684 0%, #ADB2BB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Commissioner;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

.first_screen_wrap_right .img {
    margin-top: auto;
}

.first_screen_wrap_right .top .title {
    background: linear-gradient(180deg, #6D7684 0%, #ADB2BB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    padding-right: 90px;
}

.first_screen_wrap_right .top .icon {
    position: absolute;
    right: 0;
    top: 10px;
    right: 0;
}

@media screen and (max-width: 1199px) {
    .first_screen_wrap_right {
        border-radius: 10px;
        padding: 16px;
    }

    .first_screen_wrap_right .top .title {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        padding-right: 45px;
    }

    .first_screen_wrap_right .top .icon {}

    .first_screen_wrap_right .top .icon svg {
        width: 39px;
        height: 50px;
    }

    .first_screen_wrap_right .bottom .bottom_top {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 112%;
    }

    .first_screen_wrap_right .bottom .text {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
}

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

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

.index_catalog {
    margin-top: 100px;
    margin-top: clamp(3.125rem, -12.5rem + 20.8333333333vw, 6.25rem);
}

@media screen and (max-width: 1199px) {
    .index_catalog {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .index_catalog {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .index_catalog_wrap-title {
        text-align: left;
    }
}

.index_catalog_wrap_benefit {
    margin-top: 50px;
    row-gap: 30px;
}

@media screen and (max-width: 1199px) {
    .index_catalog_wrap_benefit {
        margin-top: 24px;
        row-gap: 10px;
    }
}

.index_catalog_wrap_benefit_item {
    display: flex;
    align-items: center;
    column-gap: 20px;
    column-gap: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem);
    padding: 10px 20px 10px 10px;
    padding: clamp(0.1875rem, -2rem + 2.9166666667vw, 0.625rem) clamp(0.3125rem, -4.375rem + 6.25vw, 1.25rem) clamp(0.3125rem, -1.25rem + 2.0833333333vw, 0.625rem) clamp(0.1875rem, -2rem + 2.9166666667vw, 0.625rem);
    border-radius: 14px;
    border-radius: clamp(0.375rem, -2.125rem + 3.3333333333vw, 0.875rem);
    background: #FFF;
    box-shadow: 0px 24px 84px 0px rgba(25, 57, 139, 0.05);
}

@media screen and (max-width: 1199px) {
    .index_catalog_wrap_benefit_item {
        padding: 3px 5px;
        column-gap: 10px;
        border-radius: 6px;
        box-shadow: 0px 24px 84px 0px rgba(25, 57, 139, 0.15);
    }
}

.index_catalog_wrap_benefit_item-icon {
    display: flex;
    flex-shrink: 0;
    width: 76px;
    width: clamp(2.5rem, -8.75rem + 15vw, 4.75rem);
    height: 76px;
    height: clamp(2.5rem, -8.75rem + 15vw, 4.75rem);
}

@media screen and (max-width: 1199px) {
    .index_catalog_wrap_benefit_item-icon {
        width: 40px;
        height: 40px;
    }
}

.index_catalog_wrap_benefit_item-icon svg {
    width: 100%;
    height: 100%;
}

.index_catalog_wrap_benefit_item-title {
    color: #32373E;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    font-size: clamp(0.625rem, -1.25rem + 2.5vw, 1rem);
    font-weight: 400;
    line-height: 24px;
    line-height: clamp(0.875rem, -2.25rem + 4.1666666667vw, 1.5rem);
}

@media screen and (max-width: 1199px) {
    .index_catalog_wrap_benefit_item-title {
        font-size: 10px;
        line-height: 14px;
    }
}

.index_catalog_wrap_slider {
    margin-top: 80px;
    margin-top: clamp(1.5rem, -16rem + 23.3333333333vw, 5rem);
    position: relative;
}

@media screen and (max-width: 1199px) {
    .index_catalog_wrap_slider {
        margin-top: 24px;
    }
}

.index_catalog_wrap_slider-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    width: clamp(1.875rem, -3.125rem + 6.6666666667vw, 2.875rem);
    height: 46px;
    height: clamp(1.875rem, -3.125rem + 6.6666666667vw, 2.875rem);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -21px;
    filter: drop-shadow(0px 0px 26px rgba(0, 67, 101, 0.08));
}

@media screen and (max-width: 1199px) {
    .index_catalog_wrap_slider-prev {
        width: 30px;
        height: 30px;
        left: -15px;
    }
}

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

.index_catalog_wrap_slider-prev svg {
    width: 100%;
    height: 100%;
}

.index_catalog_wrap_slider-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    width: clamp(1.875rem, -3.125rem + 6.6666666667vw, 2.875rem);
    height: 46px;
    height: clamp(1.875rem, -3.125rem + 6.6666666667vw, 2.875rem);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -21px;
    filter: drop-shadow(0px 0px 26px rgba(0, 67, 101, 0.08));
}

@media screen and (max-width: 1199px) {
    .index_catalog_wrap_slider-next {
        width: 30px;
        height: 30px;
        right: -15px;
    }
}

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

.index_catalog_wrap_slider-next svg {
    width: 100%;
    height: 100%;
}

.index_catalog_wrap_sw {
    min-width: 0px;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .index_catalog_wrap_sw {
        overflow: visible;
    }
}

.index_catalog_wrap_sw_item {
    display: flex;
    align-items: flex-end;
    border-radius: 14px;
    border-radius: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
    background: #FFF;
    position: relative;
    padding: 20px;
    padding: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem) clamp(0.875rem, -1rem + 2.5vw, 1.25rem);
    overflow: hidden;
    aspect-ratio: 288/425;
    height: auto;
}

@media screen and (max-width: 1199px) {
    .index_catalog_wrap_sw_item {
        border-radius: 10px;
        padding: 10px 14px;
    }
}

@media screen and (max-width: 767px) {
    .index_catalog_wrap_sw_item {
        padding: 10px 16px;
        max-width: 45%;
    }
}

.index_catalog_wrap_sw_item-image {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.index_catalog_wrap_sw_item-image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
    user-select: none;
    pointer-events: none;
}

.index_catalog_wrap_sw_item-image img {
    width: 100%;
    height: auto;
}

.index_catalog_wrap_sw_item-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index_hit {
    margin-top: 100px;
    margin-top: clamp(2.5rem, -16.25rem + 25vw, 6.25rem);
}

@media screen and (max-width: 1199px) {
    .index_hit {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .index_hit_wrap-title .icon {
        display: none;
    }
}

.index_hit_wrap_slider {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    row-gap: clamp(1.75rem, -2rem + 5vw, 2.5rem);
    margin-top: 50px;
    margin-top: clamp(1.75rem, -5.125rem + 9.1666666667vw, 3.125rem);
}

@media screen and (max-width: 1199px) {
    .index_hit_wrap_slider {
        margin-top: 28px;
        row-gap: 28px;
    }
}

.index_hit_wrap_slider-btn {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .index_hit_wrap_slider-btn {
        justify-content: flex-start;
    }
}

.index_hit_wrap_slider_sw {
    min-width: 0px;
    margin: 0;
    overflow: visible;
}

@media screen and (max-width: 1199px) {
    .index_hit_wrap_slider_sw {
        row-gap: 28px;
    }
}

.index_hit_wrap_slider_sw .swiper-slide {
    height: auto;
}

@media screen and (max-width: 1199px) {
    .index_hit_wrap_slider_sw .swiper-slide {
        max-width: 41%;
    }
}

@media screen and (max-width: 767px) {
    .index_hit_wrap_slider_sw .swiper-slide {
        max-width: 83.5%;
    }
}

.index_hit_wrap_slider_sw .swiper-slide .card_hit {
    height: 100%;
}

.index_hit_wrap_slider_sw .swiper-slide .card_hit_content {
    flex: 1 1 auto;
}

.index_test {
    margin-top: 80px;
    margin-top: clamp(2.5rem, -10rem + 16.6666666667vw, 5rem);
}

@media screen and (max-width: 1199px) {
    .index_test {
        margin-top: 40px;
    }
}

.index_test_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 50px;
    position: relative;
    padding: 60px;
    padding: clamp(1.5rem, -9.75rem + 15vw, 3.75rem);
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 2/1;
    width: 100%;
    max-height: 700px;
    max-height: clamp(25rem, -68.75rem + 125vw, 43.75rem);
}

@media screen and (max-width: 1199px) {
    .index_test_wrap {
        padding: 24px;
        max-height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .index_test_wrap {
        aspect-ratio: 69/73;
        padding: 20px;
        max-height: 400px;
    }
}

.index_test_wrap_top {
    display: flex;
    flex-direction: column;
    max-width: 430px;
    max-width: clamp(19.6875rem, -16.25rem + 47.9166666667vw, 26.875rem);
}

@media screen and (max-width: 1199px) {
    .index_test_wrap_top {
        max-width: 315px;
    }
}

@media screen and (max-width: 767px) {
    .index_test_wrap_top {
        max-width: 300px;
    }
}

.index_test_wrap_top>*:first-child {
    margin-top: 0px;
}

.index_test_wrap_top>*:last-child {
    margin-bottom: 0px;
}

.index_test_wrap_top-icon {
    display: flex;
    width: 44px;
    width: clamp(2.125rem, -1rem + 4.1666666667vw, 2.75rem);
    height: 44px;
    height: clamp(2.125rem, -1rem + 4.1666666667vw, 2.75rem);
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .index_test_wrap_top-icon {
        width: 34px;
        height: 34px;
    }
}

.index_test_wrap_top-icon svg {
    width: 100%;
    height: 100%;
}

.index_test_wrap_top-title {
    margin-top: 40px;
    margin-top: clamp(0.875rem, -7.25rem + 10.8333333333vw, 2.5rem);
}

@media screen and (max-width: 1199px) {
    .index_test_wrap_top-title {
        margin-top: 14px;
    }
}

.index_test_wrap_top-text {
    margin-top: 20px;
    margin-top: clamp(0.5rem, -3.25rem + 5vw, 1.25rem);
}

@media screen and (max-width: 1199px) {
    .index_test_wrap_top-text {
        margin-top: 8px;
    }
}

.index_test_wrap_bot {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    row-gap: clamp(0.4375rem, -2.375rem + 3.75vw, 1rem);
}

@media screen and (max-width: 1199px) {
    .index_test_wrap_bot {
        row-gap: 7px;
    }
}

.index_test_wrap_bot-text {
    opacity: 0.6;
}

.index_test_wrap-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.index_test_wrap-image::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    pointer-events: none;
    border-radius: 14px;
    background: linear-gradient(104deg, rgba(25, 57, 139, 0.5) 25.93%, rgba(25, 57, 139, 0) 60%);
}

@media screen and (max-width: 1199px) {
    .index_test_wrap-image::after {
        background: linear-gradient(180deg, #19398B 10%, rgba(25, 57, 139, 0) 80%);
    }
}

.index_test_wrap-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_catalog_furniture {
    margin-top: 80px;
    margin-top: clamp(2.5rem, -10rem + 16.6666666667vw, 5rem);
}

@media screen and (max-width: 1199px) {
    .index_catalog_furniture {
        margin-top: 40px;
    }
}

.index_catalog_furniture_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    row-gap: clamp(1.25rem, -5rem + 8.3333333333vw, 2.5rem);
}

@media screen and (max-width: 1199px) {
    .index_catalog_furniture_wrap {
        row-gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .index_catalog_furniture_wrap {
        row-gap: 16px;
    }
}

.index_catalog_furniture_wrap_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    row-gap: clamp(1.5rem, -6.625rem + 10.8333333333vw, 3.125rem);
}

@media screen and (max-width: 1199px) {
    .index_catalog_furniture_wrap_head {
        row-gap: 24px;
    }
}

@media screen and (max-width: 767px) {
    .index_catalog_furniture_wrap_head {
        align-items: flex-start;
    }
}

.index_catalog_furniture_wrap_head-icon {
    display: flex;
    flex-shrink: 0;
    width: 145px;
    width: clamp(5.8125rem, -10.4375rem + 21.6666666667vw, 9.0625rem);
    height: 145px;
    height: clamp(5.8125rem, -10.4375rem + 21.6666666667vw, 9.0625rem);
}

@media screen and (max-width: 1199px) {
    .index_catalog_furniture_wrap_head-icon {
        width: 93px;
        height: 93px;
    }
}

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

.index_catalog_furniture_wrap_head-icon svg {
    width: 100%;
    height: 100%;
}

.index_catalog_furniture_wrap_head-title {
    max-width: 500px;
}

@media screen and (max-width: 1199px) {
    .index_catalog_furniture_wrap_head-title {
        max-width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .index_catalog_furniture_wrap_head-title {
        text-align: left;
    }
}

.index_catalog_furniture_wrap_body_tabs {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .index_catalog_furniture_wrap_body_tabs {
        gap: 0;
        flex-wrap: unset;
        border-radius: 8px;
        background: rgba(25, 57, 139, 0.04);
    }
}

.index_catalog_furniture_wrap_body_tabs_item {
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding: 13px 23px 17px 23px;
    padding: clamp(0.3125rem, -2.1875rem + 3.3333333333vw, 0.8125rem) clamp(0.8125rem, -2.3125rem + 4.1666666667vw, 1.4375rem) clamp(0.4375rem, -2.6875rem + 4.1666666667vw, 1.0625rem) clamp(0.8125rem, -2.3125rem + 4.1666666667vw, 1.4375rem);
    border-radius: 14px;
    border-radius: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
    border: 1px solid #ECEEF0;
    box-shadow: 0px 24px 84px 0px rgba(25, 57, 139, 0.05);
    cursor: pointer;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .index_catalog_furniture_wrap_body_tabs_item {
        padding: 5px 13px 7px 13px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 767px) {
    .index_catalog_furniture_wrap_body_tabs_item {
        border: unset;
        padding: 8px 12px 12px 12px;
        flex: 1 1 auto;
        justify-content: center;
        border-radius: 8px;
    }
}

.index_catalog_furniture_wrap_body_tabs_item.active {
    border-color: #19398B;
}

@media screen and (max-width: 767px) {
    .index_catalog_furniture_wrap_body_tabs_item.active {
        background: var(--pink-gradient);
    }
}

.index_catalog_furniture_wrap_body_tabs_item.active .index_catalog_furniture_wrap_body_tabs_item-title {
    color: #19398B;
}

@media screen and (max-width: 767px) {
    .index_catalog_furniture_wrap_body_tabs_item.active .index_catalog_furniture_wrap_body_tabs_item-title {
        color: #FFF;
    }
}

.index_catalog_furniture_wrap_body_tabs_item-icon {
    display: flex;
    width: 40px;
    width: clamp(1.875rem, -1.25rem + 4.1666666667vw, 2.5rem);
    height: 40px;
    height: clamp(1.875rem, -1.25rem + 4.1666666667vw, 2.5rem);
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .index_catalog_furniture_wrap_body_tabs_item-icon {
        width: 30px;
        height: 30px;
    }
}

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

.index_catalog_furniture_wrap_body_tabs_item-icon svg {
    width: 100%;
    height: 100%;
}

.index_catalog_furniture_wrap_body_tabs_item-title {
    color: #6D7686;
    text-align: center;
    transition: 0.4s;
}

@media screen and (max-width: 767px) {
    .index_catalog_furniture_wrap_body_tabs_item-title.--big {
        color: #19398B;
        font-size: 10px;
        font-weight: 400;
        line-height: 130%;
    }
}

.index_catalog_furniture_wrap_body_products-it {
    display: none;
    position: relative;
}

.index_catalog_furniture_wrap_body_products-it.active {
    display: block;
}

.index_catalog_furniture_wrap_body_products-it-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    width: clamp(1.5625rem, -5rem + 8.75vw, 2.875rem);
    height: 46px;
    height: clamp(1.5625rem, -5rem + 8.75vw, 2.875rem);
    margin: 0;
    padding: 0;
    left: -21px;
    right: auto;
    top: 50%;
    transform: translateY(calc(-50% - 50px));
    transform: translateY(calc(-50% - clamp(2.125rem, -2.875rem + 6.6666666667vw, 3.125rem)));
    filter: drop-shadow(0px 0px 26px rgba(0, 67, 101, 0.08));
}

@media screen and (max-width: 1199px) {
    .index_catalog_furniture_wrap_body_products-it-prev {
        display: none;
    }
}

.index_catalog_furniture_wrap_body_products-it-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    width: clamp(1.5625rem, -5rem + 8.75vw, 2.875rem);
    height: 46px;
    height: clamp(1.5625rem, -5rem + 8.75vw, 2.875rem);
    margin: 0;
    padding: 0;
    left: auto;
    right: -21px;
    top: 50%;
    transform: translateY(calc(-50% - 50px));
    transform: translateY(calc(-50% - clamp(2.125rem, -2.875rem + 6.6666666667vw, 3.125rem)));
    filter: drop-shadow(0px 0px 26px rgba(0, 67, 101, 0.08));
}

@media screen and (max-width: 1199px) {
    .index_catalog_furniture_wrap_body_products-it-next {
        display: none;
    }
}

.index_catalog_furniture_wrap_body_sw {
    margin-top: 50px;
    margin-top: clamp(1.5rem, -6.625rem + 10.8333333333vw, 3.125rem);
    min-width: 0px;
}

@media screen and (max-width: 1199px) {
    .index_catalog_furniture_wrap_body_sw {
        margin-top: 24px;
        overflow: visible;
    }
}

.index_catalog_furniture_wrap_body_sw .swiper-slide {
    height: auto;
}

.index_catalog_furniture_wrap_body_sw .swiper-slide .card_product {
    height: 100%;
}

.index_catalog_furniture_wrap_body_sw .swiper-slide .card_product_content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.index_catalog_furniture_wrap_body_sw .swiper-slide .card_product_content_btns {
    flex: 1 1 auto;
    align-items: flex-end;
}

.index_catalog_furniture_wrap_body_sw .swiper-pagination {
    position: unset;
    margin: 20px 0 0 0;
    padding: 0;
    display: none;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
}

@media screen and (max-width: 1199px) {
    .index_catalog_furniture_wrap_body_sw .swiper-pagination {
        display: flex;
    }
}

.index_catalog_furniture_wrap_body_sw .swiper-pagination.swiper-pagination-lock {
    margin-top: 0px;
}

.index_catalog_furniture_wrap_body_sw .swiper-pagination-bullet {
    margin: 0 !important;
    padding: 0;
    width: 4px;
    height: 4px;
    background: #6D7686;
    opacity: 0.4;
}

.index_catalog_furniture_wrap_body_sw .swiper-pagination-bullet-active {
    background: #19398B;
    opacity: 1;
    width: 8px;
    height: 8px;
}

.index_catalog_furniture_wrap_body_sw-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-top: clamp(1.875rem, -1.25rem + 4.1666666667vw, 2.5rem);
}

@media screen and (max-width: 1199px) {
    .index_catalog_furniture_wrap_body_sw-btn {
        margin-top: 30px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .index_catalog_furniture_wrap_body_sw-btn {
        margin-top: 24px;
    }
}

.prouct_ban {
    margin-top: 120px;
    margin-top: clamp(3.125rem, -18.75rem + 29.1666666667vw, 7.5rem);
}

@media screen and (max-width: 1199px) {
    .prouct_ban {
        margin-top: 50px;
    }
}

.prouct_ban_wrap {
    display: flex;
    background: #F7F7F7;
    border-radius: 14px;
    border-radius: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
    padding: 60px;
    padding: clamp(1.5rem, -9.75rem + 15vw, 3.75rem) clamp(1.875rem, -7.5rem + 12.5vw, 3.75rem);
    position: relative;
    min-height: 480px;
    min-height: clamp(19.125rem, -35.25rem + 72.5vw, 30rem);
    position: relative;
}

@media screen and (max-width: 1199px) {
    .prouct_ban_wrap {
        border-radius: 10px;
        padding: 24px 30px;
        min-height: 306px;
    }
}

@media screen and (max-width: 767px) {
    .prouct_ban_wrap {
        padding: 16px;
        overflow: hidden;
        flex-direction: column;
    }
}

.prouct_ban_wrap_left {
    display: flex;
    flex-direction: column;
    max-width: 340px;
    max-width: clamp(17.5rem, -1.25rem + 25vw, 21.25rem);
    position: relative;
    z-index: 4;
}

@media screen and (max-width: 1199px) {
    .prouct_ban_wrap_left {
        max-width: 280px;
    }
}

@media screen and (max-width: 767px) {
    .prouct_ban_wrap_left {
        max-width: 500px;
    }
}

.prouct_ban_wrap_left>*:first-child {
    margin-top: 0px;
}

.prouct_ban_wrap_left>*:last-child {
    margin-bottom: 0px;
}

.prouct_ban_wrap_left-title {
    text-align: left;
}

.prouct_ban_wrap_left-descr {
    margin-top: 30px;
    margin-top: clamp(0.75rem, -4.875rem + 7.5vw, 1.875rem);
    flex: 1 1 auto;
}

@media screen and (max-width: 1199px) {
    .prouct_ban_wrap_left-descr {
        margin-top: 12px;
    }
}

@media screen and (max-width: 767px) {
    .prouct_ban_wrap_left-descr {
        flex: unset;
    }
}

.prouct_ban_wrap_left-descr ul li {
    display: flex;
    column-gap: 20px;
    column-gap: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem);
    align-items: center;
    margin-bottom: 16px;
    margin-bottom: clamp(0.25rem, -3.5rem + 5vw, 1rem);
}

@media screen and (max-width: 1199px) {
    .prouct_ban_wrap_left-descr ul li {
        margin-bottom: 4px;
        column-gap: 10px;
    }
}

.prouct_ban_wrap_left-descr ul li:last-child {
    margin-bottom: 0px;
}

.prouct_ban_wrap_left-descr ul li::before {
    content: "";
    display: block;
    width: 18px;
    width: clamp(0.625rem, -1.875rem + 3.3333333333vw, 1.125rem);
    height: 18px;
    height: clamp(0.625rem, -1.875rem + 3.3333333333vw, 1.125rem);
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M13%208L9%2012L7%2010M19%2010C19%2014.9706%2014.9706%2019%2010%2019C5.02944%2019%201%2014.9706%201%2010C1%205.02944%205.02944%201%2010%201C14.9706%201%2019%205.02944%2019%2010Z%22%20stroke%3D%22%2319398B%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .prouct_ban_wrap_left-descr ul li::before {
        width: 6px;
        height: 6px;
        background: #19398B;
    }
}

.prouct_ban_wrap_left-cost {
    text-align: left;
    margin-top: 20px;
}

.prouct_ban_wrap_clouds {
    display: flex;
    column-gap: 20px;
    column-gap: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem);
    position: relative;
    z-index: 3;
    position: absolute;
    top: -20px;
    right: 20px;
}

@media screen and (max-width: 1199px) {
    .prouct_ban_wrap_clouds {
        top: -23px;
        right: 16px;
        column-gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    .prouct_ban_wrap_clouds {
        position: unset;
        flex: 1 1 auto;
        align-items: flex-end;
    }
}

.prouct_ban_wrap_clouds_cloud {
    display: flex;
    align-items: center;
    column-gap: 16px;
    column-gap: clamp(0.625rem, -1.25rem + 2.5vw, 1rem);
    padding: 10px 18px 14px 18px;
    padding: clamp(0.1875rem, -2rem + 2.9166666667vw, 0.625rem) clamp(0.3125rem, -3.75rem + 5.4166666667vw, 1.125rem) clamp(0.1875rem, -3.25rem + 4.5833333333vw, 0.875rem) clamp(0.3125rem, -3.75rem + 5.4166666667vw, 1.125rem);
    border-radius: 14px;
    border-radius: clamp(0.375rem, -2.125rem + 3.3333333333vw, 0.875rem);
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 24px 84px 0px rgba(25, 57, 139, 0.05);
    backdrop-filter: blur(25px);
}

@media screen and (max-width: 1199px) {
    .prouct_ban_wrap_clouds_cloud {
        max-width: 126px;
        width: 126px;
        padding: 3px 5px;
        border-radius: 6px;
        column-gap: 10px;
    }
}

.prouct_ban_wrap_clouds_cloud-icon {
    display: flex;
    width: 50px;
    width: clamp(2.5rem, -0.625rem + 4.1666666667vw, 3.125rem);
    height: 50px;
    height: clamp(2.5rem, -0.625rem + 4.1666666667vw, 3.125rem);
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .prouct_ban_wrap_clouds_cloud-icon {
        width: 40px;
        height: 40px;
    }
}

.prouct_ban_wrap_clouds_cloud-icon svg {
    width: 100%;
    height: 100%;
}

.prouct_ban_wrap-circle {
    border-radius: 400px 8px 8px 0px;

    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 710px;
    max-width: clamp(29.75rem, -43.375rem + 97.5vw, 44.375rem);
    user-select: none;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(-45deg, #E9B3BA, #EEBFBD, #F7D7C4, #E9B3BA, #EEBFBD, #F7D7C4);
    background-size: 400% 400%;
    animation: gradientFlow 15s ease infinite;
}

@media screen and (max-width: 1199px) {
    .prouct_ban_wrap-circle {
        max-width: 476px;
    }
}

@media screen and (max-width: 767px) {
    .prouct_ban_wrap-circle {
        border-radius: 400px 8px 8px 0px;
        background: var(--pink-background);
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        max-width: 710px;
        max-width: clamp(29.75rem, -43.375rem + 97.5vw, 44.375rem);
        user-select: none;
        pointer-events: none;
        z-index: 1;
        background-repeat: no-repeat;
        bottom: 0px;
        right: 0px;
        top: auto;
        max-width: 400px;
        height: 163px;
        transform: unset;
        background: linear-gradient(180deg, #E9B3BA 0%, #EEBFBD 43.5%, #F7D7C4 100%);
        background-size: 100% auto;
        background-repeat: no-repeat;
        bottom: 0px;
        right: 0px;
        top: auto;
        max-width: 400px;
        height: 163px;
        transform: unset;
        background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22343%22%20height%3D%22164%22%20viewBox%3D%220%200%20343%20164%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M-3%20163.739C56.8703%2062.6988%20165.604%200.739014%20283.05%200.739014H334.543C334.967%200.739014%20335.18%200.739014%20335.359%200.747072C339.495%200.932858%20342.806%204.24386%20342.992%208.38004C343%208.55943%20343%208.7717%20343%209.19623V150.939C343%20155.419%20343%20157.66%20342.128%20159.371C341.361%20160.876%20340.137%20162.1%20338.632%20162.867C336.921%20163.739%20334.68%20163.739%20330.2%20163.739H-3Z%22%20fill%3D%22url(%23paint0_linear_645_1405)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_645_1405%22%20x1%3D%22170%22%20y1%3D%220.739014%22%20x2%3D%22170%22%20y2%3D%22163.739%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23E9B3BA%22%2F%3E%3Cstop%20offset%3D%220.435%22%20stop-color%3D%22%23EEBFBD%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F7D7C4%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
        animation: none;
        width: 100%;
        background-size: cover;

    }
}

.prouct_ban_wrap-img {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 710px;
    max-width: clamp(25.625rem, -68.125rem + 125vw, 44.375rem);
    height: 360px;
    height: clamp(12.5625rem, -37.125rem + 66.25vw, 22.5rem);
    top: 50%;
    transform: translateY(calc(-50% + 10px));
    right: 60px;
    right: clamp(1.25rem, -11.25rem + 16.6666666667vw, 3.75rem);
    user-select: none;
    pointer-events: none;
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .prouct_ban_wrap-img {
        transform: translateY(-50%);
        right: 20px;
        max-width: 410px;
        height: 201px;
    }
}

@media screen and (max-width: 767px) {
    .prouct_ban_wrap-img {
        max-width: 332px;
        height: 163px;
        top: auto;
        bottom: 7px;
        transform: unset;
        right: -112px;
    }
}

.prouct_ban_wrap-img img {
    width: 100%;
    height: auto;
}

.prouct_ban_wrap-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.front_reviews {
    margin-top: 100px;
    margin-top: clamp(3.125rem, -12.5rem + 20.8333333333vw, 6.25rem);
}

@media screen and (max-width: 1199px) {
    .front_reviews {
        margin-top: 50px;
    }
}

.front_reviews_wrap {
    position: relative;
    padding: 68px 60px;
    padding: clamp(3.125rem, -2.5rem + 7.5vw, 4.25rem) clamp(1.25rem, -11.25rem + 16.6666666667vw, 3.75rem);
}

@media screen and (max-width: 1199px) {
    .front_reviews_wrap {
        padding: 50px 20px;
    }
}

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

.front_reviews_wrap-bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    pointer-events: none;
    z-index: -1;
    border-radius: 20px;
    overflow: hidden;
}

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

.front_reviews_wrap-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.front_reviews_slider {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
    width: 100%;
    max-width: 500px;
    max-width: clamp(21.5625rem, -26.875rem + 64.5833333333vw, 31.25rem);
    margin-left: auto;
    margin-right: 0;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .front_reviews_slider {
        row-gap: 0px;
        max-width: 345px;
    }
}

@media screen and (max-width: 767px) {
    .front_reviews_slider {
        max-width: 100%;
    }
}

.front_reviews_slider_wrap {
    padding: 40px;
    padding: clamp(1.5rem, -3.5rem + 6.6666666667vw, 2.5rem);
    border-radius: 20px;
    border-radius: clamp(0.75rem, -1.75rem + 3.3333333333vw, 1.25rem);
    background: #FFF;
}

@media screen and (max-width: 1199px) {
    .front_reviews_slider_wrap {
        padding: 24px;
        border-radius: 12px;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .front_reviews_slider_wrap {
        padding: 0;
        border-radius: 0px;
    }
}

.front_reviews_slider_wrap-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    width: clamp(1.875rem, -3.125rem + 6.6666666667vw, 2.875rem);
    height: 46px;
    height: clamp(1.875rem, -3.125rem + 6.6666666667vw, 2.875rem);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -23px;
    left: calc(0px - clamp(0.9375rem, -1.5625rem + 3.3333333333vw, 1.4375rem));
    right: auto;
    margin: 0;
    padding: 0;
    filter: drop-shadow(0px 0px 26px rgba(0, 67, 101, 0.08));
}

@media screen and (max-width: 1199px) {
    .front_reviews_slider_wrap-prev {
        width: 30px;
        height: 30px;
        left: -15px;
    }
}

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

.front_reviews_slider_wrap-prev svg {
    width: 100%;
    height: 100%;
}

.front_reviews_slider_wrap-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    width: clamp(1.875rem, -3.125rem + 6.6666666667vw, 2.875rem);
    height: 46px;
    height: clamp(1.875rem, -3.125rem + 6.6666666667vw, 2.875rem);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: -23px;
    right: calc(0px - clamp(0.9375rem, -1.5625rem + 3.3333333333vw, 1.4375rem));
    margin: 0;
    padding: 0;
    filter: drop-shadow(0px 0px 26px rgba(0, 67, 101, 0.08));
}

@media screen and (max-width: 1199px) {
    .front_reviews_slider_wrap-next {
        width: 30px;
        height: 30px;
        right: -15px;
    }
}

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

.front_reviews_slider_wrap-next svg {
    width: 100%;
    height: 100%;
}

.front_reviews_slider-title {
    color: #1D3A86;
}

@media screen and (max-width: 1199px) {
    .front_reviews_slider-title {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .front_reviews_slider-title {
        display: block;
        font-size: 24px;
        line-height: 110%;
    }
}

.front_reviews_slider_sw {
    margin-top: 30px;
    margin-top: clamp(0.9375rem, -3.75rem + 6.25vw, 1.875rem);
}

@media screen and (max-width: 1199px) {
    .front_reviews_slider_sw {
        margin-top: 0px;
        overflow: visible;
    }
}

@media screen and (max-width: 767px) {
    .front_reviews_slider_sw {
        margin-top: 24px;
        padding: 24px 16px;
        border-radius: 12px;
        background: #F6F7FA;
    }
}

.front_reviews_slider_sw_item>*:first-child {
    margin-top: 0px;
}

.front_reviews_slider_sw_item>*:last-child {
    margin-bottom: 0px;
}

.front_reviews_slider_sw_item_text {
    margin-top: 20px;
    margin-top: clamp(0.75rem, -1.75rem + 3.3333333333vw, 1.25rem);
}

@media screen and (max-width: 1199px) {
    .front_reviews_slider_sw_item_text {
        margin-top: 12px;
    }
}

.front_reviews_slider_sw_item_text>*:first-child {
    margin-top: 0px;
}

.front_reviews_slider_sw_item_text>*:last-child {
    margin-bottom: 0px;
}

.front_reviews_slider_sw_item_text-wrap {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.front_reviews_slider_sw_item_text-btn {
    margin-top: 20px;
    margin-top: clamp(0.75rem, -1.75rem + 3.3333333333vw, 1.25rem);
    color: #6D7686;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    font-size: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    line-height: clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 6%;
    text-underline-offset: 30%;
    text-underline-position: from-font;
    cursor: pointer;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .front_reviews_slider_sw_item_text-btn {
        font-size: 12px;
        line-height: 18px;
        margin-top: 12px;
    }
}

@media (hover: hover) {
    .front_reviews_slider_sw_item_text-btn:hover {
        color: #19398B;
    }
}

@media (hover: none) {
    .front_reviews_slider_sw_item_text-btn:active {
        color: #19398B;
    }
}

.front_reviews_slider_sw_item_products {
    display: flex;
    margin-top: 30px;
    margin-top: clamp(1.25rem, -1.875rem + 4.1666666667vw, 1.875rem);
    column-gap: 4px;
}

@media screen and (max-width: 1199px) {
    .front_reviews_slider_sw_item_products {
        margin-top: 20px;
    }
}

.front_reviews_slider_sw_item_products span {
    display: block;
    flex-shrink: 0;
    color: #6D7686;
}

.front_reviews_slider_sw_item_products_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
}

.front_reviews_slider_sw_item_products_list-item {
    display: flex;
    color: #19398B;
    transition: 0.4s;
}

@media (hover: hover) {
    .front_reviews_slider_sw_item_products_list-item:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .front_reviews_slider_sw_item_products_list-item:active {
        opacity: 0.7;
    }
}

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

.front_reviews_slider_sw_item_products_list-item::after {
    content: ",";
    display: block;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
}

.front_reviews_slider_sw_item_products_list-item.--big {
    font-weight: 600;
}

.front_reviews_slider_sw_item_rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    column-gap: clamp(1.125rem, 0.5rem + 0.8333333333vw, 1.25rem);
    margin-top: 40px;
    margin-top: clamp(1.25rem, -5rem + 8.3333333333vw, 2.5rem);
}

@media screen and (max-width: 1199px) {
    .front_reviews_slider_sw_item_rating {
        column-gap: 18px;
        margin-top: 20px;
    }
}

.front_reviews_slider_sw_item_rating-icon {
    width: auto;
    height: 24px;
    height: clamp(1.1875rem, -0.375rem + 2.0833333333vw, 1.5rem);
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .front_reviews_slider_sw_item_rating-icon {
        height: 19px;
    }
}

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

.front_reviews_slider_sw_item_rating_info {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.front_reviews_slider_sw_item_rating_info[data-hardness="1"] .front_reviews_slider_sw_item_rating_info-stars svg>*:nth-child(-n+1) {
    fill: #BA4265;
}

.front_reviews_slider_sw_item_rating_info[data-hardness="2"] .front_reviews_slider_sw_item_rating_info-stars svg>*:nth-child(-n+2) {
    fill: #BA4265;
}

.front_reviews_slider_sw_item_rating_info[data-hardness="3"] .front_reviews_slider_sw_item_rating_info-stars svg>*:nth-child(-n+3) {
    fill: #BA4265;
}

.front_reviews_slider_sw_item_rating_info[data-hardness="4"] .front_reviews_slider_sw_item_rating_info-stars svg>*:nth-child(-n+4) {
    fill: #BA4265;
}

.front_reviews_slider_sw_item_rating_info[data-hardness="5"] .front_reviews_slider_sw_item_rating_info-stars svg>*:nth-child(-n+5) {
    fill: #BA4265;
}

.front_reviews_slider_sw_item_rating_info .count {
    color: #BA4265;
}

.front_reviews_slider_sw_item_rating_info .count.--big {
    font-weight: 600;
}

.front_reviews_slider_sw_item_rating_info-stars {
    display: flex;
    width: auto;
    height: 19px;
    height: clamp(0.875rem, -0.6875rem + 2.0833333333vw, 1.1875rem);
}

@media screen and (max-width: 1199px) {
    .front_reviews_slider_sw_item_rating_info-stars {
        height: 14px;
    }
}

.front_reviews_slider_sw_item_rating_info-stars svg {
    max-height: 100%;
    height: 100%;
    width: auto;
}

.front_reviews_slider_sw_item_rating_info-stars svg>* {
    fill: #ECEEF0;
}

@media screen and (max-width: 1199px) {
    .front_reviews_slider-btn {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .front_reviews_slider-btn {
        display: inline-flex;
        margin-top: 24px;
    }

    .front_reviews_slider-btn.--btn_bg.--white {
        background: #F5F5F5;
        color: #32373E;
    }
}

@media screen and (max-width: 1199px) {
    .front_reviews_modal.modal {
        padding: 20px 16px;
    }
}

.front_reviews_modal_wrap {
    display: flex;
    max-width: 816px;
    border-radius: 14px;
    border-radius: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
    background: #FFF;
    padding: 30px;
    padding: clamp(1.25rem, -1.875rem + 4.1666666667vw, 1.875rem);
}

@media screen and (max-width: 1199px) {
    .front_reviews_modal_wrap {
        padding: 20px;
        border-radius: 10px;
    }
}

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

.front_reviews_modal_wrap-content {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    row-gap: clamp(1rem, -1.5rem + 3.3333333333vw, 1.5rem);
}

@media screen and (max-width: 1199px) {
    .front_reviews_modal_wrap-content {
        row-gap: 16px;
    }
}

.front_reviews_modal_wrap-title {
    color: #19398B;
    font-family: "Fira Sans";
    font-size: 20px;
    font-size: clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem);
    font-weight: 600;
    line-height: 28px;
    line-height: clamp(1.375rem, -0.5rem + 2.5vw, 1.75rem);
    padding-right: 40px;
}

@media screen and (max-width: 1199px) {
    .front_reviews_modal_wrap-title {
        font-size: 16px;
        line-height: 22px;
    }
}

.front_reviews_modal_wrap-rating {
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: 100%;
    max-width: 100%;
}

.front_reviews_modal_wrap-rating[data-rating="1"] svg>*:nth-child(-n+1) {
    fill: #BA4265;
}

.front_reviews_modal_wrap-rating[data-rating="2"] svg>*:nth-child(-n+2) {
    fill: #BA4265;
}

.front_reviews_modal_wrap-rating[data-rating="3"] svg>*:nth-child(-n+3) {
    fill: #BA4265;
}

.front_reviews_modal_wrap-rating[data-rating="4"] svg>*:nth-child(-n+4) {
    fill: #BA4265;
}

.front_reviews_modal_wrap-rating[data-rating="5"] svg>*:nth-child(-n+5) {
    fill: #BA4265;
}

.front_reviews_modal_wrap-rating .icon {
    display: flex;
    height: 19px;
    height: clamp(0.875rem, -0.6875rem + 2.0833333333vw, 1.1875rem);
}

@media screen and (max-width: 1199px) {
    .front_reviews_modal_wrap-rating .icon {
        height: 14px;
    }
}

.front_reviews_modal_wrap-rating .icon svg {
    height: 100%;
    max-height: 100%;
    width: auto;
}

.front_reviews_modal_wrap-rating .icon svg>* {
    fill: #ECEEF0;
}

.front_reviews_modal_wrap-descr {
    color: #32373E;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    font-size: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    font-weight: 400;
    line-height: 24px;
    line-height: clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem);
    overflow-y: auto;
}

@media screen and (max-width: 1199px) {
    .front_reviews_modal_wrap-descr {
        font-size: 12px;
        line-height: 18px;
    }
}

.front_reviews_modal_wrap-descr::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
}

.front_reviews_modal_wrap-descr::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #F5F5F5;
}

.front_reviews_modal_wrap-descr::-webkit-scrollbar-thumb {
    background: #10069F;
    border-radius: 10px;
}

.front_reviews_modal_wrap-descr p {
    margin-bottom: 20px;
    margin-bottom: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem);
}

@media screen and (max-width: 1199px) {
    .front_reviews_modal_wrap-descr p {
        margin-bottom: 10px;
    }
}

.front_reviews_modal_wrap-descr p:last-child {
    margin-bottom: 0;
}

.catalog_page_wrap_head {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    row-gap: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem);
    max-width: 820px;
    max-width: clamp(45.625rem, 17.5rem + 37.5vw, 51.25rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_head {
        max-width: 730px;
        row-gap: 10px;
    }
}

.catalog_page_wrap_head-title {
    text-align: left;
}

.catalog_page_wrap_body {
    margin-top: 40px;
    margin-top: clamp(1.25rem, -5rem + 8.3333333333vw, 2.5rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body {
        margin-top: 20px;
    }
}

.catalog_page_wrap_body_row {
    margin-top: 60px;
    margin-top: clamp(1.25rem, -11.25rem + 16.6666666667vw, 3.75rem);
    row-gap: 30px;
    row-gap: clamp(0.625rem, -5.625rem + 8.3333333333vw, 1.875rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_row {
        row-gap: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_row {
        margin-top: 20px;
    }
}

.catalog_page_wrap_body_category_sw {
    margin: 0;
    min-width: 0px;
    overflow: visible;
    clip-path: inset(-100% 0px -100% 0px);
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_category_sw {
        clip-path: unset;
    }
}

.catalog_page_wrap_body_category_sw-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    filter: drop-shadow(0px 0px 26px rgba(0, 67, 101, 0.08));
    left: 0px;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_category_sw-prev {
        display: none;
    }
}

.catalog_page_wrap_body_category_sw-prev svg {
    width: 100%;
    height: 100%;
}

.catalog_page_wrap_body_category_sw-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    filter: drop-shadow(0px 0px 26px rgba(0, 67, 101, 0.08));
    right: 0px;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_category_sw-next {
        display: none;
    }
}

.catalog_page_wrap_body_category_sw-next svg {
    width: 100%;
    height: 100%;
}

.catalog_page_wrap_body_category_sw-item {
    display: flex;
    width: auto;
}

.catalog_page_wrap_body_category_sw-item.active a {
    color: #FFF;
    background: #19398B;
}

.catalog_page_wrap_body_category_sw-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 22px 24px 26px 24px;
    padding: clamp(0.375rem, -4.625rem + 6.6666666667vw, 1.375rem) clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem) clamp(0.625rem, -4.375rem + 6.6666666667vw, 1.625rem) clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem);
    border-radius: 14px;
    border-radius: clamp(0.375rem, -2.125rem + 3.3333333333vw, 0.875rem);
    background: #FFF;
    box-shadow: 0px 24px 84px 0px rgba(25, 57, 139, 0.05);
    color: #19398B;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_category_sw-item a {
        padding: 6px 18px 10px 18px;
        box-shadow: 0px 5px 15px 0px rgba(25, 57, 139, 0.2);
        border-radius: 6px;
    }
}

@media (hover: hover) {
    .catalog_page_wrap_body_category_sw-item a:hover {
        background: #19398B;
        color: #FFF;
    }
}

@media (hover: none) {
    .catalog_page_wrap_body_category_sw-item a:active {
        background: #19398B;
        color: #FFF;
    }
}

.catalog_page_wrap_body-btn_pick_up {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 16px 16px 16px;
    color: #FFF;
    text-align: center;
    border-radius: 16px;
    box-shadow: 0px 0px 26px 0px #00436514;
    animation: gradientShift 40s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
    background-size: 200% 200%;
    will-change: background, box-shadow, transform;
    transform: translateZ(0);

    transition: box-shadow 0.3s cubic-bezier(0.4, 0.0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}


@keyframes gradientShift {
    0% {
        background: radial-gradient(ellipse 350% 120% at 50% 0%,
                rgba(255, 182, 184, 0.95) 0%,
                rgba(255, 213, 176, 0.95) 100%);
    }

    8.33% {
        background: radial-gradient(ellipse 360% 125% at 45% 5%,
                rgba(253, 180, 182, 0.96) 0%,
                rgba(255, 210, 174, 0.96) 100%);
    }

    16.66% {
        background: radial-gradient(ellipse 370% 130% at 40% 10%,
                rgba(251, 178, 180, 0.97) 0%,
                rgba(255, 207, 172, 0.97) 100%);
    }

    25% {
        background: radial-gradient(ellipse 380% 135% at 35% 15%,
                rgba(249, 176, 178, 0.98) 0%,
                rgba(255, 204, 170, 0.98) 100%);
    }

    33.33% {
        background: radial-gradient(ellipse 390% 140% at 30% 20%,
                rgba(247, 174, 176, 0.99) 0%,
                rgba(255, 201, 168, 0.99) 100%);
    }

    41.66% {
        background: radial-gradient(ellipse 400% 145% at 55% 25%,
                rgba(245, 172, 174, 1) 0%,
                rgba(253, 198, 166, 1) 100%);
    }

    50% {
        background: radial-gradient(ellipse 410% 150% at 70% 30%,
                rgba(247, 174, 176, 1) 0%,
                rgba(252, 200, 168, 1) 100%);
    }

    58.33% {
        background: radial-gradient(ellipse 400% 145% at 75% 25%,
                rgba(249, 176, 178, 0.99) 0%,
                rgba(254, 203, 170, 0.99) 100%);
    }

    66.66% {
        background: radial-gradient(ellipse 390% 140% at 70% 20%,
                rgba(251, 178, 180, 0.98) 0%,
                rgba(255, 206, 172, 0.98) 100%);
    }

    75% {
        background: radial-gradient(ellipse 380% 135% at 25% 35%,
                rgba(248, 175, 177, 0.97) 0%,
                rgba(255, 208, 174, 0.97) 100%);
    }

    83.33% {
        background: radial-gradient(ellipse 370% 130% at 35% 25%,
                rgba(250, 177, 179, 0.96) 0%,
                rgba(255, 210, 176, 0.96) 100%);
    }

    91.66% {
        background: radial-gradient(ellipse 360% 125% at 45% 15%,
                rgba(252, 179, 181, 0.95) 0%,
                rgba(255, 212, 178, 0.95) 100%);
    }

    100% {
        background: radial-gradient(ellipse 350% 120% at 50% 0%,
                rgba(255, 182, 184, 0.95) 0%,
                rgba(255, 213, 176, 0.95) 100%);
    }
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body-btn_pick_up {
        display: none;
    }
}

.catalog_page_wrap_body-sort {
    display: flex;
    align-items: center;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body-sort {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: auto;
    }
}

.catalog_page_wrap_body-sort .catalog-top__sort {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.catalog_page_wrap_body-sort .catalog-top__sort-sub {
    margin-right: 40px;
    margin-right: clamp(0.625rem, -8.75rem + 12.5vw, 2.5rem);
    color: #6D7686;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    font-size: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    font-weight: 400;
    line-height: 24px;
    line-height: clamp(1.25rem, 0rem + 1.6666666667vw, 1.5rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body-sort .catalog-top__sort-sub {
        display: none;
        margin-right: 10px;
    }
}

.catalog_page_wrap_body-sort .catalog-top__sort-select {
    margin-right: 40px;
    margin-right: clamp(0.625rem, -8.75rem + 12.5vw, 2.5rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body-sort .catalog-top__sort-select {
        margin-right: 10px;
    }
}

.catalog_page_wrap_body-sort .catalog-top__sort-select.show_desktop {
    display: block;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body-sort .catalog-top__sort-select.show_desktop {
        display: none;
    }
}

.catalog_page_wrap_body-sort .catalog-top__sort-select.hide_desktop {
    display: none;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body-sort .catalog-top__sort-select.hide_desktop {
        display: block;
    }
}

.catalog_page_wrap_body-sort .catalog-top__sort-select .select {
    position: relative;
}

.catalog_page_wrap_body-sort .catalog-top__sort-select .select.select_show .select__toggle::after {
    transform: rotate(180deg);
}

.catalog_page_wrap_body-sort .catalog-top__sort-select .select.select_show .select__dropdown {
    display: block;
}

.catalog_page_wrap_body-sort .catalog-top__sort-select .select__toggle {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #32373E;
    text-align: right;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    font-size: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    line-height: clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem);
    user-select: none;
    cursor: pointer;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body-sort .catalog-top__sort-select .select__toggle {
        column-gap: 10px;
        font-size: 12px;
        line-height: 18px;
    }
}

@media (hover: hover) {
    .catalog_page_wrap_body-sort .catalog-top__sort-select .select__toggle:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .catalog_page_wrap_body-sort .catalog-top__sort-select .select__toggle:active {
        opacity: 0.7;
    }
}

.catalog_page_wrap_body-sort .catalog-top__sort-select .select__toggle::after {
    content: "";
    display: block;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%200.5L4%203.5L7%200.5%22%20stroke%3D%22%2332373E%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 8px;
    height: 5px;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body-sort .catalog-top__sort-select .select__toggle::after {
        width: 7px;
        height: 4px;
        transform: translateY(2px);
    }
}

.catalog_page_wrap_body-sort .catalog-top__sort-select .select__dropdown {
    display: none;
    padding: 18px 13px 18px 22px;
    padding: clamp(0.75rem, -1.125rem + 2.5vw, 1.125rem) clamp(0.75rem, 0.4375rem + 0.4166666667vw, 0.8125rem) clamp(0.75rem, -1.125rem + 2.5vw, 1.125rem), clamp(0.75rem, -2.375rem + 4.1666666667vw, 1.375rem);
    border-radius: 12px;
    border-radius: clamp(0.5rem, -0.75rem + 1.6666666667vw, 0.75rem);
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 6;
    top: calc(100% + 10px);
    left: 0px;
    min-width: max-content;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body-sort .catalog-top__sort-select .select__dropdown {
        padding: 12px;
        border-radius: 8px;
        top: calc(100% + 5px);
    }
}

.catalog_page_wrap_body-sort .catalog-top__sort-select .select__dropdown .select__options {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    max-height: 250px;
    max-height: clamp(11.25rem, -10.625rem + 29.1666666667vw, 15.625rem);
    overflow-y: auto;
    padding-right: 15px;
    padding-right: clamp(0.6875rem, -0.5625rem + 1.6666666667vw, 0.9375rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body-sort .catalog-top__sort-select .select__dropdown .select__options {
        max-height: 180px;
        padding-right: 11px;
    }
}

.catalog_page_wrap_body-sort .catalog-top__sort-select .select__dropdown .select__options::-webkit-scrollbar {
    width: 2px;
    border-radius: 5px;
}

.catalog_page_wrap_body-sort .catalog-top__sort-select .select__dropdown .select__options::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #E2E4E7;
}

.catalog_page_wrap_body-sort .catalog-top__sort-select .select__dropdown .select__options::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #A7ADB7;
}

.catalog_page_wrap_body-sort .catalog-top__sort-select .select__dropdown .select__options .select__option {
    color: #6D7686;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    font-size: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    font-weight: 400;
    line-height: 24px;
    line-height: clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem);
    cursor: pointer;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body-sort .catalog-top__sort-select .select__dropdown .select__options .select__option {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (hover: hover) {
    .catalog_page_wrap_body-sort .catalog-top__sort-select .select__dropdown .select__options .select__option:hover {
        color: #32373E;
    }
}

@media (hover: none) {
    .catalog_page_wrap_body-sort .catalog-top__sort-select .select__dropdown .select__options .select__option:active {
        color: #32373E;
    }
}

.catalog_page_wrap_body-sort .catalog-top__sort-select .select__dropdown .select__options .select__option a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.catalog_page_wrap_body-sort .catalog-top__sort-select .select__dropdown .select__options .select__option.select__option_selected {
    color: #19398B;
}

@media (hover: hover) {
    .catalog_page_wrap_body-sort .catalog-top__sort-select .select__dropdown .select__options .select__option.select__option_selected:hover {
        color: #19398B;
    }
}

@media (hover: none) {
    .catalog_page_wrap_body-sort .catalog-top__sort-select .select__dropdown .select__options .select__option.select__option_selected:active {
        color: #19398B;
    }
}

.catalog_page_wrap_body-sort .filter-trigger {
    display: none;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body-sort .filter-trigger {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 5px 16px 9px 16px;
        flex-shrink: 0;
        border-radius: 8px;
        background: #19398B;
        color: #FFF;
        font-family: "Commissioner", sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_filter {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100dvh;
        background: #FFF;
        z-index: 5;
        user-select: none;
        pointer-events: none;
        will-change: transform;
        transition: 0.4s;
    }
}

.catalog_page_wrap_body_filter.active {
    left: 0;
    user-select: auto;
    pointer-events: all;
}

.catalog_page_wrap_body_filter_head {
    display: none;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_filter_head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #FFF;
        box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.04);
        margin-bottom: 14px;
        padding: 16px;
        position: relative;
    }
}

.catalog_page_wrap_body_filter_head-reset {
    color: #6D7686;
    font-family: "Fira Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.catalog_page_wrap_body_filter_head-title {
    color: #19398B;
    font-family: "Fira Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.catalog_page_wrap_body_filter_head-close {
    display: flex;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
}

.catalog_page_wrap_body_filter_head-close svg {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_filter_wrap {
        padding: 0 16px;
        overflow-y: auto;
        max-height: 100%;
        flex: 1 1 auto;
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_filter_wrap form {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
}

.catalog_page_wrap_body_filter_wrap .filter_item {
    border-radius: 14px;
    border-radius: clamp(0.375rem, -2.125rem + 3.3333333333vw, 0.875rem);
    background: #F5F5F5;
    margin-bottom: 10px;
    margin-bottom: clamp(0.3125rem, -1.25rem + 2.0833333333vw, 0.625rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_filter_wrap .filter_item {
        border-radius: 6px;
        margin-bottom: 5px;
    }
}

.catalog_page_wrap_body_filter_wrap .filter_item:last-child {
    margin-bottom: 0px;
}

.catalog_page_wrap_body_filter_wrap .filter_item.active .filter_item-title {
    color: #19398B;
}

.catalog_page_wrap_body_filter_wrap .filter_item.active .filter_item-title::before {
    transform: rotate(180deg);
}

.catalog_page_wrap_body_filter_wrap .filter_item-title {
    display: flex;
    align-items: center;
    column-gap: 16px;
    column-gap: clamp(0.625rem, -1.25rem + 2.5vw, 1rem);
    color: #6D7686;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    font-size: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    font-weight: 400;
    line-height: 24px;
    line-height: clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem);
    padding: 16px 20px 18px 20px;
    padding: clamp(0.6875rem, -0.875rem + 2.0833333333vw, 1rem) clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem) clamp(0.6875rem, -1.5rem + 2.9166666667vw, 1.125rem) clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem);
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_filter_wrap .filter_item-title {
        padding: 11px 16px;
        column-gap: 10px;
        color: #6D7686;
        font-family: "Fira Sans";
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }
}

@media (hover: hover) {
    .catalog_page_wrap_body_filter_wrap .filter_item-title:hover {
        color: #19398B;
    }
}

@media (hover: none) {
    .catalog_page_wrap_body_filter_wrap .filter_item-title:active {
        color: #19398B;
    }
}

.catalog_page_wrap_body_filter_wrap .filter_item-title::before {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201L6%206L11%201%22%20stroke%3D%22%236D7686%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-shrink: 0;
    transition: 0.4s;
}

.catalog_page_wrap_body_filter_wrap .filter_item_dropdown {
    display: none;
    padding: 0px 20px 26px 20px;
    padding: 0px clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem) clamp(0.9375rem, -2.5rem + 4.5833333333vw, 1.625rem) clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_filter_wrap .filter_item_dropdown {
        padding: 5px 16px 15px 16px;
    }
}

.catalog_page_wrap_body_filter_wrap .filter_item_dropdown_wrap {
    max-height: 406px;
    max-height: clamp(21.875rem, 4.375rem + 23.3333333333vw, 25.375rem);
    overflow-y: auto;
    padding-right: 10px;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_filter_wrap .filter_item_dropdown_wrap {
        max-height: 350px;
    }
}

.catalog_page_wrap_body_filter_wrap .filter_item_dropdown_wrap::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
}

.catalog_page_wrap_body_filter_wrap .filter_item_dropdown_wrap::-webkit-scrollbar-thumb {
    background: #B8BBC0;
    border-radius: 10px;
}

.catalog_page_wrap_body_filter_wrap .filter_item_dropdown_wrap::-webkit-scrollbar-track {
    background: #ECEEF0;
    border-radius: 10px;
}

.catalog_page_wrap_body_filter_wrap .filter_item_dropdown_item {
    margin-bottom: 16px;
    margin-bottom: clamp(0.625rem, -1.25rem + 2.5vw, 1rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_filter_wrap .filter_item_dropdown_item {
        margin-bottom: 10px;
    }
}

.catalog_page_wrap_body_filter_wrap .filter_item_dropdown_item:last-child {
    margin-bottom: 0px;
}

.catalog_page_wrap_body_filter_wrap .filter_item_dropdown_item label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

@media (hover: hover) {
    .catalog_page_wrap_body_filter_wrap .filter_item_dropdown_item label:hover input {
        border-color: #19398B;
    }

    .catalog_page_wrap_body_filter_wrap .filter_item_dropdown_item label:hover span {
        color: #19398B;
    }
}

@media (hover: none) {
    .catalog_page_wrap_body_filter_wrap .filter_item_dropdown_item label:active input {
        border-color: #19398B;
    }

    .catalog_page_wrap_body_filter_wrap .filter_item_dropdown_item label:active span {
        color: #19398B;
    }
}

.catalog_page_wrap_body_filter_wrap .filter_item_dropdown_item label input {
    appearance: none;
    width: 20px;
    width: clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem);
    height: 20px;
    height: clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem);
    background: transparent;
    border-radius: 6px;
    border-radius: clamp(0.25rem, -0.375rem + 0.8333333333vw, 0.375rem);
    border: 1px solid #6D7686;
    flex-shrink: 0;
    margin-right: 10px;
    margin-right: clamp(0.5rem, -0.125rem + 0.8333333333vw, 0.625rem);
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_filter_wrap .filter_item_dropdown_item label input {
        width: 16px;
        height: 16px;
        margin-right: 8px;
        border-radius: 4px;
    }
}

.catalog_page_wrap_body_filter_wrap .filter_item_dropdown_item label input:checked {
    border-color: transparent;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%226%22%20fill%3D%22%2319398B%22%2F%3E%3Cpath%20d%3D%22M6%2010.25L8.75%2013L14.75%207%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.catalog_page_wrap_body_filter_wrap .filter_item_dropdown_item label input:checked~span {
    color: #19398B;
}

.catalog_page_wrap_body_filter_wrap .filter_item_dropdown_item label span {
    color: #6D7686;
    text-align: left;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 400;
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.8333333333vw, 1.375rem);
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_filter_wrap .filter_item_dropdown_item label span {
        font-size: 12px;
        line-height: 20px;
    }
}

.catalog_page_wrap_body_filter_wrap .filter_item .filter_item__price .filter-price {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.catalog_page_wrap_body_filter_wrap .filter_item .filter_item__price .filter-price .filter-price__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.catalog_page_wrap_body_filter_wrap .filter_item .filter_item__price .filter-price .filter-price__row .filter-price__item {
    width: calc(50% - 10px);
    width: calc(50% - clamp(0.3125rem, -1.25rem + 2.0833333333vw, 0.625rem));
    height: 38px;
    height: clamp(2.125rem, 0.875rem + 1.6666666667vw, 2.375rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_filter_wrap .filter_item .filter_item__price .filter-price .filter-price__row .filter-price__item {
        height: 34px;
        width: calc(50% - 5px);
    }
}

.catalog_page_wrap_body_filter_wrap .filter_item .filter_item__price .filter-price .filter-price__row .filter-price__item input {
    height: 100%;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #ECEEF0;
    background: #FFF;
    padding: 6px 14px 8px 14px;
    color: #6D7686;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 400;
    line-height: 24px;
    line-height: clamp(1.25rem, 0rem + 1.6666666667vw, 1.5rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_filter_wrap .filter_item .filter_item__price .filter-price .filter-price__row .filter-price__item input {
        font-size: 12px;
        line-height: 20px;
    }
}

.catalog_page_wrap_body_filter_wrap .filter_item .filter_item__price .filter-price .main-range__slider {
    height: 4px;
    border: unset;
    background: rgba(109, 118, 134, 0.2);
    box-shadow: unset;
    border-radius: 2px;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_filter_wrap .filter_item .filter_item__price .filter-price .main-range__slider {
        height: 3px;
    }
}

.catalog_page_wrap_body_filter_wrap .filter_item .filter_item__price .filter-price .main-range__slider .noUi-base .noUi-connects {
    background: transparent;
}

.catalog_page_wrap_body_filter_wrap .filter_item .filter_item__price .filter-price .main-range__slider .noUi-base .noUi-connects .noUi-connect {
    background: #19398B;
    border-radius: 2px;
}

.catalog_page_wrap_body_filter_wrap .filter_item .filter_item__price .filter-price .main-range__slider .noUi-origin .noUi-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #FFF;
    border: unset;
    box-shadow: unset;
    right: -8px;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_filter_wrap .filter_item .filter_item__price .filter-price .main-range__slider .noUi-origin .noUi-handle {
        width: 14px;
        height: 14px;
        right: -7px;
    }
}

.catalog_page_wrap_body_filter_wrap .filter_item .filter_item__price .filter-price .main-range__slider .noUi-origin .noUi-handle::before {
    display: none;
}

.catalog_page_wrap_body_filter_wrap .filter_item .filter_item__price .filter-price .main-range__slider .noUi-origin .noUi-handle::after {
    display: none;
}

.catalog_page_wrap_body_filter_wrap .filter_item__bottom {
    display: none;
    margin-top: 32px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_filter_wrap .filter_item__bottom {
        display: flex;
        flex: 1 1 auto;
        align-items: flex-end;
        column-gap: 7px;
    }
}

.catalog_page_wrap_body_filter_wrap .filter_item__bottom a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 50%;
    height: 34px;
    padding: 4px 8px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #FFF;
    font-family: "Commissioner", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.catalog_page_wrap_body_filter_wrap .filter_item__bottom a.accept_filter {
    background: #19398B;
    color: #FFF;
}

.catalog_page_wrap_body_filter_wrap .filter_item__bottom a.catalog-filter__delete-all {
    background: transparent;
    color: #6D7686;
    border-color: #6D7686;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_content_active_filter {
        padding: 15px 0;
        position: relative;
    }

    .catalog_page_wrap_body_content_active_filter::before {
        content: "";
        display: block;
        width: 100vw;
        height: 1px;
        background: rgba(0, 0, 0, 0.05);
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .catalog_page_wrap_body_content_active_filter::after {
        content: "";
        display: block;
        width: 100vw;
        height: 1px;
        background: rgba(0, 0, 0, 0.05);
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

.catalog_page_wrap_body_content_active_filter_sw {
    margin: 0;
    min-width: 0px;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_content_active_filter_sw {
        overflow: visible;
    }
}

.catalog_page_wrap_body_content_active_filter_sw_item {
    display: flex;
    align-items: center;
    column-gap: 10px;
    column-gap: clamp(0.25rem, -1.625rem + 2.5vw, 0.625rem);
    width: auto;
    border-radius: 12px;
    border-radius: clamp(0.1875rem, -2.625rem + 3.75vw, 0.75rem);
    border: 1px solid #19398B;
    background: #19398B;
    padding: 8px 16px 12px 20px;
    padding: clamp(0.375rem, -0.25rem + 0.8333333333vw, 0.5rem) clamp(0.625rem, -1.25rem + 2.5vw, 1rem) clamp(0.4375rem, -1.125rem + 2.0833333333vw, 0.75rem) clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem);
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_content_active_filter_sw_item {
        column-gap: 4px;
        border-radius: 3px;
        background: rgba(25, 57, 139, 0.05);
        padding: 4px 6px 5px 6px;
        border-color: transparent;
    }
}

.catalog_page_wrap_body_content_active_filter_sw_item:last-child {
    background: transparent;
    border-color: #ECEEF0;
}

.catalog_page_wrap_body_content_active_filter_sw_item:last-child span {
    color: #6D7686;
}

.catalog_page_wrap_body_content_active_filter_sw_item:last-child .icon svg {
    width: 100%;
    height: 100%;
}

.catalog_page_wrap_body_content_active_filter_sw_item:last-child .icon svg path {
    stroke: #6D7686;
}

.catalog_page_wrap_body_content_active_filter_sw_item span {
    color: #FFF;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 400;
    line-height: 20px;
    line-height: clamp(1.125rem, 0.5rem + 0.8333333333vw, 1.25rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_content_active_filter_sw_item span {
        color: #19398B;
        font-size: 10px;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }
}

.catalog_page_wrap_body_content_active_filter_sw_item .icon {
    display: flex;
    width: 8px;
    height: 8px;
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_content_active_filter_sw_item .icon {
        width: 9px;
        height: 9px;
    }
}

.catalog_page_wrap_body_content_active_filter_sw_item .icon svg {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_content_active_filter_sw_item .icon svg path {
        stroke: #19398B;
    }
}

.catalog_page_wrap_body_content_list {
    row-gap: 30px;
    row-gap: clamp(0.625rem, -5.625rem + 8.3333333333vw, 1.875rem);
    margin-top: 40px;
    margin-top: clamp(1.25rem, -5rem + 8.3333333333vw, 2.5rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_content_list {
        margin-top: 20px;
        row-gap: 10px;
    }
}

.catalog_page_wrap_body_content_list> :nth-child(1) {
    order: 1;
}

.catalog_page_wrap_body_content_list> :nth-child(2) {
    order: 2;
}

.catalog_page_wrap_body_content_list> :nth-child(3) {
    order: 3;
}

.catalog_page_wrap_body_content_list> :nth-child(4) {
    order: 4;
}

.catalog_page_wrap_body_content_list> :nth-child(5) {
    order: 5;
}

.catalog_page_wrap_body_content_list> :nth-child(6) {
    order: 6;
}

.catalog_page_wrap_body_content_list> :nth-child(7) {
    order: 7;
}

.catalog_page_wrap_body_content_list> :nth-child(8) {
    order: 8;
}

.catalog_page_wrap_body_content_list> :nth-child(9) {
    order: 9;
}

.catalog_page_wrap_body_content_list> :nth-child(10) {
    order: 10;
}

.catalog_page_wrap_body_content_list> :nth-child(11) {
    order: 11;
}

.catalog_page_wrap_body_content_list> :nth-child(12) {
    order: 12;
}

.catalog_page_wrap_body_content_list> :nth-child(13) {
    order: 13;
}

.catalog_page_wrap_body_content_list> :nth-child(10) {
    order: 10;
}

@media screen and (max-width: 767px) {
    .catalog_page_wrap_body_content_list> :nth-child(10) {
        order: 11;
    }

    .catalog_page_wrap_body_content_list> :nth-child(11) {
        order: 10;
    }

    .catalog_page_wrap_body_content_list> :nth-child(12) {
        order: 11;
    }

    .catalog_page_wrap_body_content_list> :nth-child(13) {
        order: 12;
    }

    .catalog_page_wrap_body_content_list> :nth-child(14) {
        order: 13;
    }

    .catalog_page_wrap_body_content_list> :nth-child(15) {
        order: 14;
    }
}

.catalog_page_wrap_body_content_list .card_mattress {
    height: 100%;
}

.catalog_page_wrap_body_content_list .card_mattress_content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.catalog_page_wrap_body_content_list .card_mattress_content_info {
    flex: 1 1 auto;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_content_list .card_mattress_content_btns .btn {
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        padding: 4px 9px 8px 9px;
    }
}

.catalog_page_wrap_body_content_list .prouct_ban {
    margin: 0;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_content_list .prouct_ban {
        margin: 30px 0;
    }
}

@media screen and (max-width: 767px) {
    .catalog_page_wrap_body_content_list .prouct_ban {
        margin: 20px 0;
    }
}

@media screen and (min-width: 1200px) {
    .catalog_page_wrap_body_content_list .prouct_ban_wrap {
        padding: 30px;
        min-height: 344px;
    }

    .catalog_page_wrap_body_content_list .prouct_ban_wrap_left {
        max-width: 370px;
    }

    .catalog_page_wrap_body_content_list .prouct_ban_wrap_left-title {
        font-size: 32px;
        line-height: 38px;
    }

    .catalog_page_wrap_body_content_list .prouct_ban_wrap_left-descr {
        font-size: 16px;
        line-height: 24px;
    }

    .catalog_page_wrap_body_content_list .prouct_ban_wrap_left-cost {
        font-size: 32px;
        line-height: 38px;
    }

    .catalog_page_wrap_body_content_list .prouct_ban_wrap-circle {
        max-width: 499px;
    }

    .catalog_page_wrap_body_content_list .prouct_ban_wrap-img {
        max-width: 423px;
        height: 208px;
    }
}

.catalog_page_wrap_body_content_pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-top: clamp(1.5rem, -3.5rem + 6.6666666667vw, 2.5rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_content_pagination {
        margin-top: 24px;
    }
}

.catalog_page_wrap_body_content_pagination .page-pagination {
    display: flex;
    column-gap: 10px;
    column-gap: clamp(0.375rem, -0.875rem + 1.6666666667vw, 0.625rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_content_pagination .page-pagination {
        column-gap: 6px;
    }
}

.catalog_page_wrap_body_content_pagination .page-pagination span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    width: clamp(2rem, 0.125rem + 2.5vw, 2.375rem);
    height: 38px;
    height: clamp(2rem, 0.125rem + 2.5vw, 2.375rem);
    border-radius: 50%;
    background: #19398B;
    color: #FFF;
    text-align: center;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 400;
    line-height: 22px;
    line-height: clamp(1.125rem, -0.125rem + 1.6666666667vw, 1.375rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_content_pagination .page-pagination span {
        width: 32px;
        height: 32px;
        font-size: 12px;
        line-height: 18px;
    }
}

.catalog_page_wrap_body_content_pagination .page-pagination .page-pagination__dotted {
    background: transparent;
    color: #6D7686;
}

.catalog_page_wrap_body_content_pagination .page-pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    width: clamp(2rem, 0.125rem + 2.5vw, 2.375rem);
    height: 38px;
    height: clamp(2rem, 0.125rem + 2.5vw, 2.375rem);
    border-radius: 50%;
    border: 1px solid #B8BBC0;
    color: #6D7686;
    text-align: center;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 400;
    line-height: 22px;
    line-height: clamp(1.125rem, -0.125rem + 1.6666666667vw, 1.375rem);
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .catalog_page_wrap_body_content_pagination .page-pagination a {
        width: 32px;
        height: 32px;
        font-size: 12px;
        line-height: 18px;
    }
}

@media (hover: hover) {
    .catalog_page_wrap_body_content_pagination .page-pagination a:hover {
        background: #19398B;
        color: #FFF;
        border-color: #19398B;
    }
}

@media (hover: none) {
    .catalog_page_wrap_body_content_pagination .page-pagination a:active {
        background: #19398B;
        color: #FFF;
        border-color: #19398B;
    }
}

.catalog_page .catalog_collections {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    row-gap: clamp(1.125rem, -2.625rem + 5vw, 1.875rem);
    margin-top: 100px;
    margin-top: clamp(2.5rem, -16.25rem + 25vw, 6.25rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page .catalog_collections {
        margin-top: 40px;
        row-gap: 18px;
    }
}

.catalog_page .catalog_collections-title {
    color: #19398B;
    font-family: "Fira Sans";
    font-size: 32px;
    font-size: clamp(1.5rem, -1rem + 3.3333333333vw, 2rem);
    font-weight: 700;
    line-height: 38px;
    line-height: clamp(1.875rem, -0.625rem + 3.3333333333vw, 2.375rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page .catalog_collections-title {
        font-size: 24px;
        line-height: 110%;
    }
}

.catalog_page .catalog_collections_sw {
    min-width: 0px;
    margin: unset;
    overflow: visible;
}

.catalog_page .catalog_collections_sw .swiper-wrapper {
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
}

@media screen and (max-width: 1199px) {
    .catalog_page .catalog_collections_sw .swiper-wrapper {
        flex-wrap: nowrap;
        column-gap: 0px;
        row-gap: 0px;
    }
}

.catalog_page .catalog_collections_sw-it {
    display: inline-flex;
    width: auto;
}

.catalog_page .catalog_collections_sw-it a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px 12px 16px;
    padding-top: clamp(0.4375rem, 0.125rem + 0.4166666667vw, 0.5rem);
    padding-bottom: clamp(0.5625rem, -0.375rem + 1.25vw, 0.75rem);
    color: #19398B;
    text-align: center;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 500;
    line-height: 22px;
    line-height: clamp(1.125rem, -0.125rem + 1.6666666667vw, 1.375rem);
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 24px 84px 0px rgba(25, 57, 139, 0.15);
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .catalog_page .catalog_collections_sw-it a {
        font-size: 12px;
        line-height: 18px;
        padding: 7px 16px 9px 16px;
    }
}

@media (hover: hover) {
    .catalog_page .catalog_collections_sw-it a:hover {
        background: #19398B;
        color: #FFF;
    }
}

@media (hover: none) {
    .catalog_page .catalog_collections_sw-it a:active {
        background: #19398B;
        color: #FFF;
    }
}

.catalog_page .catalog_descr {
    margin-top: 100px;
    margin-top: clamp(2.5rem, -16.25rem + 25vw, 6.25rem);
    max-width: 820px;
}

@media screen and (max-width: 1199px) {
    .catalog_page .catalog_descr {
        margin-top: 40px;
    }
}

.catalog_page .catalog_descr>*:first-child {
    margin-top: 0px;
}

.catalog_page .catalog_descr>*:last-child {
    margin-bottom: 0px;
}

.catalog_page .catalog_descr h2 {
    color: #19398B;
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-size: clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem);
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    line-height: clamp(1.375rem, 0.125rem + 1.6666666667vw, 1.625rem);
    margin-top: 60px;
    margin-top: clamp(1.5rem, -9.75rem + 15vw, 3.75rem);
    margin-bottom: 24px;
    margin-bottom: clamp(0.5rem, -4.5rem + 6.6666666667vw, 1.5rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page .catalog_descr h2 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 24px;
        margin-bottom: 8px;
    }
}

.catalog_page .catalog_descr p {
    color: #32373E;
    font-size: 16px;
    font-size: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    font-weight: 400;
    line-height: 22px;
    line-height: clamp(1.125rem, -0.125rem + 1.6666666667vw, 1.375rem);
    margin-top: 24px;
    margin-top: clamp(0.5rem, -4.5rem + 6.6666666667vw, 1.5rem);
    margin-bottom: 24px;
    margin-bottom: clamp(0.75rem, -3rem + 5vw, 1.5rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page .catalog_descr p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 8px;
        margin-bottom: 12px;
    }
}

.catalog_page .catalog_descr a {
    color: #19398B;
    font-size: 16px;
    font-size: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    font-weight: 400;
    line-height: 22px;
    line-height: clamp(1.125rem, -0.125rem + 1.6666666667vw, 1.375rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page .catalog_descr a {
        font-size: 12px;
        line-height: 18px;
    }
}

.catalog_page .catalog_descr ul {
    margin-top: 24px;
    margin-top: clamp(0.5rem, -4.5rem + 6.6666666667vw, 1.5rem);
    margin-bottom: 24px;
    margin-bottom: clamp(0.75rem, -3rem + 5vw, 1.5rem);
    list-style-type: disc;
    padding-left: 25px;
}

@media screen and (max-width: 1199px) {
    .catalog_page .catalog_descr ul {
        margin-top: 8px;
        margin-bottom: 12px;
    }
}

.catalog_page .catalog_descr ul li {
    color: #32373E;
    font-size: 16px;
    font-size: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    font-weight: 400;
    line-height: 22px;
    line-height: clamp(1.125rem, -0.125rem + 1.6666666667vw, 1.375rem);
}

@media screen and (max-width: 1199px) {
    .catalog_page .catalog_descr ul li {
        font-size: 12px;
        line-height: 18px;
    }
}

.product_page .--acnhor_help {
    scroll-margin-top: 200px;
}

@media screen and (max-width: 1199px) {
    .product_page .--acnhor_help {
        scroll-margin-top: 170px;
    }
}

@media screen and (max-width: 767px) {
    .product_page .--acnhor_help {
        scroll-margin-top: 80px;
    }
}

.product_page_main_head {
    display: flex;
    row-gap: 24px;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .product_page_main_head {
        row-gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_main_head {
        row-gap: 10px;
    }
}

.product_page_main_head-title {
    display: flex;
    align-items: flex-start;
    column-gap: 30px;
}

.product_page_main_head-title h1 {
    text-align: left;
}

.product_page_main_head-title .pink_cloud {
    margin-top: clamp(0.25rem, -1.3125rem + 2.0833333333vw, 0.5625rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_head-title .pink_cloud {
        margin-top: 4px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_main_head-title .pink_cloud {
        display: none;
    }
}

.product_page_main_head-btns {
    display: flex;
    column-gap: 10px;
    column-gap: clamp(0.25rem, -1.625rem + 2.5vw, 0.625rem);
    width: 100%;
    justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
    .product_page_main_head-btns {
        column-gap: 4px;
    }
}

.product_page_main_head-btns a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    width: clamp(1.875rem, -1.25rem + 4.1666666667vw, 2.5rem);
    height: 40px;
    height: clamp(1.875rem, -1.25rem + 4.1666666667vw, 2.5rem);
    flex-shrink: 0;
    cursor: pointer;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .product_page_main_head-btns a {
        width: 30px;
        height: 30px;
    }
}

.product_page_main_head-btns a.show_tablet {
    display: none;
}

@media screen and (max-width: 1199px) {
    .product_page_main_head-btns a.show_tablet {
        display: flex;
    }
}

@media (hover: hover) {
    .product_page_main_head-btns a:hover svg line {
        stroke: #FFF;
    }

    .product_page_main_head-btns a:hover svg path {
        fill: #FFF;
    }

    .product_page_main_head-btns a:hover svg rect {
        fill: #19398B;
    }
}

@media (hover: none) {
    .product_page_main_head-btns a:active svg line {
        stroke: #FFF;
    }

    .product_page_main_head-btns a:active svg path {
        fill: #FFF;
    }

    .product_page_main_head-btns a:active svg rect {
        fill: #19398B;
    }
}

.product_page_main_head-btns a.active svg line {
    stroke: #FFF;
}

.product_page_main_head-btns a.active svg path {
    fill: #FFF;
}

.product_page_main_head-btns a.active svg rect {
    fill: #19398B;
}

.product_page_main_head-btns a svg {
    width: 100%;
    height: 100%;
}

.product_page_main_head-btns a svg line,
.product_page_main_head-btns a svg path,
.product_page_main_head-btns a svg rect {
    transition: 0.4s;
}

.product_page_main_head-btns a svg rect {
    fill: transparent;
}

.product_page_main_head .flex-col {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 30px;
    justify-content: flex-start;
    align-items: center;
}

.product_page_main_head-rating {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

@media (hover: hover) {
    .product_page_main_head-rating:hover .small-text {
        color: #19398B;
    }
}

@media (hover: none) {
    .product_page_main_head-rating:active .small-text {
        color: #19398B;
    }
}

.product_page_main_head-rating[data-rating="1"] .icon svg>*:nth-child(-n+1) {
    fill: #19398B;
}

.product_page_main_head-rating[data-rating="2"] .icon svg>*:nth-child(-n+2) {
    fill: #19398B;
}

.product_page_main_head-rating[data-rating="3"] .icon svg>*:nth-child(-n+3) {
    fill: #19398B;
}

.product_page_main_head-rating[data-rating="4"] .icon svg>*:nth-child(-n+4) {
    fill: #19398B;
}

.product_page_main_head-rating[data-rating="5"] .icon svg>*:nth-child(-n+5) {
    fill: #19398B;
}

.product_page_main_head-rating .icon {
    display: flex;
    height: 14px;
    height: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_head-rating .icon {
        height: 10px;
    }
}

.product_page_main_head-rating .icon svg {
    height: 100%;
    max-height: 100%;
    width: auto;
}

.product_page_main_head-rating .icon svg>* {
    fill: #ECEEF0;
}

.product_page_main_head-rating span {
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .product_page_main_head .product_page_menu {
        display: none;
    }
}

.product_page_main_head .product_page_menu-swiper {
    max-width: 100%;
}

.product_page_main_head .product_page_menu-item {
    width: auto;
}

.product_page_main_head .product_page_menu-item a {
    color: #6D7686;
    transition: 0.4s;
}

@media (hover: hover) {
    .product_page_main_head .product_page_menu-item a:hover {
        color: #19398B;
    }
}

@media (hover: none) {
    .product_page_main_head .product_page_menu-item a:active {
        color: #19398B;
    }
}

.product_page_main_card {
    margin-top: 50px;
    margin-top: clamp(0.3125rem, -13.75rem + 18.75vw, 3.125rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card {
        margin-top: 5px;
    }
}

.product_page_main_card_image_benefit {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    flex-shrink: 0;
    width: 11%;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_image_benefit {
        flex-direction: row;
        margin-top: 24px;
        column-gap: 10px;
        justify-content: space-between;
        width: 100%;
    }
}

.product_page_main_card_image_benefit_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 6px;
    flex-shrink: 0;
}

.product_page_main_card_image_benefit_item-icon {
    display: flex;
    width: 100%;
    height: 68px;
    flex-shrink: 0;
    position: relative;
}

.product_page_main_card_image_benefit_item-icon.--spec span {
    top: 65%;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_image_benefit_item-icon.--spec span {
        top: 63%;
    }
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_image_benefit_item-icon {
        width: 67px;
        height: 60px;
    }
}

.product_page_main_card_image_benefit_item-icon svg {
    width: 100%;
    height: 100%;
}

.product_page_main_card_image_benefit_item-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    padding: 1px;
    margin-top: -1px;
    color: #19398B;
    text-align: center;
    font-family: "Commissioner", sans-serif;
    font-size: 11px;
    font-size: clamp(0.5625rem, -0.0625rem + 0.8333333333vw, 0.6875rem);
    font-weight: 500;
    line-height: 11px;
    line-height: clamp(0.5625rem, -0.0625rem + 0.8333333333vw, 0.6875rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_image_benefit_item-icon span {
        font-size: 9px;
        line-height: 9px;
    }
}

.product_page_main_card_image_benefit_item-title {
    color: #6D7686;
    text-align: center;
    font-family: "Commissioner", sans-serif;
    font-size: 12px;
    font-size: clamp(0.625rem, 0rem + 0.8333333333vw, 0.75rem);
    font-weight: 400;
    line-height: 18px;
    line-height: clamp(0.875rem, -0.375rem + 1.6666666667vw, 1.125rem);
    letter-spacing: 0.24px;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_image_benefit_item-title {
        font-size: 10px;
        line-height: 14px;
    }
}

.product_page_main_card_image-slider_big {
    position: relative;
}

.product_page_main_card_image-slider_big .swiper-pagination {
    display: none;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_image-slider_big .swiper-pagination {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: unset;
        margin: 10px 0 0 0;
        padding: 0;
        column-gap: 12px;
    }
}

.product_page_main_card_image-slider_big .swiper-pagination-bullet {
    display: block;
    width: 4px;
    height: 4px;
    margin: 0 !important;
    padding: 0;
    border-radius: 50%;
    opacity: 0.4;
    background: #6D7686;
}

.product_page_main_card_image-slider_big .swiper-pagination-bullet-active {
    opacity: 1;
    width: 8px;
    height: 8px;
    background: #19398B;
}

.product_page_main_card_image-slider_big_btns {
    display: flex;
    column-gap: 14px;
    position: absolute;
    top: 20px;
    top: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem);
    right: 20px;
    right: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem);
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_image-slider_big_btns {
        position: unset;
        margin-top: 24px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_main_card_image-slider_big_btns {
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }
}

.product_page_main_card_image-slider_big_btns-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 6px;
    cursor: pointer;
    transition: 0.4s;
}

@media (hover: hover) {
    .product_page_main_card_image-slider_big_btns-btn:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .product_page_main_card_image-slider_big_btns-btn:active {
        opacity: 0.7;
    }
}

.product_page_main_card_image-slider_big_btns-btn .icon {
    display: flex;
    width: 68px;
    width: clamp(3.75rem, 1.25rem + 3.3333333333vw, 4.25rem);
    height: 68px;
    height: clamp(3.75rem, 1.25rem + 3.3333333333vw, 4.25rem);
    aspect-ratio: 1/1;
    border-radius: 14px;
    overflow: hidden;
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_image-slider_big_btns-btn .icon {
        width: 60px;
        height: 60px;
    }
}

.product_page_main_card_image-slider_big_btns-btn .icon svg {
    width: 100%;
    height: 100%;
}

.product_page_main_card_image-slider_big_btns-btn span {
    color: #32373E;
    text-align: center;
    font-family: "Commissioner", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.2px;
}

.product_page_main_card_image-slider_big .pink_cloud {
    display: none;
    user-select: none;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .product_page_main_card_image-slider_big .pink_cloud {
        display: inline-flex;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1;
    }
}

.product-page-wrapper {
    position: relative;
}
.product-page-wrapper__btn, .product-page-thumb__btn {
opacity: 1 !important;
}
.product-page-wrapper__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0px 4px 4px 0px #00000026;
}

.product-page-wrapper__btn svg {
    width: 9px;
    height: 14px;
    object-fit: none;
}

.product-page-wrapper__btn--prev {
    left: -20px;
}

.product-page-wrapper__btn--next {
    right: -20px;
}

.product-page-wrapper__btn.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 1199px) {
    .product-page-wrapper__btn {
        display: none;
    }
}

.product-page-thumb {
    position: relative;
}

.product-page-thumb__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    box-shadow: 0px 4px 4px 0px #00000026;
    top: 50%;
    transform: translateY(-50%);
}

.product-page-thumb__btn svg {
    width: 9px;
    height: 14px;
    object-fit: none;
}

.product-page-thumb__btn--prev {
    left: -16px;
}

.product-page-thumb__btn--next {
    right: -16px;
}

.product-page-thumb__btn.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 1199px) {
    .product-page-thumb__btn {
        display: none;
    }
}

.product_page_main_card_image_big {
    min-width: 0px;
    margin: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 14px;
    border: 1px solid #ECEEF0;
    background: #FFF;
    aspect-ratio: 711/494;
}

.product_page_main_card_image_big_item {
    width: 100%;
    height: 100%;
    user-select: none;
    outline: none;
    border: unset;
    cursor: zoom-in;
}

.product_page_main_card_image_big_item img {
    width: 100%;
    height: auto;
}

.product_page_main_card_image_thumb {
    min-width: 0px;
    margin: 0;
    max-width: 100%;
    margin-top: 17px;
    margin-top: clamp(0.625rem, -1.5625rem + 2.9166666667vw, 1.0625rem);
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_image_thumb {
        display: none;
    }
}

.product_page_main_card_image_thumb_item {
    display: block;
    border-radius: 14px;
    border: 1px solid #ECEEF0;
    opacity: 0.6;
    background: #FFF;
    cursor: pointer;
    aspect-ratio: 10/7;
    overflow: hidden;
    max-width: 100px;
    user-select: none;
    outline: none;
    transition: opacity 0.4s;
}

.product_page_main_card_image_thumb_item.active {
    opacity: 1;
}

@media (hover: hover) {
    .product_page_main_card_image_thumb_item:hover {
        opacity: 1;
    }
}

@media (hover: none) {
    .product_page_main_card_image_thumb_item:active {
        opacity: 1;
    }
}

.product_page_main_card_image_thumb_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_page_main_card_image_thumb_item.video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3px 0 0px 0;
    opacity: 1;
}

@media (hover: hover) {
    .product_page_main_card_image_thumb_item.video:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .product_page_main_card_image_thumb_item.video:active {
        opacity: 0.7;
    }
}

.product_page_main_card_image_thumb_item.video .icon {
    display: flex;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.product_page_main_card_image_thumb_item.video .icon svg {
    width: 100%;
    height: 100%;
}

.product_page_main_card_image_thumb_item.video span {
    color: #19398B;
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta {
        margin-top: 20px;
    }
}

.product_page_main_card_meta_head-price {
    display: flex;
    align-items: center;
    column-gap: 20px;
    column-gap: clamp(0.875rem, -1rem + 2.5vw, 1.25rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head-price {
        column-gap: 14px;
    }
}

.product_page_main_card_meta_head-price b {
    color: #BA4265;

    font-size: 40px;
    font-weight: 700;

    line-height: 42px;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head-price b {
        font-size: 24px;
        line-height: 110%;
    }
}

.product_page_main_card_meta_head-price s {
    color: #6D7686;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 400;
    line-height: 20px;
    line-height: clamp(1.125rem, 0.5rem + 0.8333333333vw, 1.25rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head-price s {
        font-size: 12px;
        line-height: 18px;
    }
}

.product_page_main_card_meta_head_timer {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    column-gap: clamp(0.5rem, -0.125rem + 0.8333333333vw, 0.625rem);
    margin-top: 20px;
    margin-top: clamp(0.875rem, -1rem + 2.5vw, 1.25rem);
    padding: 6px 14px;
    padding: clamp(0.3125rem, 0rem + 0.4166666667vw, 0.375rem) clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
    border-radius: 8px;
    background: #19398B;
    min-width: clamp(15rem, 0.3125rem + 19.5833333333vw, 17.9375rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head_timer {
        margin-top: 15px;
        column-gap: 8px;
        padding: 5px 10px;
        min-width: 240px;
    }
}

.product_page_main_card_meta_head_timer.hidden {
    display: none;
}

.product_page_main_card_meta_head_timer-icon {
    display: flex;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.product_page_main_card_meta_head_timer-icon svg {
    width: 100%;
    height: 100%;
}

.product_page_main_card_meta_head_timer-text {
    color: #FFF;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 500;
    line-height: 24px;
    line-height: clamp(1.25rem, 0rem + 1.6666666667vw, 1.5rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head_timer-text {
        font-size: 12px;
        line-height: 20px;
    }
}

.product_page_main_card_meta_head .product_picker {
    margin-top: clamp(0.9375rem, -3.75rem + 6.25vw, 1.875rem);
    max-width: clamp(15rem, 0.3125rem + 19.5833333333vw, 17.9375rem);
    row-gap: 0;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker {
        margin-top: 15px;
        max-width: 240px;
    }
}

.product_page_main_card_meta_head .product_picker>*:first-child {
    margin-top: 0px;
}

.product_page_main_card_meta_head .product_picker>*:last-child {
    margin-bottom: 0px;
}

.product_page_main_card_meta_head .product_picker-title {
    margin-bottom: 16px;
    margin-bottom: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker-title {
        margin-bottom: 12px;
    }
}

.product_page_main_card_meta_head .product_picker_custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.product_page_main_card_meta_head .product_picker_custom_render {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #19398B;
    height: 42px;
    height: clamp(2.375rem, 1.125rem + 1.6666666667vw, 2.625rem);
    padding: 0 16px;
    column-gap: 10px;
    column-gap: clamp(0.5rem, -0.125rem + 0.8333333333vw, 0.625rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_custom_render {
        column-gap: 8px;
        height: 38px;
    }
}

.product_page_main_card_meta_head .product_picker_custom_render-img {
    display: none;
    width: clamp(1.125rem, -0.125rem + 1.6666666667vw, 1.375rem);
    height: clamp(1.125rem, -0.125rem + 1.6666666667vw, 1.375rem);
    max-width: clamp(1.125rem, -0.125rem + 1.6666666667vw, 1.375rem);
    max-height: clamp(1.125rem, -0.125rem + 1.6666666667vw, 1.375rem);
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_custom_render-img {
        width: 18px;
        height: 18px;
        max-width: 18px;
        max-height: 18px;
    }
}

.product_page_main_card_meta_head .product_picker_custom_render-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_page_main_card_meta_head .product_picker_custom_render-title {
    color: #19398B;
    overflow: hidden;
    padding-right: 16px;
    text-wrap: balance;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_custom_render-title {
        padding-right: 10px;
    }
}

.product_page_main_card_meta_head .product_picker_custom_render-title.overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_page_main_card_meta_head .product_picker_custom_render-icon {
    display: flex;
    width: 5px;
    height: 8px;
    transition: 0.4s;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.product_page_main_card_meta_head .product_picker_custom_render-icon svg {
    width: 100%;
    height: 100%;
}

.product_page_main_card_meta_head .product_picker_modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgba(0, 0, 0, 0.1);
    padding: 20px;
    pointer-events: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.product_page_main_card_meta_head .product_picker_modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}

.product_page_main_card_meta_head .product_picker_modal-wrap {
    width: 100%;
    border-radius: 14px;
    background: #FFF;
    max-height: 100%;
    overflow-y: auto;
    padding: clamp(1rem, -3.375rem + 5.8333333333vw, 1.875rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_modal-wrap {
        padding: 16px;
    }
}

.product_page_main_card_meta_head .product_picker_modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: clamp(1.25rem, 0rem + 1.6666666667vw, 1.5rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_modal-head {
        margin-bottom: 20px;
    }
}

.product_page_main_card_meta_head .product_picker_modal-head-close {
    display: flex;
    width: clamp(1.875rem, -1.25rem + 4.1666666667vw, 2.5rem);
    height: clamp(1.875rem, -1.25rem + 4.1666666667vw, 2.5rem);
    cursor: pointer;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_modal-head-close {
        width: 30px;
        height: 30px;
    }
}

@media (hover: hover) {
    .product_page_main_card_meta_head .product_picker_modal-head-close:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .product_page_main_card_meta_head .product_picker_modal-head-close:active {
        opacity: 0.7;
    }
}

.product_page_main_card_meta_head .product_picker_modal-head-close svg {
    width: 100%;
    height: 100%;
}

.product_page_main_card_meta_head_size {
    display: flex;
    flex-direction: column;
    max-width: 287px;
    max-width: clamp(12.75rem, -13.1875rem + 34.5833333333vw, 17.9375rem);
    width: 100%;
    margin-top: 30px;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head_size {
        max-width: 204px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head_size {
        max-width: 100%;
    }
}

.product_page_main_card_meta_head_size-select {
    width: 100%;
    position: relative;
}

.product_page_main_card_meta_head_size-select .select {
    width: 100%;
}

.product_page_main_card_meta_head_size-select .select.select_show .select__toggle::after {
    transform: rotate(180deg);
}

.product_page_main_card_meta_head_size-select .select.select_show .select__dropdown {
    display: block;
}

.product_page_main_card_meta_head_size-select .select__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 12px;
    border-radius: clamp(0.625rem, 0rem + 0.8333333333vw, 0.75rem);
    border: 1px solid #19398B;
    padding: 10px 16px;
    column-gap: 8px;
    cursor: pointer;
    height: 42px;
    height: clamp(2.375rem, 1.125rem + 1.6666666667vw, 2.625rem);
    color: #19398B;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 400;
    line-height: 22px;
    line-height: clamp(1.125rem, -0.125rem + 1.6666666667vw, 1.375rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head_size-select .select__toggle {
        height: 38px;
        font-size: 12px;
        line-height: 18px;
    }
}

.product_page_main_card_meta_head_size-select .select__toggle::after {
    content: "";
    display: block;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201L4%204L7%201%22%20stroke%3D%22%2319398B%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 8px;
    height: 5px;
    flex-shrink: 0;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head_size-select .select__toggle::after {
        width: 7px;
        height: 4px;
        transform: translateY(2px);
    }
}

.product_page_main_card_meta_head_size-select .select__dropdown {
    display: none;
    padding: 18px 13px 18px 22px;
    padding: clamp(0.75rem, -1.125rem + 2.5vw, 1.125rem) clamp(0.75rem, 0.4375rem + 0.4166666667vw, 0.8125rem) clamp(0.75rem, -1.125rem + 2.5vw, 1.125rem), clamp(0.75rem, -2.375rem + 4.1666666667vw, 1.375rem);
    border-radius: 12px;
    border-radius: clamp(0.5rem, -0.75rem + 1.6666666667vw, 0.75rem);
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 6;
    top: calc(100% + 10px);
    left: 0px;
    min-width: max-content;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head_size-select .select__dropdown {
        padding: 12px;
        border-radius: 8px;
        top: calc(100% + 5px);
    }
}

.product_page_main_card_meta_head_size-select .select__dropdown .select__options {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    max-height: 250px;
    max-height: clamp(11.25rem, -10.625rem + 29.1666666667vw, 15.625rem);
    overflow-y: auto;
    padding-right: 15px;
    padding-right: clamp(0.6875rem, -0.5625rem + 1.6666666667vw, 0.9375rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head_size-select .select__dropdown .select__options {
        max-height: 180px;
        padding-right: 11px;
    }
}

.product_page_main_card_meta_head_size-select .select__dropdown .select__options::-webkit-scrollbar {
    width: 2px;
    border-radius: 5px;
}

.product_page_main_card_meta_head_size-select .select__dropdown .select__options::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #E2E4E7;
}

.product_page_main_card_meta_head_size-select .select__dropdown .select__options::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #A7ADB7;
}

.product_page_main_card_meta_head_size-select .select__dropdown .select__options .select__option {
    color: #6D7686;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    font-size: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    font-weight: 400;
    line-height: 24px;
    line-height: clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem);
    cursor: pointer;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head_size-select .select__dropdown .select__options .select__option {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (hover: hover) {
    .product_page_main_card_meta_head_size-select .select__dropdown .select__options .select__option:hover {
        color: #32373E;
    }
}

@media (hover: none) {
    .product_page_main_card_meta_head_size-select .select__dropdown .select__options .select__option:active {
        color: #32373E;
    }
}

.product_page_main_card_meta_head_size-select .select__dropdown .select__options .select__option a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.product_page_main_card_meta_head_size-select .select__dropdown .select__options .select__option.select__option_selected {
    color: #19398B;
}

@media (hover: hover) {
    .product_page_main_card_meta_head_size-select .select__dropdown .select__options .select__option.select__option_selected:hover {
        color: #19398B;
    }
}

@media (hover: none) {
    .product_page_main_card_meta_head_size-select .select__dropdown .select__options .select__option.select__option_selected:active {
        color: #19398B;
    }
}

.product_page_main_card_meta_head_size-btn {
    color: #19398B;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-size: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    line-height: clamp(0.875rem, -1.625rem + 3.3333333333vw, 1.375rem);
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 10%;
    text-underline-offset: 30%;
    text-underline-position: from-font;
    margin-top: 10px;
    margin-top: clamp(0.4375rem, -0.5rem + 1.25vw, 0.625rem);
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head_size-btn {
        margin-top: 7px;
        color: #19398B;
        font-size: 10px;
        line-height: 14px;
    }
}

@media (hover: hover) {
    .product_page_main_card_meta_head_size-btn:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .product_page_main_card_meta_head_size-btn:active {
        opacity: 0.7;
    }
}

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

.product_page_main_card_meta_head .product_picker_color_modal-wrap {
    max-width: 1028px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_color_modal-wrap {
        border-radius: 0;
        padding: 0 15px;
        height: 100%;
    }
}

.product_page_main_card_meta_head .product_picker_color_modal-wrap .product_picker_modal-head {
    position: relative;
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_color_modal-wrap .product_picker_modal-head {
        justify-content: center;
        background: #FFF;
        box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.04);
        padding: 14px 15px;
        margin: 0 -15px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_color_modal-wrap .product_picker_modal-head-title {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_color_modal-wrap .product_picker_modal-head-close {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        width: 14px;
        height: 14px;
    }
}

.product_page_main_card_meta_head .product_picker_color_modal-wrap .product_picker_modal-head-close::before {
    display: none;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M7.77345%207.50003L13.8398%201.4336C14.0534%201.22002%2014.0534%200.873741%2013.8398%200.660186C13.6263%200.446632%2013.28%200.446605%2013.0664%200.660186L7%206.72661L0.933604%200.660186C0.720022%200.446605%200.373741%200.446605%200.160186%200.660186C-0.0533681%200.873768%20-0.0533955%201.22005%200.160186%201.4336L6.22659%207.5L0.160186%2013.5664C-0.0533955%2013.78%20-0.0533955%2014.1263%200.160186%2014.3398C0.266964%2014.4466%200.406936%2014.5%200.546909%2014.5C0.686881%2014.5%200.826827%2014.4466%200.933631%2014.3398L7%208.27345L13.0664%2014.3398C13.1732%2014.4466%2013.3132%2014.5%2013.4531%2014.5C13.5931%2014.5%2013.733%2014.4466%2013.8398%2014.3398C14.0534%2014.1263%2014.0534%2013.78%2013.8398%2013.5664L7.77345%207.50003Z%22%20fill%3D%22%2332373E%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_color_modal-wrap .product_picker_modal-head-close::before {
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_color_modal-wrap .product_picker_modal-head-close svg {
        display: none;
    }
}

.product_page_main_card_meta_head .product_picker_color-row {
    display: flex;
    margin: 0 -25px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_color-row {
        margin: 0 -12px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_color-row {
        flex-direction: column;
    }
}

.product_page_main_card_meta_head .product_picker_color-row-col_left {
    padding: 0 25px;
    width: 100%;
    max-width: 73%;
    overflow-y: auto;
    max-height: 550px;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_color-row-col_left {
        padding: 0 12px;
        max-height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_color-row-col_left {
        max-width: 100%;
        order: 2;
        max-height: unset;
        margin-top: 24px;
        padding-bottom: 82px;
    }
}

.product_page_main_card_meta_head .product_picker_color-row-col_left::-webkit-scrollbar {
    width: 6px;
    border-radius: 20px;
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_color-row-col_left::-webkit-scrollbar {
        width: 0;
    }
}

.product_page_main_card_meta_head .product_picker_color-row-col_left::-webkit-scrollbar-track {
    background: #F5F5F5;
    border-radius: 20px;
}

.product_page_main_card_meta_head .product_picker_color-row-col_left::-webkit-scrollbar-thumb {
    background: #B8BBC0;
    border-radius: 20px;
}

.product_page_main_card_meta_head .product_picker_color-row-col_right {
    padding: 0 25px;
    width: 100%;
    max-width: 27%;
    overflow-y: auto;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_color-row-col_right {
        padding: 0 12px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_color-row-col_right {
        max-width: 100%;
        order: 1;
        overflow: unset;
    }
}

.product_page_main_card_meta_head .product_picker_color-row-col_right::-webkit-scrollbar {
    width: 0px;
}

.product_page_main_card_meta_head .product_picker_color-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    margin: 0 -4px;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_color-list {
        margin: 0 -2.5px;
        row-gap: 5px;
    }
}

.product_page_main_card_meta_head .product_picker_color-list-it {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
    border-radius: 12px;
    width: 100%;
    max-width: 10%;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_color-list-it {
        padding: 0 2.5px;
        max-width: 12.5%;
    }
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_color-list-it {
        max-width: 25%;
    }
}

.product_page_main_card_meta_head .product_picker_color-list-it.active .product_picker_color-list-it-img {
    border-color: #19398B;
}

.product_page_main_card_meta_head .product_picker_color-list-it.active .product_picker_color-list-it-img::before {
    opacity: 1;
    visibility: visible;
}

.product_page_main_card_meta_head .product_picker_color-list-it-img {
    padding: 6px;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: 1px solid #ECEEF0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_color-list-it-img {
        padding: 4px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_color-list-it-img {
        padding: 8px;
    }
}

.product_page_main_card_meta_head .product_picker_color-list-it-img::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0%200H20V20H10C4.47715%2020%200%2015.5228%200%2010V0Z%22%20fill%3D%22%2319398B%22%2F%3E%3Cpath%20d%3D%22M7%2010L9.00014%2012L13%208%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_color-list-it-img::before {
        width: 26px;
        height: 26px;
    }
}

@media (hover: hover) {
    .product_page_main_card_meta_head .product_picker_color-list-it-img:hover {
        border-color: #19398B;
    }
}

@media (hover: none) {
    .product_page_main_card_meta_head .product_picker_color-list-it-img:active {
        border-color: #19398B;
    }
}

.product_page_main_card_meta_head .product_picker_color-list-it img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #ECEEF0;
    overflow: hidden;
    background: #FFF;
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_color_preview {
        margin-top: 24px;
    }
}

.product_page_main_card_meta_head .product_picker_color_preview-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #ECEEF0;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_color_preview-img {
        padding: 16px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_color_preview-img {
        padding: 0;
        border: unset;
        max-width: 40%;
        margin: 0 auto;
    }
}

.product_page_main_card_meta_head .product_picker_color_preview-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.product_page_main_card_meta_head .product_picker_color_preview-title {
    color: #6D7686;
    text-align: center;
    margin-top: 24px;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_color_preview-title {
        margin-top: 16px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_color_preview-title {
        margin-top: 12px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_color_preview-wrap-btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        padding: 16px;
        z-index: 2;
        width: 100%;
        border-radius: 16px 16px 0px 0px;
        background: #FFF;
        box-shadow: 0px -4px 18px 8px rgba(0, 0, 0, 0.06);
    }
}

.product_page_main_card_meta_head .product_picker_color_preview-btn {
    height: 42px;
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    line-height: 22px;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_color_preview-btn {
        font-size: 12px;
        line-height: 20px;
        height: 38px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_color_preview-btn {
        height: 40px;
        margin-top: 0;
    }
}

.product_page_main_card_meta_head .product_picker_base .product_picker_custom_render {
    height: auto;
    padding-top: 8px;
    padding-bottom: 12px;
}

.product_page_main_card_meta_head .product_picker_base .product_picker_custom_render-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
}

.product_page_main_card_meta_head .product_picker_base .product_picker_custom_render-cost {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    border-radius: 10px;
    background: #F5F7FA;
    color: #19398B;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    line-height: 22px;
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_base_modal {
        padding: 20px 16px;
    }
}

.product_page_main_card_meta_head .product_picker_base_modal-wrap {
    max-width: 816px;
    overflow-x: hidden;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_base_modal-wrap {
        max-width: 605px;
    }
}

.product_page_main_card_meta_head .product_picker_base_modal-wrap::-webkit-scrollbar {
    width: 0;
}

.product_page_main_card_meta_head .product_picker_base_modal-nothing {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    cursor: pointer;
}

.product_page_main_card_meta_head .product_picker_base_modal-nothing input {
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    border: 1px solid #19398B;
}

.product_page_main_card_meta_head .product_picker_base_modal-nothing input:checked {
    border-color: transparent;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%226%22%20fill%3D%22%2319398B%22%2F%3E%3Cpath%20d%3D%22M6%2010.25L8.75%2013L14.75%207%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.product_page_main_card_meta_head .product_picker_base_modal-nothing-text {
    color: #19398B;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.product_page_main_card_meta_head .product_picker_base_modal-nothing-cost {
    padding: 4px 8px;
    border-radius: 10px;
    background: #F5F7FA;
    color: #19398B;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.product_page_main_card_meta_head .product_picker_base_modal_swiper {
    margin-top: 30px;
    overflow: visible;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_base_modal_swiper {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_main_card_meta_head .product_picker_base_modal_swiper {
        margin-top: 16px;
    }
}

.product_page_main_card_meta_head .product_picker_base_modal_swiper_slide {
    display: flex;
    flex-direction: column;
    height: auto;
    flex: 1 0 calc(33.3333% - 20px);
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_base_modal_swiper_slide {
        flex: 1 0 230px;
    }
}

@media (hover: hover) {
    .product_page_main_card_meta_head .product_picker_base_modal_swiper_slide:hover .product_picker_base_modal_swiper_slide-img img {
        transform: scale(1.03);
    }
}

@media (hover: none) {
    .product_page_main_card_meta_head .product_picker_base_modal_swiper_slide:active .product_picker_base_modal_swiper_slide-img img {
        transform: scale(1.03);
    }
}

.product_page_main_card_meta_head .product_picker_base_modal_swiper_slide.active .product_picker_base_modal_swiper_slide-img {
    border-color: #19398B;
}

.product_page_main_card_meta_head .product_picker_base_modal_swiper_slide.active .product_picker_base_modal_swiper_slide-img::after {
    opacity: 1;
    visibility: visible;
}

.product_page_main_card_meta_head .product_picker_base_modal_swiper_slide.active .product_picker_base_modal_swiper_slide-btn {
    /*background: #F5F7FA;
  color: #19398B; */
    opacity: 1;
}

.product_page_main_card_meta_head .product_picker_base_modal_swiper_slide.active .product_picker_base_modal_swiper_slide-btn::after {
    content: "Выбрать";
    display: block;
}

.product_page_main_card_meta_head .product_picker_base_modal_swiper_slide:last-child {
    margin-right: 0px !important;
}

.product_page_main_card_meta_head .product_picker_base_modal_swiper_slide-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 14px;
    border: 1px solid #ECEEF0;
    position: relative;
    overflow: hidden;
    aspect-ratio: 233/166;
    max-height: 254px;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_base_modal_swiper_slide-img {
        padding: 0;
    }
}

.product_page_main_card_meta_head .product_picker_base_modal_swiper_slide-img::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0%200H20V20H10C4.47715%2020%200%2015.5228%200%2010V0Z%22%20fill%3D%22%2319398B%22%2F%3E%3Cpath%20d%3D%22M7%2010L9.00014%2012L13%208%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.product_page_main_card_meta_head .product_picker_base_modal_swiper_slide-img img {
    max-height: 100%;
    height: auto;
    transition: 0.6s;
}

.product_page_main_card_meta_head .product_picker_base_modal_swiper_slide-title {
    color: #32373E;
    font-family: "Commissioner", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 20px;
}

.product_page_main_card_meta_head .product_picker_base_modal_swiper_slide-cost {
    color: #32373E;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    flex: 1 1 auto;
    margin-top: 10px;
}

.product_page_main_card_meta_head .product_picker_base_modal_swiper_slide-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    margin-top: 20px;
    border-radius: 16px;
    background: #19398B;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    transition: 0.4s;
    opacity: 0;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head .product_picker_base_modal_swiper_slide-btn {
        font-size: 12px;
        line-height: 20px;
        height: 34px;
        border-radius: 8px;
    }
}

.product_page_main_card_meta_head .product_picker_base_modal_swiper_slide-btn::after {
    content: "Выбрать";
    display: block;
    color: inherit;
    text-align: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

@media (hover: hover) {
    .product_page_main_card_meta_head .product_picker_base_modal_swiper_slide-btn:hover {
        background: #F5F7FA;
        color: #19398B;
    }
}

@media (hover: none) {
    .product_page_main_card_meta_head .product_picker_base_modal_swiper_slide-btn:active {
        background: #F5F7FA;
        color: #19398B;
    }
}

.product_page_main_card_meta_head_item.more .more_list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    row-gap: clamp(0.3125rem, -1.25rem + 2.0833333333vw, 0.625rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head_item.more .more_list {
        row-gap: 5px;
    }
}

.product_page_main_card_meta_head_item.more .more_list-item {
    display: flex;
    align-items: center;
    column-gap: 8px;
    height: 42px;
    height: clamp(2.375rem, 1.125rem + 1.6666666667vw, 2.625rem);
    padding: 10px 16px;
    border-radius: 12px;
    border-radius: clamp(0.625rem, 0rem + 0.8333333333vw, 0.75rem);
    border: 1px solid #19398B;
    cursor: pointer;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_head_item.more .more_list-item {
        height: 38px;
        border-radius: 10px;
    }
}

@media (hover: hover) {
    .product_page_main_card_meta_head_item.more .more_list-item:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .product_page_main_card_meta_head_item.more .more_list-item:active {
        opacity: 0.7;
    }
}

.product_page_main_card_meta_head_item.more .more_list-item input {
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    border: 1px solid #19398B;
}

.product_page_main_card_meta_head_item.more .more_list-item input:checked {
    border-color: transparent;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%226%22%20fill%3D%22%2319398B%22%2F%3E%3Cpath%20d%3D%22M6%2010.25L8.75%2013L14.75%207%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.product_page_main_card_meta_head_item.more .more_list-item span {
    color: #19398B;
}

.product_page_main_card_meta_bottom {
    margin-top: 30px;
    margin-top: clamp(1.5rem, -0.375rem + 2.5vw, 1.875rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_bottom {
        margin-top: 24px;
    }
}

.product_page_main_card_meta_bottom_btns {
    display: flex;
    column-gap: 20px;
    column-gap: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem);
    margin-top: 20px;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_bottom_btns {
        margin-top: 24px;
        column-gap: 10px;
    }
}

.product_page_main_card_meta_bottom_btns-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    width: 100%;
    max-width: 50%;
    border-radius: 16px;
    border-radius: clamp(0.5rem, -2rem + 3.3333333333vw, 1rem);
    border: 1px solid transparent;
    height: 50px;
    height: clamp(2.125rem, -2.875rem + 6.6666666667vw, 3.125rem);
    padding: 12px 16px;
    color: #FFF;
    text-align: center;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    font-size: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    font-weight: 500;
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.8333333333vw, 1.375rem);
    padding-top: clamp(0.3125rem, -1.875rem + 2.9166666667vw, 0.75rem);
    padding-bottom: clamp(0.3125rem, -1.875rem + 2.9166666667vw, 0.75rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_bottom_btns-btn {
        font-size: 12px;
        line-height: 20px;
        border-radius: 8px;
        height: 34px;
    }
}

.product_page_main_card_meta_bottom_btns-btn.cart {
    background: #19398B;
}

.product_page_main_card_meta_bottom_btns-btn.call {
    background: #BA4265;
}

.product_page_main_card_meta_bottom_btns-btn .icon {
    display: flex;
    width: 16px;
    width: clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    height: 16px;
    height: clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_bottom_btns-btn .icon {
        width: 14px;
        height: 14px;
    }
}

.product_page_main_card_meta_bottom_btns-btn .icon svg {
    width: 100%;
    height: 100%;
}

.product_page_main_card_meta_bottom_case {
    display: flex;
    column-gap: 30px;
    column-gap: clamp(0.625rem, -5.625rem + 8.3333333333vw, 1.875rem);
    margin-top: 30px;
    margin-top: clamp(1.5rem, -0.375rem + 2.5vw, 1.875rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_bottom_case {
        column-gap: 10px;
        margin-top: 24px;
    }
}

.product_page_main_card_meta_bottom_case-image {
    width: 100%;
    max-width: 41%;
    aspect-ratio: 181/146;
    height: auto;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_bottom_case-image {
        max-width: 37%;
    }
}

.product_page_main_card_meta_bottom_case-image img {
    width: 100%;
    height: auto;
}

.product_page_main_card_meta_bottom_case_content {
    width: 100%;
    max-width: 59%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_bottom_case_content {
        max-width: 63%;
    }
}

.product_page_main_card_meta_bottom_case_content-check {
    display: flex;
    align-items: center;
    column-gap: 12px;
    cursor: pointer;
}

.product_page_main_card_meta_bottom_case_content-check span {
    color: #32373E;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 400;
    line-height: 22px;
    line-height: clamp(1.125rem, -0.125rem + 1.6666666667vw, 1.375rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_bottom_case_content-check span {
        font-size: 12px;
        line-height: 18px;
    }
}

.product_page_main_card_meta_bottom_case_content-check input {
    appearance: none;
    width: 36px;
    width: clamp(2rem, 0.75rem + 1.6666666667vw, 2.25rem);
    height: 20px;
    height: clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem);
    border-radius: 100px;
    background: #DDE2F2;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_bottom_case_content-check input {
        width: 32px;
        height: 16px;
    }
}

.product_page_main_card_meta_bottom_case_content-check input::after {
    content: "";
    display: block;
    width: 16px;
    width: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    height: auto;
    aspect-ratio: 1/1;
    background: #6D7686;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_bottom_case_content-check input::after {
        width: 12px;
    }
}

.product_page_main_card_meta_bottom_case_content-check input:checked::after {
    background: #10069F;
    left: calc(100% - 16px - 2px);
    left: calc(100% - clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem) - 2px);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_bottom_case_content-check input:checked::after {
        left: calc(100% - 12px - 2px);
    }
}

.product_page_main_card_meta_bottom_case_content-title {
    color: #19398B;
    margin-top: 16px;
    margin-top: clamp(0.625rem, -1.25rem + 2.5vw, 1rem);
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    font-weight: 600;
    line-height: 24px;
    line-height: clamp(1.375rem, 0.75rem + 0.8333333333vw, 1.5rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_bottom_case_content-title {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }
}

.product_page_main_card_meta_bottom_case_content-text {
    margin-top: 4px;
    color: #31353C;
}

.product_page_main_card_meta_bottom_case_content-cost {
    margin-top: 16px;
    margin-top: clamp(0.625rem, -1.25rem + 2.5vw, 1rem);
    padding: 4px 8px;
    border-radius: 10px;
    background: #F5F7FA;
    max-width: fit-content;
    font-family: "Fira Sans", sans-serif;
    color: #19398B;
    font-size: 14px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 600;
    line-height: 22px;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_bottom_case_content-cost {
        margin-top: 10px;
        font-size: 12px;
    }
}

.product_page_main_card_meta_bottom_questions {
    display: flex;
    column-gap: 20px;
    padding: 20px;
    border-radius: 14px;
    background: #F5F7FA;
    margin-top: 30px;
}

.product_page_main_card_meta_bottom_questions-avatar {
    width: 100%;
    max-width: 60px;
    max-width: clamp(3.125rem, 0rem + 4.1666666667vw, 3.75rem);
    height: 60px;
    height: clamp(3.125rem, 0rem + 4.1666666667vw, 3.75rem);
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_bottom_questions-avatar {
        max-width: 50px;
        height: 50px;
    }
}

.product_page_main_card_meta_bottom_questions-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_page_main_card_meta_bottom_questions_content {
    flex: 1 1 auto;
}

.product_page_main_card_meta_bottom_questions_content>*:first-child {
    margin-top: 0px;
}

.product_page_main_card_meta_bottom_questions_content>*:last-child {
    margin-bottom: 0px;
}

.product_page_main_card_meta_bottom_questions_content-title {
    color: #19398B;
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    font-weight: 600;
    line-height: 24px;
    line-height: clamp(1.375rem, 0.75rem + 0.8333333333vw, 1.5rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_bottom_questions_content-title {
        font-size: 14px;
        line-height: 22px;
    }
}

.product_page_main_card_meta_bottom_questions_content-text {
    margin-top: 4px;
}

.product_page_main_card_meta_bottom_questions_content-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    gap: clamp(0.25rem, -1.625rem + 2.5vw, 0.625rem);
    margin-top: 14px;
    margin-top: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_bottom_questions_content-links {
        margin-top: 12px;
        gap: 4px;
    }
}

.product_page_main_card_meta_bottom_questions_content-links-link {
    display: flex;
    width: 40px;
    width: clamp(1.875rem, -1.25rem + 4.1666666667vw, 2.5rem);
    height: 40px;
    height: clamp(1.875rem, -1.25rem + 4.1666666667vw, 2.5rem);
    flex-shrink: 0;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card_meta_bottom_questions_content-links-link {
        width: 30px;
        height: 30px;
    }
}

@media (hover: hover) {
    .product_page_main_card_meta_bottom_questions_content-links-link:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .product_page_main_card_meta_bottom_questions_content-links-link:active {
        opacity: 0.7;
    }
}

.product_page_main_card_meta_bottom_questions_content-links-link svg {
    width: 100%;
    height: 100%;
}

.product_page_main_card.mattress .product_page_main_card_image {
    display: flex;
    max-width: 100%;
    width: 100%;
    column-gap: 30px;
    column-gap: clamp(0.625rem, -5.625rem + 8.3333333333vw, 1.875rem);
}

@media screen and (max-width: 1199px) {
    .product_page_main_card.mattress .product_page_main_card_image {
        flex-direction: column-reverse;
    }
}

.product_page_main_card.mattress .product_page_main_card_image-slider {
    display: flex;
    flex-direction: column;
    max-width: calc(89% - 30px);
    max-width: calc(89% - clamp(0.625rem, -5.625rem + 8.3333333333vw, 1.875rem));
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .product_page_main_card.mattress .product_page_main_card_image-slider {
        max-width: 100%;
    }
}

.product_page_main_card.mattress .product_page_main_card_image_big {
    aspect-ratio: 121/84;
}

.product_page_main_card.mattress .product_page_main_card_image_thumb {
    margin-left: auto;
    width: auto;
}

.product_page_main_card.mattress .product_page_main_card_image_thumb .swiper-slide:last-child {
    margin-right: 0px !important;
}

.product_page_descr {
    margin-top: 100px;
    margin-top: clamp(3.125rem, -12.5rem + 20.8333333333vw, 6.25rem);
    border-radius: 14px;
    border-radius: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
    background: #F5F7FA;
    padding: 60px;
    padding: clamp(1.875rem, -7.5rem + 12.5vw, 3.75rem);
}

@media screen and (max-width: 1199px) {
    .product_page_descr {
        padding: 16px;
        border-radius: 10px;
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_descr .row {
        row-gap: 16px;
    }
}

.product_page_descr_left-text>*:first-child {
    margin-top: 0px;
}

.product_page_descr_left-text>*:last-child {
    margin-bottom: 0px;
}

.product_page_descr_left-text p {
    margin-bottom: 20px;
    margin-bottom: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem);
}

@media screen and (max-width: 1199px) {
    .product_page_descr_left-text p {
        margin-bottom: 10px;
    }
}

.product_page_descr_left_benefits {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    column-gap: clamp(0.4375rem, -0.5rem + 1.25vw, 0.625rem);
    row-gap: 10px;
    row-gap: clamp(0.4375rem, -0.5rem + 1.25vw, 0.625rem);
    margin-top: 30px;
    margin-top: clamp(1rem, -3.375rem + 5.8333333333vw, 1.875rem);
}

@media screen and (max-width: 1199px) {
    .product_page_descr_left_benefits {
        margin-top: 16px;
        column-gap: 7px;
        row-gap: 7px;
    }
}

.product_page_descr_left_benefits-it {
    width: auto;
}

.product_page_descr_left_benefits-it a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px 12px 16px;
    padding: clamp(0.25rem, -1rem + 1.6666666667vw, 0.5rem) clamp(0.625rem, -1.25rem + 2.5vw, 1rem) clamp(0.5rem, -0.75rem + 1.6666666667vw, 0.75rem) clamp(0.625rem, -1.25rem + 2.5vw, 1rem);
    border-radius: 12px;
    background: #FFF;
    color: #19398B;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-size: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    line-height: clamp(0.875rem, -1.625rem + 3.3333333333vw, 1.375rem);
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .product_page_descr_left_benefits-it a {
        font-size: 10px;
        line-height: 14px;
        padding: 4px 10px 8px 10px;
    }
}

@media (hover: hover) {
    .product_page_descr_left_benefits-it a:hover {
        color: #FFF;
        background: #19398B;
    }
}

@media (hover: none) {
    .product_page_descr_left_benefits-it a:active {
        color: #FFF;
        background: #19398B;
    }
}

.product_page_descr-right ul {
    padding-left: 30px;
    padding-left: clamp(0.875rem, -4.125rem + 6.6666666667vw, 1.875rem);
}

@media screen and (max-width: 1199px) {
    .product_page_descr-right ul {
        padding-left: 14px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_descr-right ul {
        padding-left: 0px;
    }
}

.product_page_descr-right ul li {
    margin-bottom: 16px;
    margin-bottom: clamp(0.5rem, -2rem + 3.3333333333vw, 1rem);
    position: relative;
    padding-left: 30px;
    padding-left: clamp(1rem, -3.375rem + 5.8333333333vw, 1.875rem);
}

@media screen and (max-width: 1199px) {
    .product_page_descr-right ul li {
        margin-bottom: 8px;
        padding-left: 16px;
    }
}

.product_page_descr-right ul li::before {
    content: "";
    width: 10px;
    width: clamp(0.375rem, -0.875rem + 1.6666666667vw, 0.625rem);
    height: 10px;
    height: clamp(0.375rem, -0.875rem + 1.6666666667vw, 0.625rem);
    flex-shrink: 0;
    background: #19398B;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    top: clamp(0.4375rem, 0.125rem + 0.4166666667vw, 0.5rem);
    left: 0px;
}

@media screen and (max-width: 1199px) {
    .product_page_descr-right ul li::before {
        top: 7px;
        width: 6px;
        height: 6px;
    }
}

.product_page_descr-right ul li:last-child {
    margin-bottom: 0px;
}

.product_page_descr-right ul li a {
    color: #19398B;
    display: inline;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 10%;
    text-underline-offset: 22%;
    text-underline-position: from-font;
    transition: 0.4s;
}

@media (hover: hover) {
    .product_page_descr-right ul li a:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .product_page_descr-right ul li a:active {
        opacity: 0.7;
    }
}

.product_page_benefit {
    margin-top: 100px;
    margin-top: clamp(3.125rem, -12.5rem + 20.8333333333vw, 6.25rem);
}

@media screen and (max-width: 1199px) {
    .product_page_benefit {
        margin-top: 50px;
    }
}

.product_page_benefit-row {
    margin-top: 40px;
    margin-top: clamp(1.125rem, -5.75rem + 9.1666666667vw, 2.5rem);
}

@media screen and (max-width: 1199px) {
    .product_page_benefit-row {
        margin-top: 18px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_benefit-row {
        row-gap: 7px;
    }
}

.product_page_benefit-video {
    display: block;
    width: 100%;
    aspect-ratio: 131/170;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    position: relative;
    cursor: pointer;
}

@media (hover: hover) {
    .product_page_benefit-video:hover .icon {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .product_page_benefit-video:active .icon {
        opacity: 0.7;
    }
}

@media screen and (max-width: 767px) {
    .product_page_benefit-video {
        max-height: 500px;
    }
}

.product_page_benefit-video .icon {
    display: flex;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s;
}

.product_page_benefit-video .icon svg {
    width: 100%;
    height: 100%;
}

.product_page_benefit-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_page_benefit-image {
    width: 100%;
    aspect-ratio: 131/170;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    position: relative;
    cursor: pointer;
}

@media (hover: hover) {
    .product_page_benefit-image:hover .icon {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .product_page_benefit-image:active .icon {
        opacity: 0.7;
    }
}

@media screen and (max-width: 767px) {
    .product_page_benefit-image {
        max-height: 500px;
    }
}

.product_page_benefit-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_page_benefit_list {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    row-gap: clamp(0.625rem, -5.625rem + 8.3333333333vw, 1.875rem);
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .product_page_benefit_list {
        row-gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_benefit_list {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 7px;
    }
}

.product_page_benefit_list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 25px;
    padding: clamp(1.125rem, -4.1875rem + 7.0833333333vw, 2.1875rem) clamp(0.625rem, -4.0625rem + 6.25vw, 1.5625rem);
    border-radius: 10px;
    flex: 1 1 50%;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .product_page_benefit_list_item {
        padding: 18px 10px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_benefit_list_item {
        flex: 1 1 calc(50% - 3.5px);
        padding: 20px 10px;
        justify-content: center;
        min-height: 180px;
    }
}

.product_page_benefit_list_item>*:first-child {
    margin-top: 0px;
}

.product_page_benefit_list_item>*:last-child {
    margin-bottom: 0px;
}

.product_page_benefit_list_item.--white {
    background: var(--radial);
}

.product_page_benefit_list_item.--white .product_page_benefit_list_item-title {
    color: #FFF;
}

.product_page_benefit_list_item.--white .product_page_benefit_list_item-text {
    color: #FFF;
}

.product_page_benefit_list_item.--blue {
    background: #FFF;
    box-shadow: 0px 24px 84px 0px rgba(25, 57, 139, 0.05);
}

.product_page_benefit_list_item.--blue .product_page_benefit_list_item-title {
    color: #19398B;
}

.product_page_benefit_list_item.--blue .product_page_benefit_list_item-text {
    color: #19398B;
}

.product_page_benefit_list_item-icon {
    display: flex;
    justify-content: center;
    width: 60px;
    width: clamp(2.375rem, -4.5rem + 9.1666666667vw, 3.75rem);
    max-width: 60px;
    max-width: clamp(2.375rem, -4.5rem + 9.1666666667vw, 3.75rem);
}

@media screen and (max-width: 1199px) {
    .product_page_benefit_list_item-icon {
        max-width: 38px;
        width: 38px;
    }
}

.product_page_benefit_list_item-icon svg {
    max-width: 100%;
    height: auto;
}

.product_page_benefit_list_item-title {
    margin-top: 20px;
    margin-top: clamp(0.75rem, -1.75rem + 3.3333333333vw, 1.25rem);
    text-align: center;
    font-weight: 600;
}

@media screen and (max-width: 1199px) {
    .product_page_benefit_list_item-title {
        margin-top: 12px;
    }
}

.product_page_benefit_list_item-text {
    margin-top: 10px;
    margin-top: clamp(0.5rem, -0.125rem + 0.8333333333vw, 0.625rem);
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .product_page_benefit_list_item-text {
        margin-top: 8px;
    }
}

.product_page_benefit_big {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding: 40px 100px;
    padding: clamp(1.5625rem, -3.125rem + 6.25vw, 2.5rem) clamp(0.625rem, -27.5rem + 37.5vw, 6.25rem);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .product_page_benefit_big {
        padding: 24px 10px;
    }
}

.product_page_benefit_big>*:first-child {
    margin-top: 0px;
}

.product_page_benefit_big>*:last-child {
    margin-bottom: 0px;
}

.product_page_benefit_big-icon {
    display: flex;
    justify-content: center;
    width: 60px;
    width: clamp(2.375rem, -4.5rem + 9.1666666667vw, 3.75rem);
    max-width: 60px;
    max-width: clamp(2.375rem, -4.5rem + 9.1666666667vw, 3.75rem);
}

@media screen and (max-width: 1199px) {
    .product_page_benefit_big-icon {
        max-width: 38px;
        width: 38px;
    }
}

.product_page_benefit_big-icon svg {
    max-width: 100%;
    height: auto;
}

.product_page_benefit_big-title {
    margin-top: 20px;
    margin-top: clamp(0.75rem, -1.75rem + 3.3333333333vw, 1.25rem);
    color: #FFF;
    text-align: center;
    font-weight: 600;
}

@media screen and (max-width: 1199px) {
    .product_page_benefit_big-title {
        margin-top: 12px;
    }
}

.product_page_benefit_big-text {
    margin-top: 10px;
    margin-top: clamp(0.5rem, -0.125rem + 0.8333333333vw, 0.625rem);
    color: #FFF;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .product_page_benefit_big-text {
        margin-top: 8px;
    }
}

.product_page_benefit_big-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.product_page_benefit_big-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(25, 57, 139, 0) 50%, rgba(25, 57, 139, 0.8) 90%);
}

.product_page_benefit_big-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_page_spec {
    margin-top: 100px;
    margin-top: clamp(3.125rem, -12.5rem + 20.8333333333vw, 6.25rem);
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .product_page_spec {
        margin-top: 50px;
    }
}

.product_page_spec-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 50px;
    row-gap: clamp(1.125rem, -8.875rem + 13.3333333333vw, 3.125rem);
}

@media screen and (max-width: 1199px) {
    .product_page_spec-item {
        row-gap: 18px;
    }
}

.product_page_spec_left_list {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .product_page_spec_left_list {
        max-width: calc(100% - 10px);
    }
}

@media screen and (max-width: 767px) {
    .product_page_spec_left_list {
        max-width: 100%;
    }
}

.product_page_spec_left_list_it {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-bottom: clamp(0.5rem, -3.25rem + 5vw, 1.25rem);
    width: 100%;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .product_page_spec_left_list_it {
        margin-bottom: 8px;
    }
}

.product_page_spec_left_list_it:last-child {
    margin-bottom: 0px;
}

.product_page_spec_left_list_it-title {
    position: relative;
    flex: 1 1 auto;
    text-align: left;
    padding-right: clamp(1.5625rem, -3.125rem + 6.25vw, 2.5rem);
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .product_page_spec_left_list_it-title {
        padding-right: 25px;
    }
}

.product_page_spec_left_list_it-title span {
    background: #FFF;
    padding-right: 20px;
    padding-right: clamp(0.3125rem, -4.375rem + 6.25vw, 1.25rem);
}

@media screen and (max-width: 1199px) {
    .product_page_spec_left_list_it-title span {
        padding-right: 5px;
    }
}

.product_page_spec_left_list_it-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    bottom: clamp(0.1875rem, -1.0625rem + 1.6666666667vw, 0.4375rem);
    width: calc(100% - 20px);
    width: calc(100% - clamp(0.3125rem, -4.375rem + 6.25vw, 1.25rem));
    height: 1px;
    background: transparent linear-gradient(to right, #CCC 0px, #CCC 1px, transparent 1px, transparent 3px) repeat-x scroll 0% 0%/3px 1px;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .product_page_spec_left_list_it-title::before {
        width: calc(100% - 5px);
        bottom: 3px;
    }
}

.product_page_spec_left_list_it-value {
    text-align: right;
}

.product_page_spec_left_list_it-value a {
    color: #19398B;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 10%;
    text-underline-offset: 22%;
    text-underline-position: from-font;
    transition: 0.4s;
}

@media (hover: hover) {
    .product_page_spec_left_list_it-value a:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .product_page_spec_left_list_it-value a:active {
        opacity: 0.7;
    }
}

@media screen and (max-width: 767px) {
    .product_page_spec_files {
        margin-top: 40px;
    }
}

.product_page_spec_files_list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    row-gap: clamp(0.75rem, -1.75rem + 3.3333333333vw, 1.25rem);
}

@media screen and (max-width: 1199px) {
    .product_page_spec_files_list {
        row-gap: 12px;
    }
}

.product_page_spec_files_list_item {
    display: flex;
    align-items: center;
    column-gap: 20px;
    column-gap: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem);
    transition: 0.4s;
}

@media (hover: hover) {
    .product_page_spec_files_list_item:hover {
        color: #19398B;
    }
}

@media (hover: none) {
    .product_page_spec_files_list_item:active {
        color: #19398B;
    }
}

@media screen and (max-width: 1199px) {
    .product_page_spec_files_list_item {
        column-gap: 10px;
    }
}

.product_page_spec_files_list_item-icon {
    display: flex;
    width: 22px;
    width: clamp(1.125rem, -0.125rem + 1.6666666667vw, 1.375rem);
    height: 22px;
    height: clamp(1.125rem, -0.125rem + 1.6666666667vw, 1.375rem);
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .product_page_spec_files_list_item-icon {
        width: 18px;
        height: 18px;
    }
}

.product_page_spec_files_list_item-icon svg {
    width: 100%;
    height: 100%;
}

.product_page_spec-list>*:nth-of-type(n + 8) {
    display: none;
}

.product_page_spec-show_btn {
    display: none;
    color: #19398B;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    font-size: clamp(0.75rem, -0.5rem + 1.6666666667vw, 1rem);
    text-align: left;
    font-weight: 400;
    line-height: 26px;
    line-height: clamp(1.125rem, -1.375rem + 3.3333333333vw, 1.625rem);
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 10%;
    text-underline-offset: 22%;
    text-underline-position: from-font;
    cursor: pointer;
    margin-top: -10px;
    margin-top: calc(0 - clamp(0rem, -3.125rem + 4.1666666667vw, 0.625rem));
    transition: 0.4s;
}

@media (hover: hover) {
    .product_page_spec-show_btn:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .product_page_spec-show_btn:active {
        opacity: 0.7;
    }
}

@media screen and (max-width: 1199px) {
    .product_page_spec-show_btn {
        font-size: 12px;
        line-height: 18px;
        margin-top: 0px;
    }
}

.product_page_mattress-inside {
    display: flex;
    justify-content: center;
    border-radius: 14px;
    background: #FAFAFA;
    padding: 80px;
    padding: clamp(2.5rem, -10rem + 16.6666666667vw, 5rem) clamp(3.75rem, -2.5rem + 8.3333333333vw, 5rem);
    margin-top: 100px;
    margin-top: clamp(2.5rem, -16.25rem + 25vw, 6.25rem);
}

@media screen and (max-width: 1199px) {
    .product_page_mattress-inside {
        padding: 40px 60px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_mattress-inside {
        padding: 30px;
    }
}

.product_page_mattress-inside-list {
    max-width: 780px;
    max-width: clamp(38.75rem, -11.25rem + 66.6666666667vw, 48.75rem);
}

@media screen and (max-width: 1199px) {
    .product_page_mattress-inside-list {
        max-width: 620px;
    }
}

.product_page_mattress-inside_item {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: -15px;
}

@media screen and (max-width: 767px) {
    .product_page_mattress-inside_item {
        margin-bottom: -5px !important;
    }
}

.product_page_mattress-inside_item:last-child {
    margin-bottom: 0 !important;
}

.product_page_mattress-inside_item:nth-of-type(even) .product_page_mattress-inside_item_top-btn {
    right: unset;
    left: 150px;
    left: clamp(6.875rem, -5.625rem + 16.6666666667vw, 9.375rem);
}

@media screen and (max-width: 1199px) {
    .product_page_mattress-inside_item:nth-of-type(even) .product_page_mattress-inside_item_top-btn {
        left: 110px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_mattress-inside_item:nth-of-type(even) .product_page_mattress-inside_item_top-btn {
        left: 40px;
    }
}

.product_page_mattress-inside_item_top {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.product_page_mattress-inside_item_top-img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0px 15px 25px rgba(0, 0, 0, 0.1));
}

.product_page_mattress-inside_item_top-img img {
    max-width: 100%;
}

.product_page_mattress-inside_item_top-btn {
    display: flex;
    width: 28px;
    width: clamp(1.375rem, -0.5rem + 2.5vw, 1.75rem);
    height: 28px;
    height: clamp(1.375rem, -0.5rem + 2.5vw, 1.75rem);
    flex-shrink: 0;
    position: absolute;
    bottom: 0px;
    transform: translateY(-50%);
    right: 150px;
    right: clamp(6.875rem, -5.625rem + 16.6666666667vw, 9.375rem);
    cursor: pointer;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .product_page_mattress-inside_item_top-btn {
        width: 22px;
        height: 22px;
        right: 110px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_mattress-inside_item_top-btn {
        right: 40px;
        transform: translateY(0);
        bottom: -5px;
    }
}

.product_page_mattress-inside_item_top-btn.active {
    transform: translateY(-50%) rotate(135deg);
}

@media screen and (max-width: 767px) {
    .product_page_mattress-inside_item_top-btn.active {
        transform: translateY(0%) rotate(135deg);
    }
}

.product_page_mattress-inside_item_top-btn svg {
    width: 100%;
    height: 100%;
}

.product_page_mattress-inside_item_meta-row {
    display: none;
    will-change: height;
}

.product_page_mattress-inside_item_meta-row.show .product_page_mattress-inside_item_meta {
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
    transition-delay: 0.35s;
}

.product_page_mattress-inside_item_meta {
    padding: 40px 0 50px 0;
    padding: clamp(1.875rem, -1.25rem + 4.1666666667vw, 2.5rem) 0 clamp(2.5rem, -0.625rem + 4.1666666667vw, 3.125rem) 0;
    display: flex;
    justify-content: center;
    column-gap: 30px;
    column-gap: clamp(1.25rem, -1.875rem + 4.1666666667vw, 1.875rem);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transition-delay: 0s;
}

@media screen and (max-width: 1199px) {
    .product_page_mattress-inside_item_meta {
        padding: 30px 0 40px 0;
        column-gap: 20px;
    }
}

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

.product_page_mattress-inside_item_meta-img {
    display: block;
    width: 100px;
    width: clamp(5rem, -1.25rem + 8.3333333333vw, 6.25rem);
    height: 100px;
    height: clamp(5rem, -1.25rem + 8.3333333333vw, 6.25rem);
    max-width: 100px;
    max-width: clamp(5rem, -1.25rem + 8.3333333333vw, 6.25rem);
    max-height: 100px;
    max-height: clamp(5rem, -1.25rem + 8.3333333333vw, 6.25rem);
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .product_page_mattress-inside_item_meta-img {
        width: 80px;
        height: 80px;
        max-width: 80px;
        max-height: 80px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_mattress-inside_item_meta-img {
        width: 60px;
        height: 60px;
        max-width: 60px;
        max-height: 60px;
    }
}

.product_page_mattress-inside_item_meta-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_page_mattress-inside_item_meta_content {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    justify-content: center;
    max-width: 300px;
}

@media screen and (max-width: 767px) {
    .product_page_mattress-inside_item_meta_content {
        max-width: unset;
    }
}

.product_page_mattress-inside_item_meta_content-title {
    color: #19398B;
    font-size: 20px;
    font-size: clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem);
    font-weight: 600;
    line-height: 30px;
    line-height: clamp(1.625rem, 0.375rem + 1.6666666667vw, 1.875rem);
}

@media screen and (max-width: 1199px) {
    .product_page_mattress-inside_item_meta_content-title {
        font-size: 16px;
        line-height: 26px;
    }
}

.product_page_mattress-inside_item_meta_content-text {
    color: #6D7686;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 400;
    line-height: 24px;
    line-height: clamp(1.25rem, 0rem + 1.6666666667vw, 1.5rem);
}

@media screen and (max-width: 1199px) {
    .product_page_mattress-inside_item_meta_content-text {
        font-size: 12px;
        line-height: 20px;
    }
}

.product_page_also {
    margin-top: 100px;
    margin-top: clamp(2.5rem, -16.25rem + 25vw, 6.25rem);
}

@media screen and (max-width: 1199px) {
    .product_page_also {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_also {
        row-gap: 40px;
    }
}

.product_page_also-item {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    row-gap: clamp(1.125rem, -2.625rem + 5vw, 1.875rem);
}

@media screen and (max-width: 1199px) {
    .product_page_also-item {
        row-gap: 18px;
    }
}

.product_page_also_right {
    max-width: 100%;
}

.product_page_also_right-swiper_btns {
    display: flex;
    position: unset;
    margin-top: 62px;
    margin-top: clamp(2.5rem, -4.375rem + 9.1666666667vw, 3.875rem);
    column-gap: 14px;
}

@media screen and (max-width: 1199px) {
    .product_page_also_right-swiper_btns {
        display: none;
    }
}

.product_page_also_right-swiper_btns>* {
    position: unset;
    padding: 0;
    margin: 0;
    width: 46px;
    width: clamp(2.375rem, -0.125rem + 3.3333333333vw, 2.875rem);
    height: 46px;
    height: clamp(2.375rem, -0.125rem + 3.3333333333vw, 2.875rem);
    filter: drop-shadow(0px 0px 26px rgba(0, 67, 101, 0.08));
}

.product_page_also_right-swiper_btns>* svg {
    width: 100%;
    height: 100%;
}

.product_page_also_right_sw {
    min-width: 0;
    margin: 0;
    max-width: 100%;
}

@media screen and (max-width: 1199px) {
    .product_page_also_right_sw {
        overflow: visible;
        clip-path: inset(0px -100% 0px 0px);
    }
}

@media screen and (max-width: 767px) {
    .product_page_also_right_sw {
        clip-path: unset;
    }
}

@media screen and (max-width: 1199px) {
    .product_page_also_right_sw .swiper-slide {
        max-width: 226px;
    }
}

.product_page_also_right_sw .product_page_also_card-image {
    aspect-ratio: 250/151;
}

.product_page_reviews {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    row-gap: clamp(1.125rem, -5.75rem + 9.1666666667vw, 2.5rem);
    margin-top: 100px;
    margin-top: clamp(2.5rem, -16.25rem + 25vw, 6.25rem);
}

@media screen and (max-width: 1199px) {
    .product_page_reviews {
        row-gap: 18px;
        margin-top: 40px;
    }
}

.product_page_reviews-tab_block {
    display: none;
}

.product_page_reviews-tab_block.active {
    display: block;
}

.product_page_reviews_head {
    display: flex;
    column-gap: 64px;
    column-gap: clamp(1.6875rem, -9.875rem + 15.4166666667vw, 4rem);
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_head {
        column-gap: 27px;
    }
}

.product_page_reviews_head-item {
    display: flex;
    column-gap: 6px;
    cursor: pointer;
    opacity: 0.2;
    transition: 0.4s;
}

.product_page_reviews_head-item.active {
    opacity: 1;
}

@media (hover: hover) {
    .product_page_reviews_head-item:hover:hover {
        opacity: 1;
    }
}

@media (hover: none) {
    .product_page_reviews_head-item:active:hover {
        opacity: 1;
    }
}

.product_page_reviews_head-item h2 {
    position: relative;
}

.product_page_reviews_head-item h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    height: clamp(0.125rem, -0.5rem + 0.8333333333vw, 0.25rem);
    background: currentColor;
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_head-item h2::after {
        height: 2px;
    }
}

.product_page_reviews_head-item span {
    color: #19398B;
    font-size: 14px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 600;
    line-height: 24px;
    line-height: clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem);
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_head-item span {
        font-size: 12px;
        line-height: 18px;
    }
}

.product_page_reviews_form {
    padding: 30px 40px;
    border-radius: 14px;
    background: #F5F7FA;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_form {
        padding: 20px;
    }
}

.product_page_reviews_form_left {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_form_left {
        max-width: 240px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_reviews_form_left {
        max-width: 350px;
    }
}

.product_page_reviews_form_left-title {
    color: #19398B;
    font-size: 24px;
    font-size: clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem);
    font-weight: 700;
    line-height: 32px;
    line-height: clamp(1.5rem, -1rem + 3.3333333333vw, 2rem);
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_form_left-title {
        font-size: 18px;
        line-height: 24px;
    }
}

.product_page_reviews_form form {
    width: 100%;
    height: auto;
}

.product_page_reviews_form_wrap {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin: 0 -10px;
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_form_wrap {
        padding-left: 10px;
        margin: 0 -6px;
        row-gap: 6px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_reviews_form_wrap {
        margin-top: 14px;
        padding-left: 0px;
    }
}

.product_page_reviews_form_wrap p {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.product_page_reviews_form_wrap-input {
    padding: 0 5px;
    height: 52px;
    height: clamp(2.5rem, -1.25rem + 5vw, 3.25rem);
    flex: 1 1 50%;
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_form_wrap-input {
        padding: 0 3px;
        height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_reviews_form_wrap-input {
        flex: 1 1 100%;
    }
}

.product_page_reviews_form_wrap-input.--w50 {
    max-width: 50%;
}

@media screen and (max-width: 767px) {
    .product_page_reviews_form_wrap-input.--w50 {
        max-width: 100%;
    }
}

.product_page_reviews_form_wrap-input input {
    padding: 10px 16px;
    padding: 10px clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    width: 100%;
    height: 100%;
    border-radius: 14px;
    border-radius: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
    background: #FFF;
    box-shadow: 0px 24px 84px 0px rgba(25, 57, 139, 0.05);
    color: #000;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 400;
    line-height: 24px;
    line-height: clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem);
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_form_wrap-input input {
        border-radius: 10px;
        padding: 10px 14px;
        font-size: 12px;
        line-height: 18px;
    }
}

.product_page_reviews_form_wrap-input input::placeholder {
    color: #6D7686;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.product_page_reviews_form_wrap-text {
    padding: 0 5px;
    flex: 1 1 50%;
    height: 52px;
    height: clamp(2.5rem, -1.25rem + 5vw, 3.25rem);
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_form_wrap-text {
        padding: 0 3px;
        height: 67px;
        flex: 1 1 100%;
    }
}

.product_page_reviews_form_wrap-text textarea {
    padding: 10px 16px;
    padding: 10px clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    width: 100%;
    height: 100%;
    border-radius: 14px;
    border-radius: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
    background: #FFF;
    box-shadow: 0px 24px 84px 0px rgba(25, 57, 139, 0.05);
    color: #000;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 400;
    line-height: 24px;
    line-height: clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem);
    resize: none;
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_form_wrap-text textarea {
        border-radius: 10px;
        padding: 10px 14px;
        font-size: 12px;
        line-height: 18px;
    }
}

.product_page_reviews_form_wrap-text textarea::-webkit-scrollbar {
    width: 0;
}

.product_page_reviews_form_wrap-text textarea::placeholder {
    color: #6D7686;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.product_page_reviews_form_wrap-btn {
    display: inline-flex;
    flex-shrink: 0;
    padding: 0 5px;
    height: 52px;
    height: clamp(2.5rem, -1.25rem + 5vw, 3.25rem);
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_form_wrap-btn {
        height: 40px;
        padding: 0 3px;
        width: 100%;
    }
}

.product_page_reviews_form_wrap-btn input {
    display: block;
    text-align: center;
    padding: 0 16px;
    border-radius: 14px;
    border-radius: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    background: #19398B;
    height: 100%;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
    font-weight: 500;
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.8333333333vw, 1.375rem);
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_form_wrap-btn input {
        border-radius: 12px;
        font-size: 12px;
        line-height: 20px;
        width: 100%;
    }
}

@media (hover: hover) {
    .product_page_reviews_form_wrap-btn input:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .product_page_reviews_form_wrap-btn input:active {
        opacity: 0.7;
    }
}

.product_page_reviews_form-policy {
    margin-top: 16px;
    margin-top: clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_form-policy {
        margin-top: 14px;
    }
}

.product_page_reviews_form-policy a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 5%;
    text-underline-offset: 14%;
    text-underline-position: from-font;
    transition: 0.4s;
}

@media (hover: hover) {
    .product_page_reviews_form-policy a:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .product_page_reviews_form-policy a:active {
        opacity: 0.7;
    }
}

.product_page_reviews_list {
    display: flex;
    flex-direction: column;
}

.product_page_reviews_list_item {
    padding-top: 24px;
    padding-top: clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem);
    margin-top: 24px;
    margin-top: clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem);
    position: relative;
}

.product_page_reviews_list_item:nth-of-type(n + 3) {
    display: none;
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_list_item {
        padding-top: 18px;
        margin-top: 18px;
    }
}

.product_page_reviews_list_item::after {
    content: "";
    display: block;
    width: 100%;
    max-width: calc(100% - var(--bs-gutter-x));
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    background: #ECEEF0;
}

.product_page_reviews_list_item:first-child {
    padding-top: 0;
    margin-top: 0;
}

.product_page_reviews_list_item:first-child::after {
    display: none;
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_list_item-name {
        display: none;
    }
}

.product_page_reviews_list_item_content {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.product_page_reviews_list_item_content-title.--big {
    font-weight: 700;
    color: #19398B;
}

.product_page_reviews_list_item_content-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_list_item_content-text {
        -webkit-line-clamp: 5;
    }
}

@media screen and (max-width: 767px) {
    .product_page_reviews_list_item_content-text {
        -webkit-line-clamp: 4;
    }
}

.product_page_reviews_list_item_content-btn {
    color: #6D7686;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 10%;
    text-underline-offset: 30%;
    text-underline-position: from-font;
    transition: 0.4s;
}

@media (hover: hover) {
    .product_page_reviews_list_item_content-btn:hover {
        color: #19398B;
    }
}

@media (hover: none) {
    .product_page_reviews_list_item_content-btn:active {
        color: #19398B;
    }
}

.product_page_reviews_list_item_meta {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_list_item_meta {
        margin-top: 14px;
        justify-content: flex-start;
        column-gap: 24px;
        align-items: center;
    }
}

.product_page_reviews_list_item_meta-rating {
    display: flex;
    height: 14px;
    height: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_list_item_meta-rating {
        height: 10px;
    }
}

.product_page_reviews_list_item_meta-rating[data-rating="1"] svg>*:nth-child(-n+1) {
    fill: #19398B;
}

.product_page_reviews_list_item_meta-rating[data-rating="2"] svg>*:nth-child(-n+2) {
    fill: #19398B;
}

.product_page_reviews_list_item_meta-rating[data-rating="3"] svg>*:nth-child(-n+3) {
    fill: #19398B;
}

.product_page_reviews_list_item_meta-rating[data-rating="4"] svg>*:nth-child(-n+4) {
    fill: #19398B;
}

.product_page_reviews_list_item_meta-rating[data-rating="5"] svg>*:nth-child(-n+5) {
    fill: #19398B;
}

.product_page_reviews_list_item_meta-rating svg {
    height: 100%;
    max-height: 100%;
    width: auto;
}

.product_page_reviews_list_item_meta-rating svg>* {
    fill: #ECEEF0;
}

.product_page_reviews_list_item_meta-name {
    display: none;
}

@media screen and (max-width: 1199px) {
    .product_page_reviews_list_item_meta-name {
        display: block;
    }
}

.product_page_reviews-more {
    display: flex;
    justify-content: center;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .product_page_reviews-more {
        justify-content: flex-start;
    }
}

.product_page_reviews-more .btn {
    margin-top: 40px;
    margin-top: clamp(1.125rem, -5.75rem + 9.1666666667vw, 2.5rem);
}

@media screen and (max-width: 1199px) {
    .product_page_reviews-more .btn {
        border: unset;
        padding: unset;
        margin: unset;
        margin-top: 18px;
        text-decoration-line: underline;
        text-decoration-style: dotted;
        text-decoration-skip-ink: none;
        text-decoration-thickness: 10%;
        /* 1.2px */
        text-underline-offset: 22%;
        /* 2.64px */
        text-underline-position: from-font;
    }
}

@media screen and (max-width: 1199px) and (hover: hover) {
    .product_page_reviews-more .btn:hover {
        background: unset;
        color: #19398B;
        opacity: 0.7;
    }
}

@media screen and (max-width: 1199px) and (hover: none) {
    .product_page_reviews-more .btn:active {
        background: unset;
        color: #19398B;
        opacity: 0.7;
    }
}

.product_page_reviews-list_answers {
    margin-top: clamp(1.125rem, -8.875rem + 13.3333333333vw, 3.125rem);
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    row-gap: clamp(1.125rem, -8.875rem + 13.3333333333vw, 3.125rem);
}

@media screen and (max-width: 1199px) {
    .product_page_reviews-list_answers {
        margin-top: 18px;
        row-gap: 18px;
    }
}

.product_page_reviews-list_answers_el {
    row-gap: 30px;
    row-gap: clamp(0.75rem, -4.875rem + 7.5vw, 1.875rem);
    padding-bottom: 50px;
    padding-bottom: clamp(1.125rem, -8.875rem + 13.3333333333vw, 3.125rem);
    border-bottom: 1px solid #ECEEF0;
}

.product_page_reviews-list_answers_el:nth-of-type(n + 3) {
    display: none;
}

@media screen and (max-width: 1199px) {
    .product_page_reviews-list_answers_el {
        row-gap: 12px;
        padding-bottom: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .product_page_reviews-list_answers_el .order-2 {
        width: auto;
        flex: unset;
        margin-right: 2px;
    }
}

@media screen and (max-width: 1199px) {
    .product_page_reviews-list_answers_el .order-3 {
        width: auto;
        flex: unset;
    }
}

@media screen and (max-width: 1199px) {
    .product_page_reviews-list_answers_el-title {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }
}

.product_page_reviews-list_answers_el-date {
    text-align: right;
}

@media screen and (max-width: 1199px) {
    .product_page_reviews-list_answers_el-date {
        text-align: left;
    }
}

.product_page_reviews-list_answers_el_message {
    display: flex;
    column-gap: 20px;
    padding-left: 30px;
    padding-left: clamp(1.25rem, -1.875rem + 4.1666666667vw, 1.875rem);
    border-left: 4px solid #19398B;
    border-left: clamp(0.125rem, -0.5rem + 0.8333333333vw, 0.25rem) solid #19398B;
}

@media screen and (max-width: 1199px) {
    .product_page_reviews-list_answers_el_message {
        padding-left: 20px;
        border-left: 2px solid #19398B;
    }
}

.product_page_reviews-list_answers_el_message-avatar {
    display: block;
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .product_page_reviews-list_answers_el_message-avatar {
        display: none;
    }
}

.product_page_reviews-list_answers_el_message-avatar img,
.product_page_reviews-list_answers_el_message-avatar svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_page_reviews-list_answers_el_message_content {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.product_page_reviews-list_answers_el_message_content-name {
    color: #19398B;
    font-family: "Fira Sans";
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.8333333333vw, 1rem);
    font-weight: 600;
    line-height: 26px;
    line-height: clamp(1.25rem, -0.625rem + 2.5vw, 1.625rem);
}

@media screen and (max-width: 1199px) {
    .product_page_reviews-list_answers_el_message_content-name {
        color: #19398B;
        font-family: "Fira Sans";
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }
}

.product_page_reviews-list_answers-btn_block {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-top: clamp(1.125rem, -5.75rem + 9.1666666667vw, 2.5rem);
}

@media screen and (max-width: 1199px) {
    .product_page_reviews-list_answers-btn_block {
        margin-top: 18px;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 1199px) {
    .product_page_reviews-list_answers-btn_block .product_page_reviews-list_answers-btn {
        border: unset;
        padding: 0;
        color: var(--blue, #19398B);
        font-family: "Commissioner", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        /* 150% */
        text-decoration-line: underline;
        text-decoration-style: dotted;
        text-decoration-skip-ink: none;
        text-decoration-thickness: 10%;
        /* 1.2px */
        text-underline-offset: 22%;
        /* 2.64px */
        text-underline-position: from-font;
    }
}

@media screen and (max-width: 1199px) and (hover: hover) and (max-width: 1199px) {
    .product_page_reviews-list_answers-btn_block .product_page_reviews-list_answers-btn:hover {
        opacity: 0.7;
        background: transparent;
        color: currentColor;
    }
}

@media screen and (max-width: 1199px) and (hover: none) and (max-width: 1199px) {
    .product_page_reviews-list_answers-btn_block .product_page_reviews-list_answers-btn:active {
        opacity: 0.7;
        background: transparent;
        color: currentColor;
    }
}

.product_page_info {
    margin-top: 100px;
    margin-top: clamp(3.125rem, -12.5rem + 20.8333333333vw, 6.25rem);
}

@media screen and (max-width: 1199px) {
    .product_page_info {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_info {
        row-gap: 14px;
    }
}

.product_page_info_item {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    row-gap: clamp(1rem, -6.5rem + 10vw, 2.5rem);
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .product_page_info_item {
        row-gap: 16px;
        padding: 16px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 24px 84px 0px rgba(25, 57, 139, 0.05);
    }
}

.product_page_info_item_content {
    display: flex;
    flex-direction: column;
    padding: 30px;
    padding: clamp(1rem, -3.375rem + 5.8333333333vw, 1.875rem);
    border-radius: 14px;
    border-radius: clamp(0.625rem, -0.625rem + 1.6666666667vw, 0.875rem);
    background: #FFF;
    box-shadow: 0px 24px 84px 0px rgba(25, 57, 139, 0.05);
    flex: 1 1 auto;
}

@media screen and (max-width: 1199px) {
    .product_page_info_item_content {
        padding: unset;
        border-radius: unset;
        box-shadow: unset;
    }
}

.product_page_info_item_content ul li {
    position: relative;
    margin-bottom: 20px;
    margin-bottom: clamp(0.875rem, -1rem + 2.5vw, 1.25rem);
    padding-left: 30px;
    padding-left: clamp(1rem, -3.375rem + 5.8333333333vw, 1.875rem);
}

@media screen and (max-width: 1199px) {
    .product_page_info_item_content ul li {
        padding-left: 16px;
        margin-bottom: 14px;
    }
}

.product_page_info_item_content ul li:last-child {
    margin-bottom: 0px;
}

.product_page_info_item_content ul li::before {
    content: "";
    display: block;
    width: 10px;
    width: clamp(0.375rem, -0.875rem + 1.6666666667vw, 0.625rem);
    height: 10px;
    height: clamp(0.375rem, -0.875rem + 1.6666666667vw, 0.625rem);
    border-radius: 50%;
    background: #19398B;
    flex-shrink: 0;
    position: absolute;
    top: 8px;
    left: 0;
}

@media screen and (max-width: 1199px) {
    .product_page_info_item_content ul li::before {
        top: 7px;
        width: 6px;
        height: 6px;
    }
}

.product_page_info_item_content ul li p {
    margin-top: 10px;
    margin-top: clamp(0.375rem, -0.875rem + 1.6666666667vw, 0.625rem);
}

@media screen and (max-width: 1199px) {
    .product_page_info_item_content ul li p {
        margin-top: 6px;
    }
}

.product_page_info_item_content ul li a {
    color: #19398B;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 10%;
    text-underline-offset: 22%;
    text-underline-position: from-font;
    transition: 0.4s;
}

@media (hover: hover) {
    .product_page_info_item_content ul li a:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .product_page_info_item_content ul li a:active {
        opacity: 0.7;
    }
}

.product_page_info_item_content-text {
    margin-top: 20px;
    display: flex;
    flex: 1 1 auto;
    align-items: flex-end;
    color: #6D7686;
}

.product_page_related {
    margin-top: 100px;
    margin-top: clamp(3.125rem, -12.5rem + 20.8333333333vw, 6.25rem);
}

@media screen and (max-width: 1199px) {
    .product_page_related {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .product_page_related.other_product {
        margin-top: 40px;
    }
}

.product_page_related-slider {
    margin-top: 40px;
    margin-top: clamp(1.125rem, -5.75rem + 9.1666666667vw, 2.5rem);
    position: relative;
}

@media screen and (max-width: 1199px) {
    .product_page_related-slider {
        margin-top: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .product_page_related-slider_btns {
        display: none;
    }
}

.product_page_related-slider_btns>* {
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 0px 26px rgba(0, 67, 101, 0.08));
    width: 46px;
    width: clamp(2.375rem, -0.125rem + 3.3333333333vw, 2.875rem);
    height: 46px;
    height: clamp(2.375rem, -0.125rem + 3.3333333333vw, 2.875rem);
    margin: 0;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product_page_related-slider_btns>* svg {
    width: 100%;
    height: 100%;
}

.product_page_related-slider_btns .swiper-button-prev {
    left: -21px;
}

.product_page_related-slider_btns .swiper-button-next {
    right: -21px;
}

.product_page_related-slider .swiper-pagination {
    display: none;
}

@media screen and (max-width: 1199px) {
    .product_page_related-slider .swiper-pagination {
        display: flex;
        align-items: center;
        position: unset;
        margin: 0;
        padding: 0;
        justify-content: center;
        width: 100%;
        height: auto;
        column-gap: 12px;
        margin-top: 20px;
    }
}

.product_page_related-slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #6D7686;
    opacity: 0.4;
    padding: 0;
    margin: 0 !important;
}

.product_page_related-slider .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #19398B;
    opacity: 1;
}

.product_page_related .swiper {
    min-width: 0;
    max-width: 100%;
    margin-left: unset;
    margin-right: unset;
    overflow: visible;
    clip-path: inset(0px 0px -100% 0px);
}

@media screen and (max-width: 1199px) {
    .product_page_related .swiper {
        overflow: visible;
        clip-path: unset;
    }
}

.product_page_related .swiper .swiper-slide {
    height: auto;
}

.product_page_related .card_product,
.product_page_related .card_mattress {
    height: 100%;
}

.product_page_watch {
    margin-top: 100px;
    margin-top: clamp(3.125rem, -12.5rem + 20.8333333333vw, 6.25rem);
}

@media screen and (max-width: 1199px) {
    .product_page_watch {
        margin-top: 50px;
    }
}

.product_page_watch_head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .product_page_watch_head {
        align-items: center;
    }
}

.product_page_watch_head-title {
    width: auto;
}

.product_page_watch_head-city {
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #19398B;
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .product_page_watch_head-city {
        font-size: 12px;
        line-height: 18px;
    }
}

.product_page_watch_head-city .icon {
    display: flex;
    width: 12px;
    height: 14px;
}

@media screen and (max-width: 767px) {
    .product_page_watch_head-city .icon {
        width: 8px;
        height: 10px;
    }
}

.product_page_watch_head-city .icon svg {
    width: 100%;
    height: 100%;
}

.product_page_watch-body {
    margin-top: 40px;
    margin-top: clamp(1.125rem, -5.75rem + 9.1666666667vw, 2.5rem);
}

@media screen and (max-width: 1199px) {
    .product_page_watch-body {
        margin-top: 18px;
        row-gap: 10px;
    }
}

.product_page_watch-map {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .product_page_watch-map {
        aspect-ratio: 736/357;
        max-height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .product_page_watch-map {
        aspect-ratio: 1/1;
        max-height: 360px;
    }
}

.product_page_watch-map [class*=ymaps-2] {
    font-family: inherit;
}

.product_page_watch-map * {
    outline: none !important;
}

.product_page_watch_list {
    border-radius: 14px;
    background: #F5F7FA;
    padding: 20px;
    overflow: hidden;
    aspect-ratio: 711/520;
}

@media screen and (max-width: 1199px) {
    .product_page_watch_list {
        aspect-ratio: unset;
    }
}

.product_page_watch_list .swiper_map {
    padding-right: 20px;
    overflow-y: auto;
    max-height: 100%;
}

@media screen and (max-width: 1199px) {
    .product_page_watch_list .swiper_map {
        padding-right: 0;
        overflow: visible;
        max-height: unset;
    }
}

.product_page_watch_list .swiper_map::-webkit-scrollbar {
    width: 3px;
    border-radius: 10px;
}

.product_page_watch_list .swiper_map::-webkit-scrollbar-track {
    background: #ECEEF0;
    border-radius: 10px;
}

.product_page_watch_list .swiper_map::-webkit-scrollbar-thumb {
    background: #19398B;
    border-radius: 10px;
}

.product_page_watch_list_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    height: auto;
    box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
    .product_page_watch_list_wrap {
        box-sizing: content-box;
        height: 100%;
        flex-direction: row;
        padding-right: unset;
        overflow: unset;
        row-gap: unset;
    }
}

.product_page_watch_list_wrap_item {
    padding: 20px 30px 28px 30px;
    border-radius: 10px;
    background: #FFF;
}

@media screen and (max-width: 1199px) {
    .product_page_watch_list_wrap_item {
        padding: 20px;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .product_page_watch_list_wrap_item {
        max-width: 78.22%;
    }
}

.product_page_watch_list_wrap_item-btn {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
    cursor: pointer;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .product_page_watch_list_wrap_item-btn {
        justify-content: space-between;
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .product_page_watch_list_wrap_item-btn {
        justify-content: flex-start;
    }
}

@media (hover: hover) {
    .product_page_watch_list_wrap_item-btn:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .product_page_watch_list_wrap_item-btn:active {
        opacity: 0.7;
    }
}

.product_page_watch_list_wrap_item-title {
    color: #19398B;
    text-align: left;
    font-weight: 600;
}

.product_page_watch_list_wrap_item_content {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.product_page_watch_list_wrap_item_content-el {
    display: flex;
    column-gap: 16px;
    column-gap: clamp(0.625rem, -1.25rem + 2.5vw, 1rem);
    text-align: left;
}

@media screen and (max-width: 1199px) {
    .product_page_watch_list_wrap_item_content-el {
        column-gap: 10px;
    }
}

.product_page_watch_list_wrap_item_content-el .icon {
    display: flex;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    transform: translateY(4px);
}

.product_page_watch_list_wrap_item_content-el .icon svg {
    width: 100%;
    height: 100%;
}

.fly_menu {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .fly_menu {
        margin-top: -6px;
        bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .fly_menu {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        transform: unset;
        display: flex;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
        backdrop-filter: blur(15px);
        border-radius: 18px 18px 0 0;
    }
}

.fly_menu.active {
    opacity: 0;
    visibility: hidden;
}

.fly_menu ul {
    display: flex;
    padding: 18px 24px 20px 24px;
    padding: clamp(0.875rem, -0.375rem + 1.6666666667vw, 1.125rem) clamp(1.25rem, 0rem + 1.6666666667vw, 1.5rem) clamp(1rem, -0.25rem + 1.6666666667vw, 1.25rem) clamp(1.25rem, 0rem + 1.6666666667vw, 1.5rem);
    border-radius: 14px;
    border-radius: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem);
    background: #FFF;
    box-shadow: 0px 0px 26px 0px rgba(0, 67, 101, 0.08);
    column-gap: 20px;
    column-gap: clamp(0.9375rem, -0.625rem + 2.0833333333vw, 1.25rem);
    width: auto;
}

@media screen and (max-width: 1199px) {
    .fly_menu ul {
        padding: 14px 20px 16px 20px;
        border-radius: 10px;
        column-gap: 15px;
    }
}

@media screen and (max-width: 767px) {
    .fly_menu ul {
        padding: 18px 16px;
        width: 100%;
        justify-content: space-between;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        backdrop-filter: unset;
    }
}

.fly_menu ul li {
    display: flex;
    width: auto;
}

.fly_menu ul li a {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    color: #32373E;
    transition: 0.4s;
}

@media screen and (max-width: 767px) {
    .fly_menu ul li a {
        column-gap: 7px;
    }
}

@media (hover: hover) {
    .fly_menu ul li a:hover {
        color: #19398B;
    }
}

@media (hover: none) {
    .fly_menu ul li a:active {
        color: #19398B;
    }
}

.fly_menu ul li a .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .fly_menu ul li a .icon {
        width: 18px;
        height: 18px;
    }
}

.fly_menu ul li a .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal.active .modal_wrap {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.modal_wrap {
    width: 100%;
    position: relative;
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    max-height: 100%;
    overflow-y: hidden;
    transition: 0.4s;
}

.modal_wrap-close {
    display: flex;
    width: 40px;
    width: clamp(1.875rem, -1.25rem + 4.1666666667vw, 2.5rem);
    height: 40px;
    height: clamp(1.875rem, -1.25rem + 4.1666666667vw, 2.5rem);
    flex-shrink: 0;
    position: absolute;
    top: 20px;
    top: clamp(0.9375rem, -0.625rem + 2.0833333333vw, 1.25rem);
    right: 20px;
    right: clamp(0.9375rem, -0.625rem + 2.0833333333vw, 1.25rem);
    cursor: pointer;
    transition: 0.4s;
}

@media screen and (max-width: 1199px) {
    .modal_wrap-close {
        width: 30px;
        height: 30px;
        top: 15px;
        right: 15px;
    }
}

@media (hover: hover) {
    .modal_wrap-close:hover {
        opacity: 0.7;
    }
}

@media (hover: none) {
    .modal_wrap-close:active {
        opacity: 0.7;
    }
}

.modal_wrap-close svg {
    width: 100%;
    height: 100%;
}

.catalog-filter__notification {
    left: unset;
    right: calc(50% + 218px);
}

@media screen and (max-width: 1440px) {
    .catalog-filter__notification {
        right: unset;
        left: clamp(19.375rem, -8.75rem + 37.5vw, 25rem);
    }
}

.catalog-filter__notification::before {
    left: unset;
    right: calc(100% - 11px);
}


.swiper-mat-benefit {
    margin: 0;
    max-width: 100%;
    min-width: 0px;
    overflow: visible;
}

.swiper-mat-benefit .swiper-slide {
    height: auto;
    flex: unset;
    max-width: unset;

    height: auto;
    flex-shrink: 0;
    min-height: unset;
}

.swiper-mat-benefit .swiper-slide.product_page_benefit_group {

    display: flex;
    flex-direction: column;
    gap: 30px;
}

.swiper-mat-benefit .swiper-slide.product_page_benefit_group .product_page_benefit_list_item {
    height: auto;
}

.product_page_benefit-video {}

.swiper-mat-benefit .swiper-slide.product_page_benefit_group.--single {

    aspect-ratio: auto;
}

.swiper-mat-benefit .swiper-slide.product_page_benefit_group.--single .product_page_benefit_list_item {
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 40px;
    aspect-ratio: auto;
}

.swiper-mat-benefit .swiper-slide.product_page_benefit_group.--single .product_page_benefit_list_item div {}

@media screen and (max-width: 767px) {
    .swiper-mat-benefit .swiper-slide {
        max-width: 300px;
    }
}

.swiper-mat-benefit .swiper-slide .product_page_benefit-video {
    aspect-ratio: unset;
    height: 100%;
    max-height: unset;
}

.swiper-mat-benefit {
    margin: 0;
    max-width: 100%;
    min-width: 0px;
    overflow: visible;
}

.swiper-mat-benefit .swiper-slide {
    height: auto;
    flex: unset;
    max-width: unset;
    aspect-ratio: 131/170;
    height: auto;
    flex-shrink: 0;
    min-height: unset;
}

@media screen and (max-width: 767px) {
    .swiper-mat-benefit .swiper-slide {
        max-width: 300px;
    }
}

.swiper-mat-benefit .swiper-slide .product_page_benefit-video {
    aspect-ratio: unset;
    height: 100%;
    max-height: unset;
}

.product_page_benefit-row .product_page_benefit_group.--single {
    position: relative;
    border-radius: 10px;
}

.product_page_benefit-row .product_page_benefit_group.--single::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(25, 57, 139, 0) 50%, rgba(25, 57, 139, 0.8) 90%);
    user-select: none;
    pointer-events: none;
    border-radius: 10px;
}

.product_page_benefit-row .product_page_benefit_group.--single.without-img .product_page_benefit_list_item {
    justify-content: center;
    background: #FFF;
    box-shadow: 0 24px 84px 0 rgba(25, 57, 139, 0.05);
    border-radius: 10px;
    overflow: hidden;
}

.product_page_benefit-row .product_page_benefit_group.--single.without-img .product_page_benefit_list_item-title {
    color: #19398B;
}

.product_page_benefit-row .product_page_benefit_group.--single.without-img .product_page_benefit_big-text {
    color: #19398B;
}

.product_page_benefit-row .product_page_benefit_group.--single.without-img::after {
    display: none;
}

.product_page_benefit-row .product_page_benefit_group.--single .product_page_benefit_list_item {
    justify-content: flex-end;
    border-radius: 10px;
    overflow: hidden;
}

.product_page_benefit-row .product_page_benefit_group.--single .product_page_benefit_list_item-title {
    color: #FFF;
    position: relative;
    z-index: 1;
}

.product_page_benefit-row .product_page_benefit_group.--single .product_page_benefit_big-text {
    color: #FFF;
    position: relative;
    z-index: 1;
}

.product_page_benefit-row .product_page_benefit_group.--single .product_page_benefit_list_item-icon {
    position: relative;
    z-index: 1;
}

.product_page_benefit-row .product_page_benefit_group.--single .product_page_benefit_list_item-icon img {
    width: 100%;
    height: auto;
}

.fancybox-bg {
    background: rgba(0, 0, 0, 0.1) !important;
}

.card-modal {
    border-radius: 16px;
    !important
}

.header_wrap_navs_subs-nav .sub-menu-block {
    border-radius: 14px;
}



@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*# sourceMappingURL=style.css.map */
