/* reset css start */
.link_catalog {
    -webkit-box-sizing: revert-layer !important;
    -moz-box-sizing: revert-layer !important;
    box-sizing: revert-layer !important;
}

#title-search-input:hover,
#title-search-input:focus,
#title-search-input:active,
#title-search-input:visited,
#title-search-input:checked {
    background: none;
    border: none;
}

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: revert;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:hover {
    text-decoration: none;
}

.product__title_block a {
    text-decoration: none;
}

.product__title_block a:visited {
    color: #0A4998;;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
    /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* reset css end */

/* roboto-regular - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto grif';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/RobotoFlex_VariableFont_GRAD,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC.ttf') format('truetype')
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-cyrillic_cyrillic-ext_latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-cyrillic_cyrillic-ext_latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-900 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v30-cyrillic_cyrillic-ext_latin-900.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-flex-regular - cyrillic_latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-flex-v26-cyrillic_latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* body start */

body {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    color: #152232;
}


.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
    margin-right: auto;
    margin-left: auto;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.nav__small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    max-width: 1200px;
    margin: 0 auto;
}

.wrepper__small_nav,
.wrapper__model_nav {
    width: 100%;
    border-bottom: 1px solid #F0F1FB;
}

.nav__list {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 95%;

}

.nav__listitem img {
    margin-right: 6px;
}

.nav__listitem {
    margin-right: auto;
    display: flex;
    align-items: center;
}

.phone__gap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nav__link_listitem:hover,
.nav__link_listitem:active {
    color: #0A4998;
    text-decoration: underline;
}

.nav__listitem a,
.nav__checker_listitem a {
    text-decoration: none;
    color: #152232;
}

.nav__sites_checker {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav__checker_listitem a {
    font-weight: 550;
    padding: 0 4px;
}

.nav__checker_listitem:hover a,
.nav__checker_listitem:active a {
    color: #0A4998;
    font-weight: 600;
}

.nav__listitem--has-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}


.nav__listitem--has-submenu::after {
    content: url("../img/arrow_down_ico.svg");
    width: 15px;
    height: 16px;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.nav__sublist {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #FFFFFF;
    width: 185px;
    z-index: 100;
    box-shadow: 0px 0px 10px 1px #C7CBF1CC;
}

.nav__sublistitem {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav__sublistitem img {
    margin: 0 10px;
}

.nav__sublistitem a {
    color: #152232;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.nav__sublistitem:hover,
.nav__sublistitem:hover a {
    background-color: #F0F1FB;
    color: #0A4998;
}

.nav__listitem--has-submenu:hover .nav__sublist {
    display: block;
}

.model__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    height: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrapper__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo__link img {
    width: 210px;
}

.wrapper__right_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -web-kit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 900px;
    height: 36px;
    justify-content: space-between;
}

.nav__list_right {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 33px;
    width: 100%;
    justify-content: space-between;
}

.nav__list_right img {
    margin-right: 6px;
}

.nav__link_listitem:hover,
.nav__link_listitem:active {
    color: #0A4998;
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}


.nav__sublist_model {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #FFFFFF;
    width: 100%;
    min-width: 180px;
    z-index: 100;
}

.phones {
    width: 195px;
}

.nav__sublistitem_model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 13px;
}

.nav__sublistitem_model img {
    margin: 0 10px;
}

.nav__sublistitem_model a {
    color: #152232;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.nav__sublistitem_model:hover,
.nav__sublistitem_model:hover a {
    background-color: #F0F1FB;
    color: #0A4998;
}

.nav__listitem--has-submenu:hover .nav__sublist_model {
    display: block;
}

.right__block_nav {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 95%;
}

.nav__basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}


.basket-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #F32D2D;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    border: 2px solid white;
}

.wrapper__footer {
    width: 100%;
    background-color: #152232;
    color: #fff;
}

.wrapper__footer a {
    color: #fff;
    text-decoration: none;
}

.main {
    background-color: #F0F1FB;
    padding: 15px 0;
}

.main__grid_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .3fr 20px 1fr;
    grid-template-columns: .3fr 1fr;
    grid-gap: 20px;
}

.sidebar {
    width: 285px;
    position: relative;
}

.catalog_menu__li::after {
    content: url(../img/caret_right.svg);
    right: 0;
    top: 33%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    cursor: pointer;
}

.catalog_menu__li.active_menu_li::after {
    transform: rotate(180deg) translateY(50%);
}

.sub_menu__item.third_level_menu-array::after {
    content: url(../img/caret_right.svg);
    margin-top: 5px;
    cursor: pointer;
}

.sub_menu__item.third_level_menu-array.active_menu_li_third_level::after {
    transform: rotate(180deg);
    margin-bottom: 3px;
}


.link_catalog::before {
    content: url(../img/catalog_ico.svg);
    margin-right: 10px;
}

#slick-prev_tabs__,
#slick-next_tabs__ {
    width: 26px;
    height: 26px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 100;
    font-size: 0;
    border: 1px solid #C7CBF1;
}

.catalog-sections-list-menu-items {
    display: block;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.catalog-sections-list-menu-item {
    display: block;
    padding: 0 0 0 17px;
    margin: 0;
}

.catalog-sections-list-menu-item-link {
    padding: 0 17px 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 55px;
    border-bottom: 1px solid rgba(18, 18, 18, 0.06);
    vertical-align: middle;
    text-decoration: none !important;
}

.catalog-sections-list-menu-item-text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #333;
    padding: 17px 0;
}

.catalog-sections-list-menu-item-text:hover {
    color: #000;
}

.catalog-sections-list-menu-item-text i {
    font-style: normal;
    opacity: .6;
}

.catalog-sections-list-menu-item:active,
.catalog-sections-list-menu-item:hover,
.catalog-sections-list-menu-item.selected .catalog-sections-list-menu-item-text {
    opacity: 1;
}

.catalog-sections-list-menu-item-angle {
    display: block;
    transform: rotate(-45deg);
    border-bottom: 1px solid;
    border-right: 1px solid;
    color: #333;
    opacity: 0.6;
    width: 7px;
    height: 7px;
}


.all-categories a {
    text-decoration: none;
    color: #152232;
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}


.main_catalog__catalog_b {
    width: 100%;
    background: #0A4998;
}

.catalog_menu {
    width: 100%;
    background: #FFF;
    position: relative;
}

.link_catalog {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    height: 50px;
    padding: 5px 15px;
    background-color: #0A4998;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#slick-prev_tabs__,
#slick-prev_tabs__ {
    background-image: url('../img/slider_left_default.svg');
    margin-right: 10px;
}

#slick-next_tabs__,
#slick-next_tabs__ {
    background-image: url('../img/slider_right_default.svg');
}

#slick-prev_tabs__:hover,
#slick-prev_tabs__:hover {
    background-image: url('../img/slider_left.svg');
}

#slick-next_tabs__:hover,
#slick-next_tabs__:hover {
    background-image: url('../img/slider_right.svg');
}


.main__catalog__menu {
    position: relative;
}

.banner_sale_slider.slider-single-banner_sale {
    max-height: 300px;

}

.sub_menu_column {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 32px;
    height: 1362px;
    max-height: 100%;
    background-color: #FFF;
    -webkit-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}

.catalog-main-fixed-btn .sub_menu_column {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 32px;
    height: 1182px;
    max-height: 100%;
    background-color: #FFF;
    -webkit-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}

.catalog_menu-no-gl-wrap .sub_menu_column {
    max-height: 9999px;
    height: auto;
    box-shadow: none;
}

.absolute {
    position: absolute;
}

.catalog_menu-no-gl-wrap.hiddens.absolute {
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.sub_menu_column .nav---img-menu {
    height: 120px;
}

.wrapper-catalog-wrap {
    position: sticky;
    top: 0;

    height: auto;
    width: 100%;
}

.sub_menu_column ul {
    height: 100%;
    padding: 10px 0;
    max-width: 300px;
}

.sub_menu__item .third_level_menu {
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    max-width: 480px;
    top: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 1400px) {
    .index-page .sub_menu__item .third_level_menu {
        max-width: 470px;
    }

    .sub_menu__item .third_level_menu {
        max-width: 470px;
    }
}

.wrapper-slider {
    display: flex;
    align-items: center;
    height: 315px !important;
}

@media (max-width: 1200px) {
    .index-page .sub_menu__item .third_level_menu {
        max-width: 300px;

    }

    .sub_menu__item .third_level_menu {
        max-width: 300px;

    }
}

@media (max-width: 769px) {
    .wrapper-slider {
        height: auto !important;
    }

    .index-page .sub_menu__item .third_level_menu {
        max-width: 466px;
    }

    .sub_menu__item .third_level_menu {
        max-width: 466px;
    }
}


.sub_menu__link-t {
    color: #0A4998;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: visibility 0.5s, opacity 0.5s linear;
    -o-transition: visibility 0.5s, opacity 0.5s linear;
    transition: visibility 0.5s, opacity 0.5s linear;
    width: 20%;
}

.sub_menu__link {
    color: #152232;
    text-decoration: none;
    padding: 8px 0;
    display: block;
    font-weight: 400;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}

.sub_sub_menu {
    padding: 10px 0 0 20px;
}

.sub_sub_menu__link {
    color: #152232;
    text-decoration: none;
    padding: 3px 0;
}

.sub_menu:after {
    content: "";
    display: table;
    clear: both;
}


.search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #FFF;
    overflow: hidden;
    margin-bottom: 15px;
}

.search-input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    height: 50px;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 20px;
    color: #152232;
}

.search-bar::before {
    margin-left: 10px;
    content: url(../img/search.svg);
}

.search-input::-webkit-input-placeholder {
    color: #C7CBF1;
}

.search-input::-moz-placeholder {
    color: #C7CBF1;
}

.search-input:-ms-input-placeholder {
    color: #C7CBF1;
}

.search-input::-ms-input-placeholder {
    color: #C7CBF1;
}

.search-input::placeholder {
    color: #C7CBF1;
}

.search-input:focus {
    outline: none;
}

.search-button {
    max-height: 50px;
    background-color: #0A4998;
    color: #FFF;
    border: none;
    padding: 30px 75px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px;
}

/* Добавляем эффект при наведении на кнопку поиска */
.search-button:hover {
    background-color: #0F5BBB;
}

/* Убираем стандартные стили на мобильных устройствах */
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    -webkit-appearance: none;
}


.slider {
    max-width: 900px;
    max-height: 340px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
}

.slider-single .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-single .slick-slide img {
    width: 100%;
    height: auto;
}

.slider-single .slick-dots {
    position: absolute;
    bottom: 10%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.slider-single .slick-dots li {
    margin: 0 5px;
    display: inline-block;
}

.slider-single .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #FFF;
    cursor: pointer;
    padding: 0;
    color: transparent;
    font-size: 0;
}

.slider-single .slick-dots .slick-active button {
    background-color: #FFFFFF;
}

.slider-single .slick-prev,
.slider-single .slick-next {
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
}

.slider-single .slick-prev {
    left: 10px;
    background-image: url('../img/slider_left_default.svg');
}

.slider-single .slick-next {
    right: 10px;
    background-image: url('../img/slider_right_default.svg');
}

.slider-single .slick-prev:hover,
.slick-next:hover {
    background-image: url('../img/slider_left.svg');
}

.slider-single .slick-next:hover {
    background-image: url('../img/slider_right.svg');
}

.product,
.product_tabs {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.product_tabs {
    background-color: #FFF;
    margin-bottom: 15px;
    height: 272px;
}

.product-slider.slick-initialized.slick-slider {
    max-width: 900px;
}

.product-slider .product_list {
    background-color: #FFF;
    position: relative;
    /* height: 322px; */
    height: auto;
    max-width: 225px;
    border: 1px solid #F0F1FB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
    /* Позволяет вложенным абсолютно позиционированным элементам выходить за пределы */
    margin-bottom: 130px;
    /* Отступ для размещения скрытого блока без влияния на другие элементы */
}

.product_list__hidden_block {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: #FFF;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
}

.product_list:hover .product_list__hidden_block {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
}

.product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 183px;
    overflow: hidden;
}

.section_item_list.section_item_list__grid .product__price {
    width: 175px;
}

.product-slider .product__price {
    width: 204px;
}

.old_prices,
.old_price {
    text-decoration: line-through;
    font-size: 16px;
    color: #C7CBF1;
}

.actual_prices,
.actual_price {
    font-family: 'Roboto grif';
    font-size: 24px;
    color: #0A4998;
    font-weight: bold;
}

.product__title a {
    text-decoration: none;
    font-size: 16px;
    color: #152232;
    font-family: 'Roboto Flex';
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    overflow: hidden;
    margin-bottom: 10px;
    height: 57px;
}

.product__picture {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 204px;
    height: 204px;
    overflow: hidden;
    margin-bottom: 10px;
}

.promotional_items-wrapper-list--one-item .product__picture {
    width: 309px;
    height: 286px;
}

.promotional_items-wrapper-list--one-item .product__title a {
    height: auto;
}

.product__labels {
    position: absolute;
    top: 4px;
    left: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 39;
}

.element_infoblock_first__left .product__labels {
    top: 39px;
    left: 40px;
}

.product__label--new {
    background-color: #FFC200;
    color: #000;
}

.product__label--sale {
    background-color: #F32D2D;
    color: #FFF;
}

.product__label--hit {
    background-color: #0F5BBB;
    color: #FFF;
}

.product__label {
    font-family: 'Roboto Flex';
    font-size: 14px;
    padding: 5px 10px;
    font-weight: bold;
    z-index: 1;
    border-radius: 4px;
    margin-bottom: 5px;
    white-space: nowrap;
    display: inline-block;
    -ms-flex-item-align: start;
    align-self: flex-start;
}


picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.product__picture img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.product__title_block {
    color: #0A4998;
    font-size: 24px;
    font-weight: bold;
    background-color: #FFF;
    border: 1px solid #F0F1FB;
}

.product__wrapper {
    height: 50px;
    padding: 3px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product__wrapper_img {
    margin-left: 10px;
}

.product-slider-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}


.product_tabs__title_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.product_tabs__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0px 15px;
    border-bottom: 1px solid #F0F1FB;
}

.product__title_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-left: 10px;
}

.product__tab {
    font-family: 'Roboto Flex';
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    color: #152232;
    text-align: center;
    position: relative;
}

.product__tab::before {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    /* Центрирование иконки по вертикали */
}

.product__tab--work::before {
    content: "";
    background: url("../img/vector_bild.svg");
    position: absolute;
    left: -5px;
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
}

.product__tab--study::before {
    content: url('../img/vector_school.svg');
}

.product__tab--creativity::before {
    content: url('../img/vector_art.svg');
}

.product__tab_active {
    font-weight: bold;
    color: #0A4998;
    position: relative;
}

.product__tab_active::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #0A4998;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-slider-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.buttons_button {
    position: absolute;
    bottom: 2px;
    right: 15px;
}

.buttons_button a {
    text-decoration: none;
    color: #152232;
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.buttons_button a::after {
    content: url(../img/fi-rr-arrow-small-right.svg);
    margin-top: 4px;
    margin-left: 5px;
}

.all-categories a::after {
    content: url(../img/fi-rr-arrow-small-right.svg);
    margin-top: 4px;
    margin-left: 5px;
}

.product-slider-buttons button {
    width: 26px;
    height: 26px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 39;
    font-size: 0;
    border: 1px solid #C7CBF1;
    margin-left: 5px;
}


#slick-prev__similar,
#slick-next__similar,
#slick-prev__product_catalog--element,
#slick-next__product_catalog--element,
#slick-next-promotional_items,
#slick-prev-promotional_items,
#slick-next__reviews__us,
#slick-prev__reviews__us,
#slick-prev,
#slick-next,
#slick-next__product_categoru,
#slick-prev__product_categoru,
#slick-prev_tabs,
#slick-next_tabs {
    width: 26px;
    height: 26px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 100;
    font-size: 0;
    border: 1px solid #C7CBF1;
}


#slick-prev__similar,
#slick-prev__product_catalog--element,
#slick-prev-promotional_items,
#slick-prev__reviews__us,
#slick-prev,
#slick-prev_tabs,
#slick-prev_reviews,
#slick-prev__they-buy-a-set,
#slick-prev__product_categoru,
#slick-prev__seen {
    background-image: url('../img/slider_left_default.svg');
    margin-right: 10px;
    /* Отступ между кнопками */
}

#slick-next__similar,
#slick-next__product_catalog--element,
#slick-next-promotional_items,
#slick-next__reviews__us,
#slick-next,
#slick-next_tabs,
#slick-next_reviews,
#slick-next__they-buy-a-set,
#slick-next__product_categoru,
#slick-next__seen {
    background-image: url('../img/slider_right_default.svg');
}

#slick-prev__similar:hover,
#slick-prev__product_catalog--element:hover,
#slick-prev-promotional_items:hover,
#slick-prev__reviews__us:hover,
#slick-prev:hover,
#slick-prev_tabs:hover,
#slick-prev_reviews:hover,
#slick-prev__they-buy-a-set:hover,
#slick-prev__product_categoru:hover,
#slick-prev__seen:hover {
    background-image: url('../img/slider_left.svg');
}

#slick-next__similar:hover,
#slick-next__product_catalog--element:hover,
#slick-next-promotional_items:hover,
#slick-next__reviews__us:hover,
#slick-next:hover,
#slick-next_tabs:hover,
#slick-next_reviews:hover,
#slick-next__they-buy-a-set:hover,
#slick-next__product_categoru:hover,
#slick-next__seen:hover {
    background-image: url('../img/slider_right.svg');
}

.product__title_gen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product__title_gen::after {
    content: url(../img/showcase_ico.svg);
    margin-left: 10px;
    margin-top: 7px;
}

.subscribe {
    height: 130px;
    max-width: 1200px;
    margin: 0 auto;
    border: 4px solid #FFF;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.subscribe__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
}

.subscribe__block_info {
    color: #0A4998;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 240px;
}

.subscribe__icon {
    margin-right: 20px;
    max-width: 88px;
    max-height: 88px;
}

.subscribe__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.subscribe__title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    font-family: 'Roboto grif';
}

.subscribe__description {
    font-size: 12px;
}

.subscribe__form_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.subscribe__input {
    width: 355px;
    height: 50px;
    background-color: #fff;
    padding-left: 10px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.subscribe__input::-webkit-input-placeholder {
    color: #0A4998;
    text-align: start;
    font-size: 15px;
    padding-left: 10px;
}

.subscribe__input::-moz-placeholder {
    color: #0A4998;
    text-align: start;
    font-size: 15px;
    padding-left: 10px;
}

.subscribe__input:-ms-input-placeholder {
    color: #0A4998;
    text-align: start;
    font-size: 15px;
    padding-left: 10px;
}

.subscribe__input::-ms-input-placeholder {
    color: #0A4998;
    text-align: start;
    font-size: 15px;
    padding-left: 10px;
}

.subscribe__input::placeholder {
    color: #0A4998;
    text-align: start;
    font-size: 15px;
    padding-left: 10px;
}

.subscribe__button::before {
    content: url(../img/message.svg);
    margin-right: 10px;
}

.subscribe__button {
    height: 50px;
    padding: 5px 15px;
    background-color: #0A4998;
    color: white;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.subscribe__button:hover {
    background-color: #0F5BBB;
}

.subscribe__social_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.baner_purpule_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -o-linear-gradient(356.65deg, rgba(217, 221, 255, 0.5) -13.53%, rgba(162, 170, 249, 0.37) 60.86%, rgba(168, 45, 243, 0.07) 123.06%);
    background: linear-gradient(93.35deg, rgba(217, 221, 255, 0.5) -13.53%, rgba(162, 170, 249, 0.37) 60.86%, rgba(168, 45, 243, 0.07) 123.06%);
    position: relative;
    max-width: 900px;
    max-height: 198px;
    width: 100%;
    height: 198px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.baner_purpule_wrapper--imager {
    width: 200px;
}

.baner_purpule_wrapper--imager svg {
    position: absolute;
    top: -20px;
}

.baner_purpule_wrapper--titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.baner_purpule_wrapper--titles {
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    color: #0A4998;
    text-align: justify;
}

.baner_purpule_wrapper--titles .baner_purpule_wrapper--titles-bottom {
    font-weight: 400;
    font-size: 39px;
    text-align: justify;
}

.baner_purpule_wrapper--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 22px;
    color: #0A4998;
    background: none;
    border: 1px solid #0A4998;
    margin-right: 22px;
    text-decoration: none;
}

.baner_purpule_wrapper--button:after {
    content: url("../img/Arrow-right-blue.svg");
    margin-left: 6px;
}


.subscribe__social_link {
    margin-left: 10px;
}

section.nav {
    width: 1200px;
    margin: 0 auto;
}

nav.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 285px;
    background: #fff;
}

.footer__block_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0px;
    max-width: 1200px;
    margin: 0 auto;
}

.wrapper__footer_copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0px;
    max-width: 1200px;
    margin: 0 auto;
}

.wrapper__footer_content {
    border-bottom: 1px solid #132944;
}

.wrapper__footer_content {
    width: 100%;
}

.footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer__right_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-self: flex-end;
    margin-left: 90px;
    width: 100%;
    justify-content: space-between;
}

.footer__block:last-child {
    margin-right: 0;
}

.block__info {
    width: 250px;
}

.block__title {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 12px;
    color: #C7CBF1;
}

.footer_phone_list {
    font-size: 15px;
    line-height: 2;
}

.footer_phone_list li {
    max-width: 265px;
}

.icon_social {
    width: 40px;
    height: 40px;
}

.icon_facebook,
.icon-instagram,
.icon-tiktok,
.icon-youtube {
    fill: #C7CBF1;
}

.icon_facebook:hover {
    fill: #0B84EE;
}

.icon-youtube:hover {
    fill: #F32D2D;
}

.icon-tiktok:hover {
    fill: #111;
}

.icon-instagram:hover {
    fill: none;
    background-image: -o-radial-gradient(40.8047px 0.8125px, circle, #F9ED32 0%, #EE2A7B 36%, #D22A8A 44%, #8B2AB2 60%, #1B2AF0 83%, #002AFF 88%);
    background-image: radial-gradient(circle at 40.8047px 0.8125px, #F9ED32 0%, #EE2A7B 36%, #D22A8A 44%, #8B2AB2 60%, #1B2AF0 83%, #002AFF 88%);
}

.prozoro_wrapper {
    position: relative;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 20px;
}

.prozoro_fon {
    position: absolute;
    /* Абсолютное позиционирование внутри контейнера */
    top: 0;
    left: 0;
    width: 100%;
    height: 132px;
    background-color: #f5f6fc;
    /* Серый цвет */
    z-index: 1;
    /* Подложка будет под контентом */
}

.prozoro {
    margin: 0 auto;
    content: url('../img/prozorro.svg');
    position: relative;
    /* Относительное позиционирование для наложения поверх фонового блока */
    z-index: 2;
    /* Контент будет выше подложки */
    display: block;
    /* Делает элемент блочным для центрирования */
    top: 50%;
    /* Центрирование по вертикали относительно контейнера */
    -webkit-transform: translateY(-38%);
    -ms-transform: translateY(-38%);
    transform: translateY(-38%);
    /* Центрирование по вертикали */
}


.product__new {
    max-width: 1200px;
    margin: 0 auto;
}

.new_product__wrapp_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Устанавливаем flex-контейнер */
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    /* Распределяем элементы равномерно */
}

.product__title__new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product__title_gen__new {
    display: flex;
    align-items: center;
}

.product__title_gen__new::after {
    content: url(../img/new_ico.svg);
    margin-left: 10px;
    margin-top: 5px;
}

.product__new .product_list {
    margin-bottom: 0;
    width: 238px;
    background-color: #FFF;
    position: relative;
    height: auto;
    border: 1px solid #F0F1FB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
}

.btn_alls,
.btn_all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.btn_all__btns,
.btn_all__btn {
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFF;
    padding: 2px 0px;
    font-size: 14px;
    font-weight: bold;
    width: 240px;
    text-decoration: none;
    color: #152232;
}

.container_seo.detail-seo {
    height: auto;
}

.btn_all__btns::after,
.btn_all__btn::after {
    content: url(../img/arrow_down_ico.svg);
    margin-top: 5px;
}

.btn_all__btn.rollback-list::after {
    transform: rotate(180deg);
    margin-top: -3px;
}

.btn_all__btn.____active-news::after {
    transform: rotate(180deg);
}

.category-list.--news-data-list .btn_all {
    display: none;
}

.new_product {
    margin-bottom: 90px;
}

.fade-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 175px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.show-more-button {
    position: absolute;
    right: 0;
    border: none;
    cursor: pointer;
    border-top: 1px solid #F0F1FB;
    font-size: 16px;
}

.wrapper_btn {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.container_seo {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    overflow: hidden;
    background-color: #FFF;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.seo {
    margin-bottom: 60px;
}

.img_seo {
    float: right;
    max-width: 100%;
    height: auto;
}

.toggle-button::after {
    content: url(../img/arrow_down_ico.svg);
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.toggle-button.rotated::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -5px;
}

.minimal-ter-wrap {
    font-size: 13px;
    color: #152232;
    font-family: 'Roboto Flex';
    font-weight: normal;
    margin-bottom: 5px;
}

.brand {
    margin: 20px auto;
    height: 142px;
    background: #FFF;
}

.brand_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.slider-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}


/* body end */


.reviews {
    margin: 20px auto;
    background: #FFF;
    height: 455px;
    padding: 20px;
}

.reviews__container {
    max-width: 1200px;
    margin: 0 auto;
}

.reviews__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews__image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.reviews__image img {
    max-width: 100%;
    height: auto;
}

.reviews__slider {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    max-width: 800px;
    max-height: 305px;
}

.slider-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.review {
    margin-right: 15px;
}

.border__review {
    border: 1px solid #F0F1FB;
    padding: 30px;
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* Разделяет содержимое по вертикали */
}

.review__text {
    font-size: 14px;
}

.review__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
    color: #0A4998;
}

.review__avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.reviews__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.reviews__buttons button {
    background-color: #0A4998;
    color: #FFF;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
}

.reviews__buttons button:hover {
    background-color: #0F5BBB;
}

.review__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.review__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.review__icon {
    margin-right: 10px;
}

.review__date {
    color: #152232;
    font-size: 12px;
}

.review__stars {
    color: #FFA500;
    font-size: 30px;
}

.veu_all a {
    text-decoration: none;
    color: #0A4998;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.veu_all {
    margin-top: 10px;
}

.veu_all a::before {
    content: url(../img/image_veu.svg);
    margin-right: 10px;
}

.reviews__buttons {
    position: relative;
}

.reviews__buttons a {
    position: absolute;
    bottom: 25px;
    right: 15px;
    text-decoration: none;
    color: #0A4998;
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto Flex";
}

.reviews__buttons a::after {
    content: "  →";
}

.reviews .product__wrapper {
    margin-bottom: 15px;
}

.no_main_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}


.catalog {
    max-width: 1200px;
    margin: 0 auto;
    background: #FFF;
    margin-bottom: 20px;
}

.catalog__title {
    font-size: 24px;
    color: #0A4998;
    padding: 15px;
}

.catalog__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
}

.catalog__item {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #F0F1FB;
    text-align: left;
}

.image-container {
    max-width: 280px;
    height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.image-container img {
    max-width: 100%;
    max-height: 100%;
}

.item__title_h3 {
    font-weight: bold;
    font-size: 16px;
    color: #152232;
    margin-bottom: 10px;
    padding: 0 10px;
}

.item__description {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.item__link {
    color: #0A4998;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

.item__link:hover {
    text-decoration: underline;
}

.similar_product__wrapp_list,
.seen_product__wrapp_list {
    background: #f0f1fb;
}

.product-slider .product_elements {
    height: 350px;
}

.view-produce-personal .catalog-list-availability-auto-flow-wrapper,
.promotional_items-wrapper .catalog-list-availability-auto-flow-wrapper,
.product-slider .catalog-list-availability-auto-flow-wrapper,
.product-item-info-container[data-entity="props-block"],
.new_product .catalog-list-availability-auto-flow-wrapper,
.similar_product__wrapp_list .catalog-list-availability-auto-flow-wrapper,
.seen_product__wrapp_list .catalog-list-availability-auto-flow-wrapper {
    display: none;
}


.product-item-info-container[data-entity="buttons-block"] {
    padding: 0 15px;
}

.catalog-list-availability-wrapper {
    padding: 0 15px;
}

.similar_product__wrapp_list .slick-slide,
.seen_product__wrapp_list .slick-slide {
    height: 520px;
}

.product__seen {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
}

.product__seen .product_list {
    background-color: #FFF;
    position: relative;
    height: 325px !important;
    max-width: 240px;
    border: 1px solid #F0F1FB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
}


.sale {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 30px;
}

.sale__title {
    font-size: 24px;
    color: #152232;
    font-weight: bold;
    padding: 15px 0;
    position: absolute;
    padding: 25px 0 2px;
}

.sale__count {
    font-size: 16px;
    color: #C7CBF1;
}

.sale__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 285px 20px 1fr;
    grid-template-columns: 285px 1fr;
    gap: 20px;
}

.sale__sidebar {
    padding: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #FFF;
}

.sidebar__title {
    font-size: 20px;
    color: #0A4998;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.catalog_menu {
    z-index: 105;
}

.sidebar__list {
    list-style: none;
    padding: 0;
}

.sidebar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    /* Отступ для иконки */
    background: #fff;
    /* Убрал обводку */
    cursor: pointer;
}

.sidebar__item input {
    margin-right: 10px;
}

.item__count {
    margin-left: auto;
    color: #C7CBF1;
}

.sale__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    background: #FFF;
    padding: 15px;
}

.sale__item {
    background: #FFF;
    border: 1px solid #F0F1FB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.sale__item_work {
    background: #FFF;
    border: 1px solid #F0F1FB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    max-height: 270px;
}

.sale__item img {
    max-width: 100%;
    height: 130px;
    margin-bottom: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.sale__item_work img {
    max-width: 100%;
    margin-bottom: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}


.item__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    height: 100%;
}

.item__header {
    position: absolute;
    /* Абсолютное позиционирование */
    top: 10px;
    right: 10px;
}

.discount {
    background-color: #F32D2D;
    color: #FFF;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 3px;
}

.item__title {
    font-size: 16px;
    color: #0A4998;
    margin: 10px 0;
}

.item__date {
    font-size: 14px;
    color: #C7CBF1;
    margin: 10px;
}

.item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #152232;
    background-color: #F0F1FB;
    height: 30px;
    padding: 0 10px;
}

.time_left {
    font-weight: bold;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    padding: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.pagination__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.pagination__link:hover {
    background-color: #e0e0e0;
}

.pagination__prev,
.pagination__next {
    width: 32px;
    height: 32px;
    background-color: #f5f5f5;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
}

.pagination__prev {
    background-image: url('../img/slider_left_default.svg');
    /* добавьте путь к вашему изображению иконки */
    background-repeat: no-repeat;
    background-position: center;
}

.pagination__next {
    background-image: url('../img/slider_right_default.svg');
    /* добавьте путь к вашему изображению иконки */
    background-repeat: no-repeat;
    background-position: center;
}

.pagination__prev:hover {
    background-image: url('../img/slider_left.svg');
    /* добавьте путь к вашему изображению иконки */
}

.pagination__next:hover {
    background-image: url('../img/slider_right.svg');
    /* добавьте путь к вашему изображению иконки */
}

.pagination > .li > .pagination__number, .pagination > li > .pagination__number {
    color: #333;
    background: none;
    border: none;
}

.pagination__number.active {
    background-color: #0A4998 !important;
    color: #fff !important;
}

.pagination__dots {
    pointer-events: none;
    /* отключаем кликабельность для многоточия */
}


.sidebar__title {
    font-size: 18px;
    color: #0A4998;
    margin-bottom: 10px;
    border-bottom: 1px solid #F0F1FB;
}

.filter {
    list-style: none;
    padding: 0;
}

.filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.filter__item input {
    margin-right: 10px;
}

.filter__item label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.filter__item input {
    margin-right: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #C7CBF1;
    background-color: #fff;
    cursor: pointer;
}

.filter__item input:checked {
    background-color: #0A4998;
    border: 1px solid #0A4998;
    position: relative;
}

.filter__item input:checked::after {
    content: '\2714';
    /* Символ галочки */
    display: block;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.filter__item label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item__count {
    margin-left: auto;
    color: #C7CBF1;
}


.banner_sale {
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    max-height: 300px;
    min-height: 1px;
}


.banner_sale .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner_sale .slick-slide .banner_sale_slider-wrap-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.banner_sale .slick-slide img {
    width: 100%;
    height: auto;
}

.personal-section-wrapper-one.history-block-wrap {
    width: 100%;
}

.banner_sale .slick-dots {
    position: absolute;
    bottom: 10%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.catalog-main-fixed-btn a.link_catalog {
    height: 60px;
}

.banner_sale .slick-dots li {
    margin: 0 5px;
    display: inline-block;
}

.banner_sale .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #FFF;
    cursor: pointer;
    padding: 0;
    color: transparent;
    font-size: 0;
}

.banner_sale .slick-dots .slick-active button {
    background-color: #FFFFFF;
}

.blog__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 285px);
    grid-template-rows: max-content;
    gap: 10px;
    background: #FFF;
    padding: 10px;
    height: max-content;
}


.item__tag {
    padding: 10px;
    color: #C7CBF1;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item__tag::before {
    content: url(../img/tag_blog.svg);
    margin-right: 5px;
}

.data--tag {
    padding: 10px;
    color: #C7CBF1;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.data--tag::before {
    content: url(../img/calendar-icon-data.svg);
    margin-right: 5px;
}

.wrapper-content-sides-gl {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
}

.wrapper-left-content {
    padding: 30px;
}

.wrapper-left-content img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wrapper-right-content {
    padding: 15px;
}

.wrapper-right-content,
.wrapper-left-content {
    background: #FFFFFF;
    flex: 1;
}

.wrapper-left-content {
    max-width: 865px;
}

.wrapper-left-content img {
    max-width: 860px;
    height: auto;
}

.--news-data a {
    text-decoration: none;
}

.wrapper-right-content {
    min-width: 270px;
    max-width: 270px;
    height: fit-content;
}

.wrapper-content-info-data-social-wrap {
    display: flex;
    flex-direction: row;
}

.social-wrapper {
    display: flex;
    align-items: center;
    color: black;
}

.content-wrapper {
    margin-bottom: 60px;
}

.social-fb {
    text-decoration: none;
}

.social-fb::before {
    content: url("../img/fb.svg");
}

.social-inst {
    background: none;
    border: none;
}

.social-inst::before {
    content: url("../img/inst.svg");
}

.social-url::before {
    content: url("../img/url.svg");
}


.wrapper-content-info-data-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 73.3%;
    margin: 10px 0;
}

.wrapper-left-content--name {
    font-size: 32px;
    line-height: 37.5px;
    font-weight: 600;
    color: #0A4998;
    margin-bottom: 30px;
}

.reviews_block {
    border: none;
}

.category-list__item--news-data .image_container img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.news-product-list {
    margin-bottom: 0;
}

.wrapper-content-right--name {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #0A4998;
    padding-bottom: 20px;
    margin-bottom: 17px;
    border-bottom: 1px solid #F0F1FB;
}

a.time_left {
    text-decoration: none;
}

.blog__item-item__footer-day {
    font-size: 14px;
    font-weight: bold;
    color: #0A4998;
}

.blog__item-item__footer-day .red {
    color: #F32D2D;
}


.blog__item {
    background: #FFF;
    border: 1px solid #F0F1FB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    max-height: max-content;
    text-decoration: none;
}

.personal-account-photo-end-name-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.personal-account-name {
    font-size: 16px;
    line-height: 12px;
    font-weight: bold;
    color: black;
}

.personal-account-photo-end-name-wrapper .personal-account-name {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: black;
    max-width: 85px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.empty-personal-photo {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: #F0F1FB;
    color: #0A4998;
    font-size: 16px;
    line-height: 12px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.personal-account-photo {
    max-width: 26px;
    max-height: 26px;
    border-radius: 100%;
    overflow: hidden;
}

.personal-account-photo img {
    width: 26px;
    height: 26px;
    object-fit: cover;
    border-radius: 100%;
}

.image_container {
    position: relative;
}

.item__date_label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
}

.item__date_label .day {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.item__date_label .month {
    font-size: 12px;
    display: block;
}

.blog__item img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}


.blog__sidebar {
    padding: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #FFF;
}

.sidebar__title {
    font-size: 18px;
    color: #0A4998;
    margin-bottom: 10px;
}

.category-list {
    list-style: none;
    padding: 0;
}

.category-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
}

.category-list__item label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #FFF;
    overflow: hidden;
    margin-bottom: 15px;
}

.search-input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    height: 50px;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 20px;
    color: #152232;
}

.search-bar::before {
    margin-left: 10px;
    content: url(../img/search.svg);
}

.search-input::-webkit-input-placeholder {
    color: #C7CBF1;
}

.search-input::-moz-placeholder {
    color: #C7CBF1;
}

.search-input:-ms-input-placeholder {
    color: #C7CBF1;
}

.search-input::-ms-input-placeholder {
    color: #C7CBF1;
}

.search-input::placeholder {
    color: #C7CBF1;
}

.search-input:focus {
    outline: none;
}

.search-button:hover {
    background-color: #0F5BBB;
}

.recent-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-item img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 15px;
}

.news-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news-title {
    font-size: 16px;
    color: #152232;
    margin: 0;
}

.news-date {
    font-size: 14px;
    color: #C7CBF1;
}

.delivery-payment {
    background-color: #FFF;
    padding: 10px 35px;
    margin-bottom: 10px;
}

.delivery,
.payment,
.warranty,
.return {
    margin-bottom: 20px;
}

.delivery-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.delivery-option {
    max-width: 32%;
}

.delivery-option img,
.payment-method img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.card::before {
    content: url(../img/card-02.svg);
    margin-right: 10px;
}

.touch::before {
    content: url(../img/coin-hand.svg);
    margin-right: 10px;
}

.payment-method h3 {
    font-size: 20px;
    color: #152232;
    font-weight: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.delivery-option h3 {
    font-size: 24px;
    font-weight: bold;
    color: #0A4998;
    margin-bottom: 10px;
}

.delivery-option h3::before {
    content: "|";
    margin-right: 10px;
}

.delivery-option p {
    font-size: 16px;
    color: #152232;
    margin-bottom: 10px;
}

.delivery-option p::before {
    content: url(../img/check_on_ring.svg);
    margin-right: 10px;
}

.payment-method p {
    font-size: 16px;
    color: #152232;
    margin-bottom: 10px;
}

.warranty p,
.return p {
    margin-bottom: 10px;
}

.warranty ul,
.return ul {
    padding-left: 20px;
}

.warranty ul li,
.return ul li {
    font-size: 16px;
    color: #152232;
    margin-bottom: 10px;
}

.warranty ul li::before,
.return ul li::before {
    content: '●';
    color: #0A4998;
    margin: 10px;
}

.h2_delivery {
    color: #0A4998;
    font-size: 32px;
    font-weight: bold;
    margin: 20px 0px;
}

.shops {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.shops__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.shops__sidebar {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    padding: 20px;
    max-width: 285px;
}

.sidebar__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 15px;
    position: relative;
    background: #fff;
}

.sidebar__item.active {
    background-color: #F0F1FB;
}

.sidebar__item::before {
    content: url(../img/shop_ico_small.svg);
    position: absolute;
    left: 15px;
    top: 15px;
}

.shop-name {
    font-size: 16px;
    color: #0A4998;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 5px;
}

.shop-address {
    font-size: 14px;
    color: #0A4998;
    padding-left: 30px;
    margin-bottom: 5px;
}

.sidebar__hours {
    font-size: 12px;
    color: #152232;
    padding-left: 30px;
}

.shops__content {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    background: #fff;
}

.shops__map {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.shops__details {
    font-size: 16px;
    color: #152232;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
}

.address,
.shops__info__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.img__gap img {
    max-width: 24px;
}

.shops__details h2 {
    font-size: 16px;
    color: #0A4998;
    font-weight: bold;
}

.info__gap p {
    margin: 5px 0;
    color: #0A4998;
}

.phone__gap a {
    text-decoration: none;
    color: #152232;
    font-size: 16px;
}

.phone__gap p {
    color: #C7CBF1;
}

.shops__title {
    font-size: 24px;
    color: #152232;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 20px;
    text-align: left;
}

.shops__details img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.shops__details-wrap-img {
    display: flex;
    align-content: center;
    align-items: center;
    height: 100%;
    width: auto;
    max-width: 200px;
}

.shops__additional {
    background-color: #F0F1FB;
    padding: 20px 25px;
    margin: 20px;
}

.shops__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.contact-center__sidebar {
    width: 285px;
}

.contact-center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.contact-center__title {
    font-size: 24px;
    color: #152232;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 15px;
}

.contact-center__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.contact-center__location {
    background: #fff;
    padding: 20px;
}

.contact-center__location {
    margin-bottom: 20px;
}


.location__address,
.location__phones,
.location__hours,
.location__email {
    font-size: 14px;
    color: #152232;
    max-width: 170px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.location__address::before,
.location__phones::before,
.location__hours::before,
.location__email::before {
    content: '';
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    /* Ширина иконки */
    height: 28px;
    /* Высота иконки */
    margin: 25px auto 10px;
}

.location__address::before {
    background-image: url(../img/location_ico.svg);
}

.location__phones::before {
    background-image: url(../img/call_passive_ico.svg);
}

.location__hours::before {
    background-image: url(../img/clock.svg);
}

.location__email::before {
    background-image: url(../img/email_b.svg);
}

.location__email a {
    color: #0A4998;
    text-decoration: none;
}

.contact-center__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 900px;
}

.contact-center__form {
    background: #fff;
    padding: 20px;
    max-height: 385px;
}

.contact-center__content iframe {
    max-height: 400px;
}

.form__title {
    font-size: 18px;
    color: #0A4998;
    font-weight: bold;
    margin-bottom: 10px;
}

.form__input,
.form__textarea {
    width: calc(50% - 2px);
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #C7CBF1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form__textarea {
    width: 100%;
    height: 100px;
}

.form__button {
    background: #0A4998;
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
}

.contact-center__map {
    width: 100%;
    height: auto;
}


.contact-center__form {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    background: #fff;
    padding: 20px;
}

.form__title {
    font-size: 24px;
    color: #152232;
    font-weight: bold;
    margin-bottom: 20px;
}

.form__button {
    background: #0A4998;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.form__description {
    font-size: 14px;
    color: #C7CBF1;
    margin-bottom: 20px;
}

.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
    color: #C7CBF1;
    opacity: 1;
}

.form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
    color: #C7CBF1;
    opacity: 1;
}

.form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
    color: #C7CBF1;
    opacity: 1;
}

.form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
    color: #C7CBF1;
    opacity: 1;
}

.form__input::placeholder,
.form__textarea::placeholder {
    color: #C7CBF1;
    opacity: 1;
}


.cart {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.cart__title {
    font-size: 24px;
    color: #152232;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 15px;
}

.cart__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: 100%;
}

.basket-checkout-container {
    position: sticky;
    top: 0;
}

.cart__items {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    background: #fff;
}

.cart__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 15px;
    border-bottom: 1px solid #F1F2FB;
}

.cart__item-image img {
    max-width: 100px;
    max-height: 100px;
}

.cart__item-info {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding-left: 15px;
}

.cart__item-title {
    font-size: 16px;
    color: #0A4998;
    margin-bottom: 5px;
}

.cart__item-code {
    font-size: 12px;
    color: #666;
}

.cart__item-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    padding: 15px;
    flex-direction: column;
}

.cart__item-quantity-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cart__item-quantity-other {
    color: #C7CBF1;
}

.quantity__button {
    background: #F0F1FB;
    border: 1px solid #C7CBF1;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 16px;
}

.promotional_items-wrapper-list--items .product__price {
    width: 100%;
}

.basket-item-price-current .basket-item-price-current-text {
    font-size: 24px;
    font-weight: bold;
    color: #0A4998;
}

.basket-item-price-current-text.summar,
.basket-item-price-title.summmm {
    font-weight: 400;
    color: #C7CBF1;
    font-size: 16px;
}


.quantity__input {
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 5px;
    -moz-appearance: textfield;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart__item-price {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.price__original {
    font-size: 14px;
    color: #152232;
    text-decoration: line-through;
    display: inline-block;
}

.quantity__value {
    font-size: 16px;
    color: #152232;
    width: 40px;
    text-align: center;
    outline: none;
    border: none;
}

.price__discounted {
    font-size: 24px;
    font-weight: bold;
}

.cart__item-remove {
    background: none;
    border: 1px solid #C7CBF1;
    border-radius: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #152232;
    cursor: pointer;
    margin-left: 20px;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart__item-remove:hover {
    background: #C7CBF1;
    color: #FFF;
}

.cart__summary {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.summary__title {
    font-size: 20px;
    color: #152232;
    font-weight: bold;
    margin-bottom: 20px;
}

.summary__checkout-button {
    font-family: "Roboto Flex", sans-serif;
    background: #0A4998;
    color: #fff;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}


.title__cart,
.summary__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #F1F2FB;
    background: #fff;
}

.title__cart {
    padding: 28px 20px;
}

.title__cart_left {
    font-size: 24px;
    font-weight: bold;
}

.title__cart_right {
    font-size: 14px;
}

.title__cart_right .class__href {
    font-weight: bold;
    font-size: 16px;
}

.title__cart_right .class__href:hover {
    text-decoration: underline;
}

.sale__mark {
    font-family: 'Roboto Flex';
    font-size: 14px;
    padding: 5px 10px;
    font-weight: bold;
    z-index: 1;
    border-radius: 4px;
    margin-bottom: 5px;
    white-space: nowrap;
    display: inline-block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #F32D2D;
    color: #FFF;
}

.quantity__text {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 5px;
}

.summary_block {
    padding: 25px 20px;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.summary_block p {
    margin: 0;
}


.summary_block {
    padding: 20px;
}

.summary__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
    min-width: 430px;
}

.summary__total-amount {
    font-size: 32px;
    color: #0A4998;
    font-weight: bold;
}


.summary__total {
    font-weight: bold;
    font-size: 20px;
    color: #0A4998;
}

.summary__items,
.summary__discount {
    font-weight: bold;
    font-size: 16px;
    color: #152232;
}

.summary__discount-amount,
.summary__price {
    font-family: "Roboto grif";
    font-weight: bold;
    font-size: 24px;
    color: #152232;
}

.current_price {
    font-family: "Roboto grif";
}

.about_company {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #FFF;
}

.about_company_wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 25px 10px;
}

.history_block {
    border: 1px solid #C7CBF1;
}

.about_company_wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 10px;
}

.history_block {
    border: 1px dashed #C7CBF1;
    padding: 20px;

}

.year h2 {
    font-size: 32px;
    font-weight: bold;
    color: #0A4998;
    margin: 15px 0px 80px 0px;
}

.tab-content .description {
    max-width: 435px;
}

.description h3 {
    font-size: 28px;
    font-weight: bold;
    color: #0A4998;
    margin-bottom: 15px;
}

.description p {
    font-size: 18px;
    color: #152232;
}

.image img {
    max-width: 100%;
    margin-top: 20px;
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 850px;
    margin: 30px auto;
}

.tab {
    background-color: #EEF2FB;
    border: none;
    border-radius: 120px;
    padding: 10px 20px;
    font-size: 16px;
    color: #0A4998;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    font-weight: bold;
    width: 130px;
    height: 60px;
}

.tab.active {
    background-color: #0A4998;
    color: #fff;
}

.tab:hover {
    background-color: #0A4998;
    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content__left,
.tab-content__right {
    width: 48%;
}

.tab-content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.big_150 {
    text-align: center;
    font-weight: bold;
    color: #0A4998;
    font-size: 96px;
}

.ander_big_150 {
    text-align: center;
    font-weight: bold;
    color: #0A4998;
    font-size: 24px;
}

.ander_big {
    text-align: center;
    color: #0A4998;
    font-size: 18px;
}

.history_description {
    margin-top: 30px;
}

.history_description h2 {
    font-size: 20px;
    font-weight: bold;
    color: #152232;
    margin-bottom: 10px;
}

.history_description li {
    font-size: 16px;
    color: #152232;
    line-height: 2;
}

.history_description li::before {
    content: url(../img/check.svg);
    margin-right: 10px;
}

.history_post {
    margin-top: 35px;
}

.history_post p {
    font-size: 16px;
    color: #152232;
    margin-bottom: 15px;
}

.brand__title {
    max-width: 1200px;
    margin: 25px auto;
}

.title_brand {
    color: #0A4998;
    font-weight: bold;
    font-size: 20px;
    margin-left: 10px;
}

.advantage {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 15px;
}

.title_advantage {
    color: #0A4998;
    margin-left: 10px;
    font-size: 32px;
    font-weight: bold;
}

.advantage_cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.advantage_card {
    background: #F6F7FD;
    border: 1px solid #FFF;
    padding: 35px;
    margin: 50px 0px;
    max-width: 305px;
    max-height: 210px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    /* Добавляем относительное позиционирование */
}

.advantage_cards > .advantage_card:nth-child(n+4) {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .advantage_card {
        width: 48%;
    }

    .advantage_cards > .advantage_card:nth-child(n+4) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .advantage_card {
        width: 100%;
    }

    .advantage_cards > .advantage_card:nth-child(n+4) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 0;
        margin-right: 0;
    }
}

.advantage_card h3 {
    font-size: 20px;
    color: #152232;
    font-weight: bold;
    margin-bottom: 10px;
}

.advantage_card p {
    font-size: 16px;
    color: #152232;
}

.advantage_card__img {
    width: 100px;
    height: 100px;
    background-color: #FFD500;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
    opacity: 0.8;
}

.advantage_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider-awards {
    background-color: #FFF;
    padding: 15px;
}

.reviews_wrap {
    background: #C7CBF1;
}


.no-absolute {
    position: relative;
}

.text-fl {
    position: relative;
    padding: 15px 0;
}

.reviews_wrap_us {
    padding: 20px;
    background-color: #C7CBF1;
}

.reviews_us {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .reviews_us .product-slider-buttons {
        width: 90px;
        flex-wrap: nowrap;
    }

    .reviews_us .product__title_block {
        padding: 0 10px;
    }
}

.element_infoblock_first {
    background: #FFF;
}

.element_infoblock_first,
.element_infoblock_second {
    position: relative;
    background: #FFF;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.element_infoblock_second {
    border-top: 1px solid #F0F1FB;
    margin-bottom: 47px;
}

.element_infoblock_first__left {
    border-right: 1px solid #F0F1FB;
    position: relative;
    /* width: 40%;
    padding-right: 20px;
    box-sizing: border-box; */
    /* grid-template-columns: 1fr 1fr; */
}

.element_infoblock_first__right {
    padding: 30px;
}

.product-slider {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.product-slider__main {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.product-slider__main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.product-slider__main-slide {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-slider__thumbnails-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-slider__thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: calc(100% - 80px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.product-slider__thumbnail {
    min-width: 20%;
    margin-right: 5px;
    cursor: pointer;
}

.product-slider__thumbnail img {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.product-slider__thumbnails-control {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.product-slider__thumbnails-control_left {
    margin-right: 5px;
}

.product-slider__thumbnails-control_right {
    margin-left: 5px;
}

.countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
}

.time-box {
    margin: 0 5px;
    text-align: center;
}

.time {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.label {
    font-size: 12px;
}

.product-title {
    font-size: 24px;
    color: #0A4998;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-description, .product-details {
    font-size: 14px;
    margin-bottom: 10px;
    color: #152232;
}

.product-details {
    list-style: inside;
    margin-left: 5px;
}


.product-details li {
    margin-bottom: 5px;
}

.promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    border: 1px dotted #C7CBF1;
    height: 60px;
}

.right__arrow {
    content: url(../img/slider_right_default.svg);
    width: 30px;
    margin-left: auto;
    margin-right: -15px;
}

.promo-badge {
    position: relative;
    width: 50px;
    height: 50px;
    background: url(../img/h.svg) no-repeat center center;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #FFF;
    font-size: 13px;
    align-items: center;
    justify-content: center;
}

.promo-text {
    font-size: 14px;
    color: #152232;
}

.promo-text b {
    font-weight: 700;
}

.price-block {
    margin-bottom: 45px;
    margin-top: 110px;
}

.price_block__second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0 10px;
}

.minimal-ter-wrapper {
    background: #f0f1fb;
    padding: 20px;
    color: #0A4998;
    margin-left: auto;
    width: 250px;
}

.fix-prices-detail-coeff {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.old-price {
    font-size: 20px;
    color: #C7CBF1;
    text-decoration: line-through;
    margin-right: 10px;
    font-family: "Roboto grif";
}

#catalog_store_amount_div {
    display: none;
}

.new-price {
    font-size: 32px;
    color: #0A4998;
    font-weight: bold;
    margin-right: 40px;
    font-family: "Roboto grif";
}

.quantity-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quantity-decrease {
    content: url(../img/minus.svg);
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.quantity-increase {
    content: url(../img/plus.svg);
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.quantity-increase:hover, .quantity-decrease:hover {
    opacity: 0.5;
}

.quantity-input {
    width: 40px;
    text-align: center;
    border: none;
}


.quantity-input {
    -moz-appearance: textfield; /* Firefox */
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* Chrome, Safari, Edge, Opera */
}

.buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.add-to-cart {
    background-color: #0A4998;
    border: 1px solid #0A4998;
    color: #FFF;
    height: 50px;
    cursor: pointer;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-to-cart:hover {
    background: #0F5BBB;
    color: #FFF;
    text-decoration: none;
}

.add-to-cart::before {
    content: url(../img/basket_w.svg);
    vertical-align: middle;
    margin-right: 10px;
}


.buy-now {
    height: 50px;
    border: 1px solid #C7CBF1;
    background-color: #fff;
    color: #0A4998;
}

.additional-info {
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: 1fr 1fr;
    display: -ms-grid;
    display: grid;
    gap: 5px;
    color: #0A4998;
    font-weight: bold;
    font-size: 16px;
}

.additional_info__left,
.additional_info__right {
    border: 1px solid #F0F1FB;
    height: 60px;
}

.additional_info__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.additional_info__left img {
    max-width: 100px;
    margin-left: 10px;
}

.additional_info__left span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.additional_info__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.additional_info__right span {
    margin-right: 30px;
}

.title_block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px .35fr;
    grid-template-columns: 1fr .35fr;
    grid-gap: 10px;
}

.title_block__right {
    text-align: right;
}


.product-code {
    font-size: 14px;
    color: #152232;
}

.availability {
    font-size: 12px;
    margin-bottom: 10px;
}

.availability::before {
    content: url(../img/availability.svg);
    vertical-align: middle;
    margin-right: 5px;
}

.n-availability::before {
    content: url(../img/n-availability.svg);
    vertical-align: middle;
    margin-right: 5px;
}

.characteristics {
    padding: 20px;
}

.characteristic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    position: relative;
}

.value-left, .value-right {
    padding: 0 5px;
    z-index: 1;
    font-size: 14px;
    color: #152232;
}

.line {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 1px dashed #C7CBF1;
    position: relative;
    margin: 0 10px;
    bottom: -10px;
}

.characteristic:nth-child(even) {
    background: #F6F7FD;
}

.show-more {
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFF;
    padding: 2px 0px;
    font-size: 14px;
    font-weight: bold;
    width: 240px;
    text-decoration: none;
    color: #152232;
    margin: 0 auto;
    border: 1px solid #F0F1FB;

}

.show-more::after {
    content: url(../img/arrow_down_ico.svg);
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.element_infoblock_second__left {
    margin-bottom: 15px;
    border-right: 1px solid #F0F1FB;
}

.show-more.rotated::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.element_infoblock_second__right {
    padding: 20px;
}

.delivery-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    gap: 10px;
}

.delivery-info .delivery-item-wrap {
    margin-bottom: 20px;
}

.title_element_infoblock_second__left.product-title {
    margin-bottom: 20px;
}

.delivery-label_title {
    font-weight: bold;
    margin-bottom: 5px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.delivery-label_additional-info {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    display: flex;
    align-items: center;
}

.delivery-detail {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    text-align: right;
}

.discription_delivery_block, .discription_guarantee_block {
    font-size: 14px;
}

.discription_delivery_block p, .discription_guarantee_block p {
    padding-bottom: 7px;
}

.guarantee {
    padding-bottom: 32px;
    margin-bottom: 10px;
}

.delivery-info, .pay_info {
    border-bottom: 1px solid #F0F1FB;
    padding-bottom: 32px;
    margin-bottom: 10px;
}

.np::before {
    content: url(../img/np.svg);
    vertical-align: middle;
}

.tu::before {
    content: url(../img/tu.svg);
    vertical-align: middle;
}


.stores-availability {
    padding: 20px;
    background: #FFF;
}

.stores-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stores-list {
    -webkit-box-flex: 60%;
    -ms-flex: 60%;
    flex: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
}

.store-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dotted #F1F2FB;
    padding: 10px 0;
}

.store-image {
    width: 100px;
    height: auto;
}

.store-name {
    font-weight: bold;
    margin-bottom: 5px;
    color: #0A4998;
}

.store-address {
    color: #0A4998;
}

.store-info img {
    width: 80px;
    height: auto;
    object-fit: contain;
    margin-right: 15px;
}

.store-availability {
    font-size: 12px;
    margin-top: 10px;
}

.store-info__addres {
    max-width: 200px;
    width: 100%;
}

.store-info__work_time {
    max-width: 190px;
    width: 100%;
}

.y-availability::before {
    content: url(../img/check_gr.svg);
    margin-right: 10px;
    vertical-align: middle;
}

.n-availability::before {
    content: url(../img/n-availability.svg);
    margin-right: 10px;
    vertical-align: middle;
}

.store-phone {
    font-size: 16px;
    color: #152232;
    text-decoration: none;
    margin-bottom: 5px;
}

.store-phone::before {
    content: url(../img/phone_vector.svg);
    vertical-align: middle;
    margin-right: 10px;
}

.store-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.store-hours {
    font-size: 14px;
    margin: 10px 0 0 35px;
}

.store-button {
    background-color: #0A4998;
    border: 1px solid #0A4998;
    color: #FFF;
    height: 40px;
    cursor: pointer;
    width: 140px;
}

.store-button-later {
    background-color: #F0F1FB;
    border: 1px solid #F0F1FB;
    color: #0A4998;
    height: 40px;
    cursor: pointer;
    width: 140px;
}


.store-map-link {
    color: #C7CBF1;
    text-decoration: underline;
    cursor: pointer;
    font-size: 13px;
}

.store-map-block {
    margin-top: 16px;
    text-align: right;
}

.map {
    -webkit-box-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.map-image {
    max-width: 100%;
    height: auto;
    object-fit: none;
}


.section_item_list {
    background: #FFF;
    padding: 0;
}

.section_item_list__grid {
    display: flex;
    flex-wrap: wrap;
}

.section_item_list__grid .row.product-item-list-col-4 {
    display: flex;
    width: 100%;
    margin: 0;
}

.section_item_list.auto-flow .row {
    margin: 0;
}

.section_item_list__grid .product-item-amount-field-container,
.section_item_list__grid .product-item-properties {
    display: none;
}

.section_item_list__grid .catalog-list-availability-wrapper {
    display: block;
}

.section_item_list__grid .catalog-list-availability-auto-flow-wrapper {
    display: none;
}

.section_item_list__grid .pict-product-wrap {
    padding: 5px;
}

.auto-flow .catalog-list-availability-auto-flow-wrapper {
    display: block;
}

.auto-flow .product__picture {
    max-width: 204px;
    width: 204px;
    height: 170px;
}

.product_list.hover .auto-flow .buttons--product {
    width: auto;
}

.auto-flow .product__price {
    justify-content: flex-start;
    width: auto;
    gap: 10px;
}

.section_item_list.auto-flow {
    max-width: 895px;
}

.auto-flow .product-item-amount-field-container,
.auto-flow .product-item-properties,
.auto-flow .catalog-list-availability-wrapper {
    display: none;
}

.auto-flow .buttons--product {
    position: relative;
    display: flex;
    border: none;
    gap: 0;
    padding: 10px;
    align-items: flex-end
}

.auto-flow .product__title a {
    width: 100%;
}

.auto-flow .product_elements {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    padding: 0 15px;
    gap: 25px;
}

.auto-flow .product-item-info-container {
    width: 180px;
}

.auto-flow .product_list:hover .buttons--product {
    width: auto;
    gap: 0;
    padding-bottom: 10px;
}

.auto-flow .product_elements .product--info-end-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}

.auto-flow .product_elements .product__title {
    max-width: 200px;
}

.auto-flow .product_elements .small-card-minimal-ter-wrap {
    position: absolute;
    bottom: 86px;
    right: 260px;
}

.auto-flow .product_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #F0F1FB;
}

.auto-flow .product__bottons button {
    width: 140px;
    height: 40px;
    margin-bottom: 20px;
}

.auto-flow .product__bottons {
    max-width: 150px
}


.auto-flow .buy-one-click {
    background-color: #FFF;
    border: 1px solid #C7CBF1;
    color: #0A4998;
    cursor: pointer;
}

.auto-flow .product__buy {
    background-color: #0A4998;
    border: 1px solid #0A4998;
    color: #FFF;
    cursor: pointer;
}

.auto-flow .product__buy::before {
    content: url(../img/basket_w.svg);
    vertical-align: middle;
    margin-right: 10px;
}

.section_item_list__grid .product_list {
    border-left: 1px solid #F0F1FB;
    border-bottom: 1px solid #F0F1FB;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 240px;
}


.section_item_list__grid .product__bottons button {
    display: none;
}

.section_item_list__grid .store-availability {
    display: none;
}

.title__block-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.product-view-options span {
    font-size: 14px;
    color: #0A4998;
}

.product-view-options::before {
    content: url(../img/swap.svg);
    vertical-align: middle;
    margin-right: 10px;
}

#sortOptions {
    background: none;
    border: none;
    font-size: 14px;
    color: #152232;
}

.view-button {
    border: none;
    font-size: 0;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.view-button.active {
    opacity: 0.3;
}

.view-button:hover {
    opacity: 0.7;
}

#gridView {
    background-image: url(../img/gridView.svg);
}

#listView {
    background-image: url(../img/listView.svg);
}

.span_view {
    margin-left: 25px;
}


.product__seen__catalog {
    max-width: 1200px;
    margin: 0 auto 0;
    background: #FFF;

}

.seen_product__catalog {
    margin-bottom: 35px;
}

.product__seen__catalog .product_list {
    max-width: 120px;
    height: 180px;
    padding: 10px;
    border: 1px solid #F0F1FB;
}

.product__seen__catalog .product__picture {
    width: 100px;
    height: 100px;
}

.product__seen__catalog .product__title a {
    max-width: 100px;
    font-size: 14px;
    text-align: center;
}


.promotional_items-wrapper {
    margin-top: 24px;
}

.promotional_items-wrapper .product__title_block.product__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 200px;
    margin-bottom: 2px;
}

.promotional_items-wrapper-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    gap: 1px;
}

.promotional_items-wrapper-list--one-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    gap: 20px;
    height: 641px !important;
    justify-content: center;
}

.promotional_items-wrapper-list--items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1px 1fr 1px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr 1px 1fr;
    grid-template-rows: repeat(2, 1fr);
    background: #FFFFFF;
}

.promotional_items-wrapper-list--items .product-elements {
    border: 1px solid #eeeff9;
    border-top: none;
}

.promotional_items-wrapper-list--items > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.promotional_items-wrapper-list--items > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.promotional_items-wrapper-list--items > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.promotional_items-wrapper-list--items > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.promotional_items-wrapper-list--items > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.promotional_items-wrapper-list--items > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.promotional_items-wrapper .promotional_items-wrapper-list--items .product_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    max-width: 240px;
    width: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.promotional_items-wrapper .btn_all__btns {
    gap: 10px;
}

.promotional_items-wrapper .btn_all__btns::after {
    content: url('../img/arraw-right.svg');
    margin-top: 3px;
}

.promotional_items-wrapper--big-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 68px;
}

.promotional_items-wrapper--big-items .product-item-properties {
    display: none;
}


.promotional_items-wrapper--big-items .btn-buy {
    height: 50px;
    padding: 5px 15px;
}

.promotional_items-wrapper-list--one-item .product-item-image-alternative {
    background-size: 300px;
}

.promotional_items-wrapper--big-items .product__title {
    max-width: 316.4px;
    text-align: center;
}

.promotional_items-wrapper--big-items .old_price {
    max-width: 316.4px;
    text-align: center;
    color: #152232;
    font-size: 24px;
    font-family: 'Roboto grif';
    font-weight: 600;
}

.promotional_items-wrapper--big-items .product__price {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 17px;
    margin-top: 6px;
}

.btn-buy {
    max-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    height: 40px;
    padding: 0 15px;
    background-color: #0A4998;
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}

.btn-buy:hover {
    background-color: #0F5BBB;
    color: white;
    text-decoration: none;
}

.btn-buy:before {
    content: url("../img/buy-cart.svg");
}


.promotional_item-counet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px;
}

.promotional_items-count-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}

.promotional_items-count--wraps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.promotional_items-count--wraps:first-child {
    margin-right: 21px;
}

.counts-text {
    color: #C7CBF1;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.counts-number {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #152232;
    transition: all 0.5s ease;
}

.promotional--item__sliders {
    width: 100%;
    max-width: 474px;
}

.mobil___menu {
    display: none;
}

.mobil__catalog__menu {
    display: none;
}

.mobil-nav__sites_checker {
    display: none;
}

.search-button-mobil {
    display: none;
}

.prozoro_wrapper {
    background: #f4f5fb;
}

.prozoro__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../img/prozoro-back-line.svg);
    background-repeat: no-repeat;
    background-position-x: 260px;
    background-position-y: 17px;
    background-size: 681px;
}

.prozoro__images {
    height: 130px;
    width: 285px;
    position: relative;
}

.prozoro__images:before {
    content: url("../img/prozoro-img.svg");
    position: absolute;
    top: -100px;
}

.prozoro__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 5px 51px;
    color: #ffffff;
    background: #0A4998;
    border: 1px solid #0A4998;
    text-decoration: none;
}

.prozoro__button:hover {
    background-color: #0F5BBB;
}

.prozoro__info {
    font-size: 32px;
    font-weight: 400;
    line-height: 22px;
    color: #0A4998;
}

.prozoro__info__title {
    color: #C7CBF1;
    font-weight: 700;
    font-size: 12px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 66px;
}

.prozoro__info___title {
    font-weight: 800;
}


.product_list {
    position: relative;
}

.buttons--product {
    position: absolute;
    display: none;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    border-left: 1px solid #F0F1FB;
    border-right: 1px solid #F0F1FB;
}

.product_elements {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 322px;
    align-items: center;
    padding-top: 10px;
}

.buttons--product .product-item-properties {
    display: none;
}

.section_item_list__grid .product_list:hover .buttons--product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 101%;
    left: -1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10px;
    background: #ffff;
    z-index: 999;
    box-shadow: 0px 23px 20px 0px #C7CBF1CC;
}

.product_list {
    height: auto;
}

.product_list:hover {
    box-shadow: 0px 0px 20px 3px #C7CBF1CC;
    z-index: 40;
}


.product_list:hover .buttons--product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 100%;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    background: #ffff;
    z-index: 999;
}

.section_item_list__grid .product_list.buttons--product---visible .buttons--product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 92%;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    background: #ffff;
    padding-right: 10px;
    padding-left: 10px;
    z-index: 99;
}

.brand .brand_wrap .slider-brand .slick-track {
    min-width: 99999px;
}

.button--one_click {
    max-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0px;
    color: #0A4998;
    background: none;
    border: 1px solid #C7CBF1;
    width: 100%;
    margin-bottom: 10px;
}

.button--one_click:hover {
    background: #eff0fa;
    border: 1px solid transparent;
}

.product--info-end-button-wrapper {
    padding: 0 10px;
    width: 90%;
    height: 116px;
}

.brand_wrap a {
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.floating--basket {
    position: fixed;
    right: 0;
    top: 20%;
    cursor: pointer;
    z-index: 9999;
}

.floating--up {
    position: fixed;
    right: 15px;
    bottom: 100px;
    cursor: pointer;
    z-index: 9999;
}

.floating--chat {
    position: fixed;
    right: 10px;
    bottom: 40px;
    cursor: pointer;
    z-index: 9999;
}

.floating--basket:hover,
.floating--up:hover,
.floating--chat:hover {
    opacity: 80%;
}

.floating--basket:before {
    content: url("../img/cart-icon-left.svg");
}

.floating--up:before {
    content: url("../img/Circle-up.svg");
}

.floating--chat:before {
    content: url("../img/chat-icon.svg");
}

.modal-mobli-catalog {
    display: none;
}

.mobil-down--menu {
    display: none;
}

.baner_purpule {
    position: relative;
}

.baner_purpule_wrapper {
    position: absolute;
    top: -117px;
}

.hiddens {
    display: none;
}

.modal-btn--sort--end--filter-wrapper {
    display: none;
}

.element_infoblock_first__right .title_block {
    display: flex;
    flex-direction: row;
}

.element_infoblock_first__right .title_block .title_block__right {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 70%;
}

.element_infoblock_second__left .characteristics {
    position: relative;
}

.element_infoblock_second__left .fade-gradient {
    z-index: 1;
    height: 140px;
    bottom: 0;
}

.store-info__bottons {
    margin-left: 37px;
}

.stores-availability .mobil-store-hours {
    display: none;
}

.they-buy-a-set-product-slider {
    max-width: 750px;
}

.they-buy-a-set {
    margin-bottom: 70px;
}

.they-buy-a-set .product_list {
    background: #FFFFFF;
    margin: 1px;
}


.button--they-buy-a-set.__active--btn-they-buy-a-set:before {
    content: url("../img/sort-active.svg");
}

.button--they-buy-a-set {
    border: 1px solid #C7CBF1;
    background: none;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    color: #0A4998;
}

.they-buy-a-set_product__wrapp_list .product--info-end-button-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.they-buy-a-set-wrapper {
    display: flex;
}

.they-buy-a-set-product-list {
    padding: 10px;
    background: #fff;
    position: relative;
    width: 100%;
}

.they-buy-a-set-product-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}

.they-buy-a-set-product-list-titles-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.they-buy-a-set-product-list--div-wrapper {
    height: 226px;
    overflow-y: scroll;
}

.they-buy-a-set-product-list--div-wrap {
    overflow-y: auto;
}

.they-buy-a-set-product-list--element-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 3px 5px;
    border-top: 1px dotted #F0F1FB;
    border-bottom: 1px dotted #F0F1FB;
}

.they-buy-a-set-product-list--element-img {
    width: 51px;
    height: 51px;
}

.they-buy-a-set-product-list--element-img img {
    width: 100%;
    height: 100%;
}

.they-buy-a-set-product-list--element-name {
    width: 213px;
    font-size: 14px;
    line-height: 16px;
    color: #152232;
}

.they-buy-a-set-product-list--element-del {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.they-buy-a-set-product-list--element-del:before {
    content: url("../img/product-del.svg");
    display: flex;
    width: 36px;
    height: 36px;
}

.they-buy-a-set-product-list--element-count-name {
    display: flex;
    width: 50px;
    font-size: 14px;
    color: #C7CBF1;
}

.they-buy-a-set-product-list--bottom-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.they-buy-a-set-product-list--bottom---btn {
    background-color: #0A4998;
    border: 1px solid #0A4998;
    color: #FFF;
    height: 40px;
    cursor: pointer;
    width: 100%;
}

.they-buy-a-set-product-list--bottom-prices .product__price {
    gap: 10px;
    width: 100%;
    justify-content: flex-start;
}

.product__price-old-discount-wrap {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.they-buy-a-set-product-list--titles {
    font-size: 16px;
    line-height: 18px;
    color: #0A4998;
}

.they-buy-a-set---nn {
    font-weight: 700;
    color: #152232;
    font-size: 16px;
}

.discount_amount {
    padding: 2px 8px;
    background: #f32d2d;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    line-height: 21px;
}

.year-mob {
    display: none;
}

.mobil-button--stores-availability {
    display: none;
}

.top-tags {
    margin-top: 40px;
}

.category-list__item--top-tags a {
    background: #FFFFFF;
    padding: 6px 10px;
    color: #152232;
    font-size: 14px;
    line-height: 12px;
    text-decoration: none;
}

.category-list-top--tags {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.--news-data {
    margin-top: 40px;
}

.category-list__item--news-data {
    display: flex;
    gap: 14px;
}

.name-data-news-data-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.name--news-data {
    font-size: 16px;
    font-weight: 500;
    color: #152232;
}

.data--news-data {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 400;
    color: #152232;
}

.blog-aside-wrapper {
    position: relative;
}

.news-blog-wrapper-new-list {
    position: absolute;
    bottom: 0;
}

.news-blog-wrapper-new-list.news--list {
    position: relative;
}

.data--news-data::before {
    content: url("../img/blog-data.svg");
}

.--news-data {
    max-width: 290px;
}

.--news-data-list {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.top-tags .sidebar__title {
    padding-left: 20px;
}

.p-lists-catalog-categori {
    display: flex;
    flex-direction: column;
    color: green;
}

.p-lists-catalog-categori a {
    font-size: 14px;
    color: #666;
}

.p-lists-catalog-categori .item__title {
    margin: 4px 0;
}

.wrapper-catalog-link-all {
    display: flex;
    flex-direction: column-reverse;
}

.sliders-product_categoru {
    max-width: 1200px;
    position: relative;
    margin: 47px auto;
}

.sliders-catalog__items-categori {
    display: flex;
}

.sliders-product_categoru .image-container {
    width: 94px;
    height: 94px;
}


.sliders-product_categoru .slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 230px;
}

.sliders-product_categoru .wrapper-catalog-link-all {
    display: flex;
    flex-direction: column;
    height: 50%;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.sliders-product_categoru .item__title a {
    text-decoration: none;
    font-size: 16px;
    color: #152232;
    font-family: 'Roboto Flex';
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.row.bx-blue {
    display: flex;
    flex-direction: row-reverse;
}

.btn.btn-default.btn-lg.center-block {
    margin: 0px 15px !important;
    display: flex;
    background: #fff;
    color: black;
    border: none;
    border-radius: 0px;
    width: 220px;
    text-align: center;
    justify-content: center;
}


.smart-filter-input-group-checkbox-list {
    margin-top: 10px;
}


.smart-filter-input-group-checkbox-list .form-check-input {
    opacity: 0; /* Скрыть стандартный чекбокс */
    position: absolute; /* Позиционируем его абсолютно */
}

.smart-filter-input-group-checkbox-list .form-check-label {
    display: inline-block;
    position: relative; /* Для позиционирования стрелки */
    cursor: pointer; /* Указатель курсора при наведении */
    padding-left: 24px; /* Отступ для текста */
    font-family: "Roboto Flex", sans-serif;
}

.smart-filter-input-group-checkbox-list .form-check-label::before {
    content: ''; /* Создаем пустой контент */
    display: inline-block;
    width: 16px; /* Ширина чекбокса */
    height: 16px; /* Высота чекбокса */
    border: 2px solid #C7CBF1; /* Серый цвет обводки */
    border-radius: 2px; /* Закругленные углы, если нужно */
    position: absolute; /* Позиционируем абсолютно */
    left: 0; /* Положение по горизонтали */
    top: 50%; /* Центрируем по вертикали */
    transform: translateY(-50%); /* Центрируем по вертикали */
}

.smart-filter-input-group-checkbox-list .form-check-input:checked + .form-check-label::before {
    background-color: #FFFFFF; /* Цвет фона при проверке */
}

.smart-filter-input-group-checkbox-list .form-check-label::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 3px;
    width: 10px;
    height: 8px;
    background: url('data:image/svg+xml;utf8,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.76149 5.29138C3.44357 5.6093 2.92812 5.6093 2.6102 5.29138L0.718709 3.3999C0.491669 3.17286 0.491669 2.80475 0.718709 2.57771C0.945748 2.35067 1.31385 2.35067 1.54089 2.57771L3.18584 4.22266L6.45896 0.949544C6.686 0.722505 7.0541 0.722504 7.28114 0.949544C7.50818 1.17658 7.50818 1.54469 7.28114 1.77173L3.76149 5.29138Z" fill="%230A4998"/></svg>') no-repeat;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.2s;
}

.smart-filter-input-group-checkbox-list .form-check-input:checked + .form-check-label::after {
    opacity: 1; /* Стрелка становится видимой при проверке */
}


.group--filter-numbers {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}


.catalog-filter {
    width: 100%;
}

.smart-filter-parameters-box-container {
    display: flex;
    justify-content: space-between;
    gap: 6px;
}

.smart-filter-checkbox-text {
    color: #152232;
    font-size: 16px;
    font-weight: 400;
}

.smart-filter-parameters-box-container .btn.btn-primary:focus,
.smart-filter-parameters-box-container .btn.btn-link:focus {
    outline: none;
    border: 1px solid transparent;
}

.smart-filter-parameters-box-container .btn.btn-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    height: 46px;
    padding: 5px 25px;
    background-color: #0A4998;
    color: white;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex: 1;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.smart-filter-parameters-box-container .btn.btn-primary:hover {
    background-color: white;
    color: #0A4998;
    border: 1px solid #C7CBF1;
}

.smart-filter-parameters-box-container .btn.btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 22px;
    color: #0A4998;
    background: none;
    border: 1px solid #C7CBF1;
    width: 100%;
    flex: 1;
    text-decoration: none;
}

.smart-filter-parameters-box-container .btn.btn-link:hover {
    background-color: #0A4998;
    color: white;
}

.group--filter-numbers .smart-filter-input-container {
    display: flex;
    align-items: center;
    border: 1px solid #C7CBF1;
    border-radius: 0;
    padding: 0 10px;
}

.group--filter-numbers .form-control:focus,
.group--filter-numbers .form-control {
    box-shadow: none;
    border: none;
    border-radius: 0;
    color: #0A4998;
    font-weight: 400;
    font-size: 18px;
}

.num-form-fillter-number {
    color: #C7CBF1;
    font-weight: 400;
    font-size: 15px;
}


.filter--titles {
    font-size: 24px;
    color: #0A4998;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #F0F1FB;
    padding-bottom: 11px;
}

.filter--titles::after {
    content: url("../img/filter--.svg");
    height: 22px;
}

.smart-filter-parameters-box-title::after {
    content: "";
    background: url("../img/arrow-filter.svg");
    height: 14px;
    width: 14px;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    padding: 8px;
}

.smart-filter-parameters-box.bx-active .smart-filter-parameters-box-title::after {
    content: "";
    transform: rotate(0deg);
}

.smart-filter-parameters-box {
    position: relative;
    width: 100%;
}

.smart-filter-parameters-box-title {
    font-weight: 600;
    font-size: 20px;
    color: #45474E;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    cursor: pointer;
    align-items: center;
}


.smart-filter-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.catalog-filter.catalog--filter-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.couner-sales-catalog-element-wrapper {
    margin: 16px;
}

.couner-sales-catalog-element-wrapper .counts-number {
    color: #0A4998;

}

.slick-wrapper-catalog-element {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.slider-catalog-element-slick {
    max-width: 400px;
}


.slick-wrapper-catalog-element .slick-track {
    min-width: 99999px;
}


.product__seen .buttons--product [data-entity="quantity-block"],
.product__seen .buttons--product [data-entity="props-block"] {
    display: none;
}

.bx-basket.bx-blue.bx-step-opacity {
    max-width: 1200px;
    margin: auto;
}

.gl-detail-content .detail_picture {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}

.mobile-btn-maps {
    display: none;
}

.modal-mobli-catalog._personal-other-delite,
.modal-mobli-catalog._registration,
.modal-mobli-catalog._reset-pass,
.modal-mobli-catalog._sign_in {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 20%);
    display: flex;
    justify-content: flex-start;
    visibility: hidden;
}

.modal-mobil-content._personal-other-delite,
.modal-mobil-content._registration,
.modal-mobil-content._reset-pass,
.modal-mobil-content._sign_in {
    max-height: max-content;
    overflow-y: auto;
    background-color: white;
    max-width: 520px;
    width: 100%;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    box-shadow: 0px 0px 16px -3px #C7CBF1CC;
    padding: 24px;
}

.modal-mobli-catalog._personal-other-delite.__active-center,
.modal-mobli-catalog._registration.__active-center,
.modal-mobli-catalog._reset-pass.__active-center,
.modal-mobli-catalog._sign_in.__active-center {
    visibility: visible;
}

._reset-pass.__active-center .modal-mobil-content._personal-other-delite,
._reset-pass.__active-center .modal-mobil-content._registration,
._reset-pass.__active-center .modal-mobil-content._reset-pass,
._sign_in.__active-center .modal-mobil-content._sign_in {
    visibility: visible;
}

.nav__listitem > span {
    cursor: pointer;
}

.modal-mobil-content._reset-pass .bx-title,
.modal-mobil-content._sign_in .bx-title {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #152232;
    margin-bottom: 25px;
}

.modal-mobil-content._reset-pass .btn.btn-primary,
.modal-mobil-content._sign_in .btn.btn-primary {
    background-color: #0A4998;
    color: white;
    width: 100%;
    outline: none;
    border: none;
    height: 47px;
}

.modal-mobil-content._reset-pass .btn.btn-primary:hover,
.modal-mobil-content._sign_in .btn.btn-primary:hover {
    background-color: #0F5BBB;
    color: white;
    width: 100%;
    outline: none;
    border: none;
}

.modal-mobil-content._reset-pass .bx-authform,
.modal-mobil-content._sign_in .bx-authform {
    max-width: 520px;
    margin: 0;
}

.modal-mobil-content._reset-pass .bx-authform-label-container,
.modal-mobil-content._sign_in .bx-authform-label-container {
    display: none;
}

.modal-mobil-content._reset-pass .bx-authform-formgroup-container,
.modal-mobil-content._sign_in .bx-authform-formgroup-container {
    margin-bottom: 12px;
}

.modal-mobil-content._reset-pass .bx-authform-input-container input,
.modal-mobil-content._sign_in .bx-authform-input-container input {
    height: 50px;
    background: none;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 16px;
    outline: none;

}

.modal-mobil-content._reset-pass .bx-authform-input-container input {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.edit-info-main-wrapper .edit-info-main-wrap .photo-edit-wrapper {
    display: flex;
    background: #F0F1FB;
    border: 1px dotted #C7CBF1;
    position: relative;
}

.edit-info-main-wrapper .edit-info-main-wrap .photo-edit-wrapper input[name="PERSONAL_PHOTO"] {
    position: absolute;
    border: none;
    width: 100%;
    height: 100%;
}

.edit-info-main-wrapper .edit-info-main-wrap .photo-edit-wrapper .bx-input-file-desc {
    display: none;
}

.btn-redite-profil-wrapper {
    display: flex;
    gap: 8px;
}

.btn-redite-profil-sb,
.btn-redite-profil-rs {
    font-size: 16px;
    font-weight: 400;
    color: #0A4998;
    padding: 10px 58px;
    border: none;
    background: none;
}

.btn-redite-profil-sb {
    background: #F0F1FB;
}

.btn-redite-profil-sb:hover {
    background: none;
}

.btn-redite-profil-rs:hover {
    background: #F0F1FB;
}

.edit-info-main-wrapper .edit-info-main-wrap .photo-edit-wrapper-fixed input[name="PERSONAL_BIRTHDAY"] {
    height: 20px;
    width: 40%;
}


.edit-info-main-wrapper .edit-info-main-wrap .edit-info-main-wrap-input-wrap {
    position: relative;
    justify-content: space-between;
}

.edit-info-main-wrapper .edit-info-main-wrap .edit-info-main-wrap-input-wrap img.calendar-icon {
    position: absolute;
    right: 13px;
    top: 13px;
}

.edit-info-main-wrapper .edit-info-main-wrap .wrapper-shows-end-hidden-pass {
    position: relative;
    width: 100%;
    display: flex;
}

.edit-info-main-wrapper .edit-info-main-wrap {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.edit-info-main-wrapper .edit-info-main-wrap .edit-info-main-wrap-input-wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.edit-info-main-wrapper .edit-info-main-wrap input {
    background: none;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 16px;
    width: 100%;
    border: 1px solid #CCD5DB;
}

.edit-info-main-wrap p.pass-info {
    color: #C7CBF1;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.edit-info-main-wrapper h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    color: #0A4998;
}

.edit-info-main-wrapper .edit-info-main-wrap h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #152232;
}

.edit-info-main-wrapper .edit-info-main-wrap input::placeholder,
.modal-mobil-content._reset-pass .bx-authform-input-container input::placeholder,
.modal-mobil-content._sign_in .bx-authform-input-container input::placeholder {
    color: #C7CBF1;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.edit-info-main-wrapper .edit-info-main-wrap input:focus,
.modal-mobli-catalog._registration.wrapper-form-reg-item input:focus,
.modal-mobil-content._reset-pass .bx-authform-input-container input:focus,
.modal-mobil-content._sign_in .bx-authform-input-container input:focus {
    border: 1px solid #0A4998;
}

.other-connect .titiles {
    font-size: 14px;
}

.shows-end-hidden-pass {
    display: flex;
    align-items: center;
    height: 100%;
    width: 20px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
}

.shows-end-hidden-pass._active-eye::before {
    content: url("../img/eye-open.svg");
    display: flex;
    align-items: center;
    height: 20px;
    width: 20px;
    justify-content: center;
    margin-top: 3px;
    opacity: 1;
}

.shows-end-hidden-pass::before {
    content: url("../img/eye-open.svg");
    display: flex;
    align-items: center;
    height: 20px;
    width: 20px;
    justify-content: center;
    margin-top: 3px;
    opacity: 0.5;
}

.remember-checkbox {
    display: flex;
    gap: 6px;
    align-items: flex-end;
}

.remember-checkbox label {
    font-size: 14px;
}

.remember-checkbox-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #C7CBF1;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.remember-checkbox-input:focus {
    outline: none !important;
}

.register-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
    margin-top: 16px;
    margin-bottom: 20px;
}

.remember-checkbox-input:checked {
    border-color: #C7CBF1;
    position: relative;
}

.social-link-icon {
    display: flex;
    gap: 10px;
}

.other-connect {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    align-items: center;
}

.social-link-icon .google-connect::before {
    content: url("../img/google-connect.svg");
}

.social-link-icon .facebook-connect::before {
    content: url("../img/facebook-connect.svg");
}

.remember-checkbox-input:checked::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    width: 13px;
    height: 11px;
    background: url('data:image/svg+xml;utf8,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.76149 5.29138C3.44357 5.6093 2.92812 5.6093 2.6102 5.29138L0.718709 3.3999C0.491669 3.17286 0.491669 2.80475 0.718709 2.57771C0.945748 2.35067 1.31385 2.35067 1.54089 2.57771L3.18584 4.22266L6.45896 0.949544C6.686 0.722505 7.0541 0.722504 7.28114 0.949544C7.50818 1.17658 7.50818 1.54469 7.28114 1.77173L3.76149 5.29138Z" fill="%230A4998"/></svg>') no-repeat;
    background-size: contain;
    opacity: 1;
    transition: opacity 0.2s;
}

.verify-asset-end-reforgepas-wrapper {
    margin-bottom: 20px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.register-btn {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.reset-pass-btn {
    cursor: pointer;
    font-size: 14px;
}


.modal-mobil-content._reset-pass .bx-authform p.bx-authform-content-container {
    margin-bottom: 20px;
}

.modal-mobil-content._reset-pass .bx-authform-formgroup-container .login-label {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.modal-mobil-content._registration input {
    background: none;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 10px;
    border: 1px solid #CCD5DB;
    width: 100%;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.modal-mobil-content._registration input::placeholder {
    color: #C7CBF1;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.modal-mobil-content._registration table {
    width: 100%;
}

.modal-mobil-content._registration td {
    width: 100%;
}

.modal-mobil-content._registration tr {
    width: 100%;
}

.modal-mobil-content._registration .bx-titles {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #152232;
    margin-bottom: 25px;
}

.modal-mobil-content._registration .wrapper-form-reg {
    display: flex;
    width: 100%;
    max-width: 500px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.modal-mobil-content._registration .wrapper-shows-end-hidden-pass {
    position: relative;
    display: flex;
}

.modal-mobil-content._registration .shows-end-hidden-pass {
    right: 0;
}

.modal-mobil-content._registration input[type="submit"] {
    background-color: #0A4998;
    color: white;
    width: 100%;
    outline: none;
    border: none;
    height: 47px;
}

.modal-mobil-content._registration .wrapper-form-reg-item {
    width: 100%;
}

.fixed-item__tag {
    height: 24px;
}

/*personal*/

.personal {
    display: block;
    margin: 70px 0;
}

.persona-title-end-photo-wrapper-title {
    font-weight: 700;
    font-size: 20px;
    color: #0A4998;
    line-height: 23px;
    max-width: 165px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.persona-title-end-photo-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #FFFFFF;
    padding: 12px;
}

.personal-section-one {
    max-width: 285px;
    width: 100%;
}

.personal-section-two {
    width: 100%;
}

.personal-Main-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.personal-main-menu-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.personal-menu-wrapper {
    background: #FFFFFF;
}

.personal-menu-wrapper a {
    font-weight: 600;
    font-size: 16px;
    color: #45474E;
    text-decoration: none;
    width: 100%;
    display: flex;
    padding: 16px;
}

.personal-menu-wrapper a:hover {
    color: #45474E;
}

.personal-menu-wrapper a._person--active {
    color: #0A4998;
}

.personal-menu-wrapper li:last-child a {
    justify-content: flex-end;
}

.personal-menu-wrapper li:last-child {
    flex-direction: row-reverse;
}

.personal-menu-wrapper li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F0F1FB;
    padding: 0 12px;
}

.personal-section-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.personal-section-wrapper-one,
.personal-section-wrapper-two {
    background: #FFFFFF;
    padding: 30px 40px;
    min-height: 400px;
}

.personal-info-data,
.personal-data-wrap {
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin: 17px 0;
}

.personal-info-data,
.personal-data-el {
    display: flex;
    gap: 20px;
    font-weight: 400;
    font-size: 16px;
    align-items: flex-end;
}

.personal-data-el-name {
    width: 100%;
    color: #16436e;
    max-width: 200px;
}

.personal-data-el-value {
    color: #0A4998;
}

.personal-info-data-wrap .personal-section-wrapper-one--title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #152232;
}

.personal-section-wrapper-one--title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #0A4998;
}

.personal-section-wrapper-one--title--edits-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
}

.link-persone-edits {
    content: url("../img/edit-personale-pc.svg");
}

.personal-info-end-link-menu-wrapper-wrap--desk {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.personal-info-end-link-menu-titles {
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    color: #0A4998;
    text-align: center;
}

.personal-info-end-link-menu-wrapper p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #45474E;
    text-align: center;
    max-width: 530px;
}

.personal--link-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
}

.personal--link-history {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #C7CBF1;
    padding: 30px 0;
    text-decoration: none;
    width: 100%;
    justify-content: center;
}

.personal--link-history-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #0A4998;
}

.personal--link-history-desk {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #C7CBF1;
}

.personal--link-history-title-end-desk {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mobil-visible {
    display: none;
}

.personal-section-product-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F0F1FB;
    margin-top: 30px;
}

.personal-section-product-list-wrapper-open-list-product-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.personal-section-product-list-img {
    width: 40px;
    height: 40px;
}

.personal-section-product-list-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.personal-section-product-filter .search-button {
    padding: 15px 50px;
    color: #0A4998;
    background-color: #f0f1fb;
}

.personal-section-product-list-wrapper-open-list-product-il {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.personal-section-product-list-wrapper-open-list-product-one {
    padding: 20px 0;
}

.personal-section-product-list-detail-wrapper .personal-data-el-value {
    font-weight: 600;
    color: #152232;
    font-family: "Roboto grif";
}

.personal-section-product-list-total-sum {
    font-family: "Roboto grif";
}


.personal-section-product-list-wrapper-open-list-product-arrow::before {
    content: url("../img/arrow-blue-down.svg");
    display: flex;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 2px;
}

.personal-section-product-list-items {
    background: #f3f4fc;
    padding: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #0A4998;
    justify-content: center;
}

.personal-section-product-list-wrapper-open-list-product-tl {
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 30px;
    font-weight: 700;
    width: 20%;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .personal-section-product-list-wrapper-open-list-product-tl {
        width: 100%;
        justify-content: space-between;
    }
}

.personal-section-product-list-wrapper-open-list-product-nl {
    color: #152232;
    font-weight: 700;
    font-size: 16px;
}

.personal-section-product-list-wrapper-open-list-product-sl {
    color: #0A4998;
    font-weight: 400;
    font-size: 14px;
    max-width: 76px;
}

.personal-section-product-list--items {
    color: #C7CBF1;
    font-weight: 400;
    font-size: 16px;
}

.personal-section-product-list-detail-wrapper-title {
    color: #0A4998;
    font-weight: 600;
    font-size: 16px;
}

.personal-data-el.total .personal-data-el-name {
    color: #0A4998;
    font-weight: 700;
    font-size: 16px;
}

.personal-data-el.total .personal-data-el-value {
    color: #0A4998;
    font-weight: 700;
    font-size: 20px;
}

.personal-section-product-list-wrapper-open-list-product {
    border-bottom: 1px solid #F0F1FB;
}


.order-element--wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #F0F1FB;
}

.order-element--wrap .personal-section-product-list-wrapper-open-list-detail-product-total .old_price {
    color: #152232;
}

.order-element--wrap .personal-section-product-list-wrapper-open-list-detail-product-total,
.personal-section-product-list-wrapper-open-list-product-names,
.order-element--wrap .personal-section-product-list-wrapper-open-list-product-il-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.personal-section-product-list-detail--items {
    color: #C7CBF1;
}

.order-element--wrap .personal-section-product-list-wrapper-open-list-product-images {
    width: 70px;
    height: 70px;
}

.order-element--wrap .personal-section-product-list-wrapper-open-list-product-images img {
    width: 100%;
    height: 100%;
}

.order-element--wrap .personal-section-product-list-detail-items-name {
    color: #0A4998;
}

.order-element--wrap .personal-section-product-list-wrapper-open-list-detail-product-total {
    align-items: flex-end;
}

.personal-section-product-list---wrapper--btn {
    width: 100%;
    background: #F0F1FB;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    outline: none;
    border: none;
    height: 50px;
    color: #0A4998;
    font-weight: 600;
}

.personal-section-product-list---wrapper--btn::after {
    content: url("../img/arrow-blue-down.svg");
    display: flex;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 2px;
}


.personal-section-product-list-wrapper-open.openers-manager_to_id span {
    text-wrap: nowrap;
}

.personal-section-product-list-wrapper-open.openers-manager_to_id {
    display: flex;
    align-items: center;
    background: #F0F1FB;
    border: 1px solid #C7CBF1;
    height: 60px;
    padding: 0 10px;
    font-weight: 600;
    font-size: 24px;
    color: #0A4998;
    justify-content: space-between;
}

.personal-section-product-list-wrapper-open.openers-manager_to_id::after {
    content: url("../img/arrow-blue-down.svg");
    display: flex;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 2px;
    justify-content: space-between;
}


.personal-section-product-list-wrapper-open.openers-manager_to_id.__actives-personal-product-btn::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: 6px;
}

.persona-title-end-photo-wrapper .empty-personal-photo {
    font-size: 40px;
    width: 76px;
    height: 76px;
    min-width: 76px;
}

.persona-title-end-photo-wrapper img {
    border-radius: 100%;
    object-fit: cover;
    width: 76px;
    height: 76px;
}

.personal-section-product-list-detail-wrapper,
.personal-section-product-list-wrapper-open-list {
    display: none;
}

.personal-section-product-list-detail-wrapper.__actives-personal-order,
.personal-section-product-list-wrapper-open-list.__actives-personal-product {
    display: block;
}


.dropdown-container-personal {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 280px;
    padding: 10px;
    border: 1px solid #d2d2f0;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #d2d2f0;
    background-color: #f5f5ff;
    cursor: pointer;
}

.dropdown-container-personal .dropdown-icon::before {
    content: url("../img/arrow-blue-down.svg");
    transform: rotate(180deg);
    display: flex;
}

.dropdown-container-personal .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #d2d2f0;
    border-radius: 4px;
    background-color: #fff;
    z-index: 10;
}

.dropdown-container-personal .dropdown-menu li {
    padding: 10px;
    cursor: pointer;
    color: #333;
}

.dropdown-container-personal .dropdown-menu li:hover {
    background-color: #f0f0f0;
    color: #0A4998;
}

.dropdown-container-personal input[readonly] {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    cursor: pointer;
}

.personal-section-wrapper-one.main-other-recipient a {
    text-decoration: none;
}

.personal-section-wrapper-one.main-other-recipient {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.personal-section-wrapper-one.main-other-recipient h2 {
    font-weight: 600;
    font-size: 24px;
    color: #0A4998;
}

.other-recipient-wrapper .other-recipient {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 20px 0;
    flex-direction: row;
}

.other-recipient-wrapper .recipient-card {
    border: 1px dashed #b0c5e8;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    background-color: #f8f9fc;
    max-width: 263px;
    max-height: 95px;
    position: relative;
}

.other-recipient-wrapper .recipient-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    margin: 5px 0;
}

.other-recipient-wrapper .recipient-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 295px;
    width: 100%;
}

.other-recipient-wrapper .recipient-info strong {
    color: #0a4789;
    margin-bottom: 5px;
}

.other-recipient-wrapper .delete-recipient {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 4px;
}

.other-recipient-wrapper .delete-recipient::before {
    content: url("../img/delete-icon-personal.svg");
}


.other-recipient-wrapper .add-recipient {
    border: 1px dashed #b0c5e8;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    width: 100%;
    height: 64px;
    background-color: #f0f4fc;
    color: #b0c5e8;
    font-size: 14px;
    cursor: pointer;
    flex-direction: column;
    max-width: 263px;
    max-height: 95px;
}

.other-recipient-wrapper .edit-button {
    background-color: #F0F1FB;
    border: 1px solid #b0c5e8;
    padding: 5px 10px;
    cursor: pointer;
    color: #0a4789;
    width: 160px;
    display: flex;
    justify-content: center;
}


.modal-mobil-content._personal-other-delite ._personal-other-delite {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.modal-mobil-content._personal-other-delite .modal-icon {
    display: flex;
    background: #f0f1fb;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

.modal-mobil-content._personal-other-delite ._personal-other-delite .modal-icon img {
    width: 35px;
    height: 35px;
}

.modal-mobil-content._personal-other-delite ._personal-other-delite ._personal-other-delite-titles {
    font-size: 22px;
    font-weight: 700;
    color: #152232;
}

.modal-mobil-content._personal-other-delite ._personal-other-delite ._personal-other-delite-p {
    font-size: 12px;
    color: #333;
    text-align: center;
    width: 80%;
    margin-bottom: 20px;
}

.modal-mobil-content._personal-other-delite .modal-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.modal-mobil-content._personal-other-delite .cancel-button,
.modal-mobil-content._personal-other-delite .confirm-button {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    font-size: 16px;
    width: 150px;
}

.modal-mobil-content._personal-other-delite .cancel-button {
    background-color: #F0F1FB;
    color: #0a4789;
    border: 2px solid #C7CBF1;
}

.modal-mobil-content._personal-other-delite .confirm-button {
    background-color: #0a4789;
    color: white;
}

.modal-mobil-content._personal-other-delite {
    max-width: 320px;
}


.main-other-recipient p.native-personal-new-other-recipient {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin-top: 40px;
    color: #0A4998;
    max-width: 500px;
}

.main-other-recipient .btn-redite-profil-wrapper .btn-redite-profil-sb {
    background: #0A4998;
    color: white;
}

.main-other-recipient .btn-redite-profil-wrapper .btn-redite-profil-sb:hover {
    background: #0b51a8;
    color: white;
}

.main-other-recipient .edit-info-main-wrapper .edit-info-main-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
    margin-top: 0px;
    max-width: 500px;
}

.mb-wrapper-fixed-pesonal-history-product-lone {
    width: 150px;
}

.mb-wrapper-fixed-pesonal-history-product-ltwo {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

.mb-wrapper-fixed-pesonal-history-product-ltree {
    display: flex;
    justify-content: space-between;
    width: 36%;
}


.blog-link-category {
    text-decoration: none;
    color: #152232;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.mobil-menu-show-catalog-blog {
    display: none;
}

.search-bar.blog-search::before {
    display: none;
}

.blog-search {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.blog-search .search-input {
    width: 100%;
}

.search-input-submit {
    display: flex;
    border: none;
    background: none;
    outline: none;
}

.search-input-submit::before {
    margin-left: 10px;
    content: url(../img/search.svg);
}


.breadcrumb-wrapper .bx-breadcrumb .bx-breadcrumb-item a:first-child {
    content: url("../img/home-breadcrumb.svg");
    margin-right: 10px;
}

.breadcrumb-wrapper .bx-breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.breadcrumb-wrapper .bx-breadcrumb .bx-breadcrumb-item span {
    margin: 0 10px;
}

.breadcrumb-wrapper .bx-breadcrumb .bx-breadcrumb-item a {
    font-size: 12px;
    font-weight: 400;
    color: #C7CBF1;
    text-decoration: none;
}

.breadcrumb-wrapper .bx-breadcrumb .bx-breadcrumb-item i {
    font-size: 14px;
    font-weight: 400;
    color: #C7CBF1;
}

.breadcrumb-wrapper .bx-breadcrumb .bx-breadcrumb-item {
    font-size: 12px;
    font-weight: 400;
    color: #0A4998;
}

.search-titles {
    font-size: 24px;
    color: #0A4998;
    font-weight: 700;
}

.view-produce-personal {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}

.btn-clear-lc-history {
    border: 1px solid #d1d5ff;
    font-family: "Roboto Flex";
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
}

.view-produce-personal .product_list {
    max-width: 204px;
}

.view-produce-personal .product__price {
    width: 189px;
}

.view-produce-personal .product__title a {
    width: 100%;
    max-width: 170px;
    align-items: center;
    display: flex;
    text-wrap: balance;
}

@media (max-width: 768px) {
    .view-produce-personal {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto;
        row-gap: 31px;
    }

    .view-produce-personal .product__price {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .view-produce-personal .product_list {
        max-width: 100%;
        width: auto;
        height: 500px;
    }
}

@media (max-width: 480px) {
    .view-produce-personal .product_list {
        width: 160px;
    }
}

@media (max-width: 400px) {
    .view-produce-personal {
        grid-template-columns: repeat(1, 1fr);
    }

    .view-produce-personal .product_list {
        width: auto;
    }
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal-overlay.open {
    display: block;
}

.modal-mobli-catalog__fly-basket {
    position: fixed;
    top: 0;
    right: 0;
    width: 530px;
    height: 100%;
    background-color: white;
    transform: translateX(110%);
    transition: transform 0.3s ease;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
    z-index: 10000;
}

.modal-mobil-content__fly-basket {
    padding: 20px;
    overflow-y: auto;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.__fly-basket-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.modal-mobli-catalog__fly-basket.open {
    transform: translateX(0);
}

.floating--basket {
    right: 0px;
    transition: right 0.3s ease;
}

.floating--basket.target {
    right: 530px;
    transition: right 0.25s ease;
}

.__fly-basket-content .cart__container {
    transition: height 0.3s ease;
}

.loader {
    display: none; /* Изначально скрыт */
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0A4998; /* Синий цвет */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.8s linear infinite;
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.one-click-orders-wrap {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0;
    gap: 20px;
}

.bg-onelick {
    display: none;
    background: #ffffff91;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

.order-success {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 10px;
}

.order-success h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    max-width: 270px;
    margin-top: 24px;
}

.order-success img {
    width: 70px;
    margin-top: 33px;
}

.order-success p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    max-width: 270px;
    margin-top: 4px;
}

.modal---filter--close-btn {
    cursor: pointer;
    max-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    height: 40px;
    padding: 0 15px;
    background-color: #0A4998;
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    width: 180px;
    margin-top: 20px;
}

@media (max-width: 1400px) {
    .catalog_menu__li .sub_menu {
        width: 850px;
    }

    .logo__link img {
        width: 150px;
        margin-left: 0;
    }

    .model__block {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 960px;
    }

    .nav__small {
        max-width: 960px;
    }

    .promotional_items-wrapper-list--items {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }

    .main__right_block {
        max-width: 655px;
    }

    .container_seo {
        max-width: 960px;
    }

    .baner_purpule_wrapper {
        max-height: 195px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        height: 195px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .baner_purpule_wrapper--imager {
        height: 143px;
    }

    .prozoro_wrapper {
        margin-top: 100px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .prozoro__images:before {
        top: -69px;
        left: -31px;
    }

    .prozoro__info {
        font-size: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .prozoro__info___title {
        font-size: 35px;
        line-height: 36px;
    }

    .prozoro__info__title {
        margin-left: 39px;
        line-height: 8px;
    }

    .new_product__wrapp_list {
        background: #fff;
    }

    .promotional--item__sliders {
        background: #fff;
    }

    .wrapper_btn {
        max-width: 960px;
    }

    .main__right_block.fixed-no-gl {
        max-width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .main__right_block {
        max-width: 834px;
    }

    .promotional_items-wrapper .btn_all__btns {
        width: 220px;
    }

    .they-buy-a-set .container {
        max-width: 1200px;
        padding: 0;
    }

    .baner_purpule_wrapper {
        max-height: 195px;
    }

    .baner_purpule_wrapper--imager {
        height: 143px;
    }

    .promotional_items-wrapper-list--items {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
    }

    .promotional_items-wrapper .promotional_items-wrapper-list--items .product_list {
        width: 219px;
    }

    .nav__small {
        max-width: 1140px;
    }

    .model__block {
        max-width: 1140px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .container_seo {
        max-width: 1140px;
    }

    .wrapper_btn {
        max-width: 1140px;
    }
}

.catalog_menu-no-gl-wrap.index-page {
    height: 1282px;

}

@media (max-width: 1200px) {
    .main__right_block.fixed-no-gl {
        max-width: 834px;
    }

    .baner_purpule_wrapper {
        max-height: 425px;
        flex-direction: column;
        height: 425px;
    }

    .catalog_menu-no-gl-wrap.index-page {
        height: 1491px;
    }


    .nav__list_right {
        gap: 0;
    }

    .cart__container {
        display: flex;
        flex-direction: column;
    }

    .footer__block_wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer__right_block {
        margin: 0;
    }

    .product-slider .product_elements {
        height: 100%;
        max-height: 400px;
    }

    .advantage {
        overflow: hidden;
    }

    .catalog_menu__li .sub_menu {
        width: 675px;
    }

    .section_item_list__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .they-buy-a-set-product-slider {
        width: 70%;
    }

    .they-buy-a-set-product-list {
        width: 30%;
    }

    .they-buy-a-set-product-list--element-name {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .breadcrumb-wrapper .bx-breadcrumb .bx-breadcrumb-item span {
        text-wrap: nowrap;
    }

    .breadcrumb-wrapper {
        overflow: auto;
    }

    .breadcrumb-wrapper .bx-breadcrumb {
        width: 250%;
        height: 30px;
    }

    .product-slider .product_elements {
        height: 100%;
        max-height: max-content;
    }

    .minimal-ter-wrap {
        padding: 0 10px;
    }

    .search-end-breadcrumb {
        display: flex;
        flex-direction: column-reverse;
    }

    .product__picture {
        width: 180px;
        height: 200px;
    }

    .product-slider .product__price {
        padding: 0 10px;
    }

    .nav__listitem .personal-account-photo-end-name-wrapper {
        gap: 15px;
    }

    .nav__listitem .personal-account-photo-end-name-wrapper .personal-account-name {
        max-width: 130px;
    }

    .__burger_menu__podmenu-special ul {
        margin-top: 30px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .__burger_menu__podmenu-special a {
        text-decoration: none;
        color: #152232;
    }

    .catalog-list-availability-wrapper {
        padding: 0 10px;
    }

    .product-item-info-container[data-entity="buttons-block"] {
        padding: 0 10px;
    }

    .history-block-wrap .product-view-options {
        position: relative;
    }

    .history-block-wrap .span_sort {
        display: none;
    }

    .history-block-wrap #sortOptions {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 20px;
    }

    .history-block-wrap .search-bar {
        margin-bottom: 7px;
        flex-direction: row-reverse;
    }

    .personal-section-wrapper-one.history-block-wrap {
        margin: 0;
        max-width: 100%;
        width: 100%;
        position: relative;
        padding: 20px 19px;
    }

    .mb-wrapper-fixed-pesonal-history-product-ltwo {
        flex-direction: column;
    }

    .mb-wrapper-fixed-pesonal-history-product-ltree {
        width: 100%;
        margin-top: 25px;
    }

    .personal-info-data, .personal-data-el {
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }

    .personal-section-product-list-wrapper-open-list-product-one {
        flex-wrap: wrap;
        gap: 20px;
    }

    .personal-section-wrapper-one, .personal-section-wrapper-two {
        padding: 30px 10px;
    }

    .dropdown-container-personal {
        width: 282px;
    }

    .other-recipient-wrapper .other-recipient {
        flex-direction: column;
    }

    .btn-redite-profil-wrapper {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        align-items: center;
    }

    .edit-info-main-wrapper .edit-info-main-wrap .edit-info-main-wrap-input-wrap {
        flex-wrap: wrap;
    }

    .link-persone-edits {
        content: url("../img/edit-personale-mb.svg");
    }

    .mobil-visible {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 40px 0;
    }

    .personal-Main-wrapper {
        flex-direction: column;
    }

    .personal--link-menu-wrapper {
        flex-direction: column;
    }

    .personal-main-menu-mobil-btn {
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
        color: #0A4998;
        border: 1px solid #C7CBF1;
        height: 44px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .personal-main-menu-mobil-btn::before {
        content: url("../img/cabinet-blue.svg");
    }

    .personal-section-one {
        max-width: 100%;
    }

    .hidden-mobil {
        display: none;
    }

    .personal {
        margin: 30px 0;
    }

    .mobil-personale-menu.modal---active {
        z-index: 99991;
    }

    .modal-mobil-content.mobil-personale-menu {
        max-width: 100%;
        left: 0;
        bottom: -900px;
        position: absolute;
        height: 305px;
        width: 100%;
        -webkit-transition: visibility 0.2s, opacity 0.2s linear, bottom 0.4s;
        -o-transition: visibility 0.2s, opacity 0.2s linear, bottom 0.4s;
        transition: visibility 0.2s, opacity 0.2s linear, bottom 0.4s;
    }

    .modal-mobli-catalog.modal---active .mobil-personale-menu {
        bottom: 0;
    }

    .closes-personal-model {
        height: 70px;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #F0F1FB;
        display: flex;
        justify-content: center;
    }

    .closes-personal-model--btn {
        display: flex;
        justify-content: center;
        align-items: center;
        outline: none;
        border: none;
        width: 40%;
    }

    .closes-personal-model--btn:before {
        content: url("../img/closes-mobil-personale-modal.svg");
    }

    .category-list.--news-data-list .btn_all {
        display: flex;
    }


    .wrapper-content-sides-gl .wrapper-left-content img {
        width: 100%;
        height: auto;
    }

    .wrapper-content-info-data-social {
        width: 100%;
        max-width: 100%;
    }

    .wrapper-content-info-data-social-wrap {
        flex-direction: column;
    }

    .social-wrapper {
        flex-direction: column;
        width: 100%;
        align-items: flex-end;
    }

    .social-wrap {
        display: flex;
    }

    .wrapper-content-sides-gl {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .summary__row {
        align-items: center;
        min-width: 320px;
    }

    .cart__container {
        display: flex;
        flex-direction: column;
    }

    .blog__items {
        grid-template-columns: repeat(1, 1fr);
    }

    .top-catalog-categories-blog {
        height: 0;
        display: none;
        overflow: hidden;
        visibility: hidden;
        transition: height 0.4s ease, visibility 0.4s ease, opacity 0.4s ease;
        opacity: 0;
        margin-top: 0;
    }

    .top-catalog-categories-blog.--blog--activ {
        height: auto;
        display: block;
        visibility: visible;
        opacity: 1;
        overflow: visible;
        margin-top: 10px;
        transition: height 0.4s ease, visibility 0.4s ease, opacity 0.4s ease;
    }

    .sale .sidebar__title::after {
        content: none;
    }

    .mobil-menu-show-catalog-blog {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #FFFFFF;
        padding: 10px 20px;
        flex-direction: row-reverse;
    }

    .mobil-menu-show-catalog-blog::before {
        content: url("../img/arrow-filter.svg");
        transform: rotate(180deg);
        display: flex;
        margin-top: 5px;
    }

    .mobil-menu-show-catalog-blog.__active-catalog-blog::before {
        content: url("../img/arrow-filter.svg");
        transform: rotate(0deg);
        margin-top: 0px;
    }

    .year-mob {
        display: block;
    }

    .year-mob h2 {
        font-size: 32px;
        font-weight: bold;
        color: #0A4998;
        margin: 15px 0px 80px 0px;
    }

    .tab-content__left, .tab-content__right {
        width: 100%;
    }

    .year {
        display: none;
    }

    .advantage {
        overflow: hidden;
    }

    .history_block {
        margin-bottom: 80px;
        position: relative;
    }

    .history_block::after {
        content: url("../img/compani_mod_svg.svg");
        position: absolute;
        right: 5%;
        bottom: -52px;
    }

    .tab-content.active {
        flex-direction: column-reverse;
    }

    .history_block .tabs .tab {
        white-space: pre-wrap;
        overflow: hidden;
        background: #FFFFFF;
        border: 1px solid #C7CBF1;
        border-radius: 100%;
        padding: 0;
        width: 13px;
        height: 13px;
        display: flex;
        color: transparent;
    }

    .history_block .tabs .tab.active {
        background-color: #0A4998;
        color: transparent;
    }

    .history_block .tabs {
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        margin: 0;
        padding: 0;
        margin-top: 52px;
        left: 0;
    }

    .they-buy-a-set-product-slider {
        width: 100%;
    }

    .they-buy-a-set-product-list {
        width: 100%;
    }

    .they-buy-a-set-product-slider {
        max-width: 100%;
    }

    .they-buy-a-set-wrapper {
        flex-direction: column;
    }

    .product__title_gen__they-buy-a-set {
        font-size: 21px;
    }

    .they-buy-a-set-product-list--bottom-prices .product__price {
        flex-direction: row;
    }

    .they-buy-a-set-product-list--element-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        width: 100%;
    }

    .mobil-button--stores-availability--list.__active--stores-availability,
    .mobil-button--stores-availability--map.__active--stores-availability {
        background: #FFFFFF;
        color: #152232;
    }

    .mobil-button--stores-availability--map,
    .mobil-button--stores-availability--list {
        background: none;
        font-size: 13px;
        color: #0A4998;
        border: none;
        margin: 4px;
        width: 100%;
    }

    .mobil-button--stores-availability {
        display: flex;
        justify-content: space-around;
        background: #f0f1fb;
        height: 40px;
    }

    .pay_info .payment_ico {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .price-block {
        margin-top: 40px;
    }

    .element_infoblock_first__right .buttons {
        display: flex;
        gap: 20px;
        flex-direction: column;
        width: 100%;
    }

    .element_infoblock_first__right .buttons .add-to-cart {
        margin: 0;
    }

    .promo-text {
        display: flex;
        flex-direction: column;
        margin-left: 10px;
    }

    .promo {
        margin-bottom: 30px;
    }

    .additional-info {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .stores-availability .store-hours {
        display: none;
    }

    .stores-availability .store-info__work_time {
        width: 100%;
        grid-column: 1 / -1;
        text-align: center;
    }

    .stores-availability .mobil-store-hours {
        display: block;
        margin: 0;
    }

    .stores-availability .store-info__bottons {
        margin-left: 0;
    }

    .stores-availability .store-button-later,
    .stores-availability .store-button {
        width: 250px;
    }

    .stores-availability .store-map-block,
    .stores-availability .map {
        display: none;
    }

    .stores-availability .store-info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto;
        row-gap: 31px;
    }

    .stores-availability .store-item {
        flex-direction: column;
        align-items: center;
        gap: 31px;
        padding-bottom: 25px;
    }

    .element_infoblock_second,
    .element_infoblock_first {
        display: flex;
        flex-direction: column;
    }

    .modal-btn--sort--end--filter-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: row;
        gap: 1px;
        height: 50px;
        border-bottom: 1px solid #F0F1FB;
    }

    .modal-btn---filter {
        flex: 1;
        background: #FFFFFF;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        flex-direction: row-reverse;
        gap: 15px;
    }

    .modal-btn---filter:first-child::after {
        content: "";
        border-right: 1px solid #F0F1FB;
        height: 50px;
        width: 20px;
        position: absolute;
        right: -1px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        top: 2px;
    }

    .modal-btn---filter:first-child::before {
        content: url(../img/filter--.svg);
        height: 50px;
        width: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .modal-btn---sort {
        display: flex;
        gap: 6px;
        justify-content: center;
        flex-direction: row;
        background: #FFFFFF;
        flex: 1;
        align-items: center;
    }

    .modal-btn---sort::before {
        content: url(../img/swap.svg);
        vertical-align: middle;
        margin-right: 10px;
    }

    .modal-btn---filter .sidebar__title {
        display: flex;
        gap: 6px;
        justify-content: center;
        flex-direction: row;
        margin: 0;
        padding: 0;
        border: none;
    }

    .title__block-product,
    .sale__sidebar {
        display: none;
    }

    .sidebar__title::after {
        content: url("../img/filter--.svg");
    }

    .banner_sale {
        display: flex;
        flex-direction: column-reverse;
    }

    .banner_sale .slick-slide img {
        height: 165px;
    }

    .sale__container {
        display: flex;
        flex-direction: column;
        gap: 1px;
    }

    .product__seen .product_list {
        height: 100% !important;
    }

    .__burger_menu .submenu-_links .nav__link_listitem {
        width: 100%;
    }

    .__burger_menu .submenu-_links {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .__burger_menu .submenu-_links::after {
        content: url("../img/arrow-black-small-right.svg");
    }

    .cabinet-blue {
        color: #0A4998 !important;
        font-weight: 700;
        font-size: 16px;
    }

    .__burger_menu .phone-num li a:active, .__burger_menu .phone-num li a:hover {
        outline: 0;
        color: #152232;
        text-decoration: none;
    }

    .__burger_menu .nav__list:first-child {
        margin-top: 20px;
    }

    .__burger_menu .nav__list li:last-child,
    .__burger_menu .nav__list:last-child {
        padding-bottom: 8px;
    }

    .__burger_menu ._opt- li a {
        color: #0A4998;
    }

    .__burger_menu .nav__list li {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .__burger_menu .phone-num li a {
        color: #152232;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
    }

    .__burger_menu .phone-num li {
        display: flex;
        gap: 18px;
        align-items: center;
    }

    .__burger_menu .phone-num li:before {
        content: url("../img/call_active_phones.svg");
    }

    .__burger_menu .nav__list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-top: 16px;
        border-bottom: 1px solid #F0F1FB;
    }

    .__burger .modal-mobil-content .__burger-content {
        padding: 0 15px;
    }

    .subdirectory-top-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
    }

    .subdirectory--back-wrap::before {
        content: url("../img/arraw-right.svg");
        transform: rotate(180deg);
        display: flex;
        width: 15px;
    }

    .__burger_back_button {
        display: flex;
        gap: 10px;
        font-weight: 600;
        font-size: 16px;
        width: 100%;
        opacity: 20%;
        justify-content: flex-end;
        border-top: 1px solid #80808063;
        border-bottom: 1px solid #80808063;
        padding: 10px 0;
    }

    .__burger_back_button:before {
        content: url("../img/arraw-right.svg");
        transform: rotate(180deg);
        display: flex;
        width: 15px;
    }

    .subdirectory--back-wrap {
        display: flex;
        gap: 10px;
        font-weight: 600;
        font-size: 16px;
    }

    .sub_menu__link-gl {
        color: #0A4998;
        text-decoration: none;
        padding-top: 15px;
        padding-bottom: 40px;
        font-weight: 600;
        font-size: 24px;
    }

    .sub_menu__link-t {
        -webkit-transition: visibility 0s, opacity 0s linear;
        -o-transition: visibility 0s, opacity 0s linear;
        transition: visibility 0s, opacity 0s linear;
    }

    .catalog---modal-mobil-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 10px 20px;
    }

    .modal-mobil-content {
        max-height: 90vh;
        overflow-y: auto;
        background-color: white;
        max-width: 500px;
        padding-bottom: 77px;
        width: 322px;
        -webkit-transition: visibility 0.2s, opacity 0.2s linear, left 0.4s;
        -o-transition: visibility 0.2s, opacity 0.2s linear, left 0.4s;
        transition: visibility 0.2s, opacity 0.2s linear, left 0.4s;
        position: relative;
        left: -400px;
    }

    .modal-mobli-catalog {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        background-color: rgba(0, 0, 0, 20%);
        display: flex;
        justify-content: flex-start;
        -webkit-transition: visibility 0.2s, opacity 0.2s linear, left 0.4s;
        -o-transition: visibility 0.2s, opacity 0.2s linear, left 0.4s;
        transition: visibility 0.2s, opacity 0.2s linear, left 0.4s;
        visibility: hidden;
    }

    .modal-mobli-catalog .wrapper__logo {
        background: #ffffff;
    }

    .wrapper__footer {
        margin-bottom: 60px;
    }

    .mobil-down--menu {
        display: flex;
    }

    .modal-mobil-content .wrapper__logo .logo__link {
        padding: 18px 11px;
    }

    .modal-mobil-content .search-bar {
        flex-direction: row-reverse;
        padding: 16px 10px;
        background: #f0f1fb;
    }

    .modal-mobil-content .search-bar .search-button-mobil {
        height: 40px;
        margin: 0;
    }

    .modal-mobil-content .search-bar .search-button-mobil:before {
        margin-left: 0;
    }

    .modal-mobil-content .search-bar .search-input {
        width: 100%;
        background: white;
        padding: 0 10px;
        height: 40px;
    }

    .mobil-catalog-btn-hidden {
        display: none;
    }

    .mobil__catalog__menu {
        display: flex;
    }

    .modal-mobli-catalog .catalog_menu__li {
        border-bottom: 1px solid #F0F1FB;
    }

    .main__right_block {
        max-width: 100%;
    }

    .footer__right_block {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 40px;
        margin: 20px 0;
    }

    .baner_purpule_wrapper {
        position: relative;
        top: 0;
    }

    .footer__block {
        margin-right: 0;
    }

    .main_catalog__catalog_b {
        padding: 0 20px;
    }

    .reviews__image {
        display: none;
    }

    .product-slider .product_list {
        padding-bottom: 0px;
        margin-bottom: 19px;
    }

    .buttons--product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        width: 100%;
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 30px;
        background: #ffff;
        z-index: 99;
        border: none;
        position: relative;
    }

    .wrepper__small_nav {
        display: none;
    }

    .header__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 15px;
    }

    .right__block_nav {
        display: none;
    }

    .logo__link img {
        width: 146px;
        margin-left: 0;
    }

    .nav__small {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .wrapper__right_block {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .wrepper__small_nav, .wrapper__model_nav {
        border: none;
    }

    .wrapper__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .model__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 17px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: auto;
        padding: 0 20px 9px;
    }

    .link_catalog {
        height: 31px;
        padding: 5px 20px;
    }

    .mobil___menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        outline: none;
        border: none;
        background: none;
        margin-left: auto;
        margin-right: 20px;
    }

    .mobil___menu::before {
        content: url("../img/mobil_menu.svg");
    }

    .sidebar {
        display: none;
    }

    .search-input {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .search-button {
        display: none;
    }

    .search-bar {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .search-bar::before {
        display: none;
    }

    .search-button-mobil {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        background-color: #FFF;
        overflow: hidden;
        outline: none;
        border: none;
        margin-top: 5px;
    }

    .search-button-mobil:before {
        margin-left: 10px;
        content: url("../img/search.svg");
    }

    .main__grid_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mobil-nav__sites_checker {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .promotional_items-wrapper-list--items {
        display: none;
    }

    .promotional_items-wrapper-list {
        background: #ffffff;
    }

    .promotional_items-wrapper .product__title_block.product__wrapper {
        gap: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .slider {
        height: 200px;
    }

    .slider-single .slick-slide img {
        height: 200px;
        width: 100%;
    }

    .product_tabs__wrapper {
        padding: 0;
    }

    .product__tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-wrap: nowrap;
        font-size: 12px;
        padding: 10px 17px;
    }

    .buttons_button a::after {
        margin-top: 4px;
        margin-left: 7px;
    }

    .baner_purpule_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        height: 400px;
    }

    .baner_purpule_wrapper--imager {
        height: 190px;
    }

    .baner_purpule_wrapper--button {
        margin-right: 0;
        margin-bottom: 28px;
    }

    .promotional_items-wrapper .btn_all__btns {
        width: 100%;
    }

    .prozoro__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: url(../img/prozoro-back-line-mobil.svg);
        background-repeat: no-repeat;
        background-position-x: 48%;
        background-position-y: 34px;
        background-size: 298px;
        gap: 40px;
    }

    .prozoro_wrapper {
        margin-top: 100px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .prozoro__images:before {
        top: -69px;
        left: -31px;
    }

    .prozoro__info {
        font-size: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .prozoro__info___title {
        font-size: 35px;
        line-height: 36px;
    }

    .prozoro__info__title {
        margin-left: 39px;
        line-height: 8px;
    }

    .new_product__wrapp_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product__new .btn_all__btn {
        width: 100%;
    }

    .product__new .product_list {
        width: 178px;
    }

    .product__title {
        padding: 0 10px;
    }

    .product__price {
        width: 140px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .reviews__slider {
        max-width: 100%;
    }

    .reviews__buttons {
        display: none;
    }

    .veu_all {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .reviews {
        height: 420px;
    }

    .container_seo {
        width: 100%;
        height: 800px;
    }

    .show-more-button {
        width: 100%;
    }

    .subscribe__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px;
    }

    .subscribe__input {
        width: 160px;
    }

    .subscribe {
        height: 350px;
    }

    .subscribe__social_block {
        margin-bottom: 30px;
    }

    .wrapper__footer .container {
        padding-right: 40px;
        padding-left: 40px;
        width: 70%;
    }


    .mobil-down--menu .nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        border-top: 1px solid #eff0fa;
        height: 76px;
    }

    .mobil-down--menu .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mobil-down--menu .nav-item {
        text-decoration: none;
        color: #152232;
        font-size: 12px;
        font-weight: 400;
    }

    .mobil-down--menu .nav-item.__active {
        color: #007bff;
        border-top: 2px solid #007bff;
        height: 100%;
    }

    .mobil-down--menu .nav-item svg {
        width: 24px;
        height: 24px;
    }

    .mobil-down--menu .basket-notification {
        position: relative;
        margin-top: 4px;
    }

    .mobil-down--menu .basket-notification .badge {
        position: absolute;
        top: -12px;
        right: 0;
        background-color: red;
        color: white;
        font-size: 12px;
        padding: 2px 6px;
        border-radius: 100%;
        z-index: -1;
        line-height: normal;
        font-weight: normal;
    }

    .mobil-down--menu .basket-notification.__active .badge {
        position: absolute;
        top: 6px;
        right: 0;
        background-color: red;
        color: white;
        font-size: 12px;
        padding: 2px 6px;
        border-radius: 100%;
        z-index: -1;
    }

    .home-notification,
    .menu-notification,
    .catalog-notification,
    .basket-notification,
    .cobinet-notification {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #152232;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }

    .personal--icons img {
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
    }

    .home-notification:before {
        content: url("../img/mobil-icons-menu-home.svg");
    }

    .menu-notification:before {
        content: url("../img/mobil-icons-menu-burger.svg");
    }

    .catalog-notification:before {
        content: url("../img/mobil-icons-menu-catalog.svg.svg");
    }

    .basket-notification:before {
        content: url("../img/mobil-icons-menu-cart.svg");
    }

    .cobinet-notification:before {
        content: url("../img/mobil-icons-menu-cabinet.svg");
    }

    .home-notification.__active:before {
        content: url("../img/mobil-icons-menu-home_active.svg");
    }

    .menu-notification.__active:before {
        content: url("../img/mobil-icons-menu-burger_active.svg");
    }

    .catalog-notification.__active:before {
        content: url("../img/mobil-icons-menu-catalog_active.svg");
    }

    .basket-notification.__active:before {
        content: url("../img/mobil-icons-menu-cart_active.svg");
    }

    .cobinet-notification.__active:before {
        content: url("../img/mobil-icons-menu-catalog_actives.svg");
    }

    .menu-notification.__active,
    .catalog-notification.__active,
    .basket-notification.__active,
    .cobinet-notification.__active {
        color: #0A4998;
    }

    .floating--up {
        right: 15px;
        bottom: 140px;
    }

    .floating--chat {
        right: 10px;
        bottom: 80px;
    }

    .mobil-down--menu {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 9999;
    }

    .modal---sort {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-webkit-transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;

    }

    .modal---sort .modal-mobil-content {
        height: auto;
        width: 300px;
        position: static;
        margin: 0 auto;
        -webkit-webkit-transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .modal---sort.__active-center {
        visibility: visible;
    }

    .modal---filter .smart-filter-section {
        padding: 0 20px;
    }

    .modal---filter .smart-filter-section .filter--titles {
        display: none;
    }

    .modal---filter .modal---filter--titles-wrap {
        display: flex;
        justify-content: space-between;
        padding: 10px 15px;
        align-items: center;
        border-bottom: 1px solid #F0F1FB;
        margin-bottom: 40px;
        position: sticky;
        top: 0;
        background: #ffff;
        z-index: 91;
    }

    .modal---filter .modal---filter--titles {
        font-weight: 600;
        font-size: 24px;
        color: #0A4998;
        line-height: 28px;
    }

    .modal---filter--element-wrapper {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #F0F1FB;
        padding: 15px;
        gap: 20px;
    }

    .modal---filter--name-wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .modal---filter--name {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: #45474E;
    }

    .modal---filter--arr-filter::before {
        content: url("../img/arrow-filter.svg");
    }

    .modal---filter--btn-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: sticky;
        bottom: 0;
        background: #ffffff;
        padding: 15px;
        gap: 5px;
    }

    .modal---filter--btn-wrap {
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 5px;
    }

    .modal---filter--btn-search {
        background-color: #0A4998;
        color: white;
        flex: 1;
        border: none;
        padding: 10px 0;
        font-size: 14px;
    }

    .modal---filter--btn-clear {
        flex: 1;
        color: #0A4998;
        background: none;
        border: 1px solid #C7CBF1;
        padding: 10px 0;
        font-size: 14px;
    }

    .modal---filter--counet {
        font-size: 16px;
        font-weight: 400;
        color: #C7CBF1;
    }

    .modal---sort-name {
        padding: 15px;
        display: flex;
        border-bottom: 1px solid #F0F1FB;
        font-size: 24px;
        color: #152232;
        font-weight: 600;
    }

    .modal---sort-list {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .modal---sort-list li {
        padding: 15px;
        border-bottom: 1px solid #F0F1FB;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .modal---sort-list li.__active-filter:after {
        content: url("../img/sort-active.svg");
    }

    .modal---sort-list li:last-child {
        border-bottom: none;
    }

    .center-sort {
        padding: 0;
    }

    .modal---sort-list li a {
        color: #152232;
        font-size: 16px;
        line-height: 18px;
        text-decoration: none;
    }

    .blog-aside-wrapper {
        position: relative;
    }

    .news-blog-wrapper-new-list {
        position: relative;
        bottom: 0;
        margin-top: 32px;
        margin-bottom: 32px;
        display: flex;
        justify-content: center;
    }

    .--news-data {
        max-width: 100%;
        background: #FFFFFF;
    }

    .sale__title {
        padding: 15px;
        position: relative;
    }

    .--news-data-list {
        width: 100%;
    }

    .top-catalog-categories-blog > * {
        padding: 5px 20px;
    }

    .blog__sidebar {
        background: #FFF;
        width: 100%;
        padding: 20px 0;
    }

    .blog__items {
        max-width: 320px;
    }

    .blog-sales-wrapper .blog__items .pagination {
        display: flex;
        justify-content: center;
    }

    .product_list:hover {
        box-shadow: none;
    }

    .product_list:hover .buttons--product {
        box-shadow: none !important;
    }

    .section_item_list__grid .product_list {
        height: 490px
    }

    .section_item_list__grid .buttons--product {
        padding-bottom: 0;
    }

    .section_item_list__grid .product__price {
        padding: 5px 8px;
    }

    .section_item_list__grid .product_list:hover .buttons--product {
        box-shadow: none;
    }

    .product__new .product__price {
        padding: 0 10px;
    }

    .section_item_list__grid .row.product-item-list-col-4 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 769px) {
    .section_item_list__grid .product_list {
        height: 526px;
    }

    .section_item_list__grid .product_list {
        max-width: 50% !important;
    }

    .blog-sales-wrapper .pagination-container.d-flex.justify-content-between {
        display: block;
    }

    .pagination-container.d-flex.justify-content-between {
        display: none;
    }

    [data-entity="parent-container"] .btn.btn-default.btn-lg.center-block {
        position: absolute;
        bottom: 10px;
        right: -15px;
        border-top: none;
        width: 100%;
    }

    .product__picture {
        width: 153px;
        height: 200px;
    }

    .product__title a {
        height: 80px;
    }

    .product-title {
        margin-top: 15px;
    }

    .one-click-orders-wrap {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .modal-mobil-content._personal-other-delite, .modal-mobil-content._registration, .modal-mobil-content._reset-pass, .modal-mobil-content._sign_in {
        max-width: 95%;
        max-height: 70%;
        top: 45%;
    }

    .modal-mobil-content .catalog_menu__li::after {
        display: none;
    }

    .modal-mobil-content .catalog__menu_link {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .modal-mobil-content .catalog_menu__li-icons {
        width: 24px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
    }

    .modal-mobil-content .catalog_menu__li-icons::after {
        content: url(../img/caret_right.svg);
        right: 0px;
        top: 27%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
    }

    .sale {
        background: #FFFFFF;
    }

    .blog__items {
        max-width: initial;
    }

    .btn-redite-profil-wrapper {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .contact-center__container {
        flex-direction: column;
        align-items: center;
    }

    .mobile-btn-maps {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        width: 100%;
        background: #F0F1FB;
        margin-top: 10px;
        text-decoration: none;
    }

    .shops__container {
        flex-direction: column;
        align-items: center;
    }

    .element_infoblock_first__right .title_block {
        flex-direction: column-reverse;
    }

    .element_infoblock_first__right .title_block .title_block__right {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
    }

    .delivery-options {
        flex-direction: column;
        align-items: center;
    }

    .delivery-option {
        max-width: 100%;
    }

    .section_item_list__grid {
        padding-bottom: 60px;
    }

    .catalog__items {
        grid-template-columns: repeat(2, 1fr);
    }

    .mobil-catalog-btn-hidden {
        display: none;
    }

    .floating--basket,
    .floating--up,
    .floating--chat {
        display: none;
    }

    .main_catalog__catalog_b {
        padding: 0;
    }

    .reviews__image {
        display: none;
    }

    .product-slider .product_list {
        padding-bottom: 0px;
        margin-bottom: 19px;
        height: 450px;
    }

    .buttons--product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        width: 100%;
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 30px;
        background: #ffff;
        z-index: 99;
        border: none;
        position: relative;
    }

    .wrepper__small_nav {
        display: none;
    }

    .header__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 15px;
    }

    .right__block_nav {
        display: none;
    }

    .logo__link img {
        width: 200px;
        margin-left: 0;
    }

    .btn.btn-default.btn-lg.center-block {
        width: 100%;
    }

    .nav__small {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .wrapper__right_block {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .wrepper__small_nav, .wrapper__model_nav {
        border: none;
    }

    .wrapper__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .model__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 17px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: auto;
        padding: 0 20px 9px;
    }

    .banner_sale_slider.slider-single-banner_sale {
        max-height: 160px;
    }

    .banner_sale_slider.slider-single-banner_sale .slick-list {
        max-height: 160px;
    }

    .link_catalog {
        height: 31px;
        padding: 5px 20px;
    }

    .link_catalog:hover {
        height: 31px;
        padding: 5px 20px;
    }

    .mobil___menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        outline: none;
        border: none;
        background: none;
    }

    .mobil___menu::before {
        content: url("../img/mobil_menu.svg");
    }

    .sidebar {
        display: none;
    }

    .search-input {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .search-button {
        display: none;
    }

    .search-bar {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .search-bar::before {
        display: none;
    }

    .search-button-mobil {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        background-color: #FFF;
        overflow: hidden;
        outline: none;
        border: none;
        margin-top: 5px;
    }

    .search-button-mobil:before {
        margin-left: 10px;
        content: url(../img/search.svg);
    }

    .main__grid_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mobil-nav__sites_checker {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mobil__catalog__menu {
        display: flex;
        height: 41px;
        align-items: center;
        justify-content: center;
        width: 188px;
    }

    .promotional_items-wrapper-list--items {
        display: none;
    }

    .promotional_items-wrapper-list {
        background: #ffffff;
    }

    .promotional_items-wrapper .product__title_block.product__wrapper {
        gap: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .slider {
        height: 200px;
    }

    .slider-single .slick-slide img {
        height: 200px;
        object-fit: cover;
        width: 100%;
    }

    .product_tabs__wrapper {
        padding: 0;
    }

    .product__tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-wrap: nowrap;
        font-size: 12px;
        padding: 10px;
    }

    .product__tab::before {
        position: static !important;
        margin-bottom: 5px;
    }

    .buttons_button {
        bottom: 0;
    }

    .product_tabs__title_block .product-slider-buttons {
        display: none;
    }

    .buttons_button a::after {
        margin-top: 4px;
        margin-left: 7px;
    }

    .baner_purpule_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        height: 400px;
    }

    .baner_purpule_wrapper--imager {
        height: 100%;
        margin-bottom: 20px;
    }

    .baner_purpule_wrapper--button {
        margin-right: 0;
        margin-bottom: 28px;
        margin-top: 40px;
    }

    .promotional_items-wrapper .btn_all__btns {
        width: 100%;
    }

    .prozoro__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: url(../img/prozoro-back-line-mobil.svg);
        background-repeat: no-repeat;
        background-position-x: 48%;
        background-position-y: 34px;
        background-size: 298px;
        gap: 40px;
    }

    .prozoro_wrapper {
        margin-top: 100px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .prozoro__images:before {
        top: -69px;
        left: -31px;
    }

    .prozoro__info {
        font-size: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .prozoro__info___title {
        font-size: 35px;
        line-height: 36px;
    }

    .prozoro__info__title {
        margin-left: 39px;
        line-height: 8px;
    }

    .new_product__wrapp_list {
        display: flex;
        align-content: center;
        align-items: flex-end;
        justify-content: center;
    }

    .new_product__wrapp_list .buttons--product {
        padding-bottom: 0;
    }

    .product__new .btn_all__btn {
        width: 100%;
    }


    .product__new .product_list {
        width: 178px;
        height: 520px;
    }


    .product__price {
        width: 140px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .reviews__slider {
        max-width: 100%;
    }

    .reviews__buttons {
        display: none;
    }

    .veu_all {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .reviews {
        height: 420px;
    }

    .container_seo {
        width: 100%;
        height: 800px;
    }

    .show-more-button {
        width: 100%;
    }

    .subscribe__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
    }

    .subscribe__input {
        width: 160px;
    }

    .subscribe {
        height: 350px;
    }

    .subscribe__social_block {
        margin-bottom: 30px;
    }

    .wrapper__footer .container {
        padding-right: 40px;
        padding-left: 40px;
        width: 70%;
    }

    .product--info-end-button-wrapper {
        width: 100%;
        padding: 0;
    }

    .slider-catalog-element-slick {
        max-width: 215px;
    }

    .wrapper {
        max-width: 95%;
    }

    .blog-sales-wrapper {
        background: transparent;
    }
}

@media (min-width: 320px) {
    .container {
        max-width: 90%;
        padding-right: var(--bs-gutter-x, 15px);
        padding-left: var(--bs-gutter-x, 15px);
    }
}


@media (max-width: 576px) {
    .container {
        max-width: 90%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 90%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}


.mobil-catalog-btn-hidden {
    display: none;
}


.product .product-slider .slick-list {
    z-index: 1;
}


.modal---open {
    overflow: hidden;
}

.modal---active {
    visibility: visible;
}

.modal-mobli-catalog.modal---active .modal-mobil-content {
    left: 0;
}


.item__count {
    margin-left: auto;
    color: #C7CBF1;
}

.red {
    color: #F32D2D;
}

.blue {
    color: #0A4998;
}

.black {
    color: #152232;
}

.absolute {
    position: absolute;
}

.hidden {
    display: none;
}

.intro {
    height: 100vh;
}

.pagination > li > a, .pagination > li > span {
    color: #333;
}


.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 100%;
}

.popup-window.popup-window-with-titlebar {
    max-width: 510px;
    padding: 0 20px 10px;
}

.popup-window-content div p {
    max-width: 250px;
    margin-right: 15px;
    font-family: "Roboto Flex";
}

.popup-window-titlebar-text {
    font-width: 700;
    font-size: 24px;
    line-height: 28px;
    color: #152232;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    font-family: "Roboto Flex";
}

.popup-window-titlebar {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: center;
}

.popup-window-content div {
    display: flex;
    align-items: flex-start;
}

.popup-window-content .prices-block {
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
    align-items: flex-end;
    margin-top: 42px;
}

.popup-window-content .product__label {
    align-self: auto;
}

.popup-window-content div p {
    font-size: 16px;
    line-height: 19px;
    color: #0A4998;
    font-weight: 400;
    display: flex;
    text-align: left;
    margin-left: 10px;
}

.popup-window-content div img {
    max-width: 80px;
    max-height: 80px !important;

}

.popup-window-buttons {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.popup-window-buttons .btn.btn-default.btn-buy.btn-sm:first-child {
    max-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    padding: 0 15px;
    background-color: #0A4998;
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 400px;
    font-size: 16px;
    margin: 0 !important;
    height: 50px;
    font-family: "Roboto Flex";
}

.popup-window-buttons .btn.btn-default.btn-buy.btn-sm:last-child {
    max-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0px;
    color: #0A4998;
    background: #F0F1FB;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    height: 50px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-family: "Roboto Flex";
}

.popup-window-with-titlebar .popup-window-content {
    border-bottom: 1px solid #F0F1FB;
    border-top: 1px solid #F0F1FB;
    margin-bottom: 30px;
    padding: 20px 7px;
}

.popup-window-buttons .btn-buy:before {
    content: "";
}

.product_list:hover .buttons--product {
    width: 100%;
    left: -1px;
    box-shadow: 0px 22px 20px 0px #C7CBF1CC;
    padding-bottom: 10px;
}

.novinki {
    padding: 0;
}

.table-wraper {
    background-color: #ffff;
    padding: 20px;
}

.reg_text {
    font-size: 32px;
    font-weight: 600;
    line-height: 37.5px;
    color: #152232;
    margin: 20px 0 17px;
}

.wrapper-text-register {
    font-size: 32px;
    line-height: 37.5px;
    font-weight: 600;
    color: #0A4998;
}

.wrapper-text-register p {
    margin: 20px 10px 60px;
}

.wrapper-form-registration {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.wrapper-form-registration form {
    max-width: 628px;
    width: 100%;
}

.register-group-wrap {
    width: auto;
    margin-bottom: 20px;
    max-width: 300px;
}

.wrapper-form-reg {
    display: flex;
    column-gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrapper-form-reg .wrapper-shows-end-hidden-pass {
    position: relative;
}

.wrapper-form-reg .register-group-wrap:nth-child(2) {
    max-width: 100%;
    width: 100%;
}

.register-group-wrap input {
    flex: 1;
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    height: 50px;
    background: none;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 16px;
    outline: none;
}

.register-group-wrap input::placeholder {
    color: #C7CBF1;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.oppener-register-form-list {
    max-width: 628px;
    width: 100%;
}

.oppener-register-form-list select {
    width: 100%;
    margin-bottom: 40px;
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid #0A4998;
    border-radius: 2px;
    background: #f8fafc;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    height: 50px;
    background: none;
    color: #0A4998;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 16px;
    outline: none;
    margin-bottom: 40px;
}


.bx-authform .bx-authform-formgroup-container {
    width: 98%;
}

.bx-authform .bx-authform-formgroup-container > input,
.modal-mobil-content._sign_in .bx-authform-input-container input[type="text"],
.modal-mobil-content._sign_in .bx-authform-input-container input[type="password"] {
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    height: 50px;
    background: none;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 16px;
    outline: none;
}


.basket-auth .bx-authform {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
}

.bx-authform .bx-authform-formgroup-container > input[type="submit"] {
    width: 100%;
    height: 50px;
}

.basket-auth {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.auth_register .btn.btn-default {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.basket-auth .bx-authform-input-container > input {
    padding: 10px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.ajax_preload {
    display: flex;
    position: absolute;
    background: #ffffffeb;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.ajax_preload::before {
    content: '';
    width: 40px; /* Размер полукруга */
    height: 40px; /* Высота полукруга */
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMDAgMjAwJz48cmFkaWFsR3JhZGllbnQgaWQ9JyExMicgY3g9Jy42NicgZng9Jy42NicgY3k9Jy4zMTI1JyBmeT0nLjMxMjUnIGdyYWRpZW50VHJhbnNmb3JtPSdzY2FsZSgxLjUpJz48c3RvcCBvZmZzZXQ9JzAnIHN0b3AtY29sb3I9JyMwNDAwRkYnPjwvc3RvcD48c3RvcCBvZmZzZXQ9Jy4zJyBzdG9wLWNvbG9yPScjMDQwMEZGJyBzdG9wLW9wYWNpdHk9Jy45Jz48L3N0b3A+PHN0b3Agb2Zmc2V0PScuNicgc3RvcC1jb2xvcj0nIzA0MDBGRicgc3RvcC1vcGFjaXR5PScuNic+PC9zdG9wPjxzdG9wIG9mZnNldD0nLjgnIHN0b3AtY29sb3I9JyMwNDAwRkYnIHN0b3Atb3BhY2l0eT0nLjMnPjwvc3RvcD48c3RvcCBvZmZzZXQ9JzEnIHN0b3AtY29sb3I9JyMwNDAwRkYnIHN0b3Atb3BhY2l0eT0nMCc+PC9zdG9wPjwvcmFkaWFsR3JhZGllbnQ+PGNpcmNsZSB0cmFuc2Zvcm0tb3JpZ2luPSdjZW50ZXInIGZpbGw9J25vbmUnIHN0cm9rZT0ndXJsKCNhMTIpJyBzdHJva2Utd2lkdGg9JzE1JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1kYXNoYXJyYXk9JzIwMCAxMDAwJyBzdHJva2UtZGFzaG9mZnNldD0nMCcgY3g9JzEwMCcgY3k9JzEwMCcgcj0nNzAnPjxhbmltYXRlVHJhbnNmb3JtIHR5cGU9J3JvdGF0ZScgYXR0cmlidXRlTmFtZT0ndHJhbnNmb3JtJyBjYWxjTW9kZT0nc3BsaW5lJyBkdXI9JzInIHZhbHVlcz0nMzYwOzAnIGtleVRpbWVzPScwOzEnIGtleVNwbGluZXM9JzAgMCAxIDEnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJz48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PGNpcmNsZSB0cmFuc2Zvcm0tb3JpZ2luPSdjZW50ZXInIGZpbGw9J25vbmUnIG9wYWNpdHk9Jy4yJyBzdHJva2U9JyMwNDAwRkYnIHN0cm9rZS13aWR0aD0nMTUnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgY3g9JzEwMCcgY3k9JzEwMCcgcj0nNzAnPjwvY2lyY2xlPjwvc3ZnPg==");
    position: absolute;
    left: 47%;
    top: 50%;
}

@keyframes rotateAjaxPreload {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.prices-block-count {
    font-family: "Roboto grif";
}


.organization-select {
    flex: 1;
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    height: 50px;
    background: none;
    color: #C7CBF1;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 16px;
    outline: none;
}

.organization-select option {
    color: #000;
}

.organization-select option[disabled] {
    color: #C7CBF1;
}

.organization-select:focus,
.organization-select:not(:placeholder-shown) {
    color: #C7CBF1;;
}

.reg-btn {
    background-color: #0A4998;
    color: white;
    width: 100%;
    outline: none;
    border: none;
    height: 50px;
    font-family: "Roboto Flex";
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    margin-bottom: 40px;
}

.table-wraper {
    margin-bottom: 26px;
}

@media (max-width: 768px) {
    .register-group-wrap {
        max-width: 100%;
        width: 100%;
    }

    .register-group-wrap {
        margin-bottom: 20px;
        gap: 20px;
        flex-direction: column;
    }

    .page-register {
        max-width: 100%;
    }

    .wrapper-text-register p {
        margin: 20px 10px 40px;
        padding-bottom: 20px;
        border-bottom: 1px solid grey;
    }

    .price_block__second {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .minimal-ter-wrapper {
        margin-left: 0;
        width: 100%;
        margin: 11px 0;
    }

    .product__title_tabs {
        margin: 0 auto;
    }

    .contact-form-flex {
        flex-direction: column;
    }

    .contact-form-flex .form__input {
        max-width: 100%;
    }

    .contact-center__form {
        max-height: 100%;
    }
}

.success-order .success-order-img {
    display: flex;
    width: 100%;
    margin: 20px 0 40px;
    justify-content: center;
}

.success-order .sale_order_full_table {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    font-family: "Roboto Flex";
    width: 100%;
    display: flex;
    justify-content: center;
}

.success-order .pay_name {
    margin-bottom: 10px;
}

.success-order .photo-end-name {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.success-order .form-orders-ff p {
    margin-bottom: 15px;
}

.success-order .success-order-img img {
    height: 150px;
}

.success-order {
    padding-bottom: 40px;
}

.contact-form-flex {
    display: flex;
    justify-content: space-between;
}

.contact-form-flex .form__input {
    max-width: 410px;
    height: 50px;
}


.element_infoblock_second__left {
    display: none;
    padding-top: 40px;
}

.element_infoblock_second__left.active_tab {
    display: block;
}

.tabs-product {
    position: absolute;
    top: 10px;
    left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C7CBF1;
    max-width: 580px;
    width: 100%;
    display: flex;
    align-items: center;
}

.tabs-product span {
    cursor: pointer;
    color: #C7CBF1;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.tabs-product span:first-child {
    padding-right: 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tabs-product span:first-child::after {
    content: "";
    border-right: 1px solid #C7CBF1;
    height: 20px;
    display: block;
}

.main__right_block .product.showcase-sliders {
    min-height: 120px;
}

.tabs-product span.active-control-tab {
    color: #0A4998;
}

.description-tab {
    padding: 60px 20px 20px;
}

.active-control-tab {

}

.__fly-basket-content .sale__title,
.basket-items-search-field .sale__title {
    padding: 15px 0;
    position: relative;
}

#forms-order-oneclick .minimal-ter-wrapper {
    font-size: 11px;
    width: 300px;
    position: absolute;
    top: 50px;
    left: -104px;
    padding: 10px;
}

#forms-order-oneclick .click-orders-mes {
    margin: 20px 0 80px;
}

#forms-order-oneclick .minimal-ter-wrapper .mob {
    display: none;
}

#forms-order-oneclick .contact-options {
    gap: 16px;
}

@media (max-width: 768px) {
    #forms-order-oneclick .minimal-ter-wrapper {
        width: 100%;
        top: 36px;
        width: auto;
        left: 0;
    }

    .tabs-product {
        max-width: 94%;
    }

    #forms-order-oneclick .minimal-ter-wrapper .mob {
        display: block;
    }

    #forms-order-oneclick .minimal-ter-wrapper .pc {
        display: none;
    }
}

.section_item_list.auto-flow .product_list:hover .buttons--product {
    box-shadow: none;
}


.section_item_list.auto-flow .product_elements {
    height: 260px;
}

.store-wrapper-modal {
    display: flex;
    margin: 40px 0;
}

.store-wrapper-modal img {
    margin-right: 20px;
    width: 100px;
    height: auto;
    object-fit: contain;
}

.store-wrapper-modal img {
    margin-right: 40px;
    width: 100px;
    height: auto;
    object-fit: contain;
}

.store-wrapper-modal .store-info__addres {
    max-width: 100%;
    width: 100%;
}

#forms-order-oneclick .product__label {
    align-self: auto;
}


/* Кастомизация скроллбара для .sub_menu */
#one-click--order .modal-mobil-content._sign_in::-webkit-scrollbar {
    width: 6px; /* Ширина вертикального скроллбара */
    height: 0; /* Скрываем верхнюю полосу */
}

/* Стиль для ползунка (thumb) */
#one-click--order .modal-mobil-content._sign_in::-webkit-scrollbar-thumb {
    background-color: #C7CBF1; /* Цвет ползунка */
    border-radius: 10px; /* Закруглённые углы ползунка */
}

/* Цвет ползунка при наведении */
#one-click--order .modal-mobil-content._sign_in::-webkit-scrollbar-thumb:hover {
    background-color: #b2b6f8; /* Цвет ползунка при наведении */
}

/* Стиль для трека (фон под ползунком) */
#one-click--order .modal-mobil-content._sign_in::-webkit-scrollbar-track {
    background: #F0F1FB; /* Цвет фона трека */
    border-radius: 10px; /* Закруглённые углы трека */
}

#one-click--order .modal-mobil-content._sign_in {
    max-height: 700px;
}

@media (max-width: 768px) {
    #one-click--order .modal-mobil-content._sign_in {
        max-height: 470px;
    }

}

.btn.btn-default.btn-lg.center-block {
    color: #152232;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.btn.btn-default.btn-lg.center-block::after {
    content: url(../img/arrow_down_ico.svg);
    height: 23px;
}


.sale.blog-sales-wrapper .sale__title {
    position: relative;
    padding: 15px 0;
}

.news-blog-wrapper-new-list.top-catalog-categories-blog {
    position: relative;
    padding-top: 50px
}

.product_tabs .product_tabs__picture img {
    max-width: 264px;
    max-height: 165px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}


@media (max-width: 768px) {
    .news-blog-wrapper-new-list.top-catalog-categories-blog {
        padding-top: 0px;
        margin: 0;
    }

    .sidebar__title {
        display: none;
    }

    .mobil-menu-show-catalog-blog.sidebar__title {
        display: flex;
        height: 50px;
    }

    .top-catalog-categories-blog.--blog--activ {
        margin-bottom: 10px;
    }

    .sale.blog-sales-wrapper .sale__title {
        padding: 15px;
    }

    .product_tabs {
        height: 370px;
    }

    .product_tabs .product_tabs__picture {
        padding-top: 10px;
        display: block;
    }

    .product_tabs .product_tabs__picture img {
        max-width: 384px;
        max-height: 245px;
    }

    .product_tabs .buttons_button {
        bottom: 7px;
    }

    .promotional_items-wrapper--big-items .product__price {
        width: 150px;
        display: flex;
        align-items: center;
    }

    .promotional_items-wrapper-list--one-item {
        gap: 5px;
        height: 568px !important;
    }

    .stores-content .map img {
        width: 100%;
        height: 100%;
    }
}


@media (max-width: 385px) {
    .tabs-product span {
        font-size: 20px;
    }

    .tabs-product span:first-child::after {
        left: 118px;
    }
}

.maxqauntity-ter-wrapper {
    text-align: center;
    width: 100%;
    display: block;
    padding: 20px;
}

.maxqauntity-ter-wrapper span {
    padding: 13px;
    display: block;
    font-family: 'Roboto Flex';
    font-weight: normal;
    font-size: 13px;
    background: #f0f1fb;
    color: red;
}

.sale_order_full_table {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.sale_order_full_table p:first-child {
    font-size: 24px;
    font-weight: 400;
}

.sale_order_full_table p:last-child {
    font-size: 14px;
    font-weight: 400;
}


.minimal-ter-wrapper.orders-post {
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 295px;
    padding: 5px;
}

.minimal-ter-wrapper.orders-post p {
    font-size: 11px;
    width: 100%;
    margin: 0;
    max-width: 300px;
}


.minimal-ter-wrapper.orders-post .pc {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.minimal-ter-wrapper.orders-post .minimal-ter-wrap span:last-child {
    font-family: "Roboto grif";
}

.minimal-ter-wrapper.orders-post .mob {
    display: none;
}

.popup-window-content .prices-block-wrapper .actual_price {
    text-wrap: nowrap;
}

@media (max-width: 768px) {
    .minimal-ter-wrapper.orders-post .pc {
        display: none;
    }

    .minimal-ter-wrap {
        padding: 0;
    }

    .minimal-ter-wrapper.orders-post .mob {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .minimal-ter-wrapper.orders-post div {
        flex-direction: column;
    }

    .prices-block-wrapper.fixed {
        margin-bottom: 25px;
    }

    .minimal-ter-wrapper.orders-post {
        width: 100%;
    }

    .minimal-ter-wrapper.orders-post .prices-block-wrapper .actual_price {
        width: 64px;
        position: absolute;
        left: -84px;
        top: 50px;
    }

    .minimal-ter-wrapper.orders-post .prices-block-wrapper {
        padding-bottom: 70px !important;
    }

    .popup-window-content .prices-block-wrapper .actual_price {
        width: 64px;
    }

    .prices-block-wrapper.fixed .actual_price {
        width: 100%;
    }

    .location__address, .location__phones, .location__hours, .location__email {
        font-size: 16px;
    }

}


datalist,
#np_city_list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.container_seo.expanded ul {
    list-style: disc;
    padding-left: 20px;
}


@media (max-width: 768px) {
    .product__price {
        align-items: flex-end;
        flex-direction: row;
    }

    .wrapper-content-sides-gl.sale-detail .wrapper-left-content {
        padding: 0;
    }

    .wrapper-content-sides-gl.sale-detail .section_item_list__grid .product_list {
        max-width: 153px !important;
    }

    .wrapper-content-sides-gl.sale-detail .section_item_list__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .wrapper-content-sides-gl.sale-detail .section_item_list__grid .product_elements {
        max-width: 153px;
        min-width: 153px;
        padding: 0 10px;
    }
}

@media (max-width: 360px) {
    .wrapper-content-sides-gl.sale-detail .section_item_list__grid .product_list {
        max-width: 100% !important;
    }

    .wrapper-content-sides-gl.sale-detail .section_item_list__grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .wrapper-content-sides-gl.sale-detail .section_item_list__grid .product_elements {
        max-width: max-content;
        min-width: 153px;
        padding: 0 20px;
    }
}


.news-blog-wrapper-new-list.top-catalog-categories-blog.news-padding {
    padding-top: 0;
}


.footer__block-ops {
    max-width: 218px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer__block-ops > div {
    display: flex;
    align-items: center;
    gap: 7px;
}

.footer__block-ops > div:first-child {
    align-items: flex-start;
}


.footer__copyright_block_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer__copyright_block_right-wrap {
    display: flex;
    gap: 10px;
    padding-top: 10px;
}

.main .promotional--item__sliders .promotional_items-wrapper-list--one-item{
    background: #ffffff;
}