/*! Varriables */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*! Adapted to BEM methodology */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
   * Remove Blue effect when tap on tablets and on phones.
   * Better do it only to - button a input textarea select
   */
a,
button,
.selectNone,
.no-select {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/**
   * Remove border and padding in Firefox.
   */
::-moz-focus-outer,
::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
* Remove all outlinise( Better to add that rule to - button a select input textarea)
*/
* {
    outline: 0 !important;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
    border-style: none;
    vertical-align: bottom;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
    display: none;
}

/* ============================================================================ */
/* ============================================================================ */
/* null style */
* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

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

:focus, :active {
    outline: none;
}

a:focus, a:active {
    outline: none;
}

aside, nav, footer, header, section {
    display: block;
}

html, body {
    height: 100%;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

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

button {
    cursor: pointer;
}

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

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

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

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

/* ============================================================================ */
/* ============================================================================ */
/*============================================================================
	#Fonts
==============================================================================*/
@font-face {
    font-family: "VelaSans";
    src: url("../fonts/VelaSans-Regular.woff") format("woff"), url("../fonts/VelaSans-Regular.oft") format("oft");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "VelaSans";
    src: url("../fonts/VelaSans-Medium.woff") format("woff"), url("../fonts/VelaSans-Medium.oft") format("oft");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "VelaSans";
    src: url("../fonts/VelaSans-SemiBold.woff") format("woff"), url("../fonts/VelaSans-SemiBold.oft") format("oft");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "VelaSans";
    src: url("../fonts/VelaSans-Bold.woff") format("woff"), url("../fonts/VelaSans-Bold.oft") format("oft");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "VelaSans";
    src: url("../fonts/VelaSans-Light.woff") format("woff"), url("../fonts/VelaSans-Light.oft") format("oft");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*! Varriables */
/*============================================================================
	#Global
==============================================================================*/
html {
    box-sizing: border-box;
    height: 100%;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.lazy-background {
    background: inherit;
}

body {
    height: 100%;
    font-family: "VelaSans", sans-serif;
    color: #151A30;
    overflow-x: hidden;
}

.no-scroll {
    overflow: hidden;
    position: relative;
}

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

.mr-24 {
    margin-right: 24px;
}

svg {
    vertical-align: top;
}

.wrapper {
    margin: 0 auto;
}

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

.root {
    padding-top: 104px;
}

.no-scroll-popup {
    position: static;
    height: auto;
    overflow-y: hidden;
}

@media (max-width: 1199.98px) {
    .no-scroll-popup {
        position: relative;
        height: inherit;
        overflow: hidden;
    }
}

.logo_r {
    margin: 0 auto 32px auto;
    text-align: center;
    width: 143px;
    height: 40px;
}

.link {
    transition: 0.5s;
}

.link:hover {
    color: #0365D9;
}

.text_sm {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #8F9BB3;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

.bg-blue {
    color: #1982FF !important;
}

@media (max-width: 1199.98px) {
    .container {
        padding: 0 15px;
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.default-select {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-top: -3px;
    z-index: 2;
    width: 100%;
    margin-right: -1px;
    height: 20px;
    box-sizing: border-box;
}

.default-select::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    top: 49%;
    right: -3px;
    background: url(../icons/header/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.sort-select__current {
    display: block;
    padding: 1px 40px 0 13px;
    font-size: 14px;
    line-height: 20px;
    color: #959392;
    height: 22px;
}

.sort-select__list {
    position: absolute;
    background: #EFEDEE;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: calc(100% + 2px);
    left: 2px;
    box-sizing: border-box;
}

.container--active {
    border: 0;
    background: #EFEDEE;
    z-index: 666;
    position: absolute;
    top: 24px;
    left: 2px;
}

.sort-select__item {
    padding: 6px 10px 8px 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #25282E;
    opacity: 0.6;
    transition: 0.2s;
}

.sort-select__item:hover {
    background: rgba(196, 196, 196, 0.2);
    color: #25282E;
    opacity: 1;
}

.sort-select__item a {
    color: #25282E;
    opacity: 0.6;
}

.sort-select__item a:hover {
    color: #25282E;
    opacity: 0.6;
}

.catalog-page__sort {
    display: -ms-flexbox;
    display: flex;
}

.catalog-page__sort p {
    margin-right: 8px;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #898989;
}

.sort-select__item.active {
    display: none;
}

#select-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.sort-select__list {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.form__select-group {
    background: #FFFFFF;
    width: 100%;
    padding-bottom: 24px;
    height: 40px;
}

/*! Varriables */
.input:-webkit-autofill,
.input:-webkit-autofill:hover,
.input:-webkit-autofill:focus,
.textarea:-webkit-autofill,
.textarea:-webkit-autofill:hover,
.textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    background: #fff;
    transition: none;
}

.input[type="text"],
.input[type="email"],
.input[type="url"],
.input[type="password"],
.input[type="search"],
.input[type="number"],
.input[type="tel"],
.input[type="range"],
.input[type="date"],
.input[type="month"],
.input[type="week"],
.input[type="time"],
.input[type="datetime"],
.input[type="datetime-local"],
.input[type="color"],
.textarea {
    padding: 2px 12px;
    border-radius: 0;
}

.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;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #8F9BB3;
    font-weight: 500;
}

input::placeholder, textarea::placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #8F9BB3;
    font-weight: 500;
}

input_number:-ms-input-placeholder, textarea_number:-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #8F9BB3;
    font-weight: 500;
}

input_number::placeholder, textarea_number::placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #8F9BB3;
    font-weight: 500;
}

.input:focus::-webkit-input-placeholder {
    color: transparent;
}

.input:focus:-moz-placeholder {
    color: transparent;
}

.input:focus::-moz-placeholder {
    color: transparent;
}

.input:focus:-ms-input-placeholder {
    color: transparent;
}

/* Remove Number From Inputs */
.input[type=number]::-webkit-inner-spin-button,
.input[type=number]::-webkit-outer-spin-button,
.input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    margin: 0;
}

input {
    padding: 11px 12px;
    width: 100%;
    letter-spacing: 0.04em;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 8px;
    color: #151A30;
    border: 1px solid #D5DCE6;
    transition: 0.5s;
}

input:hover {
    border: 1px solid #1982FF;
}

input:focus {
    border: 1px solid #1982FF;
    background: #fff;
}

.input-group-lg {
    height: 56px;
    font-size: 15px;
    line-height: 24px;
}

.input-group-lg:hover {
    border: 1px solid #1982FF;
}

.input-group-md {
    height: 40px;
}

.input-group-sm {
    height: 32px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #8F9BB3;
}

input::placeholder, textarea::placeholder {
    color: #8F9BB3;
}

.input-group-md:-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #8F9BB3;
}

.input-group-md::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #8F9BB3;
}

.input-group-lg:-ms-input-placeholder {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #8F9BB3;
}

.input-group-lg::placeholder {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #8F9BB3;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

textarea {
    width: 100%;
    height: 79px;
    min-height: 79px;
    box-sizing: border-box;
    background: #F7F9FC;
    border-radius: 4px;
    color: #151A30;
    padding: 14px 16px;
    max-width: 345px;
    min-width: 345px;
}

/*! Varriables */
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    height: 24px;
}

.profile__logistic.profile__favorite label:hover::before {
    border: 2px solid #8F9BB3 !important;
}

.form__row .custom-checkbox + label {
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
}

.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #C5CEE0;
    box-sizing: border-box;
    border-radius: 3px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    transition: 0.5s;
}

.form__row .custom-checkbox:hover + label::before {
    border: 2px solid #8F9BB3;
}

.custom-checkbox + label::after {
    border-radius: 6px;
    width: 32px;
    height: 32px;
    content: '';
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    position: absolute;
    left: -5.5px;
    opacity: 0;
    transition: 0.5s;
}

.custom-checkbox:focus + label:after {
    opacity: 1;
}

.custom-checkbox:checked:focus + label::before {
    background-color: #1982FF;
    box-shadow: 0px 0px 4px rgba(17, 76, 253, 0.75);
    border-radius: 4px;
}

.custom-checkbox:focus + label::before {
    border: 2px solid #1982FF;
    filter: drop-shadow(0px 0px 4px rgba(17, 76, 253, 0.75));
    border-radius: 4px;
    background-color: #fff;
}

.custom-checkbox + label {
    transition: 0.5s;
}

.custom-checkbox + label:hover {
    cursor: pointer;
}

.custom-checkbox + label:focus:after {
    opacity: 1;
}

.custom-checkbox:checked + label::before {
    border-color: #1982FF;
    background-color: #1982FF;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    transition: 0.5s;
    border-radius: 3px;
}


.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: #fff;
    background: #0365D9;
    border-color: #0365D9;
}

.custom-checkbox:checked:hover + label::before {
    background-color: #4399FF;
    border-color: #4399FF;
}

.profile__logistic.profile__favorite .custom-checkbox:checked + label::before {
    border: 2px solid #1982FF;
}

.custom-checkbox:checked + label {
    transition: 0.5s;
}

.custom-checkbox:checked + label:hover:before {
    border-color: #4399FF;
    background-color: #4399FF;
}

.custom-checkbox:checked + label:focus:before {
    background-color: #fff;
}

.custom-checkbox:disabled + label:before {
    background: rgba(143, 155, 179, 0.08);
}

.custom-checkbox:disabled:hover {
    cursor: inherit;
}

.custom-checkbox:disabled:hover + label:before {
    border: 1px solid #C5CEE0;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(143, 155, 179, 0.16);
    transition: .4s;
    border: 1px solid #C5CEE0;
    box-sizing: border-box;
    border-radius: 100px;
}

.slider:hover {
    background: rgba(51, 102, 255, 0.16);
    border: 1px solid #4399FF;
}

.slider:focus {
    background: rgba(143, 155, 179, 0.4);
    border: 1px solid #8F9BB3;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 1.5px;
    background-color: white;
    transition: .4s;
}

input:checked + .slider {
    background-color: #1982FF;
    border: 1px solid #1982FF;
}

input:checked:hover + .slider {
    background: #4399FF;
}

input:checked:focus + .slider {
    background: #0365D9;
}

input:checked + .slider:before {
    transform: translateX(14px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*! Varriables */
.btn {
    width: 100%;
    padding: 16px;
    background: #1982FF;
    border-radius: 8px;
    border: 0;
    text-align: center;
    color: #FFFFFF;
    transition: 0.5s;
}

.btn:hover {
    cursor: pointer;
}

.btn a {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    padding: 13px 0;
    display: block;
    letter-spacing: 1.3px;
}

.btn[disabled] {
    background: #D4D8E1;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.btn[disabled]:hover {
    box-shadow: inherit;
}

.btn-check:checked + .btn, .btn.btn-out-g.active, .btn.show, .btn.btn-out-g:first-child:active, :not(.btn-check) + .btn.btn-out-g:active {
    border-color: #E8F2FF;
    color: #0365D9;
    box-shadow: inherit;
    background: #E8F2FF;
}

.btn-sm {
    height: 32px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 12px;
    width: auto;
}

.btn-sm:hover {
    cursor: pointer;
}

.btn-sm:active, .btn-sm:focus {
    background: #0365D9;
}

.btn-md {
    height: 40px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-md:hover {
    cursor: pointer;
}

.btn-md:active, .btn-md:focus {
    background: #0365D9;
    box-shadow: 0px 11px 13px -7px rgba(25, 130, 255, 0.62);
}

.btn-lg {
    height: 48px;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px 12px 16px;
    gap: 8px;
}

.btn-lg:hover {
    cursor: pointer;
}

.btn-lg:active, .btn-lg:focus {
    background: #0365D9;
}

.btn-g {
    height: 56px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-g:hover {
    cursor: pointer;
}

.btn-g:active, .btn-g:focus {
    background: #0365D9;
}

.btn-out-md {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 16px;
    height: 40px;
    background: #E8F2FF;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #1982FF;
    transition: 0.5s;
}


.btn-out-lg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    height: 48px;
    background: #E8F2FF;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #1982FF;
    transition: 0.5s;
    gap: 8px;
}

.btn:hover {
    color: #fff;
    background: #4399FF;
}

.btn-out-lg:hover {
    color: #4399FF;
    box-shadow: inherit;
    background: #E8F2FF;
}

.btn-out-md:hover {
    color: #4399FF;
    box-shadow: inherit;
    background: #E8F2FF;
}

.btn-out-g {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 16px;
    width: 86px;
    height: 56px;
    background: #E8F2FF;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #1982FF;
    transition: 0.5s;
}

.btn-out-g:hover {
    color: #4399FF;
    box-shadow: inherit;
    background: #E8F2FF;
}

.btn-out-g:focus {
    color: #0365D9;
    box-shadow: inherit;
    background: #E8F2FF;
}

.btn-out-lg[disabled] {
    background: #F7F9FC;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: rgba(143, 155, 179, 0.5);
    padding: 14px 16px;
}

.btn-sp {
    background: #FFAB00;
}

.btn-sp:hover {
    background: #FFBA2E;
}

.btn-sp:focus {
    background: #FFAB00;
}

.checkbox3 {
    display: inline-block;
    padding: 0 0 0 66px;
    margin: 10px 0 0 0;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #151A30;
}

.overlayable, #cart-copy {
    margin-top: 0;
    height: 56px;
}

.round-order .checkbox3 span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #151A30;
    padding: 10px 0 0;
}

.checkbox3 input {
    position: absolute;
    opacity: 0;
    cursor: inherit;
}

.checkbox3 span {
    display: inline-block;
    font: normal 12px/16px Arial;
    padding: 4px 0;
}

.checkbox3 span:before {
    left: 0;
    height: 32px;
    margin-top: -12px;
    width: 52px;
    border: 1px solid #BAC4E0;
    border-radius: 100px;
    background: rgba(143, 155, 179, 0.16);
    transition: 0.5s;
}

.checkbox3 span:hover:before {
    background: rgba(51, 102, 255, 0.16);
    border: 1px solid #4399FF;
}

.checkbox3 span:after {
    left: 1px;
    width: 28px;
    height: 28px;
    margin-top: -10px;
    background: #F7F9FC;
    border-radius: 50%;
}

.checkbox3 input:checked + span:before {
    background-color: #1982FF;
    border: 0;
}

.checkbox3 input:checked + span:after {
    left: 22px;
}

.checkbox3 span:before, .checkbox3 span:after {
    content: '';
    position: absolute;
    top: 50%;
    transition: .3s;
    box-sizing: border-box;
}

@media (max-width: 2500.98px) and (min-width: 1199.98px) {
    .button__link:hover {
        cursor: pointer;
    }

    .button__link:hover:before {
        height: 100%;
    }

    .button__link:hover:after {
        width: 100%;
    }

    .button__link span:hover:before {
        height: 100%;
    }

    .button__link span:hover:after {
        width: 100%;
    }
}

/*! Varriables */
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form__row {
    margin-bottom: 24px;
    position: relative;
}

.form__row label {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #151A30;
    margin-bottom: 8px;
    display: block;
}

.restrictions {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #8F9BB3;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
}

.restrictions img {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.form__top {
    margin-bottom: 48px;
}

.form__title {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: #151A30;
    text-align: center;
    margin-bottom: 12px;
}

.form__paragraph {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #8F9BB3;
}

.color_primary {
    color: #1982FF;
}

.form__input-password {
    position: relative;
}

.pass-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: 12px;
}

@media (max-width: 992px) {
    input,
    textarea {
        font-size: 16px;
    }
}

:focus {
    outline: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-radius: 3px;
    font-size: 1rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

select {
    border: 1px solid #ccc;
}

.form em.error {
    color: red;
    font-style: italic;
    font-size: 10px;
    display: inline-block;
    padding-left: 15px;
    margin-top: 1px;
    position: absolute;
    left: 0;
}

.form__input-group.error input.error {
    border: 1px solid #FF3D71;
}

.form__input-group.error input.error:focus {
    border: 1px solid #1982FF;
    background: #fff;
}

.form__row-border {
    padding-bottom: 24px;
    border-bottom: 1px solid #E1E5EB;
}

@media (max-width: 480px) {
    input, textarea {
        font-size: 14px;
    }
}

/*! Varriables */
.header {
    max-width: 1920px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 200;
    top: 0;
    height: 136px;
    background: #fff;
}

.header-left__catalog-block {
    display: flex;
}

.header-left__catalog-block .header-left__logo {
    width: 169px;
    height: 48px;
    margin-right: 12px;
}

.header-left__catalog-block .header__location {
    margin-right: 12px;
}

.header__top {
    padding: 16px 0;
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.header__location {
    width: auto;
    position: relative;
    padding: 12px 16px;
    height: 56px;
    background: #E8F2FF;
    border-radius: 8px;
}

.header__location p {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #8F9BB3;
    margin-right: 4px;
}


.header__top-left {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 213px;
    margin-right: 16px;
}

.header__right-4pl .header__top-left {
    max-width: 320px;
}

.header__top-left.header__top-min {
    max-width: 100%;
}

.header__top-left.header__top-min .header__location {
    max-width: 100%;
}

.header__purchase {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
}

.header__purchase img {
    margin-right: 4px;
}

.header__purchase:before {
    display: none;
}

.header__purchase p {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #8F9BB3;
    margin-right: 4px;
}

.header__right {
    /*max-width: 311px;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header__right .header__chat {
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px;
    gap: 8px;
    width: 163px;
    height: 32px;
    background: #E8F2FF;
    border-radius: 8px;
    transition: 0.5s;
}

.header__right .header__chat.logistic {
    width: 168px;
}

.header__right .header__chat:hover .text_sm span {
    color: #1982FF;
    cursor: pointer;
}

.header__faq-block a {
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #8F9BB3;
    transition: 0.5s;
}

.header__faq-block a:hover {
    color: #1982FF;
}

.header__right .header__chat .text_sm {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #151A30;
    margin-left: 0;
    transition: 0.5s;
    display: flex;
    align-items: center;
}

.header__right .header__chat .text_sm span {
    margin-left: 8px;
}

.header__chat .header__chat-icon {
    width: 24px;
    height: 24px;
    background-image: url(../../images/header/chat-footer.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.header__chat:hover .header__chat-icon {
    width: 24px;
    height: 24px;
    background-image: url(../../images/header/chat-hover.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.header__chat {
    margin-right: 16px;
}

.header__chat a {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 16px;
    transition: 0.5s;
}

.header__chat a svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.header__chat:not(.logistic):hover a {
    color: #1982FF;
}

.header__chat:not(.logistic):hover a span {
    color: #1982FF;
}

.header__chat.logistic a:hover {
    color: #1982FF;
}

.header__chat.logistic a span:hover {
    color: #1982FF;
}

.header__chat.logistic .popup-all.open {
    padding: 24px;
    width: 260px;
    height: min-content;
    left: -88px;
}

.header__chat.logistic .header__manager__email a,
.header__chat.logistic .header__manager__phone a {
    margin: 0 0 0 6px 0;
}

.header__chat.logistic .header__manager__email {
    padding: 8px 0;
}

.header__chat.logistic .header__manager__phone {
    padding: 8px 0;
}

.header__chat.logistic .header__manager-social {
    padding-top: 8px;
}

.header__chat.logistic .header__manager-social-item {
    height: 40px;
}

.header__chat.logistic .header__manager-social :last-child.header__manager-social-item {
    margin: 0;
}

.header__chat.logistic .popup-all.open .header__manager-social-item a {
    height: 40px;
}

.header__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    background: #F7F9FC;
    padding: 12px 0 12px 0;
}

.header__bottom-menu {
    display: flex;
    width: auto;
}

.header__bottom-menu .menu-item a {
    padding: 8px 16px;
    border-radius: 8px;
    transition: 0.5s;
}

.profile .header__bottom-menu .menu-item a {
    display: flex;
}

.profile .header__bottom-menu .menu-item a img {
    margin-right: 8px;
}

.header__bottom-menu .menu-item a:hover {
    background: #E8F2FF;
    transition: 0.5s;
}

.header__top.new-header, .header__bottom-content {
    max-width: 1568px;
    width: 100%;
    margin: 0 auto;
}

.header__bottom-content {
    display: flex;
    justify-content: space-between;
}

.spacer{
    flex: 1 auto;
}

.profile .header__bottom-menu .menu-item a span {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #151A30;
    display: block;
}

.profile .header__bottom-menu .menu-item.active a span {
    color: #1982FF;
}

.header__bottom-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.header__bottom-manager {
    padding: 0 23px 0 16px;
    height: 40px;
    border-right: 1px solid #EDF1F7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 13px;
    position: relative;
}

.header__bottom-manager .header__manager-popup {
    display: none;
}

.header__bottom-manager .header__manager-popup.open {
    display: block;
}

.header__bottom-manager:hover {
    cursor: pointer;
}

.header__order-cart {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px;
    height: 56px;
    background: #E8F2FF;
    border-radius: 8px;
}

.header__order {
    width: 145px;
    margin-right: 16px;
    padding: 0 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header__order:hover {
    cursor: pointer;
}

.header__order img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.header__order p {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #151A30;
    transition: 0.5s;
}

.header__order:hover p {
    color: #1982FF;
}

.header__cart {
    width: auto;
}

.header__cart a {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header__cart a img {
    width: 24px;
    height: 24px;
}

.header__cart a p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1982FF;
    transition: 0.5s;
}
    .header__cart a p:not(:empty) {
        margin-left: 8px;
    }

.header__cart a:hover p {
    color: #1982FF;
}

.header__logo {
    width: 141px;
}

.header__logo a {
    width: 100%;
    height: 40px;
    display: block;
}

.header__logo img {
    max-width: 100%;
}

.header__catalog {
    width: 134px;
    height: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    background: #1982FF;
    border-radius: 8px;
}

.header__catalog .icon {
    width: 24px;
    height: 24px;
}

.header__catalog p {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-left: 8px;
}

.header__faq-block {
    margin-left: 16px;
}

.header__search-block {
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: 56px;
    margin-left: 12px;
    background: rgba(237, 241, 247, 0.54);
    border-radius: 12px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.header__search {
    position: relative;
    height: 48px;
}

.header__search input.search {
    padding: 8px 12px 8px 16px;
    border-radius: 8px;
}

.header__search input.search:-ms-input-placeholder {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #8F9BB3;
}

.header__search input.search::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #8F9BB3;
}

.header__search button {
    width: 32px;
    height: 32px;
    top: 12px;
    right: 12px;
    position: absolute;
    background: #FFFFFF;
    border-radius: 8px;
}

.header__favorite {
    width: 46px;
    height: 40px;
    position: relative;
    padding-left: 12px;
    margin-right: 16px;
}

.header__favorite .count-favorite {
    position: absolute;
    top: 8px;
    right: -4px;
    background: #FF3D71;
    font-weight: 700;
    font-size: 9px;
    line-height: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.favorite-link__mobile .count-favorite {
    position: absolute;
    top: 8px;
    left: 22px;
    background: #FF3D71;
    font-weight: 700;
    font-size: 9px !important;
    line-height: 16px;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.header-calendar {
    display: inline-flex;
    align-items: center;
}

.header-calendar img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.header-calendar .badge {
    min-width: 16px;
    height: 16px;
    padding: 0;
    margin-left: 4px;
    background: #1982FF;
    font-weight: 700;
    font-size: 9px;
    line-height: 16px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
}

.header-calendar .badge.badge--compact {
    font-size: 8px;
}

.profile .header__bottom-menu .menu-item .header-calendar .badge {
    font-size: 9px;
    line-height: 16px;
    color: #fff;
    display: inline-flex;
}

.profile .header__bottom-menu .menu-item .header-calendar .badge.badge--compact {
    font-size: 8px;
}

.sm_menu_outer .mobile_menu .header-calendar .badge {
    min-width: 16px;
    height: 16px;
    padding: 0;
    margin-left: 4px;
    background: #1982FF;
    font-weight: 700;
    font-size: 9px;
    line-height: 16px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
}

.favorite-link__mobile a {
    display: flex;
}

.favorite-link__mobile a .favorite-icon {
    width: 24px;
    height: 24px;
    background-image: url("../../images/header/favorite.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
}

.favorite-link__mobile a .favorite-icon.active {
    width: 24px;
    height: 24px;
    background-image: url("../../images/delivery/favorite-active.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
}

.count-not, .profile__popup-all .profile-menu__counter {
    position: absolute;
    top: 7px;
    right: 38px;
    background: #FF3D71;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.profile__bottom-block .profile__popup-all .profile-menu__counter {
    position: unset;
    color: #fff;
    margin-left: auto;
}

.profile__popup-all .header__manager-item .profile-menu__bonus-counter,
.profile-with-sidebar .profile-sidebar .header__manager .header__manager-item .profile-menu__bonus-counter {
    font-size: 12px;
    line-height: 16px;
    font-weight: 800;
    color: #1982FF;
    margin-left: auto;
    padding: 4px 12px;
    border-radius: 8px;
    border: 2px solid #1982FF;
}

.notification__mobile .count-not {
    right: inherit;
    left: 22px;
    color: #fff !important;
    font-size: 9px !important;
}

.header__favorite a {
    transition: 0.5s;
    border-radius: 8px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
}

.header__favorite a:hover {
    background: #F7F9FC;
}

.header__favorite:before {
    width: 1px;
    height: 52px;
    background: #D5DCE6;
    top: -8px;
    left: 0;
    content: '';
    position: absolute;
}

.header__search button img {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header__xls {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 64px;
    top: 12px;
    width: 121px;
}

.header__xls img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.header__xls p {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #8F9BB3;
}

.header__bottom-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    margin-right: 16px;
}

.header__manager-picture {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
}

.header__manager-picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.header__manager-count {
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #1982FF;
    border: 3px solid #FFFFFF;
}

.header__manager-count span {
    font-weight: bold;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    color: #FFFFFF;
    padding: 0;
    display: block;
}

.header__show-manager {
    width: 24px;
    height: 24px;
    position: relative;
}

.tooltip-block .catalog-full {
    top: 130px;
}

.tooltip-block .header {
    top: 38px;
}

.left-sidebar .header {
    padding-left: 88px;
    border: 0;
}

.wrapper__block.wrap-4pl.profile .header__favorite, .wrapper__block.wrap-4pl.profile .header__search-block, .wrapper__block.wrap-4pl.profile .header__bottom-right, .wrapper__block.wrap-4pl.profile .header__catalog {
    display: none;
}

.header__notification a {
    position: relative;
}

.header__order-wrap.open {
    display: block;
}

.catalog-full .menu-catalog__container li:hover {
    background: #F7F9FC;
    border-radius: 12px;
}

.catalog-full .menu-catalog__container li:hover {
    color: #1982FF;
}

.header__manager-picture.open img {
    border: 2px solid #1982FF;
}

.catalog-full__menu .menu-catalog__container ul ul li a:hover {
    color: #1982FF;
}

.catalog-full__menu .menu-catalog__container ul ul li a.link_parent:hover {
    color: #1982FF;
}

.profile__popup-all {
    display: none;
}

.profile__popup-all.open {
    display: block;
    padding: 16px;
    width: 360px;
    background: #FFFFFF;
    border: 1px solid #D5DCE6;
    box-shadow: 0px 12px 8px -14px rgb(0 0 0 / 25%), 0px 8px 13px -9px rgb(12 12 12 / 15%);
    border-radius: 12px;
    position: absolute;
    z-index: 2;
    top: 68px;
    left: -264px;
}

.catalog-full__menu .menu-catalog__container ul ul li a.link_parent {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #151A30;
    margin-bottom: 12px;
    display: block;
}

.header__manager-picture img:hover {
    border: 2px solid #1982FF;
}

.header__catalog {
    transition: 0.5s;
}

.header__catalog:hover {
    background: #4399FF;
}

.header__location {
    transition: 0.5s;
    padding-right: 50px;
    max-width: 213px;
}

.header__location .title {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #1982FF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header__location .subtitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #151A30;
}

.header__location img {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 24px;
    height: 24px;

}

.header__location {
    transition: 0.5s;
}

.header__location p {
    transition: 0.5s;
}


.header__location.open p {
    color: #1982FF;
}

.header__catalog .icon-close {
    display: none;
}

.header__catalog.open .icon-open {
    display: none;
}

.header__catalog.open .icon-close {
    display: block;
}

.header__catalog.open {
    background: #0051B0;
}

.header__order-wrap {
    position: absolute;
    width: 316px;
    height: 584px;
    top: 30px;
    left: -37px;
    display: none;
    z-index: 1;
}

.header__order-list {
    position: absolute;
    width: 316px;
    height: auto;
    max-height: 638px;
    background: #FFFFFF;
    box-shadow: 0 9px 35px -16px #003E87;
    border-radius: 12px;
    padding: 0 0 16px;
    transition: 0.5s;
    top: 33px;
    left: 0;
}

.header__order-list .order-limit-indicator{
    border-bottom: 1px solid #D5DCE5;
    padding: 8px 8px 8px 0;
}

.header__order-top {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

.header__order-img {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    margin-right: 16px;
    overflow: hidden;
}

.header__order-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.header__order-item {
    border-bottom: 1px solid #E1E5EB;
    padding: 16px 16px 16px;
}

.header__order-item:last-child {
    border: 0;
}

.header__order-title {
    width: 236px;
}

.header__order-title a {
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    color: #151A30;
    display: -webkit-box;
    overflow: hidden;
    min-height: 35px;
    max-height: 54px;
    text-decoration: inherit;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    transition: 0.5s;
}

.header__order-price p span:not(.price) {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #8F9BB3;
    margin-left: 10px;
}

.header__order-title a:hover {
    color: #1982FF;
}

.header__order-wrap.open .header__order-cart {
    width: 90%;
    left: 16px;
    background: #fff;
    padding: 8px;
}

.header__order-bottom {
    display: -ms-flexbox;
    display: flex;
    padding-left: 48px;
    -ms-flex-align: center;
    align-items: center;
}

.header__order-wrap.open .header__order-cart button span {
    margin-left: 10px;
}

.header__order-price {
    margin-right: 10px;
}

.header__order-price p {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #151A30;
}

.header__order-count {
    padding: 4px 8px;
    width: 97px;
    background: #F7F9FC;
    border-radius: 8px;
    height: 32px;
    display: -ms-flexbox;
    display: flex;
}

.header__order-count .down, .header__order-count .up {
    width: 24px;
    height: 24px;
    background: inherit;
    border: 0;
}

.header__order-count {
    background: inherit;
}

.header__order-count .down img, .header__order-count .up img {
    width: 24px;
    height: 24px;
}

.header__order-count .center {
    width: 49px;
    text-align: center;
}

.header__order-items {
    max-height: 486px;
    overflow: auto;
    padding: 8px 0;
}

.header__order-cart button {
    width: 100%;
}

.header__order-count {
    position: relative;
    padding: 0;
}

.header__order-count .center {
    width: 100%;
}

.header__order-count .down, .header__order-count .up {
    position: absolute;
}

.header__order-count .down {
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
}

.header__order-count .up {
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
}

.header__order-price p {
    color: #151A30 !important;
}

.header__order-count .center:focus {
    background: #F7F9FC;
}

.header__manager-popup {
    position: absolute;
    width: 280px;
    top: 35px;
    left: -190px;
    height: 584px;
}

.header__manager-popup .popup-manager {
    padding: 16px;
    width: 280px;
    height: 584px;
    background: #FFFFFF;
    box-shadow: 0px 9px 35px -16px #003E87;
    border-radius: 12px;
    top: 28px;
    position: absolute;
}

.popup-manager__top {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px;
    border-bottom: 1px solid #E1E5EB;
}

.profile__popup-all .popup-manager__top {
    padding: 12px;
    border: 1px solid #D5DCE6;
    border-radius: 8px;
    margin-bottom: 16px;
}

.profile__popup-all .header__manager-item a {
    display: flex;
    padding: 10px 16px;
    align-items: center;
}

.profile__popup-all .header__manager-item a:hover .header__manager-item-name {
    color: #1982ff;
}

.header__manager .footer__manager-social-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__manager .popup-manager {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.header__manager .popup-manager a {
    padding: 0;
}

.profile__popup-all .logout {
    padding: 10px 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #8F9BB3;
    margin-top: 16px;
    display: block;
}

.profile__popup-all .header__manager-item .profile-menu__reminder {
    margin-left: auto;
    padding: 4px 12px;
    border: 2px solid #FF3D71;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
    text-align: center;
    color: #FF3D71;
}

.profile__popup-all .header__manager-item a span {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #151A30;
}

.profile__popup-all .header__manager-item a img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.profile__popup-all .header__manager__email a {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #8F9BB3;
}

.profile__popup-all .header__manager__email p {
    margin-bottom: 0;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #8F9BB3;
}

.profile__popup-all .popup-manager__top p {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
}

.popup-manager__picture {
    width: 48px;
    height: 48px;
    margin-right: 12px;
    border-radius: 50%;
    overflow: hidden;
}

.popup-manager__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.popup-manager__info {
    width: 204px;
}

.popup-manager__info p {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #151A30;
}

.popup-manager__info .sorname {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #8F9BB3;
}

.popup-manager__list {
    border-bottom: 1px solid #E1E5EB;
    padding-bottom: 16px;
    padding-top: 16px;
}

.popup-manager__list-item {
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
}

.popup-manager__list-item a {
    position: relative;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
}

.popup-manager__list-item a svg {
    width: 24px;
    height: 24px;
}

.popup-manager__list-item a span {
    width: 176px;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #151A30;
    margin-left: 16px;
}

.popup-manager__list-item a .count {
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    top: 0;
    background: #00AADF;
    border-radius: 16px;
}

.popup-manager__list-item a .count span {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    width: 24px;
    margin: 0 auto 0 0;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup-manager__logout {
    padding: 28px 12px;
}

.popup-manager__logout a {
    display: -ms-flexbox;
    display: flex;
}

.popup-manager__logout a svg {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.popup-manager__logout a span {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #8F9BB3;
}

.header__manager__show, .footer__manager__show {
    position: absolute;
    top: 55px;
    right: 0;
    width: 320px;
    border: 1px solid #D5DCE6;
    height: 260px;
    box-shadow: 0px 12px 8px -14px rgba(0, 0, 0, 0.25), 0px 8px 13px -9px rgba(12, 12, 12, 0.15);
    border-radius: 12px;
    padding: 16px 16px 28px 16px;
}

.footer__manager__show {
    display: none;
    background: #fff;
    width: auto;
    z-index: 1;
}

    .header__manager__show .popup-manager__picture, .footer__manager__show .popup-manager__picture {
        width: 48px;
        height: 48px;
        margin-right: 16px;
    }

    .header__manager__show a, .footer__manager__show a {
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
        display: block;
        margin-top: 4px;
        color: #1982FF;
    }

    .header__manager__show .popup-manager__top, .footer__manager__show .popup-manager__top {
        padding: 12px;
        border: 1px solid #D5DCE6;
        border-radius: 8px;
        margin-bottom: 24px;
    }

.header__manager-social, .footer__manager-social {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.header__manager-social-item, .footer__manager-social-item {
    width: 100px;
    height: 44px;
    background: #E8F2FF;
    border-radius: 8px;
    margin-right: 8px;
    transition: 0.5s;
}

    .header__manager-social-item:hover, .footer__manager-social-item:hover {
        background: #EDF1F7;
    }

    .header__manager-social-item a, .footer__manager-social-item a {
        text-align: center;
        padding-top: 6px;
    }


.header__manager__email img, .header__manager__phone img, .footer__manager__email img, .footer__manager__phone img {
    width: 16px;
    height: 16px;
    margin-right: 12px;
}

.header__manager__email a, .header__manager__phone a, .footer__manager-info .footer__manager__email a, .footer__manager-info .footer__manager__phone a {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #151A30;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
}

.header__manager__show.open .header__manager-social, .footer__manager__show.open .footer__manager-social {
    padding-left: 0;
}

.header__manager__email a:hover, .header__manager__phone a:hover, .footer__manager__email a:hover, .footer__manager__phone a:hover {
    color: #1982FF;
}

.header__manager__show .popup-manager__info a, .footer__manager__show .popup-manager__info a {
    position: relative;
    display: inline-block;
}

    .header__manager__show .popup-manager__info a:after, .footer__manager__show .popup-manager__info a:after {
        position: absolute;
        top: 0;
        right: -24px;
        content: '';
        background-image: url("../../images/header/ar-l.svg");
        background-repeat: no-repeat;
        transition: 0.5s;
        background-position: center;
        width: 16px;
        height: 16px;
    }

.footer__manager__show.open {
    background: #fff;
    height: auto;
    padding: 16px;
    top: 58px;
    display: block;
    left: -75px;

    @media (max-width: 719px) {
        top: 60px;
    }
}
.footer__manager__show.open{
    top: 65px;
}

.footer__develop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

    .footer__develop a {
        color: #8F9BB3;
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 20px;
        margin-right: 11px;
    }


.popup-manager__info {
    position: relative;
}

.popup-manager__info .arrow {
    position: absolute;
    top: 8px;
    right: 0;
    width: 24px;
    height: 24px;
}

.header__manager__show .popup-manager__info p {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    color: #151A30;
    margin-bottom: 4px;
}

.header__manager__show .popup-manager__info p:last-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #8F9BB3;
    margin-bottom: 0;
}

.header__manager__show {
    display: none;
}

.header__manager__show.open {
    display: block;
    top: 40px;
    z-index: 1;
}

.scroll-bar::-webkit-scrollbar {
    width: 5px;
}

.scroll-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #99a3b9;
}

.scroll-bar::-webkit-scrollbar-thumb {
    background-color: #99a3b9;
    outline: 1px solid #e8f2ff;
}

.search__component {
    width: 650px;
    height: auto;
    max-height: 508px;
    background: #FFFFFF;
    box-shadow: 0 14px 39px -25px #002B5E;
    border-radius: 12px;
    position: absolute;
    top: 70px;
    left: 0;
    padding: 16px;
    overflow: auto;
    display: none;
}

.search__component .to-cart button {
    padding: 12px 16px;
    width: 56px;
    height: 48px;
    background: #1982FF;
    border-radius: 8px;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
}

.search__component.open {
    display: block;
}

.search__list {
    border-bottom: 1px solid #E1E5EB;
    padding: 12px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.search__list .title {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #151A30;
    margin-bottom: 2px;
}

.search__list .subtitle {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #8F9BB3;
    width: 100%;
}

.search__list .search__icon {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 12px;
}

.search__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 0;
}

.search__item button {
    width: 56px;
    height: 52px;
    padding: 8px 16px;
    background: #E8F2FF;
    border-radius: 8px;
}

.search__photo {
    background: #FFFFFF;
    border-radius: 4px;
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.search__photo img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.search__title {
    width: auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 16px;
    max-width: 482px;
}

.search__title .name {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #151A30;
    margin-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 47px;
}

.search__bottom {
    display: -ms-flexbox;
    display: flex;
}

.search__bottom .tag {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #1982FF;
    padding: 4px 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    background: #E8F2FF;
    border-radius: 4px;
    margin-right: 10px;
}

.search__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.search__price p {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #151A30;
    margin-right: 10px;
}

.search__price span {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #8F9BB3;
    margin-right: 10px;
}

.header__manager {
    position: relative;
}

.header__right .header__manager__show {
    height: auto;
    background: #fff;
    top: 30px;
}

.text_sm {
    transition: 0.5s;
}

.text_sm:hover {
    cursor: pointer;
    color: #1982FF;
}

.header__manager .text_sm.open {
    color: #1982FF;
}

.header__order.open {
    background: rgba(237, 241, 247, 0.54);
    border-radius: 12px;
}

.header__order.open p {
    color: #1982FF;
}

.header__order {
    transition: 0.5s;
}

.header__order:hover {
    background: rgba(237, 241, 247, 0.54);
    border-radius: 12px;
}

.all-rezult button {
    position: relative;
    height: 48px;
    background: #E8F2FF;
    top: inherit;
    left: inherit;
    width: 100%;
    right: inherit;
}

.search__list .search__icon {
    top: 22px;
}

.search__component a:first-child .search__icon {
    top: 12px;
}

.search__component a:first-child .search__list {
    padding-top: 0;
}

.header__location-popup {
    padding: 32px 24px 0 16px;
    width: 912px;
    height: 602px;
    background: #FFFFFF;
    box-shadow: 0px 14px 39px -25px #002B5E;
    border-radius: 16px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 888;
    overflow: auto;
    max-height: 602px;
    display: none;
}

.header__location.header__location-4pl {
    max-width: 320px;
}

.header__location-popup .title {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: #151A30;
}

.header__location-popup .subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #8F9BB3;
    margin-bottom: 32px;
}

.header__location:hover {
    cursor: pointer;
}

.header__location-popup.open {
    display: block;
}

.header__location-content {
    display: -ms-flexbox;
    display: flex;
}

.header__location-content__left {
    width: 283px;
    margin-right: 16px;
}

.header__location-content__right {
    width: 581px;
    height: 500px;
    background: rgba(143, 155, 179, 0.5);
    border-radius: 8px;
    margin-top: 46px;
}

.header__location-search {
    width: 283px;
    height: 48px;
    background: inherit;
    border-radius: 8px;
    margin-bottom: 16px;
    position: relative;
}

.header__location-search input {
    width: 283px;
    height: 48px;
    background: inherit;
    border-radius: 8px;
    padding: 8px 40px 8px 12px;
}

.header__location-search button img {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 12px;
    right: 12px;
}

.location-tag {
    padding: 0;
    width: 283px;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.location-tag img {
    margin-right: 12px;
    width: 24px;
    height: 24px;
}

.location-tag p {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #151A30;
}

.location-object {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #8F9BB3;
}

.location-object:hover {
    cursor: pointer;
}

.location-object p.title {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #151A30;
    padding-right: 30px;
    margin-bottom: 12px;
}

.location-object p.subtitle {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #8F9BB3;
    padding-right: 30px;
    margin-bottom: 0;
}

.location-object img.arrow {
    position: absolute;
    top: 0;
    right: 16px;
    width: 24px;
    height: 24px;
}

.location-object .blocked-payer {
    padding: 4px;
    border: 1px solid;
    width: max-content;
    color: #FF3D71;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    gap: 5px;
    margin-bottom: 12px;
    font-size: 12px;
    align-items: center;
}

.location-object .blocked-payer img {
    width: 18px;
}

.popup-manager__list-item:hover {
    background: #F7F9FC;
    border-radius: 12px;
}

.popup-manager__list-item:hover svg {
    fill: #1982FF;
}

.popup-manager__list-item:hover svg rect {
    fill: #1982FF;
}

.popup-manager__list-item:hover a span {
    color: #1982FF;
}

.popup-manager__list-item:hover .count span {
    color: #fff;
}

.popup-manager__logout:hover span {
    color: #1982FF;
}

.popup-manager__logout:hover svg {
    fill: #1982FF;
}

.popup-manager__logout:hover svg rect {
    fill: #1982FF;
}

.child-menu .child-menu__not-link {
    padding: 16px 48px 16px 16px;
    position: relative;
}

.child-menu .child-menu__not-link span {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #151A30;
}

.child-menu .child-menu__not-link:hover span {
    color: #1982FF;
}

.search__component .to-cart button {
    transition: 0.5s;
}

.search__component .to-cart button:hover {
    background: #BFDCFF;
}

.child-menu.child-menu__level.active > .arrow-list {
    transform: rotate(180deg);
}

.child-menu.active > .arrow-list {
    transform: rotate(180deg);
}

.search__title .name {
    transition: 0.5s;
}

.search__title .name:hover {
    color: #1982FF;
}

.catalog-full__menu .menu-catalog__container ul ul li:hover {
    background: #fff !important;
}

.catalog-full__menu .menu .child-menu:hover a span {
    color: #1982FF;
}

.header__catalog.open .icon-close svg path {
    fill: #fff;
}

.catalog-full__menu .child-menu .child-menu__not-link span {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.child-menu.active .child-menu.active .child-menu__link {
    color: #1982FF;
}

.header__search-mobile {
    display: none;
}

.header__search input {
    transition: 0.5s;
}

.header__logo-mobile {
    display: block;
}

.left-sidebar .header__logo-mobile {
    display: none;
}

.role-person .header__logo-mobile {
    display: block;
}

.header__search-mobile-open {
    display: none;
}

.header__search-mobile-open button {
    top: 13px;
}

.header__search-mobile-open input {
    height: 58px;
}

.header__search-mobile-open.open {
    display: block;
    position: fixed;
    top: 44px;
    left: 16px;
    width: auto;
    height: 48px;
    z-index: 4;
    right: 16px;
}

.header__search-mobile-open button {
    position: absolute;
    top: 13px;
    right: 8px;
    padding: 4px;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 8px;
}

.catalog-full__menu .sidebar__top .sidebar__item:hover {
    background: #F7F9FC;
    border-radius: 12px;
}

.catalog-full__menu .child-menu .child-menu__link span {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.catalog-full__menu .sidebar__item svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.s1-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #8F9BB3;
}

.catalog-content__new {
    display: flex;
}

.catalog-full__menu .child-menu.child-menu__full .child-menu__link:after {
    top: 12px;
    right: 8px;
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
}

.catalog-full__menu .child-menu .child-menu__link {
    padding: 16px 24px 16px 16px;
}

.catalog-full__menu .sidebar__item {
    position: relative;
}

.catalog-full__menu .sidebar__item:before {
    display: none;
}

.catalog-full__menu .sidebar__item:after {
    width: 24px;
    height: 24px;
    position: absolute;
    content: '';
    background-image: url(../../images/catalog/arrow-down.svg);
    background-repeat: no-repeat;
    transition: 0.5s;
    background-position: center;
    top: 16px;
    transform: rotate(270deg);
    right: 0;
}

.catalog-full__menu .menu-catalog__container ul ul {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 290px;
    background: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 34px 34px 0;
    max-height: 622px;
    overflow: auto;
    width: calc(100% - 430px);
    border-radius: 0;
}

.catalog-full__menu .menu-catalog__container ul ul li {
    width: 33.3%;
    margin-bottom: 24px;
    padding-right: 30px;
}

.catalog-full__menu .menu-catalog__container ul ul li span {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #151A30;
    margin-bottom: 12px;
    display: block;
}

.catalog-full__menu .menu-catalog__container ul ul li a {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #8F9BB3;
    display: block;
    margin-bottom: 8px;
    padding: 0;
}

.catalog-full__menu .menu-catalog__container li.active > ul {
    display: -ms-flexbox !important;
    display: flex !important;
}

.catalog-full__menu .menu-catalog__container li.active .child-menu__link {
    background: #F7F9FC;
    border-radius: 12px;
}

.catalog-full__menu .child-menu .child-menu__link:after {
    background-image: url(../../images/catalog/category/ar-g.svg);
    background-repeat: no-repeat;
    transition: 0.5s;
    background-position: center;
    transform: inherit;
}

.catalog-full__menu .child-menu.active .child-menu__link:after {
    background-image: url(../../images/catalog/category/ar-b.svg);
    background-repeat: no-repeat;
    transition: 0.5s;
    background-position: center;
    transform: inherit;
}

.catalog-full__menu .menu-catalog__container li.active .child-menu__link span {
    color: #151A30;
}

.catalog-full {
    width: 100%;
    max-width: 1600px;
    position: fixed;
    height: 680px;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0px 14px 39px -25px #002B5E;
    border-radius: 0px 0px 16px 16px;
    display: none;
}

.left-sidebar .header__logo {
    display: none;
}

.left-sidebar .header__catalog {
    margin-left: 0;
}

.catalog-full.open {
    display: -ms-flexbox;
    display: flex;
}

.catalog-full__slider .swiper-slide {
    width: 58px;
    height: 83px !important;
    margin: 0 auto;
}

.catalog-full__slider .swiper-slide img {
    width: auto;
    max-height: 83px;
    height: auto;
    margin: 0 auto;
}

.catalog-full__slider {
    width: 100px;
    height: 480px;
    overflow: hidden;
    margin-top: 72px;
}

.catalog-full__menu-center {
    width: auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}

.catalog-full__menu-center:after {
    position: absolute;
    top: 0;
    background: #E1E5EB;
    width: 1px;
    height: 100%;
    content: '';
    right: 16px;
}

.catalog-full__menu .menu-catalog__container li.active > ul {
    z-index: 2;
}

.catalog-full {
    padding-right: 16px;
    padding-left: 12px;
}

.catalog-full__menu {
    width: 281px;
    border-right: 1px solid #E1E5EB;
}

.header__catalog:hover {
    cursor: pointer;
}

.catalog-full__nav .swiper-button._prev {
    padding: 4px 16px;
    width: 56px;
    height: 32px;
    background: #E8F2FF;
    border-radius: 8px;
    position: absolute;
    top: 24px;
    right: 38px;
}

.catalog-full__nav .swiper-button._next {
    padding: 4px 16px;
    width: 56px;
    height: 32px;
    background: #E8F2FF;
    border-radius: 8px;
    position: absolute;
    bottom: 24px;
    right: 38px;
}

.catalog-full__menu .menu {
    max-height: 428px;
    overflow: auto;
}

.catalog-full__menu .sidebar__top {
    width: 254px;
    border-bottom: 0;
    padding-bottom: 0;
}

.catalog-full__menu .sidebar__top .sidebar__item {
    background: #fff;
    margin-bottom: 0;
    border-radius: 0;
    transition: 0.5s;
    display: flex;
    align-items: center;
}

.header__location-content__right .location-block_new {
    padding: 5px 0px;
}

.header__location-content__right .location-block_new a {
    background-color: #1982FF;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: solid 1px #1461af;
}

.header__location-content__right #map {
    height: 464px;
}

#saveGotCookieWarning {
    color: #fff !important;
    background-color: #0365d9;
}

.catalog-full__menu .sidebar__top .sidebar__item img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    transition: 0.5s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.catalog-full__menu .sidebar__top .sidebar__item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.catalog-full__menu .sidebar__top .sidebar__item p {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    transition: 0.5s;
}

.catalog-full__menu .sidebar__top .sidebar__item:hover p {
    color: #1982FF;
}

.catalog-full__menu .sidebar__top .sidebar__item:hover svg rect {
    fill: #1982FF;
}

.sidebar__item {
    transition: 0.5s;
}

.sidebar__item p, .sidebar__item svg {
    transition: 0.5s;
}

.sidebar__top .sidebar__item p {
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
}

.sidebar__top .sidebar__item {
    display: flex;
    align-items: center;
}

.sidebar__item:hover p {
    color: #1982FF;
}

.product__list-table .cart-t__count {
    height: 48px;
}

.sidebar__item:hover svg rect {
    fill: #1982FF;
}

.sidebar__title {
    display: none;
}

.mobile-location {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 36px;
    right: 16px;
}

.header__manager__show .popup-manager__info a {
    transition: 0.5s;
}

.header__manager__show .popup-manager__info a:hover {
    color: #0051B0;
}

.header__alert {
    background: #FF3D71;
    padding: 12px 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.header__alert-close.close {
    display: none;
}

.header__alert-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header__alert-text img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.header__alert-text p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    margin-right: 8px;
}

.header__alert-text a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.header__alert-close {
    width: 16px;
    height: 16px;
}

.header__alert-close:hover {
    cursor: pointer;
}

.location-list {
    overflow-y: auto;
    max-height: 355px;
    overflow-x: hidden;
    margin-right: 5px;
}

.location-list::-webkit-scrollbar {
    width: 5px;
}

.location-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #99a3b9;
}

.location-list::-webkit-scrollbar-thumb {
    background-color: #99a3b9;
    outline: 1px solid #e8f2ff;
}

.child-menu.active > .child-menu__link:after {
    transform: rotate(-180deg);
}

.header__order-count .down, .header__order-count .up {
    width: 16px;
    height: 24px;
}

.header__order-count .center {
    font-size: 13px;
}

.header__order-count .down {
    left: 6px !important;
}

.header__order-count .up {
    right: 6px !important;
}

.popup-manager__top p {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #151A30;
}

.header__chat {
    position: relative;
}

.popup-all.open {
    display: block;
    padding: 16px;
    width: 255px;
    height: 140px;
    background: #FFFFFF;
    border: 1px solid #D5DCE6;
    box-shadow: 0px 12px 8px -14px rgba(0, 0, 0, 0.25), 0px 8px 13px -9px rgba(12, 12, 12, 0.15);
    border-radius: 12px;
    position: absolute;
    z-index: 2;
    top: 40px;
    left: -50px;
}

.header__chat .popup-all.open {
    height: min-content;
}

.footer__chat {
    position: relative;
}

.footer__chat .popup-all.open {
    left: -27px;
    top: 75px;
    height: min-content;
}

.popup-all.open p {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #151A30;
    margin-bottom: 16px;
}

.popup-all.open .header__manager-social {
    padding-left: 0;
}

.popup-all.open .header__manager-social-item a, .popup-all.open .footer__manager-social-item a {
    text-align: center;
    padding-top: 0;
    position: relative;
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
}

    .popup-all.open .header__manager-social-item a img, .popup-all.open .footer__manager-social-item a img {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.profile-wrapper {
    padding: 136px 24px 16px !important;
    width: 100%;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the ‘X’ from Chrome */
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 {
    display: none;
}


@media (max-width: 1599px) {
    /*.profile-wrapper {*/
    /*    padding: 70px 24px 16px !important;*/
    /*    width: 100%;*/
    /*}*/
}

.tooltip-block .profile-wrapper {
    padding: 170px 16px 16px !important;
}

.left-sidebar .header.not-header:before, .left-sidebar .header.header-min:before {
    display: none;
}

.profile-wrapper.header-min {
    padding: 136px 16px 16px !important;
}

.tooltip-block .profile-wrapper.header-min {
    padding: 150px 16px 16px !important;
}

.header.header-min {
    height: 136px;
}

.header__manager__show.header__manager__show-mobile.open {
    display: none;
}

.header__location .location-mobile {
    display: none;
}

.footer__menu {
    width: auto;
    flex: 1 1 auto;
}


@media (max-width: 4500.98px) and (min-width: 767.98px) {
    #accordian .menu .child-menu:hover > .child-menu-ul.scroll-bar {
        display: -ms-flexbox !important;
        display: flex !important;
        z-index: 2;
        height: 100%;
    }
}

@media (max-width: 1599px) {
    .wrapper__block {
        max-width: 100%;
    }

    .header__top.new-header {
        padding: 0 16px;
    }

    .header__bottom {
        padding: 12px 16px 12px 0;
    }

    .footer {
        padding: 0 24px;
    }

    .footer__left, .footer__right {
        width: 100%;
    }


    .footer__number {
        text-align: center;
    }

    .footer__top {
        flex-wrap: wrap;
    }
}

@media (max-width: 1339px) {
    .footer__right {
        width: 374px;
        margin: 48px auto 0;
    }

    .left-sidebar .header__catalog {
        margin-left: 16px;
    }

    .catalog-full__menu .menu-catalog__container ul ul li {
        width: 50%;
    }

    .catalog-full__menu .menu-catalog__container ul ul {
        width: calc(100vw - 428px);
    }

    .search__component {
        left: -120px;
    }

    .header__alert-text p, .header__alert-text a {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 1199px) {
    .left-sidebar .header:before, .header__cart a p.out-cart-caption, .header__notification, .header__catalog {
        display: none;
    }

    .header__order-list {
        left: -125px;
    }

    .wrapper__block.left-sidebar.role-person .header__logo-mobile {
        min-width: 55px;
        width: 55px;
        height: 60px;
        display: flex !important;
        align-items: center;
    }

    .header__top.new-header .header__search-block {
        margin-left: 0;
    }

    .header__location p, .header__purchase p {
        font-size: 10px;
    }

    .header__favorite:before, .header-left__catalog-block .header-left__logo {
        display: none;
    }

    .header__right {
        width: auto;
        margin-right: 56px;
    }

    .header__cart a img {
        margin-right: 0;
    }

    .header__catalog .icon-open {
        display: none;
    }

    .header__catalog p {
        margin-left: 0;
    }

    .text_sm {
        font-size: 10px;
    }

    .header__bottom {
        display: none;
    }

    .header {
        height: 80px;
    }

    .profile__bottom-block {
        order: 1;
    }

    .header__bottom-right {
        width: auto;
        order: 2;
    }

    .footer__left {
        flex-wrap: wrap;
    }

    .footer__menu {
        width: 100%;
        margin-top: 0;
        margin-left: 40px;
    }

    .footer__menu ul {
        margin: 0 !important;
    }

    .header-left__catalog-block .header-left__logo {
        margin-right: 12px;
    }

}

@media (max-width: 1023px) {
    .header__manager .text_sm {
        font-size: 8px;
    }

    .header__right {
        width: auto;
    }

    .header__purchase p {
        font-size: 8px;
    }

    .header__location p {
        font-size: 6px;
    }

    .text_sm {
        font-size: 8px;
    }

    .header__purchase img {
        width: 16px;
        height: 16px;
    }

    .header__alert {
        height: auto;
    }

    .header__alert-text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 80%;
    }

    .header__order p {
        display: none;
    }

    .header__order-cart {
        width: auto;
    }

    .header__order {
        width: 50px;
    }


    .header__bottom-right {
        margin-left: 0;
    }

    .multi-select-container .multi-select-button {
        width: 100%;
        max-width: 100%;
    }

    .search__component {
        left: 0;
        top: 55px;
        width: 100%;
        max-height: 508px;
    }

    .catalog-full__menu .menu-catalog__container ul ul li {
        width: 50%;
        margin-bottom: 24px;
    }

    .catalog-full__menu .menu-catalog__container ul ul li {
        width: 100%;
    }

    .header__location-popup {
        width: 552px;
    }

    .header__location-content__left {
        width: 283px;
        margin-right: 16px;
        max-height: 480px;
        overflow: auto;
    }

    .header__location-content__right {
        width: 355px;
    }

    .header__order-price p {
        display: block;
    }

    .header__order-wrap.open {
        display: block;
    }

    .header__order-wrap {
        left: -130px;
    }

    .header__manager__show.header__manager__show-mobile.open {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        box-shadow: none;
        background: #FFFFFF;
        padding: 16px 16px 28px 16px;
    }
}

@media (max-width: 719px) {
    .footer__menu {
        margin-left: 0;
        margin-top: 40px;
    }

    .search__title {
        margin-right: 65px;
    }

    .header-left__catalog-block, .header__favorite, .header__location .title, .header__location .subtitle, .header__location img {
        display: none;
    }

    .header__location .location-mobile {
        display: block;
    }

    .header-left__catalog-block {
        display: block;
    }

    .header-left__catalog-block .header__location {
        display: block;
        position: absolute;
        top: 12px;
        right: 208px;
        background: inherit;
    }

    .header__search-mobile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 44px;
    }

    .header__search-block {
        width: 56px;
        border-radius: 12px;
        background: #fff;
        -ms-flex: 0;
        flex: 0;
        height: 44px;
    }

    .header__search-mobile {
        width: 48px;
        height: 44px;
        position: relative;
    }

    .header__search-mobile img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 24px;
        height: 24px;
    }

    .header__search-mobile-open .all-rezult button {
        position: relative;
        height: 48px;
        background: #E8F2FF;
        top: inherit;
        left: inherit;
        width: 100%;
        right: inherit;
    }

    .header__manager-picture.open .header__manager__show {
        display: block;
        left: inherit;
        right: -108px;
        width: 290px;
    }

    .header__manager-picture.open img {
        border: 0;
    }

    .header__manager-picture.open .header__manager-social .header__manager-social-item img {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .left-sidebar .wrapper {
        width: 100%;
        -ms-flex: 1;
        flex: 1;
    }


    .mobile-location {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 12px;
        right: 12px;
    }

    .header__location-content {
        display: block;
    }

    .header__location-content__left {
        width: 100%;
        margin-right: 0;
        max-height: 480px;
        overflow: auto;
    }

    .header__location-search {
        width: 100%;
    }

    .location-tag {
        width: 100%;
    }

    .header__location-search input {
        width: 100%;
    }

    .header__location-content__right {
        width: 100%;
    }

    .header__location-popup.open {
        display: block;
        height: 100vh;
        overflow: auto;
        max-height: 100%;
    }

    .header__logo-mobile {
        display: block;
        width: 48px;
        height: 48px;
    }

    .header__logo {
        display: none;
    }

    .header__search-mobile {
        background: rgba(237, 241, 247, 0.54);
        border-radius: 12px;
    }

    .header__catalog p {
        display: none;
    }

    .header__catalog {
        background: #1982FF;
        border-radius: 8px;
        width: 48px;
        height: 48px;
        padding: 0;
    }

    .header__cart a p.out-cart-caption, .header__show-manager {
        display: none;
    }

    .header__bottom-manager {
        border-right: 0;
    }

    .header__bottom-manager {
        width: 40px;
        padding: 0;
        margin: 0 16px;
    }

    .header__manager-picture {
        margin-right: 0;
    }

    .header__order {
        width: 24px;
        margin: 0 16px 0 0;
        padding: 0;
    }

    .header__bottom-right {
        min-width: 56px;
        -ms-flex: inherit;
        flex: inherit;
        width: 56px;
    }

    .header__bottom-center {

        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .wrapper .catalog-content .sidebar.open {
        display: block;
    }

    .catalog-full__slider, .catalog-full__menu-center {
        display: none;
    }

    .catalog-full {
        width: 100%;
        position: fixed;
        z-index: 7;
        height: 100vh;
        top: 0;
    }

    .catalog-full__menu .menu-catalog__container ul ul {
        width: 100%;
        left: inherit;
        position: relative;
        padding-right: 0;
    }

    .catalog-full__menu {
        width: 100%;
        border-right: 0;
    }

    .catalog-full__menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sidebar__top {
        width: 100%;
        -ms-flex-order: 2;
        order: 2;
    }

    .menu-catalog.menu-catalog__container {
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }

    .catalog-full {
        padding-right: 12px;
        padding-top: 12px;
    }

    .catalog-full__menu .sidebar__top {
        width: 100%;
    }

    .catalog-full__menu .menu {
        padding-right: 0;
        max-height: 100%;
    }

    .catalog-full__menu .child-menu .child-menu__link {
        padding: 16px 24px 16px 12px;
    }

    .sidebar__item {
        padding: 16px 12px;
    }

    .catalog-full__menu .menu-catalog__container ul ul {
        width: 100%;
        left: inherit;
        position: relative;
        padding-right: 0;
    }

    .catalog-full__menu .menu-catalog__container ul ul {
        padding: 16px;
        max-height: 340px;
    }

    .sidebar__title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 16px;
        width: 100%;
    }

    .sidebar__title p {
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        color: #080038;
    }

    .catalog-full {
        padding-right: 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .catalog-full__menu .menu-catalog__container ul ul li span {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .catalog-full__menu .menu-catalog__container ul ul {
        padding: 10px 16px;
    }

    .catalog-full.open {
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
    }

    .catalog-full__menu .menu-catalog__container ul ul li {
        margin-bottom: 12px;
    }

    .search__item, .search__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .search__item {
        padding: 8px 0;
    }

    .search__component .to-cart button {
        width: 40px;
        height: 40px;
        padding: 10px 10px;
    }

    .search__price {
        width: 100%;
    }

    .search__item .to-cart {
        position: absolute;
        right: 8px;
    }

    .header__location-popup {
        width: 100%;
        position: fixed;
        top: 0;
        transform: inherit;
        left: 0;
        background: #fff;
        z-index: 666;
        padding: 12px;
    }

    .header__location-popup .title {
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        color: #080038;
    }

    .header__cart {
        min-width: 56px;
    }

    .wrapper__block.left-sidebar.role-person .header__logo-mobile .role-person .header__logo-mobile, .role-person .header__logo-mobile, .wrapper__block.left-sidebar.role-person .header__logo-mobile {
        display: block;
    }

    .header__search-block {
        margin-right: 0;
    }

    .header__order-cart {
        padding: 0;
    }

    .header__search.header__search-laptop {
        display: none;
    }

    .header__search-mobile {
        display: block;
    }

    .header__catalog {
        display: none;
    }

    .wrapper__block.wrap-4pl .header {
        height: 80px;
    }

    .wrapper__block.left-sidebar.wrap-4pl.role-person.tooltip-block .wrapper {
        padding-top: 130px;
    }

    .wrapper__block.left-sidebar.wrap-4pl.role-person .wrapper {
        padding-top: 80px;
    }

    .header {
        height: 120px;
    }

    .header__cart a img {
        margin-left: 15px;
    }

    .header__search-block {
        position: absolute;
        right: 148px;
    }

    .header__right {
        margin-right: 51px;
    }

    .profile-wrapper {
        padding: 120px 16px 16px !important;
    }

    .profile-wrapper.header-min {
        padding: 70px 16px 16px !important;
    }

    .wrapper__block.role-person.wrap-4pl .profile-wrapper.header-min {
        padding: 70px 16px 16px !important;
    }

    .tooltip-block .profile-wrapper {
        padding: 158px 16px 16px !important;
    }
}

@media (max-width: 480px) {
    .tooltip-block .profile__sidebar {
        top: 55px;
    }

    .mobile__location-social .popup-manager__top.mobile-manager__top {
        border-top: 1px solid #E1E5EB;
        padding-top: 16px;
        border-bottom: 0;
    }

    .mobile__location-social .popup-manager__top.mobile-manager__top p {
        font-weight: 700;
        font-size: 15px;
        line-height: 24px;
        color: #151A30;
    }

    .header__manager-social-item {
        position: relative;
    }

    .mobile__location-social .popup-manager__top.mobile-manager__top p span {
        display: block;
    }

    .mobile__location.mobile__location-social .header__manager-social-item a {
        padding: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        width: 24px;
    }

    .mobile__location-social .header__manager-social {
        padding-left: 0;
    }

    .role-person .header {
        padding-left: 0 !important;
    }

    .role-person .header:before {
        display: none;
    }


    .wrapper__block {
        max-width: 100%;
    }

    .left-sidebar .wrapper {
        width: 100%;
        -ms-flex: inherit;
        flex: inherit;
    }

    .header__order-wrap {
        height: 384px;
    }

    .header__order-list .header__order-cart {
        width: 100%;
    }

    .header__search-mobile-open.open {
        top: 12px;
        left: 12px;
        right: 12px;
    }

    .header__order, .header__show-manager {
        display: none;
    }

    .header__bottom-center {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }


    .header__bottom {
        padding: 12px;
    }


    .header__order-cart {
        padding: 0;
        margin: 0;
    }


    .header__search-block {
        margin-right: 0;
    }
}

/*! Varriables */

.footer {
    border-radius: 32px;
    background: #EDF2F8;
    padding: 48px;
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
}

.footer__right {
    width: auto;
    flex: 1 1 auto;
    margin-left: 48px;
}

.footer__left {
    display: flex;
    width: 234px;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #FFF;
}

.screenshot__photo {
    border-radius: 8px;
    border: 1px solid #D5DCE5;
    display: flex;
    width: 148px;
    height: 148px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.screenshot__text {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 16px;
    margin-bottom: 12px;
}

.screenshot__info {
    color: #8F9BB3;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 24px;
}

.screenshot__bottom {
    display: flex;
    justify-content: center;
}

.footer__right-bottom .screenshot__bottom {
    margin-bottom: 20px;
}

.footer__right-bottom .screenshot__bottom .screenshot__link:first-child {
    margin-right: 10px;
}

@media (min-width: 1280px) {
    .footer__right-bottom .screenshot__bottom {
        display: none;
    }
}

.screenshot__bottom .screenshot__link:last-child {
    margin-right: 0;
}

.product-block {
    display: flex;
    border-radius: 16px;
    background: #FFF;
    padding: 12px 24px;
    align-items: flex-start;
    margin-right: 16px;
}

.footer__manager {
    display: flex;
    padding: 12px 24px;
    align-items: flex-start;
    margin-right: 16px;
    border-radius: 16px;
    border: 1px solid #D5DCE5;
}

.footer__manager-picture {
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin-right: 16px;
}

.footer__manager-info {
    width: auto;
    flex: 1 1 auto;
}

.footer__right-top {
    padding-bottom: 56px;
    border-bottom: 1px solid #D5DCE5;
    display: flex;
    justify-content: space-between;
}

.footer__right-block {
    display: flex;
    align-items: center;
}

.screenshot__photo-block {
    display: flex;
    justify-content: center;
    margin: 0 auto 24px;
}

.footer__right-left {
    display: flex;
}

.footer__right-left .product-block:last-child {
    margin-right: 0;
}

.product-block__picture {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 16px;
}

.product-block__text {
    width: auto;
    flex: 1 1 auto;
}

.product-block__text p {
    color: #151A30;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 8px;
}

.product-block__text a {
    color: #1982FF;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 16px;
    display: block;
}

.footer__top {
    padding: 0 0 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #D5DCE6;
    margin-bottom: 48px;
}

.footer__right-bottom {
    padding-top: 56px;
}

.footer__right {
    width: 374px;
}


.footer__menu {
    margin-bottom: 40px;
}

.footer__menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.footer__chat {
    display: flex;
    padding: 12px 16px;
    border-radius: 16px;
    border: 1px solid #D5DCE5;
}

.footer__right-bottom p {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #8F9BB3;
}

.footer__chat-icon {
    width: 24px;
    height: 24px;
    background-image: url("../../images/header/chat-hover.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 16px;
}


.footer__chat:hover .footer__chat-icon {
    width: 24px;
    height: 24px;
    background-image: url("../../images/header/chat-footer.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.footer__chat .text_sm .text_sm:hover {
    color: #4399FF;
}

.footer__menu-item {
    margin-right: 28px;
}

.footer__menu .footer__menu-item .footer__menu-link {
    color: #8F9BB3;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 16px;
}

.footer__menu-link {
    display: flex;
    align-items: center;
}

.footer__menu-link img {
    margin-right: 8px;
    height: 16px;
}

.footer__menu .footer__menu-item .footer__menu-link:hover {
    color: #1982FF;
}

.footer__logo {
    width: 240px;
    height: 68px;
    margin-bottom: 10px;
    margin-right: 40px;
}

.footer__right-bottom .footer__phone {
    display: none;
}

.footer__phone a {
    color: #151A30;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 8px;
}

.footer__phone p {
    color: #8F9BB3;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 16px;
}

.footer__phone {
    margin-left: 16px;
    min-width: 155px;
}

.footer__number a {
    color: #151A30;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 8px;
    display: block;
}

.footer__number a:hover {
    color: #1982FF;
}

.footer__social-list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: relative;
}

.footer__social-list svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer__social-item {
    width: 48px;
    height: 48px;
    margin-right: 32px;
    background: #F7F9FC;
    border-radius: 16px;
    position: relative;
    transition: 0.5s;
}

.footer__social-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
}

.footer__social-item:hover {
    background: #EDF1F7;
}

.footer__social-item:last-child {
    margin-right: 0;
}

.footer__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 33px;
    padding-bottom: 31px;
}

.footer__manager .footer__manager-block {
    display: flex;
    padding: 12px;
    min-width: 283px;
    width: auto;
    border: 1px solid #D5DCE6;
    border-radius: 8px;
    align-items: center;
}

@media (max-width: 719px) {
    .footer__manager .footer__manager-block {
        width: 100%;
    }

    .footer__manager {
        width: 100%;
    }
}

.footer__manager-picture {
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    margin-right: 24px;
}

.footer__manager-info p.subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #8F9BB3;
    margin-top: 4px;
}

.footer__manager-block {
    position: relative;
}

.footer__manager-block .header__manager__show {
    display: none;
}

.footer__manager-block.open .header__manager__show {
    display: block;
    top: inherit;
    bottom: 76px;
    left: 0;
    right: inherit;
    background: #fff;
    z-index: 8;
    height: auto;
}

.footer__manager-block.open .header__manager__show a:after {
    display: none;
}

.footer__manager-block.open .popup-manager .header__manager__email a, .footer__manager-block.open .popup-manager .header__manager__phone a {
    font-size: 16px;
    line-height: 22px;
    color: #151A30;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
}

.footer__manager-block.open .popup-manager .header__manager__email a:hover, .footer__manager-block.open .popup-manager .header__manager__phone a:hover {
    color: #1982ff;
}

.footer__manager-block:hover {
    cursor: pointer;
}

.footer__manager-block.open .header__manager-social {
    justify-content: center;
    padding-left: 0;
}

.footer__manager-block.open .header__manager-social-item:last-child {
    margin-right: 0;
}

.footer__manager-picture img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}


.footer__manager-info p.title {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    color: #151A30;
}

.footer__manager-info p.name, .footer__chat-info p {
    color: #151A30;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 8px;
}

.footer__manager-info a, .footer__chat-info a, .footer__chat-info  .link,  .footer__manager-info .footer__bottom-manager{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #1982FF;
    position: relative;
}
.footer__manager-info{
    position: relative;
}
.header__manager__show.open {
    background: #fff;
    height: auto;
    padding: 16px;
    top: 40px;
}
.footer__develop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

.footer__develop a {
    color: #8F9BB3;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    margin-right: 11px;
}
.footer__develop a.logo__compo{
    margin-right: -5px;
    margin-left: 13px;
}
.footer__develop img:last-child{
    margin-left: -4px;
}
.footer__develop .logo__compo img {
    margin-top: 6px;
    height: 25px;
}

.footer__develop img.logo__delimiter {
    width: 12px;
}

.footer__develop p {
    color: #8F9BB3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.footer__develop a:hover {
    color: #1982FF;
}

.footer .policy {
    color: #8F9BB3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 40px;
}

.policy-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px;
}

.policy-block a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #8F9BB3;
    margin-right: 24px;
    transition: 0.5s;
}

.policy-block a:hover {
    color: #1982FF;
}

.policy-block a.youtube {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #1982FF;
    padding: 10px 16px;
    width: 168px;
    height: 40px;
    border-radius: 8px;
    transition: 0.5s;
}

.policy-block a.youtube:hover {
    background: #E8F2FF;
}

.policy-block a.youtube img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.wrapper__pages a {
    display: block;
    margin: 20px;
    font-size: 20px;
}

.policy-mobile {
    display: none;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #7C7B9D;
    margin: 0 36px;
}

.footer__manager-picture img {
    border-radius: 50%;
}

.footer__manager-info a {
    transition: 0.5s;
}

.footer__manager-info a:hover {
    color: #0051B0;
}

.cookies-btn {
    background-color: #fff;
    border: 1px solid #e1e5eb;
    border-radius: 16px;
    bottom: 20px;
    box-shadow: 0 2px 4px #1f00df14;
    left: 20px;
    margin: 0;
    max-width: 504px;
    padding: 16px 24px 24px;
    position: fixed;
    z-index: 10;
}

.cookies-btn .info {
    width: auto;
}

    .cookies-btn .info p.title {
        font-size: 18px;
        font-weight: 700;
        line-height: 135%;
        margin-bottom: 8px;
    }

    .cookies-btn .info p.subtitle {
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
    }

.ms-options-wrap > button {
    height: 56px;
    padding: 4px 16px;
    background: #FFFFFF;
    border: 1px solid #E4E9F2 !important;
    box-sizing: border-box;
}

.ms-options-wrap {
    border-radius: 4px;
}

.ms-options ul {
    padding: 16px 0 !important;
}

.ms-options {
    max-height: 200px !important;
    box-sizing: border-box;
    padding: 12px 16px !important;
    z-index: 5;
    position: absolute;
    left: 0;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid #D5DCE6 !important;
    box-shadow: 0px 12px 8px -14px rgb(0 0 0 / 25%), 0px 8px 13px -9px rgb(12 12 12 / 15%);
    border-radius: 8px;
}

.ms-options-wrap > button {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 18px;
    color: #8F9BB3 !important;
    padding: 16px 30px 16px 16px !important;
    border-radius: 8px;
    border: 1px solid #D5DCE6 !important;
    transition: 0.5s;
}

.ms-options-wrap:hover > button {
    border: 1px solid #1982FF !important;
}

/*.ms-options-wrap > button:after{*/
/*    border-bottom: 2px solid #8F9BB3;*/
/*    border-right: 2px solid #8F9BB3;*/
/*    content: '';*/
/*    display: block;*/
/*    height: 7px;*/
/*    margin-top: -4px;*/
/*    pointer-events: none;*/
/*    position: absolute;*/
/*    right: 17.5px;*/
/*    top: 50%;*/
/*    transform-origin: 66% 66%;*/
/*    transform: rotate(45deg);*/
/*    transition: all 0.15s ease-in-out;*/
/*    width: 7px;*/
/*}*/
/*.ms-options-wrap > .ms-options {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    margin-top: 1px;*/
/*    margin-bottom: 20px;*/
/*    background: white;*/
/*    z-index: 2000;*/
/*    border: 1px solid #aaa;*/
/*    text-align:left;*/
/*}*/
/*.ms-options-wrap > .ms-options {*/
/*    transform: rotate(-135deg);*/
/*    border-bottom: 2px solid #1982FF;*/
/*    border-right: 2px solid #1982FF;*/
/*}*/
.ms-options-wrap > .ms-options > ul li.selected label, .ms-options-wrap > .ms-options > ul label:hover {
    background-color: #fff !important;
}

.ms-options-wrap > .ms-options > ul label {
    padding: 8px 8px 4px 40px !important;
    margin-bottom: 4px !important;
}

.ms-options-wrap > .ms-options > .ms-search input {
    border: 1px solid #E4E9F2 !important;
    height: 48px;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 2px solid #BAC4E0;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 12px;
    background: inherit;
    min-width: 20px;
}

.ms-options-wrap > .ms-options > ul label {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #151A30;
    position: relative;
    width: 100%;
}

.mobile__profile a:before {
    display: none;
}

.mobile__profile a {
    padding: 0 !important;
    border: 0 !important;
}

.mobile__profile {
    margin-bottom: 16px;
}

.sm_menu_outer .mobile__profile .popup-manager__picture img {
    width: 48px;
    height: 48px;
    min-width: 48px;
}

.sm_menu_outer .mobile__profile .popup-manager__info {
    width: auto;
    flex: 1 1 auto;
}


.sm_menu_outer .mobile__profile .popup-manager__info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #8F9BB3;
    text-align: left;
    position: relative;
    width: 100%;
    background: inherit;
    text-transform: inherit;
    right: inherit;
    top: inherit;
    height: auto;
    display: block;
}

.sm_menu_outer .mobile__profile .popup-manager__info p.name {
    position: relative;
    width: 100%;
    background: inherit;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #151A30;
    margin-bottom: 4px;
    right: inherit;
    top: inherit;
    height: auto;
    display: block;
}

.sm_menu_outer .mobile__profile .popup-manager__top {
    padding: 12px;
    border: 1px solid #D5DCE6;
    border-radius: 8px;
    width: 100%;
}

.mobile__profile .popup-manager__picture {
    width: 48px;
    height: 48px;
    margin-right: 24px;
    min-width: 48px;
}

.ms-options-wrap, .ms-options-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.ms-options-wrap > .ms-options {
    margin-top: 58px !important;
}

.cookies-btn .btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px;
    margin-top: 24px;
    gap: 8px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #114CFD;
}

.subscription {
    z-index: 2;
    max-width: 1920px;
    position: fixed;
    bottom: 40px;
    left: 50%;
    width: calc(100% - 48px);
    transform: translateX(-50%);
}

.subscription__content {
    display: flex;
    justify-content: space-between;
    padding: 24px 48px;
    background: #E8F2FF;
    border-radius: 12px;
    width: 100%;
    align-items: center;
}

.subscription__content .title {
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    color: #151A30;
    margin-bottom: 16px;
}

.subscription__content .subtitle {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #8F9BB3;
}

.subscription__left {
    width: auto;
    flex: 1 1 auto;
}

.subscription__right {
    width: 784px;
}

.subscription__form {
    display: flex;
    align-items: center;
}

.subscription__form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8F9BB3;
    margin-right: 16px;
}

.subscription__form .form__input-group input {
    font-weight: 400;
    padding: 8px 12px 8px 16px;
    gap: 12px;
    width: 345px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #D5DCE6;
    border-radius: 8px;
    margin-right: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #151A30;
}

.subscription__form .form__close {
    padding: 12px 16px;
    gap: 8px;
    width: 56px;
    height: 48px;
    border: 1px solid #1982FF;
    border-radius: 8px;
    margin-left: 16px;

}

.subscription__form .form__close:hover {
    cursor: pointer;
}

.subscription__form .form__input-group input:hover {
    border: 1px solid #1982FF;
}

.subscription__form .form__input-group button {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    text-align: center;
}

.trusted-picture {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.footer__manager-info a:hover,
.product-block__text a:hover,
.footer__chat-info .link:hover,
.footer__chat-info a:hover,
.footer__manager-info .footer__bottom-manager:hover,
.header__manager-info .footer__bottom-manager:hover {
    color: #0051B0;
    cursor: pointer;
}
.header__bottom-manager:hover{
    color: #0051B0;
}
@media (max-width: 1599px) {
    .subscription__left {
        width: 400px;
        flex: inherit;
    }

    .subscription__content {
        padding: 24px;
    }

    .footer__right-top {
        flex-wrap: wrap;
        padding-bottom: 0;
        border: 0;
    }

    .footer__right-bottom {
        padding-top: 24px;
    }

    .footer__menu, .footer .policy {
        margin-bottom: 24px;
    }

    .footer__develop {
        justify-content: flex-start;
    }

    .footer__right-left {
        width: 100%;
        padding-bottom: 32px;
        border-bottom: 1px solid #D5DCE5;
        margin-bottom: 32px;
    }
}


@media (max-width: 1279px) {
    .subscription__content {
        flex-wrap: wrap;
    }

    .subscription__left {
        width: 100%;
        padding-right: 100px;
    }

    .subscription__form .form__close {
        position: absolute;
        top: 24px;
        right: 24px;
    }

    .subscription__form label {
        display: block;
        width: 100%;
        margin-bottom: 16px;
        margin-right: 0;
    }

    .subscription__form {
        flex-wrap: wrap;
    }

    .subscription__content .subtitle {
        margin-bottom: 24px;
    }

    .footer__left {
        display: none;
    }

    .footer__right {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }

    .footer {
        padding: 32px;
    }

    .product-block, .footer__manager, .footer__chat {
        width: 50%;
    }

    .footer__right-block .footer__phone {
        display: none;
    }

    .footer__right-block {
        width: 100%;
    }

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

    .footer__menu-link img {
        display: none;
    }

    .footer__menu ul {
        width: 440px;
        text-align: center;
        justify-content: center;
        margin: 0 auto !important;
    }

    .footer__menu {
        margin-left: 0;
        margin-bottom: 8px;
    }

    .footer .policy {
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    .footer__right-bottom .footer__phone {
        display: block;
        margin-bottom: 24px;
    }

    .footer__phone p {
        text-align: center;
    }
}

@media (max-width: 719px) {
    .subscription__form .form__input-group input {
        width: 100%;
    }

    .subscription__left {
        padding-right: 55px;
    }

    .subscription__form .form__input-group button {
        margin-top: 16px;
    }

    .subscription__form .form__input-group {
        width: 100%;
    }

    .subscription__form .form__input-group button {
        max-width: 134px;
    }
}

@media (max-width: 1279px) {
    .tooltip-block .profile-wrapper {
        padding: 120px 16px 16px !important;
    }

    .footer__top {
        padding: 0 0 36px;
    }

    .cookies-btn {
        width: 96%;
    }

    .footer__chat .popup-all.open p {
        padding-right: 0;
    }

    .popup-all.open.mobile-chat {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        box-shadow: none;
        background: #FFFFFF;
        padding: 16px 16px 28px 16px;
    }

    .role-person .header__logo-mobile {
        display: block;
    }

    .header__right {
        margin-left: 16px;
    }
}

@media (max-width: 719px) {

    .product-block, .footer__manager, .footer__chat{
        width: 100%;
        margin: 0 0 16px;
    }
    .tooltip-block .profile-wrapper {
        padding: 158px 16px 16px !important;
    }
    .footer__menu{
        margin-top: 0;
    }
    .footer__right-bottom {
        padding-top: 0;
    }
    .footer__menu ul{
        width: 100%;
    }
    .footer__menu-item{
        margin-right: 0;
        margin-left: 16px;
    }
    .footer__menu ul     .footer__menu-item:first-child{
        margin-left: 0;
    }
    .footer__develop{
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer__develop a:first-child{
        order: 1;
        width: 100%;
        display: block;
        text-align: center;
    }
    .footer__right-bottom p{
        order: 3;
        width: 100%;
        text-align: center;
    }
    .footer__right-left {
        flex-wrap: wrap;
        padding-bottom: 16px;
    }
    .footer__develop a,    .footer__develop img{
        order: 2;
    }
    .footer__right-block{
        flex-wrap: wrap;
    }
    .header__location.header__location-left {
        position: absolute;
        left: inherit;
        background: inherit;
        right: 210px;
    }

    .header__right.header__right-4pl {
        margin-left: 0;
    }

    .header__location.header__location-left.header__location-4pl {
        left: inherit;
        right: inherit;
    }

    .header__top-left.header__top-min .header__location {
        max-width: 100%;
        width: calc(100vw - 216px);
        background: #E8F2FF;
        border-radius: 8px;
    }

    .footer__manager {
        height: auto;
    }

    .cookies-btn .info p.title {
        font-size: 12px;
        line-height: 16px;
    }

    .policy-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .policy-block a {
        display: block;
        width: 100%;
        margin-bottom: 24px;
        margin-right: 0;
    }

    /*.policy-block a:first-child {*/
    /*    -ms-flex-order: 2;*/
    /*    order: 2;*/
    /*}*/
    /*.policy-block a:nth-child(2) {*/
    /*    -ms-flex-order: 3;*/
    /*    order: 3;*/
    /*    margin-bottom: 0;*/
    /*}*/
    .footer__develop .logo__compo img {
        margin-top: 4px;
        height: 18px;
    }

    .footer__develop img.logo__delimiter {
        width: initial;
    }


    .footer__bottom {
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 36px;
        padding-bottom: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__social {
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-flexbox;
        display: flex;
        padding: 32px 0;
        width: 100%;
    }

    .footer__right-bottom {
        display: block;
    }


    .footer__chat {
        margin: 0 auto 24px;
    }

    .footer__right-bottom p {
        text-align: center;
    }

    .popup-all.open p {
        padding-right: 80px;
    }

    .profile__popup-all.open {
        width: 280px;
        left: -165px;
    }

    .header__right.header__right-4pl .profile__manager-picture div img {
        min-width: 48px;
    }
}


@media (max-width: 480px) {
    .profile__manager-picture {
        height: 100%;
    }

    .tooltip-block .header {
        top: 55px;
    }

    .section-pagination__content {
        padding-left: 0 !important;
    }

    .section-pagination {
        margin: 0 auto !important;
    }

    .cookies-btn .btn {
        padding: 8px;
        width: 100px;
        height: 34px;
        font-size: 14px;
        line-height: 24px;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .cookies-btn {
        padding: 10px;
    }

    .cookies-btn .info p.title, .cookies-btn .info p.subtitle {
        text-align: center;
        display: block;
    }

    .cookies-btn {
        display: block;
        height: auto;
    }

    .cookies-btn .btn {
        margin: 6px auto 0;
    }
}

@media (max-width: 480px) {
    .tooltip-block .profile-wrapper {
        padding: 175px 16px 16px !important;
    }
}

