/*.headers-container {*/
/*  position: relative;*/
/*  z-index: 3;*/
/*}*/
/*.header {*/
/*  position: relative;*/
/*  z-index: 110;*/
/*  background-color: var(--black_bg_black);*/
/*}*/

/*.header--paddings {*/
/*  padding: 32px 32px 0;*/
/*}*/
/*@media screen and (min-width: 992px) {*/
/*  body.header_opacity.front_page .header__inner {*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    right: 0px;*/
/*  }*/
/*}*/
/*body .pos-static {*/
/*  position: static;*/
/*}*/
/*.hide-dotted:not(.dotted-complete) * {*/
/*  opacity: 0;*/
/*}*/
/*.hide-dotted:not(.dotted-complete) {*/
/*  overflow: hidden;*/
/*}*/

/*.header__top-part {*/
/*  --menu-height: 38px;*/
/*  align-items: center;*/
/*  display: flex;*/
/*  height: var(--menu-height);*/
/*  position: relative;*/
/*  z-index: 2;*/
/*}*/

/*.header__section--dark {*/
/*  background-color: #2e2e35;*/
/*}*/
/*.header__section--gray {*/
/*  background-color: var(--darkerblack_bg_black);*/
/*}*/
/*.header__section--theme {*/
/*  background-color: var(--theme-base-color);*/
/*}*/

/*.header__section--dark,*/
/*.header__section--theme {*/
/*  --banner-light-text: #fff;*/
/*  --banner-light-text-hover: var(--fill_dark_lite_hover);*/
/*  --opacity-density: 1;*/
/*}*/

/*.header__top-part.header__section--transparent {*/
/*  align-items: flex-end;*/
/*  padding-bottom: 4px;*/
/*}*/
/*.header__top-part.header__section--transparent_underline {*/
/*  border-bottom: 1px solid var(--header-delimeter-color);*/
/*}*/
/*.header__top-part.header__section--gray {*/
/*  --banner-light-text: var(--white_text_black);*/
/*  --banner-light-text-hover: var(--fill_dark_lite_hover);*/
/*  --opacity-density: 1;*/
/*}*/

/*.header__bottom-inner.header__section--offset .header-menu__wrapper > .header-menu__item,*/
/*.header__bottom-inner.header__section--offset .header__top-sections {*/
/*  padding-top: 7px;*/
/*}*/
/*.header__bottom-inner:not(.header__section--transparent) {*/
/*  --panel-items-height: 52px;*/
/*  height: var(--panel-items-height);*/
/*}*/
.header__bottom-inner.header__section--dark .header-menu__link--only-catalog {
    --text-opacity: 100%;
    --button_color_text: color-mix(in oklab, var(--white_text_black) var(--text-opacity), transparent);
}

.header__bottom-inner:not(.header__section--transparent) .header-menu__link--only-catalog {
    --button-height: var(--panel-items-height);
    --button-pl: var(--panel-items-offset);
    --button-pr: var(--panel-items-offset);
    border: none;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    background-color: transparent;
    position: relative;
}

.header__bottom-inner:not(.header__section--transparent) .header-menu__link--only-catalog::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: color-mix(in oklab, var(--button_color_text) 6%, transparent);
}

.header__bottom-inner .header-menu__link--only-catalog:hover {
    opacity: 0.72;
}

/*.header__bottom-inner:not(.header__section--transparent) .header__bottom-item {*/
/*  margin-inline: var(--panel-items-offset);*/
/*}*/
/*.header__bottom-inner.header__section--transparent .header-menu__link {*/
/*  align-items: start;*/
/*}*/

/*.header__bottom-part {*/
/*  --panel-items-offset: 32px;*/
/*  --menu-height: 52px;*/
/*  height: var(--menu-height);*/
/*}*/

/*.header__main-part {*/
/*  --menu-height: 88px;*/
/*  height: var(--menu-height);*/
/*  position: relative;*/
/*  z-index: 1;*/
/*}*/

/*.header__inner {*/
/*  --header-delimeter-color: var(--light, rgba(34, 34, 34, 0.08)) var(--dark, rgba(237, 237, 237, 0.08));*/
/*  padding-top: 13px;*/
/*}*/
/*.header__inner--bordered {*/
/*  border-bottom: 1px solid var(--header-delimeter-color);*/
/*}*/
/*.header__inner--no-pt {*/
/*  padding-top: 0;*/
/*}*/

/*.header__main-item {*/
/*  margin: 0 16px;*/
/*  flex-shrink: 0;*/
/*}*/

/*.dropdown-menu-wrapper.header-menu__dropdown-menu {*/
/*  padding-top: 0;*/
/*}*/
/*.dropdown-menu-wrapper.header-menu__dropdown-menu .dropdown-menu-inner {*/
/*  min-width: 280px;*/
/*}*/
/*.header__top-part.header__section--transparent .header-menu__item > .header-menu__dropdown-menu {*/
/*  padding-top: 10px;*/
/*}*/

.dropdown {
    border-radius: var(--theme-button-border-radius, 6px);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--card_bg_black);
}

.dropdown--relative {
    position: relative;
}

.dropdown--no-shadow {
    box-shadow: none;
}

.dropdown.dropdown--transparent {
    background: transparent;
}

/*.logo {*/
/*  max-width: 210px;*/
/*  height: 64px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/
/*.logo a {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/
/*.logo img,*/
/*.logo svg {*/
/*  max-height: 100%;*/
/*  max-width: 100%;*/
/*}*/

/*.phones {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  position: relative;*/
/*}*/
/*.phones__inner {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  position: relative;*/
/*}*/
/*.phones__inner:hover {*/
/*  z-index: 1000;*/
/*}*/
/*.phones__inner .more-arrow {*/
/*  display: flex;*/
/*  margin-left: 4px;*/
/*}*/
/*.phones__icon {*/
/*  display: none;*/
/*  margin-right: 11px;*/
/*  margin-top: 1px;*/
/*}*/
/*.phones--with_icon .phones__icon {*/
/*  display: block;*/
/*}*/
.phones__dropdown {
    background-color: var(--card_bg_black);
    color: var(--basic_text_black);
    box-shadow: 0px 5px 30px rgba(34, 34, 40, 0.08);
    left: -20px;
    opacity: 0;
    position: absolute;
    top: -20px;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    visibility: hidden;
    z-index: 2;
}

.icon-block--with_icon .phones__dropdown {
    left: 0;
}

.phones__inner:hover .phones__dropdown {
    opacity: 1;
    visibility: visible;
}

.phones__dropdown .dropdown {
    min-width: min(240px, calc(100vw - 40px));
}

.phones__dropdown .dropdown + .dropdown::before {
    border-top: 1px solid var(--stroke_black);
    content: "";
    display: block;
    margin: 24px 0;
    width: 100%;
}

/*.phones__phone-descript {*/
/*  display: block;*/
/*}*/
.phones__dropdown-value {
    margin-top: 4px;
}

/*.phones__phone-icon {*/
/*  display: flex;*/
/*  align-items: flex-start;*/
/*}*/
/*.phones__callback {*/
/*  font-size: 0.8125rem;*/
/*  line-height: calc(1em + 4px);*/
/*  margin-left: 12px;*/
/*}*/
.phones__dropdown-item--social {
    margin: 12px 0 0 0;
}

/*.header-cabinet {*/
/*  position: relative;*/
/*}*/

/*.slogan__text {*/
/*  max-width: 208px;*/
/*}*/

.header-cart__inner {
    position: relative;
    display: block;
    line-height: 0;
}

.header-cart__inner--empty {
    margin-right: 0px;
}

.header-cart__count,
.icon-count {
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translate(57%, -31%);
    color: var(--button_color_text) !important;
    font-size: 12px;
    border-radius: 17px;
    text-align: center;
    line-height: 17px;
    min-width: 17px;
    padding: 0 4px;
    background-color: #88A8F8 !important;
    white-space: nowrap;
    z-index: 2;
}

.header-cart__inner--empty .header-cart__count,
.icon-count {
    display: none;
}

.icon-block-with-counter {
    position: relative;
    display: block;
}

.icon-block-with-counter--count .icon-count {
    display: block;
}

.hide-basket-message .header-cart__name {
    display: none;
}

.header-cart {
    position: relative;
}

.basket-dropdown {
    display: none;
}


/*.header-search {*/
/*  cursor: pointer;*/
/*  line-height: 0;*/
/*}*/
/*.header__search .bg-glass {*/
/*  backdrop-filter: blur(10px);*/
/*  -webkit-backdrop-filter: blur(10px);*/
/*}*/
/*.light-opacity-hover {*/
/*  opacity: 1;*/
/*  transition: opacity 0.1s ease-in-out;*/
/*}*/

/*.header__icon-name {*/
/*  font-size: 0.875rem;*/
/*  line-height: calc(1rem + 3px);*/
/*  padding-top: 7px;*/
/*  max-width: 120px;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  white-space: nowrap;*/
/*  flex-shrink: 0;*/
/*}*/
/*@media screen and (max-width: 1200px) {*/
/*  .header__icon-name  {*/
/*    display: none;*/
/*  }*/
/*}*/
/*.header__icon-name--right {*/
/*  padding-top: 2px;*/
/*  margin-left: 10px;*/
/*}*/
/*.header__icon {*/
/*  height: 20px;*/
/*  display: flex;*/
/*  align-items: flex-end;*/
/*  align-items: end;*/
/*}*/

/*.menu-dots-visible .header-menu__wrapper {*/
/*  justify-content: space-between;*/
/*}*/
/*.menu-dots-visible--start .header-menu__wrapper {*/
/*  justify-content: start;*/
/*}*/
/*.menu-dots-visible--centered .header-menu__wrapper {*/
/*  justify-content: center;*/
/*}*/

/*.header__top-sections {*/
/*  min-width: 0px;*/
/*}*/
/*.header__search--limited {*/
/*  width: 40%;*/
/*}*/
/*@media screen and (min-width: 992px) {*/
/*  .header__search--compact {*/
/*    max-width: 360px;*/
/*  }*/
/*}*/

/*.header__section--theme .drag-scroll__arrow:hover {*/
/*  background-color: #fff;*/
/*}*/
/*.header__section--theme .drag-scroll__arrow.stroke-dark-light:hover * {*/
/*  stroke: #222228;*/
/*}*/

.header__burger--only-icon .header-menu__title-wrapper {
    display: none;
}

/*.header:not(:hover) .header-menu {*/
/*  overflow: hidden;*/
/*}*/
/*.header-menu--long .header-menu__wrapper {*/
/*  height: 38px;*/
/*}*/
/*.header__top-part.header__section--transparent .header-menu__wrapper {*/
/*  height: auto;*/
/*}*/
/*.header-menu--longer .header-menu__wrapper {*/
/*  height: 66px;*/
/*}*/
.header__burger .header-menu__wrapper {
    height: auto;
}

/*@media (max-width: 991px) {*/
/*  body:is(.theme-default, .theme-light) .header {*/
/*    --light: var(--ON_toggle);*/
/*    --dark: var(--OFF_toggle);*/
/*  }*/
/*}*/
/*@media (prefers-color-scheme: dark) and (max-width: 991px) {*/
/*  body:is(.theme-default, .theme-dark) .header {*/
/*    --light: var(--OFF_toggle);*/
/*    --dark: var(--ON_toggle);*/
/*  }*/
/*}*/

.basket-dropdown,
.product-dropdown-hover-block {
    position: absolute;
    top: 100%;
    right: 0;
    width: 400px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition-delay: 0.2s;
    z-index: 2;
}

.header,
.header * {
    /*font-family: "SF Pro";*/
    font-style: normal;
    font-size: 13px;
    font-weight: 510;
    line-height: 16px;
}

.header {
    position: relative;
}

.header__top {
    background-color: #1F1D1D;
    color: #FFF;
}

.header__top-wrap {
    display: flex;
    padding: 10px 40px;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.header__top a {
    text-decoration: none;
}

.header__top-nav-list {
    display: flex;
    align-items: center;
    gap: 1.8vw;
    justify-content: start;
    padding-left: 0;
}

.header ul,
.header li {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.header__top-list-item {
    text-decoration: none;
    color: #FFF;
}

.header__top-list-item:hover {
    color: #FFF !important;
}

.header__top-right {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: start;
}

.header__phone {
    color: #FFF;
    display: flex;
    gap: 8px;
    cursor: pointer;
    position: relative;
}

.header__contacts {
    transition: all .3s;
    max-width: 288px;
    width: 288px;
    gap: 16px;
    display: flex;
    padding: 20px 24px;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    position: absolute;
    left: 50%;
    top: calc(-11px + env(safe-area-inset-top));
    z-index: 10;
    border-radius: 0px 0px 12px 12px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
    opacity: 0;
    transform: translate(-50%, -100%);
}

.header__phone:hover .header__contacts {
    opacity: 1;
    transform: translate(-50%, 0);
}

.header__contacts-item,
.header__contacts-item span:not(.header__contacts-text) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    color: #131313;
    transition: all .3s;
}

.header__contacts-item,
.header__contacts-item a {
    text-decoration: none !important;
    transition: all .3s;
}


.header__contacts-text {
    color: #898989;
}

.header__contacts-separator {
    width: 100%;
    height: 1px;
    background-color: #E9E9E9;
}

.header__contacts-social {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 16px;
}

.header__contacts-social:has(.small_title) {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.header__contacts-social:has(.small_title) * {
    margin: 0;
}

.header__contacts-social:has(.small_title) .social__item:not(:last-child) {
    margin-right: 16px;
}

.header__contacts-social:has(.social__items) .social__link:before {
    border-radius: 50%;
}

.header__contacts-social .small_title {
   color: #898989;
}

.header__contacts-social-img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.header__call-back {
    position: fixed;
    margin: auto;
    /*display: flex;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 420px;
    height: 426px;
    padding: 32px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 16px;
    border-radius: 32px;
    z-index: 5;
    background: #FFF;

    display: none;
}

.header__call-back .order-basket__cost-remove {
    position: absolute;
    top: 17px;
    right: 27px;
}

.header .banner-light-text,
.header .header__icon-name {
    color: rgb(19, 19, 19)
}

.header__action .banner-light-text,
.header__action .header__icon-name,
.header__action svg {
    transition: all .3s;
}

.header__action *:hover .banner-light-text,
.header__action *:hover .header__icon-name,
.header__action *:hover svg {
    opacity: 0.72;
}

.header__action *:hover svg use {
    opacity: 1;
}

.header__action-item {

}

.header__call-back-title {
    color: #131313;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 8px;
}

.header__call-back-text {
    color: #898989;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 8px;
}

.header__call-back-item {
    align-self: stretch;
}

.header__call-back-item label,
.header__call-back-item .field-text {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.header__call-back-item .field-text,
.header__call-back-item .field-tel__wrap {
    margin-top: 8px;
}

.header__call-back-item label {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px;
}


/*////////////////////////////*/
.header__top-right-img {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
    display: block;
    object-fit: contain;
}

.header__top-right-button {
    cursor: pointer;
    border: none;
    background: none;
    color: #FFF;
}

.header__middle {
    display: flex;
    padding: 30px 40px 0;
    margin-bottom: 24px;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
}

.header__logo-wrap {
    display: flex;
    align-items: end;
    gap: 12px;
}

.header__logo {
    width: 131.84px;
    height: 32px;
    aspect-ratio: 131.84/32.00;
    object-fit: contain;
}

.header__logo-second {
    width: 75.72px;
    height: 35.5px;
    object-fit: contain;
}

.header__catalog-button {
    font-size: 15px;
    gap: 10px;
    min-width: 130px;
    max-height: 44px;
    min-height: 44px;
}

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

header .title-search-result {
    color: black !important;
}

.header__search .search-input {

    padding-left: 40px;
    color: #898989 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    max-height: 44px;
    background-color: #F3F3F3;

    display: flex;
    height: 52px;
    align-items: center;
    align-self: stretch;
    width: 100%;
    border-radius: 32px;
    border: 1px solid #E9E9E9;
    outline: none;
    transition: all .3s;
    cursor: text;


}

.header__search .search-input::placeholder {
    color: #898989 !important;
}


.header__search input:focus-visible,
.header__search input:focus-visible {
    border: 1px solid #0071E3;
    outline: none;
}

.header__search {
    position: relative;
    flex-grow: 1;
}

.header__search-icon {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
    display: block;
    position: absolute;
    border: none;
    background: none;
    top: 45%;
    left: 12px;
    transform: translateY(-50%);
}

.header__action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
}

.header__action-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    color: #131313;
    cursor: pointer;
    border: none;
    background: none;
    transition: all .3s;
}

.header__action-icon {
    width: 24px;
    height: 24px;
}

.header__bottom {
    display: flex;
    padding: 0 40px;
    margin-bottom: 24px;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    justify-content: start;
    position: relative;
}

/*//////////////////////////////*/

.header__catalog {
    max-width: 1360px;
    width: calc(100dvw - 40px);
    padding-top: 15px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 20px);
    transition: all .3s;
    z-index: -1;
    opacity: 0;
    background: transparent;
}

.header__catalog:not(.visible) {
    height: 0;
    overflow-y: clip;
}

.header__catalog-wrap {
    padding: 36px 38px 36px 40px;
    min-height: 410px;
    display: flex;
    gap: 72px;
    align-self: start;
    justify-content: start;
    border-radius: 40px;
    background-color: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
    transition: all .3s;
}

.header__catalog-elements-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 24px;
    max-width: calc(100% - 338px - 24px);
    margin-right: auto;
    max-height: 100%;
}

.header__catalog-elements {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    flex-grow: 1;
}

.header__catalog-elements * {
    transition: all .3s;
}

.header__catalog-elements:has(.header__catalog-element--title:nth-child(2)) {
    gap: 24px;
}

.header__bottom-list-item--red {
    color: #DE3618 !important;
}

.header__catalog-element {
    color: #404040;
    font-weight: 510;
    align-self: stretch;
    text-decoration: none !important;
}



.header__catalog-element--title {
    color: #131313;
    font-size: 16px;
    font-weight: 590;
    line-height: 20px;
}

.header__catalog-img {
    border-radius: 32px;
    background-color: #F3F3F3;
    padding: 44px;
    max-width: 338px;
    max-height: 338px;
    object-fit: contain;
    display: block;
    /*margin-left: auto;*/
}

.header__bottom-nav-list {
    justify-content: start;
    gap: 40px;
    display: flex;
    align-items: center;
}

.header__bottom-list-item {
    color: #404040;
    font-size: 16px;
    font-weight: 510;
    line-height: 20px;
    text-decoration: none !important;
    /*border-radius: 2px;*/
    /*padding-bottom: 4px;*/
    /*border-bottom: 2px solid transparent;*/
    transition: all 0.3s;
    position: relative;
}

.header__bottom-list-item::after {
    content: '';
    bottom: -4px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0071E3;
    border-radius: 2px;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
}

.header__bottom-list-item::before {
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 24px;
    opacity: 0;
    z-index: -1;
}

.header__bottom-list-item:hover,
.header__bottom-list-item.active,
.header__bottom-list-item:active {
    color: #0071E3 !important;
}

.header__bottom-list-item:hover::after,
.header__bottom-list-item.active::after,
.header__bottom-list-item:active::after {
    opacity: 1;
    z-index: 1;
}

.header__bottom-list-item:hover::before,
.header__bottom-list-item.active::before,
.header__bottom-list-item:active::before {
    opacity: 1;
    z-index: 2;
}

.header__separator-vertical {
    height: 15px;
    width: 1px;
    background-color: #D8D8D8;
    align-self: start;
}


@media (max-width: 1024px) {


}


header [data-ajax-load-block="HEADER_TOGGLE_SEARCH"] {
    flex-grow: 1;
    position: relative;
}

#mobileheader [data-ajax-load-block="HEADER_TOGGLE_SEARCH"] {
    animation: fadeIn 0.3s ease;
    transition: all 0.3s;
}


.header__contacts_order-button {
    transition: all .3s;
    display: flex;
    /* min-width: 240px; */
    min-height: 44px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 32px;
    background: #0071E3;
    color: #FFF;
    filter: none;
    /* min-width: 169.5px; */
    align-self: stretch;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 590;
    line-height: 16px;
    border: none;
    cursor: pointer;
}

.header__contacts_order-button:hover {
    background-color: #88A8F8;
    color: #FFF;
}

.header__contacts_order-button:active,
.header__contacts_order-button.active {
    background-color: #0071E3;
    color: #FFF;
}

.header__action-item__callback {
    padding-left: 10px;
    align-items: start;
}

.header-favorite svg {
    fill: black !important;
}

.header__catalog.visible,
.header__catalog:hover {
    opacity: 1;
    z-index: 10;
}

#mobileheader .mobileheader.mobileheader--color-white  {
    background-color: #FFFFFF;
    box-shadow: none;
}

@media (max-width: 1024px) {
    .mobilemenu .header__action-item__callback,
    .header__action-item__callback {
        padding-left: 12px;
        margin-bottom: 8px;
    }


    body:has(.phones__dropdown.show) {
        max-height: calc(100dvh - var(--mobileheader-height));
        overflow-y: clip;
    }
}