/*===GROUP GLOBALS===*/
:root {
    --container-width: 1600px;
    --container-offset: 100% -var(--container-width);
    --container-offset-adaptive: 100vw -var(--container-width);
    --container-offset-right: calc(calc(100% - 1600px) / 2);

    --main-background: #f7f7f7;

    --main-margin-sm: 20px;

    --color-bright: #f7f7f7;
    --color-dark: #101010;
    --color-orange: #f54500;

    --gradient-orange-idle: linear-gradient(180deg, #ec6627 0%, #e01e13 100%);
    --gradient-orange-focus: linear-gradient(
            180deg,
            #ec6627 0%,
            #e01e13 100%
    ); /* @TODO переделать, когда добавится градиент */

    --carousel-margin-right: calc(
            0 - var(--container-offset-right)
    ); /* правая граница каруселей, уходящих за край изображения */

    --transition-stock: 0.2s all ease-in-out;

    --shadow-button-orange: 0px 83px 23px 0px rgba(253, 73, 46, 0), 0px 53px 21px 0px rgba(253, 73, 46, 0.03),
    0px 30px 18px 0px rgba(253, 73, 46, 0.11), 0px 13px 13px 0px rgba(253, 73, 46, 0.19),
    0px 3px 7px 0px rgba(253, 73, 46, 0.22);

    --shadow-button-black: -12px 183px 51px 0px rgba(0, 0, 0, 0), -7px 117px 47px 0px rgba(0, 0, 0, 0.01),
    -4px 66px 40px 0px rgba(0, 0, 0, 0.05), -2px 29px 29px 0px rgba(0, 0, 0, 0.09),
    0px 7px 16px 0px rgba(0, 0, 0, 0.1);

    --history-face-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

@font-face {
    font-family: "IBM";
    src: url("../../assets/fonts/ibm/IBMPlexSans-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "IBM";
    src: url("../../assets/fonts/ibm/IBMPlexSans-Light.ttf") format("truetype");
    font-weight: 300;
}

[data-layout="true"] {
    background: var(--main-background);
}

figure,
body[data-layout="true"] {
    margin: 0;
}

[data-layout="true"] a {
    text-decoration: none;
}

.press__banner-title-button {
	color: var(--Black, #101010);
}


[data-layout="true"] * {
    font-family: "IBM", sans-serif;
    font-weight: 400;
}

footer {
    margin-top: 100px;
    height: 200px;
}


.footer__container {
    height: fit-content;
    margin-top: 0;
}

.footer__container .logo__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    bottom: -4px;
    max-width: 100%;
}


.footer__container .logo__container img {
    width: var(--container-width);
    flex-shrink: 0;
    max-width: 100%;
}

.footer__content {
    background: #101010;
}

.footer-content__navigation {
    padding: 52px 0 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    gap: 20px;
}

.footer-content__nav-column:nth-child(1) {
    width: 50%;
}

.footer-content__nav-column:nth-child(2) {
    width: 50%;
}

.nav-columns__list {
    display: flex;
    gap: 125px;
}
.nav-column__item.custom-class_h1
{
    padding-bottom: 10px;
    padding-top: 10px;
}
.footer-content__nav-column {
    color: white;
}
.footer-content__nav-column a.custom-class_h1 {
    font-weight: 400;
    font-size: 20px;
    line-height: 16px;
    color: white;

}
.footer-content__nav-column a {
    color: var(--Gray_black-background, #8e9094);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
}

.footer-content__nav-column a.footer-content__main-link {
    color: white;
    font-size: 20px;
    padding-bottom: 15px;
}
.style_h1_footer
{
    white-space: nowrap;
}
.footer-content__nav-column a:hover {
    text-decoration: underline;
}

.footer-content__nav-column ul {
    gap: 10px;
    padding-top: 10px;
}

footer .error__found {
    color: var(--Gray_black-background, #57585a);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */

    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
}
footer .error__found a {
 color: inherit;
}
footer .error__found a:hover {
    color: #656262;
}
.footer-contacts__row {
    width: 100%;
    padding: 28px 0;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

    display: flex;
    justify-content: space-between;
}

.footer-contacts__row .error__found {
    color: #57585A;
}
.offert_block
{
    display:flex;
    gap:10px
}
.footer-content__copyright {
    padding: 30px 0;
}

.footer-content__copyright p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}
.footer_number
{
    color: white;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}
.footer-contacts__content {
    gap: 37px;
}

.footer__icons {
    margin-right: 10px;
    gap: 10px;
}

.footer__companies {
    gap: 26px;
}

.footer__icons,
.footer__companies {
    align-items: center;
}

.footer-contacts__phone {
    color: var(--White, #fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-left: auto;
    margin-right: 35px;
}

.footer-content__navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.flexible__column {
    display: flex;
    flex-direction: column;
}

#menu-columns,
#menu-columns + ul {
    width: 50%;
    box-sizing: border-box;
}
.first_footer_flex
{
    display: flex;
    gap: 20px;
}
.link__boxed {
    display: block;
}

/*===END GLOBALS===*/
/*
________________________________________________________________________________
*/
/*===GROUP POSITIONS===*/
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.position__top-left {
    left: 0;
    top: 0;
}

.position__top-right {
    right: 0;
    top: 0;
}

.position__bottom-left,
.position__bottom-right {
    bottom: 0;
}

.position__bottom-left {
    left: 0;
}

.position__bottom-right {
    right: 0;
}

.inverted {
    transform: rotate(180deg);
}

/*===END POSITIONS===*/
/*
________________________________________________________________________________
*/
/*===GROUP COLORS===*/
.colored__bright {
    color: var(--color-bright);
}

.colored__dark {
    color: var(--color-dark);
}

.colored__bright-nested,
.colored__bright-nested * {
    color: var(--color-bright);
}

.colored__dark-nested,
.colored__dark-nested * {
    color: var(--color-dark);
}

.background__black {
    background-color: #101010;
}

.background__black * {
    color: #FFF;
}

/*===END COLORS===*/
/*
________________________________________________________________________________
*/
/*===GROUP MARGIN AND PADDING===*/
.margin-top__small {
    margin-top: var(--main-margin-sm);
}

.margin-bottom__small {
    margin-bottom: var(--main-margin-sm);
}

/*===END MARGIN AND PADDING===*/
/*
________________________________________________________________________________
*/
/*===GROUP DISPLAY===*/
/**
@TODO Удалить, заменить на объявление флекса внутри уникальных классов в styles.css либо иных файлах стилей
.some-class__container,
.some-other-class__container {
    display: flex;
    flex-direction: column;
}
*/
.flexible__row {
    display: flex;
    flex-direction: row;
}

.flexible__column {
    display: flex;
    flex-direction: column;
}

.flexible__column-reverse {
    display: flex;
    flex-direction: column-reverse;
}

.flexible__row-reverse {
    display: flex;
    flex-direction: row-reverse;
}

.grid {
    display: grid;
}

.grid-two-columns {
    grid-template-columns: repeat(2, 1fr);
}

.grid-three-columns {
    grid-template-columns: repeat(3, 1fr);
}

.link__boxed {
    display: block;
    text-decoration: none;
}

.display__none,
.hidden {
    display: none !important;
}

/*===END DISPLAY===*/
/*
________________________________________________________________________________
*/
/*===GROUP ALIGN AND JUSTIFY===*/
.justify__center {
    justify-content: center;
}

.justify__between {
    justify-content: space-between;
}

.justify__start {
    justify-content: start;
}

.justify__end {
    justify-content: end;
}

.align__center {
    align-items: center;
}

.align__end {
    align-items: flex-end;
}

.align__start {
    align-items: flex-start;
}

#header-search {
    position: relative;
    z-index: 21;
}

#header-search:hover {
    transition: all 0.3s ease-in-out;

    circle, path {
        stroke: #f54500;
    }
}

.header-search {
    position: absolute;

    width: 744px;
    right: -20px;
    top: -16px;
    z-index: 20;
    background: #F7F7F7;
    border: 1px solid #101010;
    border-radius: 5px;
}

.dynamic-menu__header-color .header-search {
    background: black;
    color: white;
    border: 1px solid #ffffff2b;
}

.header-search__input {
    width: calc(100% - 40px);
    outline: none;
    border: none;
    border-bottom: 1px solid #101010;
    font-size: 16px;
    padding: 20px 0;

    margin: 0 auto;
    display: flex;

    margin-bottom: 30px;
    background: transparent;
}

.header-search__container {
    padding: 0 20px 30px 20px;
}

.header-search__container:has(.header-search__items:empty) .header-search__title {
    opacity: 50%;
    text-align: center;
}

.header-search__title {
    font-size: 32px;
    margin-bottom: 18px;
    margin-top: 0;
}

.header-search__items {
    max-width: 100%;

    margin-bottom: 20px !important;

    max-height: 60vh;
    padding-right: 5px;
    overflow-y: scroll;

    .new-items__item {
        box-sizing: border-box;
    }
}

.dynamic-menu__header-color .new-items__item {
    background: #101010;
}

.header-search__items::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    border: 1px solid rgba(0, 0, 0, 0.49);
    border-radius: 5px;
}

.header-search__items::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 5px;
}

@media screen and (max-width: 600px) {
    .header-search__items::-webkit-scrollbar {
        width: 10px;
    }
    .offert_block
    {
        flex-direction: column;
    }

}

.header-search__items.new-items__list {
    border-bottom: 0;
}

.dynamic-menu__header-color .header-search__items::-webkit-scrollbar-thumb {
    background: white;
}

.dynamic-menu__header-color .header-search__items::-webkit-scrollbar {
    border: 1px solid white;
}


.header-search__news {
}

.search-news-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;

    padding-bottom: 20px;
    border-bottom: 1px solid #101010;
    margin-bottom: 30px;

    span {
        font-size: 12px;
        color: #B2B2B2;
    }

    p {
        font-size: 14px;
        color: #101010;
    }
}

.search-news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/*===END ALIGN AND JUSTIFY===*/
/*
________________________________________________________________________________
*/
/*===GROUP OTHER===*/
.list-style__none {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.with__max-width {
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
}

/*.banner__carousel {
	margin-bottom: 50px;
} */

.with__width-overflow {
    max-width: 100%;
}

.with__wrap {
    flex-wrap: wrap;
}

.with__no-wrap {
    flex-wrap: nowrap;
}

.with__margin-overflow {
    max-width: calc(var(--container-width) + var(--container-offset-right));
    margin-right: var(--carousel-margin-right) !important;
}

.margin-overflow__reversed {
    margin-right: unset !important;
    margin-left: var(--carousel-margin-right) !important;
}

/*===END OTHER===*/
/*
________________________________________________________________________________
*/
/*===GROUP TAGS===*/

button {
    cursor: pointer;
}

.button__play {
    cursor: pointer;
}

.button__white,
.button__transparent,
.button__orange,
.button__orange-gradient,
.buttons__orange-gradient button,
.buttons__transparent button,
.buttons__orange button,
.button__black,
.buttons__black button {
    padding: 20px;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    cursor: pointer;
}

.button__orange {
    a {
        color: var(--White, #fff);
    }
}

.button__white,
.button__transparent,
.button__orange,
.button__orange-gradient,
.buttons__orange-gradient button,
.buttons__transparent button,
.buttons__orange button {
    outline: none !important;
    border: none;
}

.button__view {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border: none;
    outline: none;
    border-radius: 5px;
    padding: 12px;
}

.button__view_selected {
    path {
        fill: #57585A !important;
    }
}

.button__view:not(.button__view_selected) {
    path {
        fill: transparent !important;
        stroke: #57585A !important;
    }
}

.hidden-element {
    display: none !important;
}

.button__white,
.buttons__black button,
.button__black {
    transition: var(--transition-stock);

    outline: none !important;
    border: 1px solid #101010;
    background: transparent;
    border-radius: 5px;
    color: var(--Black, #101010);
}

.button__white:hover,
.button__white:focus,
.button__black:hover,
.button__black:focus,
.buttons__black button:hover,
.buttons__black button:focus {
    border: 1px solid transparent;
    box-shadow: var(--shadow-button-black);
}

.button__white {
    background: white;
}

.buttons__transparent button,
.button__transparent {
    background: none;
}

.button__orange,
.buttons__orange button {
    transition: var(--transition-stock);

    border-radius: 5px;
    background: var(--color-orange) !important;
    color: var(--color-bright) !important;
    box-shadow: none;

    span {
        color: var(--color-bright) !important;
    }
}

.input-password-icon {
    position: absolute;
    right: 0px;
}

.button__orange:hover,
.button__orange:active,
.buttons__orange button:hover,
.buttons__orange button:focus {
    box-shadow: var(--shadow-button-orange);
}

.button__orange-gradient,
.buttons__orange-gradient button {
    background: var(--gradient-orange-idle);
}

.buttons__orange-gradient button:hover,
.buttons__orange-gradient button:focus,
.button__orange-gradient:hover,
.button__orange-gradient:active {
    background: var(--gradient-orange-focus);
}

.button__no-style {
    outline: none;
    border: none;
    background: none;
    padding: 0;

    cursor: pointer;
}

.button__no-style * {
    user-select: none;
    pointer-events: none;
}

/*===END TAGS===*/
/*
________________________________________________________________________________
*/
/*===SWIPER===*/
.swiper-pagination__lined .swiper-pagination-bullet {
    width: 3em;
    border-radius: 0;
    height: 3px;
}

/*===END SWIPER===*/

.checkbox-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
}

#basket-root .checkbox-wrapper {
    flex-direction: row;
    align-items: center;
}

.checkbox__filter-values {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;

    padding: 5px;
    gap: 5px;
}

.checkbox__filter-values label {
    width: fit-content;
    align-items: start;
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}

.category-filters__list.category-filters__common .checkbox-wrapper {
    flex-direction: row;
}

.checkbox-wrapper label {
    color: var(--Gray_black-background, #57585a);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

#basket-root .checkbox-wrapper input,
.checkbox-wrapper .checkbox__item input {
    appearance: none;
    background-color: #e8e8e8;
    border-radius: 50px;
    border-style: none;
    flex-shrink: 0;
    height: 15px;
    margin: 0;
    position: relative;
    width: 30px;
}
.checkbox__filter-values {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.accordion-header {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.checkbox__filter-values.active + .checkbox__item .accordion-arrow {
    transform: rotate(180deg);
}
.arrowGroup{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.accordion-arrow {
    margin-left: auto;
    transition: transform 0.3s ease;
    cursor: pointer;

}
.checkbox__filter-values.active {
    display: block;
    max-height: 500px;
    overflow: auto;
}


#basket-root .checkbox-wrapper input::before,
.checkbox-wrapper .checkbox__item input::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
}

.checkbox-wrapper input,
.checkbox-wrapper input::after {
    transition: all 100ms ease-out;
}

.checkbox-wrapper input::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 12.5px;
    width: 12.5px;

    left: 3px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.checkbox-wrapper input[type="checkbox"] {
    cursor: pointer;
}

#basket-root .checkbox-wrapper input:checked,
.checkbox-wrapper input:checked {
    background-color: #1c86ff;
}

.checkbox-wrapper input:checked::after {
    background-color: #fff;
    left: 15px;
}

.checkbox-wrapper :focus:not(.focus-visible) {
    outline: 0;
}

/* second-checkbox */
/* Customize the label (the container) */
.checkbox-container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    color: var(--Gray_black-background, #57585a);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox-container__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;

    background: var(--grey_select, #e8e8e8);
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkbox-container__checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkbox-container__checkmark {
    background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container__checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkbox-container__checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkbox-container__checkmark:after {
    left: 26%;
    top: 49%;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg) translate(-50%, -50%);
}

.input__checkbox {
    user-select: none;

    input[type="checkbox"]:checked + .checkbox__field {
        background: var(--blue-gradient, #1C86FF);
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.input__group label {
    transition: all 0.2s ease-in-out, opacity 0.1s ease-in-out;
    cursor: pointer;
}

.input__group_focus {
    label {
        top: -10px;
        font-size: 12px;
    }
}

.input__group:has(.input__field[value]) {
    label {
        bottom: 35px;
        font-size: 12px;
    }
}

/*===SCROLLBARS===*/
.scrollbar__orange {
    scrollbar-width: thin;
    scrollbar-color: #f54500 transparent;
    overflow: auto;
}

.scrollbar__orange::-webkit-scrollbar {
    width: 6px;
}

.scrollbar__orange::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
}

.scrollbar__orange::-webkit-scrollbar-thumb {
    background: #f54500;
    border: 1px solid #fff;
    border-radius: 5px;
}

.scrollbar__orange::-webkit-scrollbar-thumb:hover {
    background: #e54100;
}

.scrollbar__none::-webkit-scrollbar {
    display: none;
}

/*==END SCROLLBARS===*/

.filter-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--Black, #101010);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.filter-btn::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("./assets/images/filter.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.filter-btn::after {
    width: 0 !important;
    height: 0 !important;
}

.close-icon {
    width: 24px;
    height: 24px;
    background-image: url("../../assets/images/del-btn.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.delete-select-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--orange-gradient, #f54500);
    font-size: 16px;
    cursor: pointer;
}

/*

________________________________________________________________________________
*/
/*==SWIPER===*/
.wrapper__centered img {
    width: 100%;
}

/*
________________________________________________________________________________
 */
/*===ADAPTIVE DESKTOP SMALL===*/
@media (max-width: 1600px) {
    :root {
        --container-width: 1440px;
        --container-offset: 100% -var(--container-width);
        --container-offset-right: calc(calc(100% - 1440px) / 2);
    }
}

@media screen and (min-width: 1341px) and (max-width: 1440px) {
    :root {
        --container-width: 1330px;
        --container-offset: 100% -var(--container-width);
        --container-offset-right: calc(calc(100% - 1340px) / 2);
    }

    /* .with__max-width {
        max-width: 1340px;
    } */
    .footer__container .logo__container img {
        width: 100%;
    }

    .footer__container .logo__container img {
        height: 360px;
    }

    .footer-content__navigation {
        padding: 52px 0 35px 0;
    }
}

/*
________________________________________________________________________________
*/
/*===ADAPTIVE LAPTOP SMALL===*/
@media screen and (min-width: 965px) and (max-width: 1340px) {
    :root {
        --container-width: 938px;
        --container-offset: 100% -var(--container-width);
        --container-offset-right: calc(calc(100% - 964px) / 2);
    }

    .with__margin-overflow {
        max-width: calc(956px + var(--container-offset-right));
    }

    .footer__container .logo__container img {
        width: 100%;
    }
}

@media (max-width: 1340px) {
    .d-none-l {
        display: none;
    }
}

/*
________________________________________________________________________________
*/
/*===ADAPTIVE TABLET===*/

.footer-content__mobile-icon {
    display: none;

    * {
        transition: all 0.3s ease-in-out;
    }
}

.toggle_active .footer-content__mobile-icon {
    transform: rotate(-180deg);

    circle, path {
        stroke: #1C86FF;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --main-margin-sm: 16px;
    }
    .first_footer_flex
    {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 705px) and (max-width: 964px) {
    :root {
        --container-width: 704px;
        --container-offset: 100% -var(--container-width);
        --container-offset-right: calc(calc(100% - 704px) / 2);
    }
}

.header-search__mobile-btn {
    display: none !important;
}

@media (max-width: 964px) {
    .footer-content__navigation {
        flex-direction: column;
    }

    .footer-content__nav-column:nth-child(1),
    .footer-content__nav-column:nth-child(2),
    .footer-content__nav-column:nth-child(3) {
        width: 100%;
    }

    .footer-content__nav-column:nth-child(1) {
        padding-top: 0;
    }

    .footer-content__nav-column {
        padding: 16px 0;
    }

    .footer-content__mobile-icon {
        display: block;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*[data-mobile-toggle] {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: space-between;*/
    /*}*/
    /*[data-mobile-toggle]::after {*/
    /*    content: "";*/
    /*    background-image: url("../images/arrow-toggler.svg");*/
    /*    background-position: center;*/
    /*    background-repeat: no-repeat;*/
    /*    background-size: cover;*/
    /*    width: 27px;*/
    /*    height: 27px;*/
    /*    transition: all 0.2s ease-in-out;*/
    /*}*/
    .toggle_active::after {
        background-image: url("../images/arrow-toggler_active.svg");
    }

    .hidden-toggler {
        display: none;
    }

    .footer-content__nav-column {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-content__nav-column:nth-child(3) {
        border-bottom: none;
    }

    .footer-contacts__row {
        flex-wrap: nowrap;
        padding-top: 18px;
    }

    .footer-contacts__phone {
        margin-left: 0;
        font-size: 16px;
    }

    .error__found {
        width: 100%;
        margin-top: 16px;
    }


    .header-search {
        width: 96vw;
        height: fit-content;
        max-height: 80vh;
        overflow-y: hidden;
        z-index: 30;
        top: 8vh;
        right: 2vw;
        overflow-x: hidden;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .header__list_search {
        position: static;
    }

    .header-search__mobile-btn {
        display: flex !important;
        position: absolute;

        top: 17px;
        right: -90%;
    }
}
@media (max-width: 964px) {
    .footer-content__navigation {
        flex-direction: column;
    }
    @media (max-width: 768px) {
        .footer__companies {
            gap: 11px;
        }
    }
/*
________________________________________________________________________________
*/
/*===ADAPTIVE MOBILE===*/
@media screen and (max-width: 712px) {
    :root {
        --container-width: 95vw;
        --container-offset: 100% -var(--container-width);
        --container-offset-right: calc(calc(100% - 95vw) / 2);
    }
    .footer-contacts__row {
        flex-wrap: wrap;
    }


    .footer-contacts__phone {
        margin-right: 0;
        margin-bottom: 16px;
        width: 50%;
    }

    .footer__icons {
        margin-left: auto;
        margin-right: 0;
    }

    .footer__companies {
        width: 100%;
        justify-content: space-between;
    }
}

/*
________________________________________________________________________________
*/
/*
УВЕДОМЛЕНИЯ
*/
.header__notifications-list {
    transition: opacity .2s ease-in-out;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 10px;

    right: 1em;
    bottom: 1em;
    z-index: 20;

    max-height: 40vh;
    overflow-y: auto;

    padding-right: 20px;
}

.notifications-item__container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border: 1px solid black;
    border-radius: 5px;
    background: white;

    min-width: 30vw;
    max-width: 40vw;
}

.notifications-item__close {
    position: absolute;
    right: 10px;
    top: 10px;

    width: 15px;
    height: 15px;

    border: none;
    background: none;
    outline: none;

    display: flex;
    flex-direction: column;
}

.notifications-item__close svg {
    height: 100%;
}

.notifications-item__text {
    word-break: break-all;
}

.header__notifications-list::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    border: 1px solid black;
    border-radius: 5px 5px 0 0;
}

.header__notifications-list::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 5px;
}

.header__notifications-list::-webkit-scrollbar-thumb:hover {
    background: var(--color-orange);
    border-radius: 5px;
}

.cart__counter {
    pointer-events: none;
    user-select: none;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 10;
    color: white;
    background: var(--color-orange);
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

#header-cart:hover .cart__counter {
    opacity: .5;
}

#header-cart:hover .dynamic-menu__strokable,
#header-profile:hover .dynamic-menu__strokable {
    stroke: var(--color-orange);
}

.header-profile_hover {
    path, circle {
        stroke: var(--color-orange);
    }
}

#header-cart:hover .dynamic-menu__fillable,
#header-profile:hover .dynamic-menu__fillable {
    fill: var(--color-orange);
}

.basket-items-list-table {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cart-result__span,
.cart-result__card {
    display: flex;
    flex-direction: column;
}

.cart-result__span {
    align-items: start;
}

.subscribe-form__message {
    margin-top: 10px;
    font-size: 14px;
}

.subscribe-form__message.success {
    color: green;
}

.subscribe-form__message.error {
    color: red;
}

.mobile__no-image {
    color: black !important;
    background: #f7f7f7 !important;
    border-radius: 5px !important;
    padding: 5px !important;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

@media screen and (max-width: 600px) {
    .main__catalog-left .catalog__slider .swiper-slide:has(.mobile__no-image) {
        border: 1px solid rgba(0, 0, 0, 0.2);
    }
}

@media screen and (min-width: 600px) {
    .swiper-slide:has(.mobile__no-image) .catalog__element-container .catalog__element-background img {
        object-fit: contain;
    }

    .header-slider__banner .button__transparent {
        right: 10px;
    }
}