.customize-support .full-wrapper .header-wrap {
    margin-top: 32px;
}

.header-wrap {
    z-index: 1000;
}

.header-wrap.out {
    margin-top: -50px !important;
}

.header-wrap {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid var(--border);
    box-shadow: 0px 2px 15px rgba(140, 149, 156, 0.1);
    width: 100%;
}
#cookie-law-div {
    top: 76vh !important;
}
.full-wrapper {
    position: relative;
    margin-top: var(--header-gap);
}

.full-wrapper {
    max-width: 1920px;
    display: block;
    background: #fff;
    box-shadow: 0 0 150px #3e3e3e88;
}

.catalog-dropdown .dropdown-menu {
    box-shadow: 0px 3px 10px rgba(150, 157, 171, 0.3);
    border-radius: 4px;
    border: none;
    padding: 3px 10px 4px 16px;
    position: absolute;
    transform: translate(0, 25px);
    opacity: 0;
    pointer-events: none;
}

#menu-glavnoe li.dropdown:hover .dropdown-menu {
    opacity: 1;
    pointer-events: all;
}

#menu-glavnoe li.dropdown .dropdown-menu {
    opacity: 0;
    pointer-events: none;
    flex-direction: column;
    left: 30px;
    padding: 14px 26px 14px 24px;
    width: auto;
    gap: 8px;
    transition: var(--tr);
    top: 25px;
}

#menu-glavnoe,
#menu-glavnoe ul {
    width: 100%;
    justify-content: space-between;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    list-style-type: none;
    flex-direction: row;
}

.categories_menu {
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    list-style-type: none;
}

.header-wrap .container.color {
    padding: 10px 0;
    transition: all 0.3s ease;
}

.container.color * {
    color: var(--lighttext);
}

.topmenu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
}

.topmenu .logo {
    display: none;
}

.container.color * {
    color: var(--lighttext);
}

.logo.flex {
    justify-content: flex-start;
}

.header-wrap .container:not(.color) {
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.divider_header {
    margin: 0;
    border-color: #e0e0e0;
    opacity: 1;
    transition: all 0.3s ease;
}

.topmenu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.topmenu .oficial {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    margin-right: 30px;
    color: var(--grey);
}

.topmenu .oficial svg {
    margin-right: 5px;
    margin-top: -2px;
    transition: 0.3s transform ease-out;
}

.logo-region svg {
    margin-right: 5px;
}

.logo-region {
    /* padding-top: 3px; */
}

.topmenu .logo-region:not(.flex) {
    margin-right: 0px;
}

/* Улица головного офиса рядом с названием города.
   Показываем только в окнах ширины, где в .topmenu есть запас (замерено при
   городе «Краснодар»): 1320–1400 (шрифт шапки 12px) и ≥1500 (шрифт 14px).
   Вне этих окон строка впритык — улица выдавливала пункты меню и разваливала
   шапку на две строки (зазор 1401–1499 «тесный» из-за смены шрифта на 1400px;
   на 1201–1319 возвращается пункт «Покупателям» и съедает запас).
   Flex-механика: всем соседям по строке запрещаем сжиматься, а улице внутри
   кнопки города разрешаем ужиматься в ellipsis — длинный город/адрес обрежется,
   но никогда не разломает строку. */
.header-city-street {
    display: none;
    margin-left: 6px;
    color: #828282;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}
@media (min-width: 1320px) and (max-width: 1400px), (min-width: 1500px) {
    .topmenu > *:not(.logo-region) {
        flex-shrink: 0;
    }
    .topmenu button.logo-region {
        display: flex;
        align-items: center;
        min-width: 0;
    }
    .topmenu button.logo-region > :not(.header-city-street) {
        flex-shrink: 0;
    }
    .header-city-street {
        display: block;
        flex: 0 1 auto;
    }
}

#menu-headers-nav,
#menu-headers-nav ul {
    display: flex;
    align-items: flex-end;
}

#menu-headers-nav .wishlist {
    width: auto;
    height: auto;
    margin-right: 0;
}

#menu-headers-nav .menu-item {
    margin-left: 30px;
}

#menu-headers-nav .wishlist.main-wishlist {
    margin-left: 30px;
}

#menu-headers-nav .wishlist {
    width: auto;
    height: auto;
    margin-right: 0;
}

#menu-headers-nav .wishlist svg {
    height: 20px;
}

#menu-headers-nav .menu-item {
    margin-left: 30px;
}

#menu-headers-nav .nav-link {
    padding: 0;
}

#menu-headers-nav .nav-link svg {
    display: block;
    margin: auto;
}

#menu-headers-nav .menu-item:hover .menu-headers-linkspan {
    opacity: 1;
}

#menu-headers-nav .opt-li {
    margin-left: 15px;
    margin-right: 36px;
}

#menu-headers-nav .wishlist {
    width: auto;
    height: auto;
    margin-right: 0;
}

#menu-headers-nav .wishlist.main-wishlist {
    margin-left: 30px;
}

#menu-headers-nav .wishlist svg {
    height: 20px;
}

#menu-headers-nav .mynum {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    line-height: 14px;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
    top: -19px;
    left: 60%;
    color: var(--red);
    font-weight: 900;
    text-shadow:
        0.5px 0.5px white,
        -0.5px 0.5px white,
        0.5px -0.5px white,
        -0.5px -0.5px white;
    font-size: 50px;
}

#menu-glavnoe li:first-child a {
    /* padding: 15px 0px; */
}

#menu-headers-nav,
#menu-headers-nav ul {
    display: flex;
    align-items: flex-end;
}

.button-kontakty-mobile {
    display: none !important;
}

#opt-price {
    font-weight: 500;
    text-decoration: none;
}

#menu-glavnoe li a span {
    color: var(--grey);
}

.nav-link,
.gorod {
    font-weight: 500;
    text-decoration: none;
    border: none;
    line-height: 24px;
}

.cart-cena {
    font-weight: 500;
    position: relative;
}

.wishlist {
    position: relative;
    width: 30px;
    height: 30px;
    display: grid;
    align-items: center;
    justify-content: right;
    margin-right: 24px;
}

.logo-img,
.logo-img img,
.logo-img video {
    width: 188px;
    height: 49px;
}

#navbarSupportedContentc .searchForm,
.mobile_headers,
.mobile_sert,
.onsale,
.hintm,
.price-box .economy br,
.header-wrap .container.color .button-visualise {
    display: none;
}

.catalog-dropdown * {
    transition: all 0.3s ease;
}

#menu-glavnoe li a,
.menu-opt__title {
    font-size: 14px;
    line-height: 24px;
    color: var(--grey) !important;
    padding: 0px 0 0 30px;
}

#menu-glavnoe li ul.dropdown-menu li a {
    /* margin-top: -10px; */
    /* margin-bottom: -10px; */
}

.opt-li {
    list-style: none;
}

.catalog-dropdown {
    display: inline-block;
    display: flex;
}

.btn.dropdown-toggle {
    position: relative;
    background: transparent;
    background: var(--red);
}

.catalog-dropdown .btn {
    border-radius: 10px;
    border: none;
    background: var(--red);
    color: #fff;
    height: 50px;
    width: 119px;
    text-align: center;
    vertical-align: middle;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 24px;
}

.catalog-dropdown .btn::after,
.dropdown-toggle::after {
    content: none;
}

#menu-glavnoe li.dropdown .dropdown-menu:hover li:hover span {
    color: var(--newdark);
}

#menu-glavnoe li.dropdown .dropdown-menu .dropdown-item {
    font-weight: 500;
    padding-left: 0;
    color: var(--grey);
}

.categories_menu>li:not(:nth-last-child(1)) .dropdown-item {
    border-bottom: 1px solid var(--border);
}

.categories_menu.searchCategories>li .dropdown-item {
    border-bottom: none;
}

.categories_menu.searchCategories>li:not(:last-child) .dropdown-item {
    border-bottom: 1px solid var(--light);
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: transparent;
    color: var(--grey);
}

.button-visualise {
    text-decoration: none;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 0 20px;
    height: 50px;
    white-space: nowrap;
    margin-right: 39px;
    cursor: pointer;
    background: none;
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-visualise span {
    font-weight: 500;
    color: #fff !important;
}

.visualise-banner-button {
    margin-top: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -8px;
    width: calc(100% + 8px);
}

.visualise_hover:before,
.button-visualise:before {
    content: '';
    display: block;
    position: absolute;
    top: -400%;
    bottom: -400%;
    left: -50%;
    right: -50%;
}

.visualise_hover:hover:before,
.button-visualise::before {
    background: linear-gradient(90deg, var(--red) 0%, var(--red) 30%, var(--grey) 70%, var(--grey) 100%);
    animation: RotateAnim 2s linear 0s alternate infinite;
}

.visualise_hover:hover:before {
    animation-duration: 4s;
}

.button-visualise span,
.button-visualise svg {
    z-index: 1;
    position: relative;
    font-size: 14px;
}

.button-visualise span {
    line-height: 50px;
}

@keyframes RotateAnim {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn.dropdown-toggle .icon-burger,
.btn.dropdown-toggle span {
    font-weight: 500;
    z-index: 3;
    color: #fff;
    position: relative;
}

.icon-burger {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 15px;
}

.icon-burger:before,
.icon-burger:after,
.icon-burger div {
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    border-radius: 4px;
    margin: 4px 0;
    transition: 0.5s;
}

.icon-burger span {
    font-weight: 500;
}

.navbar-toggler[aria-expanded='true'] .icon-burger:before,
.dropdown-toggle.show .icon-burger:before {
    transform: translateY(6px) rotate(135deg);
}

.navbar-toggler[aria-expanded='true'] .icon-burger:after,
.dropdown-toggle.show .icon-burger:after {
    transform: translateY(-6px) rotate(-135deg);
}

.navbar-toggler[aria-expanded='true'] .icon-burger div,
.dropdown-toggle.show .icon-burger div {
    transform: scale(0);
}

.catalog-dropdown .dropdown-menu.show {
    margin-top: 8px !important;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0, 50px);
    opacity: 1;
    pointer-events: all;
}

.header-wrap .logo-img {
    margin-right: 40px;
}

.header-wrap .logo.flex .logo-img {
    mix-blend-mode: multiply;
}

.catalog-dropdown .dropdown-menu {
    box-shadow: 0px 3px 10px rgba(150, 157, 171, 0.3);
    border-radius: 4px;
    border: none;
    padding: 3px 10px 4px 16px;
    position: absolute;
    transform: translate(0, 25px);
    opacity: 0;
    pointer-events: none;
}

.catalog-dropdown .dropdown-menu::before {
    content: '';
    width: 100%;
    height: 11px;
    top: -11px;
    position: absolute;
}

.categories_menu .dropdown-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--grey);
    padding: 12px 53px 12px 0;
}

.searchForm {
    --search_width: 46px;
}

.searchForm label.search_label {
    width: 100% !important;
    position: relative;
}

.searchLoader.show {
    display: block;
}

.searchLoader .box-wrap {
    width: 70%;
    height: 70%;
    margin: calc((100% - 70%) / 2) calc((100% - 70%) / 2);
    position: relative;
    transform: rotate(-45deg);
}

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

.searchDropdown.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.searchDropdown .inner>.item img {
    border-radius: 4px;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    max-height: 44px;
    width: auto;
    transition: var(--tr);
}

.searchDropdown .inner>.item * {
    text-decoration: none;
}

.searchDropdown .inner>.item .title {
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
}

.searchDropdown .inner>.item * {
    text-decoration: none;
}

.from-to-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-items: flex-end;
    gap: 8px;
    padding: 0;
    align-items: center;
    margin-top: auto;
}

.from-to-price,
.row.products .price {
    font-size: 15px;
    font-weight: 400;
    padding: 12px 0 12px 0;
    display: flex;
    width: 100%;
}

.from-to-price,
.price {
    padding: 0 12px;
    display: flex;
    line-height: 18px;
}

.from-to-price,
.price {
    padding: 0;
}

.searchDropdown .inner>.item .flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.priceg del,
.loop-prod-bottom>span.price s,
.from-to-price s,
.from-to-price .maxs-price {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: var(--lighttext);
    margin-bottom: 1px;
    white-space: nowrap;
}

.searchDropdown .inner>.item * {
    text-decoration: none;
}

.searchDropdown .inner>.item .from-to-price .maxs-price {
    font-size: 13px;
    line-height: 18px;
}

.mins-price p,
.maxs-price p,
.mins-price p span,
.maxs-price p span {
    margin-bottom: 0;
    color: var(--lighttext);
}

.searchDropdown .inner>.item:not(:last-child) {
    border-bottom: 1px solid var(--border);
}

.searchDropdown .inner>.item {
    text-decoration: none;
}

.searchDropdown .inner>.item {
    padding: 13px 0;
    display: flex;
    gap: 13px;
}

.searchLoader.show .box-wrap .box.one {
    animation:
        moveGradient 1.5s infinite,
        oneMove 3.5s infinite;
}

.searchLoader.show .box-wrap .box.two {
    animation:
        moveGradient 1.5s infinite,
        twoMove 3.5s 0.15s infinite;
}

.searchLoader.show .box-wrap .box.three {
    animation:
        moveGradient 1.5s infinite,
        threeMove 3.5s 0.3s infinite;
}

.searchLoader.show .box-wrap .box.four {
    animation:
        moveGradient 1.5s infinite,
        fourMove 3.5s 0.575s infinite;
}

.searchLoader.show .box-wrap .box.five {
    animation:
        moveGradient 1.5s infinite,
        fiveMove 3.5s 0.725s infinite;
}

.searchLoader.show .box-wrap .box.six {
    animation:
        moveGradient 1.5s infinite,
        sixMove 3.5s 0.875s infinite;
}

@keyframes moveGradient {
    to {
        background-position: 100% 50%;
    }
}

@keyframes oneMove {
    0% {
        visibility: visible;
        clip-path: inset(0% 35% 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    14.2857% {
        clip-path: inset(0% 35% 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    28.5714% {
        clip-path: inset(35% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    42.8571% {
        clip-path: inset(35% 70% 35% 0 round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    57.1428% {
        clip-path: inset(35% 70% 35% 0 round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    71.4285% {
        clip-path: inset(0% 70% 70% 0 round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    85.7142% {
        clip-path: inset(0% 70% 70% 0 round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    100% {
        clip-path: inset(0% 35% 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }
}

@keyframes twoMove {
    0% {
        visibility: visible;
        clip-path: inset(0% 70% 70% 0 round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    14.2857% {
        clip-path: inset(0% 70% 70% 0 round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    28.5714% {
        clip-path: inset(0% 35% 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    42.8571% {
        clip-path: inset(0% 35% 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    57.1428% {
        clip-path: inset(35% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    71.4285% {
        clip-path: inset(35% 70% 35% 0 round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    85.7142% {
        clip-path: inset(35% 70% 35% 0 round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    100% {
        clip-path: inset(0% 70% 70% 0 round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }
}

@keyframes threeMove {
    0% {
        visibility: visible;
        clip-path: inset(35% 70% 35% 0 round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    14.2857% {
        clip-path: inset(35% 70% 35% 0 round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    28.5714% {
        clip-path: inset(0% 70% 70% 0 round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    42.8571% {
        clip-path: inset(0% 70% 70% 0 round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    57.1428% {
        clip-path: inset(0% 35% 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    71.4285% {
        clip-path: inset(0% 35% 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    85.7142% {
        clip-path: inset(35% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    100% {
        clip-path: inset(35% 70% 35% 0 round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }
}

@keyframes fourMove {
    0% {
        visibility: visible;
        clip-path: inset(35% 0% 35% 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    14.2857% {
        clip-path: inset(35% 0% 35% 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    28.5714% {
        clip-path: inset(35% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    42.8571% {
        clip-path: inset(70% 35% 0% 35% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    57.1428% {
        clip-path: inset(70% 35% 0% 35% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    71.4285% {
        clip-path: inset(70% 0 0 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    85.7142% {
        clip-path: inset(70% 0 0 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    100% {
        clip-path: inset(35% 0% 35% 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }
}

@keyframes fiveMove {
    0% {
        visibility: visible;
        clip-path: inset(70% 0 0 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    14.2857% {
        clip-path: inset(70% 0 0 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    28.5714% {
        clip-path: inset(35% 0% 35% 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    42.8571% {
        clip-path: inset(35% 0% 35% 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    57.1428% {
        clip-path: inset(35% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    71.4285% {
        clip-path: inset(70% 35% 0% 35% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    85.7142% {
        clip-path: inset(70% 35% 0% 35% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    100% {
        clip-path: inset(70% 0 0 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }
}

@keyframes sixMove {
    0% {
        visibility: visible;
        clip-path: inset(70% 35% 0% 35% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    14.2857% {
        clip-path: inset(70% 35% 0% 35% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    28.5714% {
        clip-path: inset(70% 0 0 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    42.8571% {
        clip-path: inset(70% 0 0 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    57.1428% {
        clip-path: inset(35% 0% 35% 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    71.4285% {
        clip-path: inset(35% 0% 35% 70% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    85.7142% {
        clip-path: inset(35% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    100% {
        clip-path: inset(70% 35% 0% 35% round 5%);
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }
}

@keyframes paddles {
    0% {
        box-shadow:
            -25px -10px,
            25px 10px;
    }

    50% {
        box-shadow:
            -25px 8px,
            25px -10px;
    }

    100% {
        box-shadow:
            -25px -10px,
            25px 10px;
    }
}

@keyframes ballbounce {
    0% {
        transform: translateX(-20px) scale(1, 1.2);
    }

    25% {
        transform: scale(1.2, 1);
    }

    50% {
        transform: translateX(15px) scale(1, 1.2);
    }

    75% {
        transform: scale(1.2, 1);
    }

    100% {
        transform: translateX(-20px);
    }
}

.searchLoader .box-wrap .box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--red);
    background: linear-gradient(to right, var(--red), var(--grey), var(--red));
    background-position: 0% 50%;
    background-size: 1000% 1000%;
    visibility: hidden;
}

.searchForm .searchInput:focus,
.searchForm .searchInput:hover,
.searchForm .searchInput {
    outline: none;
    color: var(--lighttext) !important;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
}

.searchLoader {
    background-image: none !important;
    width: 30px;
    height: 30px;
    border: none;
    display: none;
}

.searchForm .searchLoader {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: contain;
}

.searchDropdown:not(.drop .searchDropdown) {
    border-radius: 0px 0px 10px 10px;
    top: calc(100% + -7px);
    border-top: none;
    padding: 6px 24px 4px 20px;
}

.searchDropdown {
    position: absolute;
    padding: 6px 24px 4px 24px;
    border-radius: 10px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--tr);
    border: 1px solid var(--bd);
    width: 100%;
    top: calc(100%);
    z-index: 30;
}

.searchDropdown .inner {
    scrollbar-width: 5px;
    scrollbar-color: var(--red) transparent;
}

.searchDropdown .inner {
    max-height: 283px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    display: block;
    border-radius: 0;
    background: transparent;
    margin-right: -15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
}

body .menu-headers .number.flex {
    margin-bottom: 0px;
}

.num {
    font-weight: 700;
    color: var(--newdark) !important;
    font-size: 22px;
    line-height: 26px;
    text-decoration: none;
    white-space: nowrap;
}

.flexs .button.flex {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}

body .menu-headers .online {
    margin-top: 5px;
    cursor: pointer;
}

.online::before {
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    background: #22d265;
    border-radius: 4px;
    margin-right: 6px;
    animation: blink 2s ease-in-out infinite;
}

.online:hover {
    color: #000;
}

body .container.color .button-top,
.button-top {
    line-height: 12px;
    margin: 5px 0 0 0;
}

body .container.color .button-top,
.button-top {
    font-weight: 600;
    line-height: 17px;
    font-size: 12px;
    color: var(--red);
    border-bottom: 1px solid var(--red);
}

.online {
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin-right: auto;
    color: #000;
}

.qr-tooltip {
    position: relative;
}

.searchForm input.searchInput {
    font-size: 16px;
    border: none !important;
    height: 48px;
    border-radius: 10px;
    padding: 0 20px;
    font-family: 'Inter', 'Arial', sans-serif;
    font-weight: 500;
    width: 100%;
}

.menu-headers .navbar {
    padding: 0;
}

.searchForm label {
    display: inline-block !important;
    padding: 0;
    vertical-align: middle;
    margin: 0;
    line-height: 1;
}

.searchForm>.inner {
    display: flex;
    border-radius: 10px;
    border: 1px solid var(--bd);
    transition:
        border-radius 0.3s ease,
        border-color 0.3s ease;
}

.logo-region,
.menu-header {
    font-size: 14px;
}

.menu-header {
    margin-left: auto;
}

.searchForm {
    width: auto;
    margin: 0 10px;
    flex: 2;
    line-height: 1;
    position: relative;
}

#menu-glavnoe li a span,
.topmenu .menu-opt__title span {
    position: relative;
    display: inline-block;
}

#menu-glavnoe li a span::after,
.topmenu .menu-opt__title span::after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 0%;
    height: 2px;
    background-color: var(--red);
    transition: width 0.3s ease, left 0.3s ease;
}


.button-visualise:hover::before {
    background: linear-gradient(90deg, var(--red) 0%, var(--red) 30%, var(--grey) 70%, var(--grey) 100%);
}

/* Вариант А — фон светлеет */
.button-visualise:hover::after {
    /* background: var(--grey); */
}

.button-visualise:hover::after {
    /* background: transparent; */
}

/* Вариант В — текст становится красным */
.button-visualise:hover span {
    /* color: var(--red); */
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

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

    #menu-glavnoe li a,
    .menu-opt__title,
    .topmenu .oficial,
    .logo-region,
    .menu-header {
        font-size: 12px;
    }

    #menu-headers-nav .menu-item,
    #menu-headers-nav .wishlist.main-wishlist {
        margin-left: 20px;
    }
}

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

    #menu-glavnoe li a,
    .menu-opt__title {
        font-size: 14px;
        line-height: 24px;
        color: var(--grey) !important;
        padding: 0 0 0 20px;
    }

    .navbar.navbar-expand-lg.navbar-light {
        padding: 0;
    }

    .header-wrap .logo-img {
        margin-right: 20px;
    }

    #menu-glavnoe li a,
    .menu-opt__title,
    .topmenu .oficial,
    .logo-region,
    .menu-header,
    .online,
    body .container.color .button-top,
    .button-top,
    .button-visualise span,
    .catalog-dropdown .btn {
        font-size: 12px;
        line-height: 12px;
        margin-right: 0;
        display: block;
    }

    .num {
        font-size: 18px;
        line-height: 21px;
    }

    .button-visualise,
    .searchForm input.searchInput,
    .catalog-dropdown .btn {
        height: 40px;
    }

    #menu-glavnoe .menu-item-has-children,
    .navbar-toggler.collapsed,
    .navbar-toggler {
        display: none;
    }

    #menu-headers-nav .wishlist svg,
    .logo-region svg,
    .oficial svg {
        width: 14px;
    }

    #menu-headers-nav .menu-item,
    #menu-headers-nav .wishlist.main-wishlist {
        margin-left: 20px;
    }

    #menu-headers-nav,
    #menu-headers-nav ul {
        display: flex;
        align-items: flex-end;
        flex-direction: row;
    }

    .icon-burger:before,
    .icon-burger:after,
    .icon-burger div {
        background: #fff;
        content: '';
        display: block;
        height: 1px;
        border-radius: 4px;
        margin: 3px 0;
        transition: 0.5s;
    }

    .icon-burger {
        display: inline-block;
        height: 16px;
        width: 10px;
        margin-right: 6px;
    }

    .button-visualise {
        margin-right: 10px;
    }

    .btn.dropdown-toggle {
        margin-left: 0;
        display: flex;
        width: fit-content;
        align-items: center;
    }

    .navbar-toggler[aria-expanded='true'] .icon-burger:before,
    .dropdown-toggle.show .icon-burger:before {
        transform: translateY(5px) rotate(135deg);
    }

    .navbar-toggler[aria-expanded='true'] .icon-burger:after,
    .dropdown-toggle.show .icon-burger:after {
        transform: translateY(-3px) rotate(-135deg);
    }

    .searchForm input.searchInput {
        height: 40px;
        padding: 0 10px;
        font-size: 12px;
    }

    .logo-img,
    .logo-img img,
    .logo-img video {
        width: 149px;
        height: 40px;
    }
}

@media (max-width: 930px) {
    :root {
        --header-gap: 60px;
    }

    .topmenu>.menu-header {
        order: 1;
        margin: 0;
    }

    .button-kontakty-mobile {
        display: block !important;
        position: relative;
        z-index: 15;
    }

    .topmenu .logo {
        display: flex;
        justify-content: center;
    }

    .navbar,
    .menu-opt__title,
    .navbar,
    .gorod {
        display: none;
    }

    .topmenu .logo-region:not(.flex) {
        order: 2 !important;
    }

    .logo-region svg {
        width: 23px;
        height: 23px;
        margin-right: 5px;
    }

    .topmenu>* {
        order: 2;
    }

    .showroom .single_icons_header .player_wrap_wrap,
    .dogovor .single_icons_header>div:not(.player_wrap_wrap)>div:last-child,
    .become,
    .popover .popover-arrow,
    .tooltip_price,
    .utps,
    .lazyrow .col-md-0,
    .related .btn-swpreim,
    .summary .mynotices,
    .o-zavode .video_row>div br,
    .single-thumbsSwiper,
    .price-discaunts,
    .product_sku,
    div div .single_variation_wrap-check.show,
    .olesya .manager,
    .price-box>.economy,
    .irs--round,
    .ar_overflow,
    #findPhotoButton,
    .single_product .woocommerce-breadcrumb,
    .visualise-banner .col-sm-12>.shag:nth-child(2),
    .upper_footer .right_container,
    .home_content .cons_frm,
    .which_more,
    .color_row>.col-lg-8,
    .brands_interactive-txt,
    #brands_interactive,
    .shorts-banner .title,
    .visualise-banner .player_wrap::before,
    .visualise-banner .player_wrap::after,
    .after_sidebar,
    .is-search-form,
    .header-wrap .container:not(.color) .navbar-toggler,
    .qr_top .qr-tooltip .tooltip-cont,
    .custom-tooltip,
    .back_link,
    .back_link:hover,
    .qr-tooltip .tooltip-cont,
    .header-wrap .container:not(.color),
    .topmenu .oficial,
    .divider_header,
    .content-kontakt.content-recomend .player_wrap,
    .searchImgHoverContainer {
        display: none;
    }

    .container,
    .container-sm {
        max-width: 95vw !important;
    }

    .searchForm input.searchInput {
        font-size: 14px;
    }
}

@media (min-width: 930px) {
    .divider_header {
        margin: 0;
        border-color: #e0e0e0;
        opacity: 1;
        transition: all 0.3s ease;
        display: block;
    }
}

.city-popup {
    position: absolute;
    top: 200px;
    right: -5px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 15px 30px rgb(0 0 0 / 15%);
    z-index: 9999;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    min-width: 200px;
    width: 360px;
    max-width: 100%;
    margin: 4px 0;
    font-family: 'Inter';
}

.city-popup__content {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.YourSity {
    font-weight: 600;
}

.city-popup__close {
    width: 20px;
    height: 20px;
    position: absolute;
    color: #ccc;
    top: 5px;
    right: 30px;
    font-size: 30px;
    cursor: pointer;
    pointer-events: auto;
}

.city-popup__buttons {
    display: flex;
    gap: 10px;
}

.city-popup__btn {
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    transition: opacity 0.2s ease;
}

.city-popup__btn--yes {
    background: #bf2120;
    padding: 12px 20px;
    color: #fff !important;
}

.city-popup__btn--no {
    background: #1d1d1d;
    padding: 12px 20px;
    color: #fff !important;
}

nav.navbar.navbar-expand-lg.navbar-light .flexs {
    min-width: 190px;
}

.logo-region,
.logo-region .st0,
.logo-region .gorod,
.menu-item .nav-link,
.menu-item .nav-link .st0 {
    transition: var(--tr);
}

@media (hover: hover) {
    .logo-region:hover .st0 {
        fill: var(--red);
    }

    .logo-region:hover .gorod {
        color: var(--red);
    }

    .menu-item .nav-link:hover .st0 {
        fill: var(--red);
    }

    #menu-glavnoe li a:hover span::after,
    .topmenu .menu-opt__title:hover span::after {
        width: 100%;
        left: 0%;
    }

    .categories_menu .dropdown-item:hover {
        padding: 12px 41px 12px 12px;
    }

    #menu-glavnoe li.dropdown:hover .dropdown-menu {
        opacity: 1;
        pointer-events: all;
    }
}

@media (max-width: 991px) {
    .city-popup {
        top: 56px;
        right: -18px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}