/* ============================================
   БАЗОВЫЕ СТИЛИ
   ============================================ */
html {
    height: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Manrope', sans-serif;
    background-color: white;
    font-size: 16px;
    color: #333333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden; /* Запрещает горизонтальную прокрутку */
    margin: 0;
    padding: 0;
}

a {
    font-weight: normal;
    text-decoration: none;
    transition: all .10s linear;
}

label {
    font-size: 15px;
}

button, button:active, button:focus {
    outline: none !important;
}

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
}

@font-face {
    font-family: 'ALS Rubl';
    font-style: normal;
    font-weight: normal;
    src: local('ALS Rubl'), url('../fonts/rouble.woff') format('woff');
}

.btn {
    font-size: 15px;
}

hr {
    height: 1px;
    background-color: #999999;
    color: #999999;
    border: none;
}

h1 {
    font-size: 21px;
}

.container {
    max-width: 1368px;
}

.ck {
    white-space: break-spaces !important;
}

*::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #f7f8fa;
}

*::-webkit-scrollbar-thumb {
    background: #4b4b4b;
}

/* ============================================
   ЦВЕТОВЫЕ СХЕМЫ
   ============================================ */
.button-color-scheme1 {
    background-color: #186aff;
    color: white !important;
}

.button-color-scheme1-light {
    background-color: #ebf7ff;
    color: black !important;
}

.button-color-scheme2 {
    background-color: #f2f2f2;
    color: black !important;
}

.button-color-scheme3 {
    background-color: #141414;
    color: white !important;
}

.button-color-scheme4 {
    background-color: transparent;
    color: black !important;
}

.button-color-scheme5 {
    background-color: #36b555;
    color: white !important;
}

.button-color-scheme6 {
    background-color: #e45959;
    color: white !important;
}

.button-color-scheme7 {
    background-color: #965eeb;
    color: white !important;
}

.button-color-scheme1:hover,
.button-color-scheme2:hover,
.button-color-scheme3:hover,
.button-color-scheme7:hover {
    opacity: 0.9;
}

.button-color-scheme1:hover,
.button-color-scheme2:hover {
    color: inherit !important;
}

/* ============================================
   ФОРМЫ
   ============================================ */
.form-control {
    border: 1px solid #f7f8fa !important;
    padding: 0 13px;
    border-radius: 15px;
    background-color: #f7f8fa;
    height: 45px !important;
     /* Отступ снизу */
    margin-bottom: 20px;
}

.form-control:focus {
    border-color: #007bff !important;
    border-width: 1px;
    box-shadow: none !important;
}

.form-label-error,
.verify-code-label-error {
    display: none;
    color: red;
    margin-top: 5px;
}

/* ============================================
   ХЕДЕР И ТУЛБАР
   ============================================ */
.top-toolbar {
    box-shadow: 0 0 30px rgba(0,0,0,.15);
    background-color: #fff;
    height: 65px;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
}

.top-toolbar-container {
    margin: 0 auto;
    max-width: 1200px;
}

.top-toolbar > div,
.top-toolbar > div > div {
    height: 100%;
}

.h-logo-mobile {
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.h-logo-mobile img {
    max-height: 30px;
    margin-top: auto;
    margin-bottom: auto;
}

.h-logo {
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.h-logo img {
    max-height: 40px;
    margin-top: auto;
    margin-bottom: auto;
    width: 80%;
}

.f-logo img {
    max-height: 35px;
    margin-top: auto;
    margin-bottom: auto;
    width: auto;
}

.f-logo {
    margin-bottom: 20px;
    display: block;
}

.toolbar-dropdown > span {
    cursor: pointer;
}

.toolbar-dropdown {
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

.toolbar-dropdown .la-angle-down {
    margin-left: 7px;
}

.toolbar-dropdown-box {
    position: absolute;
    top: 0px;
    background-color: white;
    box-shadow: 0 6px 32px #5e5c5c24;
    padding: 15px;
    border-radius: 10px;
    display: none;
    overflow: hidden;
    border: 1px solid transparent;
}

.toolbar-dropdown-active {
    background: rgba(0, 0, 0, 0) linear-gradient(210deg, rgb(215, 245, 255), rgb(236, 239, 255)) repeat scroll 0% 0%;
    text-decoration: none;
    color: black;
}

.beboss-head__drop-down-block {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.15);
}

.header-wow-mobile-category-image img {
    height: 40px;
}

.header-wow-mobile-category-image {
    width: 40px;
    height: 40px;
    text-align: center;
    margin-bottom: 5px;
    display: inline-block;
}

.header-wow-mobile-all-category-image {
    width: 40px;
    height: 40px;
    text-align: center;
    margin-bottom: 5px;
    background-color: #eaffd5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.header-wow-mobile-all-category:hover {
    color: #f95146;
    cursor: pointer;
}

.header-wow-mobile-category a {
    color: black;
    display: inline-block;
    text-align: center;
    width: 75px;
    scroll-snap-align: start;
    margin: 0 5px;
    text-decoration: none;
    display: block;
    word-break: break-all;
    font-size: 12px;
}

.header-wow-mobile-category a:hover {
    color: #f95146;
}

/* ============================================
   МОБИЛЬНЫЕ СТИЛИ ДЛЯ ШАПКИ
   ============================================ */
@media (max-width: 768px) {
    .header-wow-top-bg-color {
        background-color: #f7f8fa;
    }
    
    .header-wow-sticky-mobile {
        background-color: white;
        z-index: 10;
        position: relative;
    }
    
    .header-wow-sticky-active {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        box-shadow: 0 2px 8px #00000014;
    }
    
    .header-wow-sticky {
        background-color: white;
        position: relative;
    }
    
    .header-wow-sticky-container {
        position: relative;
    }
}

/* ============================================
   ШАПКА (ДЕСКТОП И МОБИЛЬНЫЕ)
   ============================================ */
/* === ДЕСКТОПНАЯ ВЕРСИЯ (от 769px и шире) === */
@media (min-width: 769px) {
    .header-wow-top {
        position: relative;
        background: linear-gradient(180deg, #4b4b4b 0, #4b4b4b 48px, #fff 0, #fff);
        color: white;
        height: 48px;
        display: flex;
        align-items: center;
        padding: 0 20px;
        margin-bottom: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        z-index: 100;
    }
}

/* === МОБИЛЬНАЯ ВЕРСИЯ (до 768px) === */
@media (max-width: 768px) {
    .header-wow-top {
        display: none !important;
    }
}

/* ============================================
   ЖИВОЙ ПОИСК
   ============================================ */
.live-search-container {
    background-color: white;
    position: relative;
}

.live-search-form-input {
    height: 46px;
    padding-left: 50px;
    padding-right: 15px;
    border-radius: 15px;
    border: 1px solid #f7f8fa;
    width: 100%;
    background-color: #f7f8fa;
    outline: none;
}

.live-search-form-input:focus {
    border: 1px solid #007bff !important;
    outline: none;
    background-color: white;
}

.live-search-form-icon {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    background-color: transparent;
    padding-top: 3px;
}

.live-search-form-icon i {
    font-size: 22px;
}

.live-search-results {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    background-color: white;
    border-radius: 15px;
    z-index: 30;
    padding: 15px 20px;
    overflow: auto;
    max-height: 500px;
    box-shadow: 0 6px 32px #5e5c5c24;
    display: none;
}

.live-search-results-item {
    display: block;
    cursor: pointer;
    padding: 8px 15px;
    color: black;
    border-radius: 10px;
}

.live-search-results-item:hover {
    background-color: #186aff;
    color: white !important;
}

.live-search-results-item:hover span {
    color: white !important;
}

.live-search-results-item > span {
    color: #9f9f9f;
    display: block;
    font-size: 14px;
}

/* ============================================
   ШАПКА - СПИСКИ И ИКОНКИ
   ============================================ */
.header-wow-sticky-menu .la-times {
    display: none;
}

.header-wow-top-list {
    padding-top: 2px;
}

.header-wow-top-list .header-wow-top-list-item {
    display: inline-block;
    color: white;
    margin-right: 30px;
    font-weight: 500;
}

.header-wow-top-list .header-wow-top-list-item:hover {
    color: #0066f5;
}

.header-wow-top-list .header-wow-top-list-item:last-child {
    margin-right: 0px !important;
}

.header-wow-top-list-icon {
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.header-wow-top-list-icon-item {
    color: white;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}

.header-wow-top-list-icon-item:hover {
    color: #0066f5;
}

.header-wow-top-list-icon-item i {
    font-size: 28px;
}

.header-wow-top-list-icon-item:last-child {
    margin-right: 0px !important;
}

.header-wow-top-list-profile {
    display: inline-flex;
    align-items: center;
    vertical-align: bottom;
    cursor: pointer;
}

.header-wow-top-list-profile .mini-avatar-img {
    height: 25px;
    width: 25px;
}

.header-wow-top-list-profile .mini-avatar {
    height: 25px;
}

.header-wow-top-list-profile .header-user-dropdown-menu-box {
    top: 40px !important;
}

.header-wow {
    background-color: white;
    z-index: 20;
}

.header-button-menu-catalog {
    cursor: pointer;
    border-radius: 15px;
    padding: 0 15px;
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.header-flex-box {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.header-flex-box-2 {
    margin-left: 15px;
    flex-grow: 1;
    width: 100%;
}

.header-flex-box-3 {
    margin-left: 15px;
    display: flex;
}

.header-button-menu-catalog-icon-2 {
    display: none;
}

/* ============================================
   МОДАЛЬНЫЕ ОКНА И АВТОРИЗАЦИЯ
   ============================================ */
.captchaModalImageContainer {
    border-radius: 10px;
    overflow: hidden;
    height: 55px;
    width: 125px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.captchaModalImageContainer img {
    height: 65px;
}

.container-icon-modal img {
    height: 128px;
}

.container-icon-modal {
    text-align: center;
    margin-bottom: 10px;
}

.registration-block-step2,
.registration-block-step3 {
    display: none;
}

.auth-block-tab-container {
    padding: 35px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
}

.containerPhoneAllCountry .iti {
    width: 100% !important;
}

.auth-block-tab-check-password,
.auth-block-tab-verify-code,
.auth-block-tab-registration-data,
.auth-block-tab-forgot-verify-code,
.auth-block-tab-forgot-new-pass {
    display: none;
}

.auth-block-tab-back {
    display: inline-flex;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    margin-right: 10px;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    background-color: #f7f8fa;
    color: black !important;
    cursor: pointer;
}

.auth-block-tab-back:active {
    transform: scale(0.98);
}

/* ============================================
   ГЕО-МОДАЛ
   ============================================ */
.modal-geo-container a {
    color: #333333;
    margin: 4px 0;
    display: block;
}

.modal-geo-search {
    position: relative;
}

.modal-geo-search-results {
    position: absolute;
    top: 50px;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0 6px 32px #5e5c5c24;
    left: 0;
    right: 0;
    display: none;
}

.modal-geo-search-results > div {
    margin: 12px 0;
    overflow: auto;
    max-height: 350px;
}

.modal-geo-search-results a {
    display: block;
    padding: 7px 15px;
    color: #333333;
    font-weight: 500;
}

.modal-geo-search-results a:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(210deg, rgb(215, 245, 255), rgb(236, 239, 255)) repeat scroll 0% 0%;
    color: black !important;
}

.modal-geo-countries-list a {
    display: inline-block;
    margin-right: 15px;
    padding: 8px 15px;
    color: #333333;
    border-radius: 20px;
}

.modal-geo-countries-list a:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(210deg, rgb(215, 245, 255), rgb(236, 239, 255)) repeat scroll 0% 0%;
    color: black !important;
}

.modal-geo-countries-list a.active {
    background: rgba(0, 0, 0, 0) linear-gradient(210deg, rgb(215, 245, 255), rgb(236, 239, 255)) repeat scroll 0% 0%;
    color: black !important;
}

.modal-geo-countries-list a img {
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.modal-geo-tabs {
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-geo-tabs > div {
    display: inline-block;
    cursor: pointer;
    padding: 6px 0px;
    margin-right: 20px;
    color: #8f8f8f;
    font-weight: 600;
    font-size: 24px;
    font-weight: 300;
}

.modal-geo-tabs > div.active {
    color: black;
    font-weight: 600;
}

.modal-geo-tab-1,
.modal-geo-tab-2 {
    display: none;
}

/* ============================================
   УТИЛИТЫ
   ============================================ */
.width100 {
    width: 100%;
}

.inline-block {
    display: inline-block;
}

/* ============================================
   КНОПКИ
   ============================================ */
.btn-custom-mini {
    display: inline-flex;
    min-height: 38px;
    text-align: center;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 15px;
    border: none;
    outline: none;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    position: relative;
    margin-bottom: 10px;
}

.btn-custom {
    text-align: center;
    padding: 0px 25px;
    min-height: 45px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 15px;
    border: none;
    outline: none;
    margin-bottom: 10px;
}

.btn-custom-big {
    text-align: center;
    padding: 0px 25px;
    min-height: 50px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 15px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.btn-custom:active,
.btn-custom-mini:active,
.btn-custom-big:active {
    transform: scale(0.98);
}

.btn-custom .spinner-border,
.btn-custom-mini .spinner-border,
.btn-custom-big .spinner-border {
    width: 14px;
    height: 14px;
    border-width: 2px;
    margin-right: 5px;
}

.btn-custom:hover,
.btn-custom-mini:hover,
.btn-custom-big:hover {
    transform: translateY(2px);
    opacity: 0.9;
    text-decoration: none;
}

/* ============================================
   КНОПКИ
   ============================================ */
.btn-custom-mini {
    display: inline-flex;
    min-height: 38px;
    text-align: center;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 15px;
    border: none;
    outline: none;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    position: relative;
    margin-bottom: 10px;
}

.btn-custom {
    text-align: center;
    padding: 0px 25px;
    min-height: 45px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 15px;
    border: none;
    outline: none;
    margin-bottom: 10px;
}

.btn-custom-big {
    text-align: center;
    padding: 0px 25px;
    min-height: 50px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 15px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.btn-custom:active,
.btn-custom-mini:active,
.btn-custom-big:active {
    transform: scale(0.98);
}

.btn-custom .spinner-border,
.btn-custom-mini .spinner-border,
.btn-custom-big .spinner-border {
    width: 14px;
    height: 14px;
    border-width: 2px;
    margin-right: 5px;
}

.btn-custom:hover,
.btn-custom-mini:hover,
.btn-custom-big:hover {
    transform: translateY(2px);
    opacity: 0.9;
    text-decoration: none;
}

/* ============================================
   КНОПКА "ЗАПОМНИТЬ МЕНЯ" 
   ============================================ */
.btn-custom-mini-icon {
    display: inline-flex;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    outline: none;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; /* Отступ снизу 20px */
}

.btn-custom-mini-icon i {
    font-size: 15px;
}

/* ============================================
   КНОПКА "ПРОДОЛЖИТЬ" (ОТДЕЛЬНЫЙ КЛАСС)
   ============================================ */
.btn-custom-continue {
    text-align: center;
    padding: 0px 25px;
    min-height: 45px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 15px;
    border: none;
    outline: none;
    margin-bottom: 10px;
}

.btn-custom-continue:hover {
    transform: translateY(2px);
    opacity: 0.9;
    text-decoration: none;
}

.btn-custom-continue:active {
    transform: scale(0.98);
}

/* ============================================
   ЦВЕТОВЫЕ СХЕМЫ ДЛЯ КНОПОК
   ============================================ */
.btn-color-green {
    background-color: #53b374 !important;
    color: white !important;
}

.btn-color-light {
    background-color: #EFEFEF;
    color: black !important;
}

.btn-color-blue {
    background-color: #186aff;
    color: white !important;
}

.btn-color-blue-light {
    background-color: rgb(232, 237, 254);
    color: black !important;
}

.btn-color-purple {
    background-color: #965EEB;
    color: white !important;
}

.btn-color-white {
    background-color: white;
    color: black;
}

.btn-color-gradient {
    color: white !important;
    background-image: linear-gradient(to top right, rgb(255, 99, 172), rgb(252, 98, 171), rgb(248, 96, 171), rgb(245, 95, 170), rgb(242, 94, 169), rgb(239, 93, 169), rgb(235, 91, 168), rgb(232, 90, 168), rgb(229, 89, 167), rgb(226, 88, 166), rgb(222, 86, 166), rgb(219, 85, 165));
}

.btn-color-transparent {
    background-color: transparent;
    color: black !important;
}

.btn-color-danger {
    background-color: #E83587;
    color: white !important;
}

/* ============================================
   ТУЛБАР - ССЫЛКИ
   ============================================ */
.toolbar-link {
    height: 100%;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #1c1c1c;
    vertical-align: bottom;
    cursor: pointer;
    transition: all .10s linear;
    text-align: center;
}

.icon-link {
    display: inline-block;
    font-size: 21px;
}

.link-add-active {
    background: rgba(0, 0, 0, 0) linear-gradient(210deg, rgb(215, 245, 255), rgb(236, 239, 255)) repeat scroll 0% 0%;
}

.header-wow-sticky-add {
    border-radius: 15px;
    padding: 0 15px;
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 200px;
}

.header-wow-sticky-add:hover {
    opacity: 0.9;
    color: white !important;
}

.header-wow-sticky-auth {
    border-radius: 15px;
    padding: 0 18px;
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
}

.header-wow-sticky-list > div {
    margin-right: 15px;
}

.header-wow-sticky-list > div:last-child {
    margin-right: 0px !important;
}

.header-wow-sticky-list > div a {
    color: #565656;
    font-size: 15px;
}

.header-wow-sticky-auth:hover {
    text-decoration: none;
    opacity: 0.9;
}

/* ============================================
   ЖИВОЙ ПОИСК - ГЕО
   ============================================ */
.live-search-container-geo {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    padding-right: 15px;
    display: inline-flex;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 15px;
}

.live-search-container-geo > div {
    display: inline-block;
}

.live-search-container-geo-name {
    color: #0066f5;
    font-weight: 500;
    cursor: pointer;
    font-size: 15px;
}

/* ============================================
   МОДАЛЬНЫЕ ОКНА
   ============================================ */
.modal .btn-close {
    background-color: #f7f8fa;
    border-radius: 50px;
    font-size: 10px;
    opacity: 1;
    height: 30px;
    width: 30px;
    cursor: pointer;
    z-index: 5;
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal .btn-close:hover,
.modal .btn-close:focus,
.modal .btn-close:active {
    opacity: 1;
}

.modal .modal-header,
.modal .modal-footer {
    position: relative;
    border: none !important;
}

.modal .modal-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
}

.modal .modal-header {
    padding: 0px;
}

.modal-content {
    box-shadow: 0 0.31rem 1.25rem 0 rgba(75, 70, 92, 0.4);
    border-radius: 15px !important;
}

.modal-body {
    padding-left: 35px;
    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
}

.modal-footer {
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

/* ============================================
   УТИЛИТЫ
   ============================================ */
.modal-metro-station-color {
    display: inline-block;
    width: 15px;
    height: 3px;
    vertical-align: middle;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.circle-indicator-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    border-radius: 50px;
    padding: 0 5px;
    color: white;
    background-color: red;
    font-size: 10px;
}

.header-button-menu-catalog-icon-1 i {
    font-size: 20px;
}

.header-button-menu-catalog-icon-1 {
    margin-right: 5px;
}

/* ============================================
   БОЛЬШОЙ КАТАЛОГ
   ============================================ */
.big-catalog-menu-container {
    position: relative;
    display: none;
}

.big-catalog-menu-content {
    border-radius: 25px;
    background-color: white;
    z-index: 10;
    padding: 25px;
    box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
    position: absolute;
    left: 0;
    top: 15px;
    right: 0;
    height: 450px;
}

.big-catalog-menu-content-categories {
    overflow: auto;
    height: 400px;
}

.big-catalog-menu-category-item {
    padding: 9px 12px;
    display: flex;
    border-radius: 10px;
    color: black;
}

.big-catalog-menu-category-item:hover {
    background-color: #f7f8fa;
    color: black !important;
}

.big-catalog-menu-category-item.active {
    background-color: #f7f8fa;
    color: black !important;
}

.big-catalog-menu-category-item > div {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.big-catalog-menu-category-item > div img {
    width: 100%;
    object-fit: cover;
}

.big-catalog-menu-banners-item {
    border-radius: 15px;
    background-color: #f7f8fa;
    overflow: hidden;
    width: 100%;
    height: 100px;
    display: block;
    margin-bottom: 10px;
}

.big-catalog-menu-banners-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.big-catalog-menu-content-subcategories {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    height: 400px;
}

.big-catalog-menu-content-subcategories a {
    display: block;
    color: black;
    margin: 4px 0;
}

.big-catalog-menu-content-subcategories a:hover {
    color: #0066f5;
}

.big-catalog-menu-content-subcategories-title {
    font-size: 28px;
    font-weight: bold;
}

/* ============================================
   ОТСТУПЫ
   ============================================ */
.mt100 {
    margin-top: 100px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt40 {
    margin-top: 70px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt115 {
    margin-top: 115px !important;
}

.mt20 {
    margin-top: 80px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

/* ============================================
   ВИДЖЕТЫ КАТЕГОРИЙ
   ============================================ */
.widget-categories-or-subcategories a {
    display: block;
    background-color: #f7f8fa;
    padding: 15px;
    border-radius: 15px;
    overflow: hidden;
    height: 100px;
    position: relative;
    margin-bottom: 15px;
    word-break: break-word;
}

.widget-categories-or-subcategories a:hover {
    background-color: #186aff;
}

.widget-categories-or-subcategories a:hover > div {
    color: white !important;
}

.widget-categories-or-subcategories a div {
    z-index: 5;
    color: black;
    position: relative;
}

.widget-categories-or-subcategories a img {
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 80px;
}

.widget-categories-or-subcategories a.active {
    background-color: #186aff;
}

.widget-categories-or-subcategories a.active > div {
    color: white !important;
}

.widget-categories-or-subcategories-button-all {
    text-align: center;
}

.widget-categories-or-subcategories-hide {
    height: 100px;
    overflow: hidden;
}

.widget-categories-or-subcategories-button-all button {
    margin-top: 15px;
}

/* ============================================
   КАРТОЧКИ ТОВАРОВ
   ============================================ */
.container-item-images {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    background-color: #F7F8FA;
    margin-top: 0;
    padding-top: 0;
}

.image-autofocus {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-item-grid {
    color: black;
    margin-bottom: 20px;
    display: block;
}

.container-item-grid:hover {
    color: black !important;
}

.container-item-images:hover .container-item-labels {
    display: none;
}

.container-item-images:hover .container-item-images-indicator {
    display: flex;
}

.container-item-grid-content-status {
    margin-bottom: 3px;
    margin-top: 3px;
}

.container-item-grid-content-prices {
    margin-top: 3px;
}

.container-item-grid-content-prices .card-item-price-now {
    font-size: 18px;
    font-weight: 600;
}

.container-item-grid-content-prices .card-item-price-old {
    font-size: 14px;
    color: #f81155;
    text-decoration: line-through;
    margin-left: 4px;
    display: inline-block;
}

.container-item-grid-content-prices .card-item-price-measure-title {
    font-size: 13px;
}

.container-item-grid-content-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.container-item-grid-content-title:hover {
    color: #0066f5;
}

.container-item-grid-content-additionally {
    margin-top: 3px;
}

.container-item-grid-content-additionally > span {
    display: block;
    font-size: 11px;
    color: gray;
}

.container-item-labels {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.container-item-labels > div {
    display: block;
    margin-top: 3px;
}

.container-item-labels > div > span {
    padding: 3px 10px;
    border-radius: 8px !important;
    color: white;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
}

.container-item-labels-1 > span {
    background-color: blue;
}

.container-item-labels-2 > span {
    background-color: #f81155;
}

.container-item-labels-3 > span {
    background-color: #309a3e;
}

.container-item-labels-4 > span {
    background-color: #f96f2e;
}

.container-item-images-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    display: none;
}

.container-item-images-indicator span {
    border-bottom: 2px solid white;
    margin: 0 3px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.container-item-images-indicator span:hover {
    border-bottom: 2px solid black;
}

/* ============================================
   КАТАЛОГ - ОПЦИИ ПРОСМОТРА
   ============================================ */
.catalog-container-options-view-item i {
    font-size: 25px;
}

.catalog-container-options-view-item span {
    display: inline-block;
    margin-left: 10px;
    color: black;
    cursor: pointer;
}

.catalog-container-options-view-item span.active {
    color: blue !important;
}

.container-item-favorite {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 5;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: white;
}

.container-item-favorite i {
    font-size: 22px;
    color: black;
}

.container-item-favorite i.ti-heart-filled {
    color: red;
}

/* ============================================
   СПИСОК ТОВАРОВ
   ============================================ */
.container-item-list {
    color: black;
    margin-bottom: 20px;
    display: block;
    border-radius: 10px;
    position: relative;
}

.container-item-list-content-title {
    font-size: 19px;
    font-weight: 500;
}

.container-item-list-content-title:hover {
    color: blue;
}

.container-item-list-content-desc {
    margin-top: 5px;
}

.container-item-list-content-additionally {
    margin-top: 5px;
}

.container-item-list-content-additionally span {
    display: block;
    font-size: 13px;
    color: gray;
}

.container-item-list:hover {
    color: black !important;
}

.container-item-grid-highlight .container-item-grid-content-title,
.container-item-list-highlight .container-item-list-content-title,
.container-item-list-highlight .container-item-list-map-content-title {
    background: linear-gradient(90deg, #FFB800, #FFF5CC);
    padding: 5px 12px;
    border-radius: 12px 8px 8px 12px;
    display: block;
    width: 100%;
    font-weight: 500;
}

/* ============================================
   ВЫПАДАЮЩИЕ СПИСКИ (UNI DROPDOWN)
   ============================================ */
.uni-dropdown {
    position: relative;
}

.uni-dropdown-content-align-left {
    left: 0;
}

.uni-dropdown-content-align-right {
    right: 0;
}

.uni-dropdown-content-align-bottom {
    bottom: 30px !important;
    top: auto !important;
}

.uni-dropdown-content-align-top {
    top: 30px !important;
    bottom: auto !important;
}

.uni-dropdown-content {
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    position: absolute;
    top: 30px;
    background-color: white;
    z-index: 10;
    display: none;
    text-align: left !important;
    width: max-content;
}

.uni-dropdown-content-position-bottom {
    bottom: 30px !important;
    top: auto !important;
}

.uni-dropdown-content-item {
    display: flex;
    border-radius: 10px;
    padding: 7px 15px;
    color: black;
    cursor: pointer;
    font-size: 15px;
}

.uni-dropdown-content-item:hover {
    background-color: #f7f8fa;
    color: black !important;
}

.uni-dropdown-name {
    cursor: pointer;
}

.uni-dropdown-content-stretch {
    left: 0;
    right: 0;
    width: 100% !important;
}

.uni-dropdown-content-width-300 {
    width: 300px;
}

.uni-dropdown-content-top-50 {
    top: 50px !important;
}

/* ============================================
   ПАРАМЕТРЫ ФОРМЫ
   ============================================ */
.params-form-item-price input[type=text] {
    height: 42px !important;
    background-color: white;
    border: 1px solid #dcdcdc !important;
}

.params-form-item {
    margin-bottom: 15px;
}

.params-form-item-label {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
}

/* ============================================
   ПЕРЕКЛЮЧАТЕЛИ (SWITCH)
   ============================================ */
.switch {
    margin-right: 0.75rem;
    position: relative;
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block;
    border-radius: 30rem;
    cursor: pointer;
    min-height: 1.35rem;
    font-size: 0.9375rem;
    line-height: 1.4;
}

.switch .switch-label:first-child {
    padding-right: 0.5rem;
}

.switch .switch-input ~ .switch-label {
    padding-left: 3rem;
}

.switch .switch-toggle-slider {
    width: 2.5rem;
    height: 1.35rem;
    font-size: 0.625rem;
    line-height: 1.35rem;
    border: 1px solid transparent;
    top: 0;
}

.switch .switch-toggle-slider i {
    position: relative;
    font-size: 0.9375rem;
    top: -1.35px;
}

.switch .switch-label {
    top: 0.01875rem;
}

.switch .switch-input:checked ~ .switch-toggle-slider::after {
    left: 1.15rem;
}

.switch .switch-toggle-slider::after {
    top: -1px;
    margin: 0.25rem 0 0 0.25rem;
    width: 13px;
    height: 13px;
}

.switch .switch-on {
    padding-left: 0.25rem;
    padding-right: 1.1rem;
}

.switch .switch-off {
    padding-left: 1.1rem;
    padding-right: 0.25rem;
}

[dir=rtl] .switch .switch-label {
    padding-right: 3rem;
    padding-left: 0;
}

[dir=rtl] .switch .switch-input:checked ~ .switch-toggle-slider::after {
    left: auto;
    right: 1.15rem;
}

[dir=rtl] .switch .switch-toggle-slider::after {
    margin-left: 0;
    margin-right: 0.25rem;
}

[dir=rtl] .switch .switch-on {
    padding-left: 1.1rem;
    padding-right: 0.25rem;
}

[dir=rtl] .switch .switch-off {
    padding-left: 0.25rem;
    padding-right: 1.1rem;
}

[dir=rtl] .switch {
    margin-left: 0.75rem;
    margin-right: 0;
}

.switch-input {
    opacity: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: -1;
}

.switch-toggle-slider {
    position: absolute;
    overflow: hidden;
    border-radius: 30rem;
    background: transparent;
    border: 1px solid rgba(75, 70, 92, 0.2) !important;
    color: rgba(75, 70, 92, 0.4);
    transition-duration: 0.2s;
    transition-property: left, right, background, box-shadow;
    cursor: pointer;
    user-select: none;
}

.switch-toggle-slider i {
    top: -2.3px !important;
}

.switch-label {
    display: inline-block;
    font-weight: 400;
    color: #6f6b7d;
    position: relative;
    cursor: default;
}

.switch-off,
.switch-on {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    transition-duration: 0.2s;
    transition-property: left, right;
}

.switch-on {
    left: -100%;
}

[dir=rtl] .switch-on {
    left: auto;
    right: -100%;
}

.switch-input:not(:checked) ~ .switch-toggle-slider .switch-on {
    color: transparent;
}

.switch-off {
    left: 0;
}

[dir=rtl] .switch-off {
    right: 0;
    left: auto;
}

.switch-input:checked ~ .switch-toggle-slider {
    border-color: #7367f0;
}

.switch-input:checked ~ .switch-toggle-slider:after {
    background: #fff;
}

.switch-input:checked ~ .switch-toggle-slider .switch-on {
    left: 0;
}

[dir=rtl] .switch-input:checked ~ .switch-toggle-slider .switch-on {
    right: 0;
    left: auto;
}

.switch-input:checked ~ .switch-toggle-slider .switch-off {
    left: 100%;
    color: transparent;
}

[dir=rtl] .switch-input:checked ~ .switch-toggle-slider .switch-off {
    right: 100%;
    left: auto;
}

.switch-toggle-slider::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    border-radius: 999px;
    background: rgba(75, 70, 92, 0.2);
    box-shadow: none;
    transition-duration: 0.2s;
    transition-property: left, right, background;
}

[dir=rtl] .switch-toggle-slider::after {
    right: 0;
    left: auto;
}

.switches-stacked::after {
    display: block;
    clear: both;
    content: "";
}

.switches-stacked .switch {
    display: block;
}

html:not([dir=rtl]) .switches-stacked .switch {
    margin-right: 0;
}

[dir=rtl] .switches-stacked .switch {
    margin-left: 0;
}

.switches-stacked .switch:not(:last-child) {
    margin-bottom: 0.75rem;
}

.switch-square,
.switch-square .switch-toggle-slider {
    border-radius: 0.375rem;
}

.switch-square .switch-toggle-slider::after {
    border-radius: calc(0.375rem - 2px);
}

.switch.switch-outline .switch-toggle-slider:after {
    background: rgba(75, 70, 92, 0.2);
}

.switch-input:disabled ~ .switch-toggle-slider {
    opacity: 0.5;
    background: rgba(75, 70, 92, 0.2);
    border-color: transparent !important;
}

.switch-input:disabled ~ .switch-toggle-slider::after {
    box-shadow: none;
}

.switch-input:disabled ~ .switch-label {
    color: #a5a3ae;
}

.switch-sm {
    min-height: 1.125rem;
    font-size: 0.75rem;
    line-height: 1.48;
}

.switch-sm .switch-label:first-child {
    padding-right: 0.5rem;
}

.switch-sm .switch-input ~ .switch-label {
    padding-left: 2.5rem;
}

.switch-sm .switch-toggle-slider {
    width: 2rem;
    height: 1.125rem;
    font-size: 0.625rem;
    line-height: 1.125rem;
    border: 1px solid transparent;
    top: 0;
}

.switch-sm .switch-toggle-slider i {
    position: relative;
    font-size: 0.75rem;
    top: -2px;
}

.switch-sm .switch-label {
    top: 0.0075rem;
}

.switch-sm .switch-input:checked ~ .switch-toggle-slider::after {
    left: 0.875rem;
}

.switch-sm .switch-toggle-slider::after {
    top: -1px;
    margin: 0.25rem 0 0 0.25rem;
    width: 10px;
    height: 10px;
}

.switch-sm .switch-on {
    padding-left: 0.25rem;
    padding-right: 0.875rem;
}

.switch-sm .switch-off {
    padding-left: 0.875rem;
    padding-right: 0.25rem;
}

[dir=rtl] .switch-sm .switch-label {
    padding-right: 2.5rem;
    padding-left: 0;
}

[dir=rtl] .switch-sm .switch-input:checked ~ .switch-toggle-slider::after {
    left: auto;
    right: 0.875rem;
}

[dir=rtl] .switch-sm .switch-toggle-slider::after {
    margin-left: 0;
    margin-right: 0.25rem;
}

[dir=rtl] .switch-sm .switch-on {
    padding-left: 0.875rem;
    padding-right: 0.25rem;
}

[dir=rtl] .switch-sm .switch-off {
    padding-left: 0.25rem;
    padding-right: 0.875rem;
}

.switch-lg {
    min-height: 1.75rem;
    font-size: 1rem;
    line-height: 1.47;
}

.switch-lg .switch-label:first-child {
    padding-right: 0.5rem;
}

.switch-lg .switch-input ~ .switch-label {
    padding-left: 3.75rem;
}

.switch-lg .switch-toggle-slider {
    width: 3.25rem;
    height: 1.75rem;
    font-size: 0.625rem;
    line-height: 1.75rem;
    border: 1px solid transparent;
    top: 0;
}

.switch-lg .switch-toggle-slider i {
    position: relative;
    font-size: 1rem;
    top: -2px;
}

.switch-lg .switch-label {
    top: 0.14rem;
}

.switch-lg .switch-input:checked ~ .switch-toggle-slider::after {
    left: 1.5rem;
}

.switch-lg .switch-toggle-slider::after {
    top: -1px;
    margin: 0.25rem 0 0 0.25rem;
    width: 20px;
    height: 20px;
}

.switch-lg .switch-on {
    padding-left: 0.25rem;
    padding-right: 1.5rem;
}

.switch-lg .switch-off {
    padding-left: 1.5rem;
    padding-right: 0.25rem;
}

[dir=rtl] .switch-lg .switch-label {
    padding-right: 3.75rem;
    padding-left: 0;
}

[dir=rtl] .switch-lg .switch-input:checked ~ .switch-toggle-slider::after {
    left: auto;
    right: 1.5rem;
}

[dir=rtl] .switch-lg .switch-toggle-slider::after {
    margin-left: 0;
    margin-right: 0.25rem;
}

[dir=rtl] .switch-lg .switch-on {
    padding-left: 1.5rem;
    padding-right: 0.25rem;
}

[dir=rtl] .switch-lg .switch-off {
    padding-left: 0.25rem;
    padding-right: 1.5rem;
}

.switch-secondary.switch .switch-input:checked ~ .switch-toggle-slider {
    background: #a8aaae;
    border-color: #a8aaae !important;
    color: #fff;
}

.switch-secondary.switch .switch-input:active ~ .switch-toggle-slider {
    box-shadow: none;
}

.switch-secondary.switch .switch-input:focus ~ .switch-toggle-slider {
    border: 1px solid #a8aaae;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-success.switch .switch-input:checked ~ .switch-toggle-slider {
    background: #28c76f;
    border-color: #28c76f !important;
    color: #fff;
}

.switch-success.switch .switch-input:active ~ .switch-toggle-slider {
    box-shadow: none;
}

.switch-success.switch .switch-input:focus ~ .switch-toggle-slider {
    border: 1px solid #28c76f;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-info.switch .switch-input:checked ~ .switch-toggle-slider {
    background: #00cfe8;
    border-color: #00cfe8 !important;
    color: #fff;
}

.switch-info.switch .switch-input:active ~ .switch-toggle-slider {
    box-shadow: none;
}

.switch-info.switch .switch-input:focus ~ .switch-toggle-slider {
    border: 1px solid #00cfe8;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-warning.switch .switch-input:checked ~ .switch-toggle-slider {
    background: #ff9f43;
    border-color: #ff9f43 !important;
    color: #fff;
}

.switch-warning.switch .switch-input:active ~ .switch-toggle-slider {
    box-shadow: none;
}

.switch-warning.switch .switch-input:focus ~ .switch-toggle-slider {
    border: 1px solid #ff9f43;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-danger.switch .switch-input:checked ~ .switch-toggle-slider {
    background: #ea5455;
    border-color: #ea5455 !important;
    color: #fff;
}

.switch-danger.switch .switch-input:active ~ .switch-toggle-slider {
    box-shadow: none;
}

.switch-danger.switch .switch-input:focus ~ .switch-toggle-slider {
    border: 1px solid #ea5455;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-dark.switch .switch-input:checked ~ .switch-toggle-slider {
    background: #4b4b4b;
    border-color: #4b4b4b !important;
    color: #fff;
}

.switch-dark.switch .switch-input:active ~ .switch-toggle-slider {
    box-shadow: none;
}

.switch-dark.switch .switch-input:focus ~ .switch-toggle-slider {
    border: 1px solid #4b4b4b;
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-gray.switch .switch-input:checked ~ .switch-toggle-slider {
    background: rgba(75, 70, 92, 0.05);
    border-color: rgba(75, 70, 92, 0.05) !important;
    color: #fff;
}

.switch-gray.switch .switch-input:active ~ .switch-toggle-slider {
    box-shadow: none;
}

.switch-gray.switch .switch-input:focus ~ .switch-toggle-slider {
    border: 1px solid rgba(75, 70, 92, 0.05);
    box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch .valid-feedback,
.switch .invalid-feedback {
    padding-left: 0.5rem;
}

.was-validated .switch-input:valid ~ .switch-label,
.switch-input.invalid ~ .switch-label,
.switch-input.is-valid ~ .switch-label {
    color: #28c76f;
}

.was-validated .switch-input:valid ~ .valid-feedback,
.was-validated .switch-input:valid ~ .valid-tooltip,
.switch-input.invalid ~ .valid-feedback,
.switch-input.invalid ~ .valid-tooltip,
.switch-input.is-valid ~ .valid-feedback,
.switch-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .switch-input:valid ~ .switch-toggle-slider,
.switch-input.invalid ~ .switch-toggle-slider,
.switch-input.is-valid ~ .switch-toggle-slider {
    border: 1px solid #28c76f !important;
}

.was-validated .switch-input:valid:checked ~ .switch-toggle-slider,
.switch-input.invalid:checked ~ .switch-toggle-slider,
.switch-input.is-valid:checked ~ .switch-toggle-slider {
    background: #28c76f;
    border-color: #28c76f !important;
    color: #fff;
}

.was-validated .switch-input:valid:focus ~ .switch-toggle-slider,
.switch-input.invalid:focus ~ .switch-toggle-slider,
.switch-input.is-valid:focus ~ .switch-toggle-slider {
    box-shadow: 0 0 0.25rem 0.05rem rgba(40, 199, 111, 0.4);
}

.was-validated .switch-input:valid:active ~ .switch-toggle-slider,
.switch-input.invalid:active ~ .switch-toggle-slider,
.switch-input.is-valid:active ~ .switch-toggle-slider {
    box-shadow: none;
}

.was-validated .switch-input:invalid ~ .switch-label,
.switch-input.invalid ~ .switch-label,
.switch-input.is-invalid ~ .switch-label {
    color: #ea5455;
}

.was-validated .switch-input:invalid ~ .invalid-feedback,
.was-validated .switch-input:invalid ~ .invalid-tooltip,
.switch-input.invalid ~ .invalid-feedback,
.switch-input.invalid ~ .invalid-tooltip,
.switch-input.is-invalid ~ .invalid-feedback,
.switch-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .switch-input:invalid ~ .switch-toggle-slider,
.switch-input.invalid ~ .switch-toggle-slider,
.switch-input.is-invalid ~ .switch-toggle-slider {
    border: 1px solid #ea5455 !important;
}

.was-validated .switch-input:invalid:checked ~ .switch-toggle-slider,
.switch-input.invalid:checked ~ .switch-toggle-slider,
.switch-input.is-invalid:checked ~ .switch-toggle-slider {
    background: #ea5455;
    border-color: #ea5455 !important;
    color: #fff;
}

.was-validated .switch-input:invalid:focus ~ .switch-toggle-slider,
.switch-input.invalid:focus ~ .switch-toggle-slider,
.switch-input.is-invalid:focus ~ .switch-toggle-slider {
    box-shadow: 0 0 0.25rem 0.05rem rgba(234, 84, 85, 0.4);
}

.was-validated .switch-input:invalid:active ~ .switch-toggle-slider,
.switch-input.invalid:active ~ .switch-toggle-slider,
.switch-input.is-invalid:active ~ .switch-toggle-slider {
    box-shadow: none;
}

.switch-input:checked ~ .switch-toggle-slider {
    background: #005bff;
    border-color: #005bff !important;
    color: #fff;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb20 {
    margin-bottom: 20px;
}

/* ============================================
   UNI SELECT
   ============================================ */
.uni-select {
    position: relative;
}

.uni-select-name {
    border-radius: 15px;
    padding: 0px 15px;
    background-color: #f7f8fa;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    height: 45px;
}

.uni-select-name:after {
    content: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.423 6.91a.833.833 0 0 0-1.179 0L10 12.156 4.756 6.91a.833.833 0 0 0-1.178 1.178l5.833 5.833a.833.833 0 0 0 1.179 0l5.833-5.833a.833.833 0 0 0 0-1.178Z' fill='%23000'/%3E%3C/svg%3E");
    position: absolute;
    right: 15px;
    top: 13px;
}

.uni-select-name:active {
    transform: scale(0.98);
}

.uni-select-content {
    padding: 15px 0;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    position: absolute;
    top: 52px;
    left: 0px;
    right: 0px;
    background-color: white;
    z-index: 10;
    min-width: 200px;
    display: none;
}

.uni-select-content-container {
    overflow: auto;
    max-height: 250px;
}

.uni-select-content-item {
    padding: 8px 15px;
    cursor: pointer;
    position: relative;
    display: block;
}

.uni-select-content-item:hover {
    background-color: #f7f8fa;
}

.uni-select-content-item input {
    display: none;
}

.uni-select-content-item.uni-select-item-active:after {
    content: "🔴";
    position: absolute;
    right: 15px;
    top: 14px;
    font-size: 8px;
}

.uni-select-content-input {
    padding: 0 15px;
}

.uni-select-content-input input {
    height: 42px !important;
    background-color: white;
    border: 1px solid #dcdcdc !important;
}

.uni-select-content-search input {
    height: 42px !important;
    background-color: white;
    border: 1px solid #dcdcdc !important;
}

.uni-select-content-search {
    margin-bottom: 15px;
    padding: 0 15px;
}

.uni-select-open .uni-select-content {
    display: block;
}

/* ============================================
   БАННЕРЫ
   ============================================ */
.top-banner-item {
    border-radius: 15px;
    height: 140px;
    width: 500px;
    background-color: #f7f8fa;
    overflow: hidden;
}

.top-banners-container {
    margin-bottom: 15px;
}

.params-form-sticky {
    position: relative;
}

.params-buttons-sticky {
    position: sticky;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: white;
    padding-bottom: 10px;
    padding-top: 10px;
}

.catalog-filter-links-container {
    margin-top: 15px;
}

.catalog-filter-links-container a {
    display: inline-block;
    padding: 5px 0;
    margin-right: 15px;
    font-weight: 600;
}

.catalog-filter-links-container a:hover {
    text-decoration: underline;
    color: black;
}

.catalog-container-options-links-inline > div {
    display: inline-block;
}

.catalog-container-links-inline-item {
    display: inline-block;
    margin-right: 15px;
    color: black !important;
    cursor: pointer;
}

.catalog-container-links-inline-item:hover {
    background-color: #f7f8fa;
}

.catalog-not-found {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 120px;
}

.catalog-not-found h4 {
    font-weight: bold;
    margin-bottom: 15px;
}

.catalog-not-found p {
    margin: 0;
}

/* ============================================
   СКЕЛЕТОНЫ
   ============================================ */
.container-item-grid-skeleton {
    color: black;
    display: block;
}

.container-item-images-skeleton {
    height: 225px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    background-color: #F7F8FA;
}

.container-item-grid-content-title-skeleton {
    border-radius: 3px;
    display: block;
    background-color: #F7F8FA;
    height: 20px;
    margin-top: 10px;
}

.container-item-grid-content {
    word-break: break-word;
}

.container-item-grid-content-prices-skeleton {
    border-radius: 3px;
    display: block;
    background-color: #F7F8FA;
    height: 20px;
    margin-top: 10px;
}

.container-item-list-skeleton {
    color: black;
    margin-bottom: 25px;
    display: block;
    border-radius: 15px;
}

.container-item-list-content-title-skeleton {
    border-radius: 3px;
    display: block;
    background-color: #F7F8FA;
    height: 20px;
    margin-top: 10px;
}

.container-item-list-content-prices-skeleton {
    border-radius: 3px;
    display: block;
    background-color: #F7F8FA;
    height: 20px;
    margin-top: 10px;
}

.container-item-list-content-prices .card-item-price-now {
    font-size: 22px;
    font-weight: 600;
}

.container-item-list-content-prices .card-item-price-old {
    font-size: 18px;
    color: #f81155;
    text-decoration: line-through;
    margin-left: 5px;
    display: inline-block;
}

.container-item-list-content-prices .card-item-price-measure-title {
    font-size: 15px;
}

.container-item-list-content-desc-skeleton {
    border-radius: 3px;
    display: block;
    background-color: #F7F8FA;
    height: 100px;
    margin-top: 10px;
}

/* ============================================
   СОЦСЕТИ
   ============================================ */
.block-social-auth-list {
    display: inline-block;
    margin-top: 15px;
}

.block-social-auth-list img {
    height: 32px;
}

.block-social-auth-list a {
    transition: 0.5s;
    display: inline-block;
}

.block-social-auth-list a:not(:last-child) {
    margin-right: 5px;
}

.block-social-auth-list a:hover {
    transform: scale(1.2);
}

.block-social-auth-buttons a:not(:last-child) {
    margin-bottom: 5px;
}

.block-social-auth-buttons img {
    height: 24px;
    margin-right: 5px;
}

.block-social-auth-buttons a:hover {
    color: white !important;
}

/* ============================================
   АВТОРИЗАЦИЯ
   ============================================ */
.container-page-auth {
    margin: 35px auto;
    max-width: 480px;
    padding-top: 40px; /* внутренний отступ сверху */
}

/* ============================================
   ФУТЕР
   ============================================ */
.footer-bg {
    padding: 10px 0;
}

.footer-bg-box-link-inline {
    border-radius: 25px;
    background-color: rgb(75 75 75);
    padding: 20px 30px;
}

.footer-bg-box-link-inline-item {
    display: inline-block;
    margin-right: 15px;
    color: white;
    font-weight: 600;
    font-size: 16px;
}

.footer-bg-box-link-inline-item:hover {
    color: #43E9E4;
}

.footer-bg-box-link-inline .uni-dropdown-name {
    color: white;
}

.footer-bg-box-link-inline .uni-dropdown {
    text-align: right;
}

.footer-content-text {
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer-content-link-inline {
    margin-top: 10px;
}

.footer-content-link-inline a {
    margin-right: 15px;
    color: black;
    text-decoration: underline;
}

.footer-content-link-inline a:hover {
    color: #0066f5;
}

.contact-social-icon img {
    height: 34px;
}

.contact-social-icon {
    display: inline-block;
    margin-right: 5px;
    transition: all .10s linear;
}

.contact-social-icon:hover {
    transform: scale(1.2);
}

.footer-content-link-box a {
    display: block;
    color: black;
    margin-bottom: 3px;
}

.footer-content-link-box a:hover {
    color: #0066f5;
}

.flex-wrapper {
    flex: 1 0 auto;
}

footer {
    flex: 0 0 auto;
}

.auth-block-tab-list-action {
    margin-bottom: 25px;
}

.auth-block-tab-list-action span {
    display: inline-block;
    margin-right: 20px;
    font-size: 25px;
    cursor: pointer;
}

.auth-block-tab-list-action span.active {
    font-weight: bold;
}

.auth-block-tab-2,
.auth-block-tab-2-check-verify {
    display: none;
}

/* ============================================
   АВАТАРКИ
   ============================================ */
.mini-avatar-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    overflow: hidden;
    border-radius: 50%;
    height: 44px;
    background-color: #f7f8fa;
}

.mini-avatar .label-count {
    position: absolute;
    top: -6px;
    right: 1px;
}

.mini-avatar {
    position: relative;
    height: 44px;
    display: block;
}

.dropdown-box-list-link a {
    display: block;
    padding: 8px 20px;
    color: black;
    font-size: 14px;
    font-weight: normal;
}

.dropdown-box-list-link a:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(210deg, rgb(215, 245, 255), rgb(236, 239, 255)) repeat scroll 0% 0%;
    text-decoration: none;
}

.dropdown-box-list-link a > i,
.user-menu a > i,
.mobile-fixed-menu-user-link a > i {
    margin-right: 4px;
    font-size: 23px;
}

.width-250 {
    width: 250px;
}

.header-user-dropdown-menu-box {
    position: absolute;
    top: 55px;
    width: 260px;
    right: 0;
    background-color: white;
    box-shadow: 0 6px 32px #5e5c5c24;
    padding: 15px;
    border-radius: 10px;
    display: none;
    overflow: hidden;
    border: 1px solid transparent;
    text-align: left;
    z-index: 15;
}

.header-user-dropdown-menu {
    position: relative;
}

.header-user-dropdown-menu-box-link a {
    display: block;
    padding: 5px 8px;
    color: black;
    font-weight: normal;
}

.header-user-dropdown-menu-box-link a:hover {
    color: #0066f5;
}

.header-user-dropdown-menu-box-link a > i {
    margin-right: 4px;
    font-size: 23px;
}

.container-user-rating-stars span i {
    font-size: 18px;
    color: #c9c9c9;
}

.container-user-rating-stars span i.ti-star-filled {
    color: #ffaf00;
}

.container-user-rating-stars span {
    margin-right: 5px;
    color: black;
}

.user-rating-stars-count-reviews {
    font-size: 13px;
    margin-left: 3px;
}

.container-user-rating-stars {
    display: flex;
    align-items: flex-end;
}

.dropdown-box-list-nested {
    display: none;
}

/* ============================================
   ПРОФИЛЬ
   ============================================ */
.profile-user-sidebar-avatar > div {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background-color: #f7f8fa;
}

.profile-user-sidebar-avatar-change {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(5px);
    cursor: pointer;
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center;
}

.profile-user-sidebar-avatar-change i {
    font-size: 32px;
    color: white;
}

.profile-user-sidebar-avatar > div:hover .profile-user-sidebar-avatar-change {
    display: flex;
}

.profile-user-sidebar-menu a {
    display: block;
    padding: 5px 0px;
    color: black;
    font-weight: normal;
}

.profile-user-sidebar-menu a:hover {
    color: #0066f5;
}

.profile-user-sidebar-menu a > i {
    margin-right: 4px;
    font-size: 23px;
}

.profile-user-sidebar-full-name {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 22px;
    color: black;
    display: block;
}

.profile-user-sidebar-full-name:hover {
    color: black;
}

.profile-user-sidebar-menu {
    margin-top: 15px;
}

.user-label-verification {
    display: inline-block;
    cursor: pointer;
}

.user-label-verification i {
    font-size: 24px;
    color: #36b555;
}

/* ============================================
   ОТЗЫВЫ
   ============================================ */
.container-reviews-list-item {
    margin-bottom: 25px;
}

.container-reviews-list-item-info-avatar {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: block;
}

.container-reviews-list-item-info-name {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.container-reviews-list-item-info-date {
    display: block;
    font-size: 14px;
}

.container-reviews-list-item-info {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.container-reviews-list-item-info-name-and-date {
    font-size: 14px;
    font-weight: normal;
}

.container-reviews-list-item-info-title {
    font-size: 14px;
    font-weight: normal;
}

.container-reviews-list-item-info-block2 {
    margin-left: 10px;
    flex-grow: 1;
}

.container-reviews-list-item-text {
    margin-top: 15px;
}

.container-reviews-list-item-media {
    margin-top: 15px;
}

.container-reviews-list-item-media-photo {
    height: 50px;
    width: 50px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
}

.container-reviews-list-item-parent {
    margin-left: 40px;
    margin-top: 20px;
}

.font-bold {
    font-weight: bold;
}

/* ============================================
   СОЗДАНИЕ ОБЪЯВЛЕНИЙ
   ============================================ */
.ad-create-categories-container {
    margin-top: 5px;
    margin-bottom: 50px;
}

.ad-create-categories-container span {
    display: block;
    padding: 10px 15px;
    border-radius: 10px;
    transition: all .10s linear;
}

.ad-create-categories-container span:hover {
    background-color: #186aff;
    color: white;
    cursor: pointer;
}

.ad-create-categories-container span:active {
    transform: scale(0.98);
}

.ad-create-options-category-chain {
    margin-bottom: 25px;
    display: block;
    cursor: pointer;
    font-weight: 500;
}

.ad-create-options-container-item {
    margin-bottom: 40px;
}

.form-control-textarea {
    border: 1px solid #f7f8fa !important;
    padding: 13px;
    border-radius: 15px;
    background-color: #f7f8fa;
    width: 100%;
    min-height: 170px;
}

.form-control-textarea:focus {
    border-color: #007bff !important;
    border-width: 1px;
    box-shadow: none !important;
    outline: none !important;
    background-color: white !important;
}

/* ============================================
   DROPZONE
   ============================================ */
.unidropzone {
    border: 2px dashed #e9e9e9 !important;
    border-radius: 10px !important;
    position: relative;
    z-index: 1;
    padding: 15px;
    width: 100%;
}

.unidropzone-container {
    position: relative;
}

.unidropzone-container-show {
    display: block;
}

.unidropzone-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 120px;
    width: 120px;
    margin-right: 10px;
    background-color: #f7f8fa;
    display: inline-block;
    border: 1px solid #f5f5f5;
    cursor: move;
}

.unidropzone-item-loader {
    position: absolute;
    margin-left: -15px;
    margin-top: -15px;
    left: 50%;
    top: 50%;
    z-index: 3;
}

.unidropzone-item-loader span {
    width: 30px;
    height: 30px;
    color: black;
    border-width: 2px;
}

.unidropzone-item-delete {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.25rem 1rem rgba(165, 163, 174, 0.45);
}

.unidropzone-item-delete i {
    font-size: 16px;
}

.unidropzone-item-error {
    position: absolute;
    margin-left: 15px;
    margin-right: 15px;
    bottom: 10px;
    z-index: 3;
    color: red;
    font-size: 12px;
}

.unidropzone:hover {
    border: 2px dashed #d2d2d2 !important;
}

.unidropzone-change {
    font-weight: 300;
    cursor: pointer;
    text-align: center;
    padding: 20px 0;
    color: #8e8e8e;
}

.init-unidropzone input[type=file] {
    display: none;
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    height: 300px;
    width: 100%;
    background-color: #f7f8fa;
    margin-top: 10px;
    z-index: 1;
}

.ad-create-options-container-item-title {
    margin-bottom: 15px;
    font-size: 27px;
}

.input-geo-search-container {
    position: relative;
}

.input-geo-search-container-result {
    position: absolute;
    top: 50px;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0 6px 32px #5e5c5c24;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 15px 0;
    display: none;
    max-height: 300px;
    overflow: auto;
}

.input-geo-search-container-result span {
    display: block;
    padding: 8px 15px;
    color: #333333;
    font-weight: 500;
    cursor: pointer;
}

.input-geo-search-container-result span:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(210deg, rgb(215, 245, 255), rgb(236, 239, 255)) repeat scroll 0% 0%;
    color: black !important;
}

.params-form-item-label-required {
    color: red;
}

.ad-create-info-block-payment {
    border-radius: 15px;
    background: rgba(0, 0, 0, 0) linear-gradient(210deg, rgb(215, 245, 255), rgb(236, 239, 255)) repeat scroll 0% 0%;
    padding: 30px;
    margin-bottom: 25px;
}

.ad-create-info-block-payment h5 {
    font-size: 21px;
    font-weight: 900;
}

.ad-create-info-block-payment p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.ad-create-options-container-item-box-available-settings,
.ad-create-options-container-item-box-booking-deposit-settings,
.ad-create-options-container-item-box-booking-prepayment-settings {
    display: none;
}

.ad-create-options-container-item-box-booking {
    padding: 25px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0) linear-gradient(210deg, rgb(215, 245, 255), rgb(236, 239, 255)) repeat scroll 0% 0%;
}

.ad-create-options-container-item-extra:not(:last-child) {
    margin-bottom: 10px;
}

.info-box-publication {
    margin-top: 120px;
}

.info-box-publication img {
    height: 128px;
}

.info-box-publication h4 {
    font-weight: 800;
    margin-top: 15px;
}

/* ============================================
   ХЛЕБНЫЕ КРОШКИ
   ============================================ */
.breadcrumb {
    margin-bottom: 5px;
    font-size: 16px !important;
    color: rgba(0, 26, 52, .6);
}

.breadcrumb a:hover {
    color: black !important;
}

.ad-card-favorite-action span:active {
    transform: scale(0.97);
}

.ad-card-info-line span {
    display: inline-block;
    margin-right: 15px;
}

.ad-card-menu-line {
    display: flex;
    justify-content: end;
    margin-top: 15px; /* или любое другое значение */
}

.ad-card-menu-line-item {
    cursor: pointer;
    display: inline-flex;
    border-radius: 10px;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    background-color: #f7f8fa;
    position: relative;
}

.ad-card-menu-line-item:not(:last-child) {
    margin-right: 5px;
}

.ad-card-menu-line-item i {
    font-size: 22px;
}

.active-scale:active {
    transform: scale(0.97);
}

.ad-card-prices-line span {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
}

.ad-card-prices .card-item-price-now {
    font-size: 28px;
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
    line-height: 2;
}

.card-item-price-old {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    color: red;
    text-decoration: line-through;
}

.ad-card-prices-currency span {
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
}

.ad-card-prices-currency {
    margin-top: 5px;
}

.ad-card-subtitle {
    margin-top: 0px;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
}
/* ============================================
   САЙДБАР КАРТОЧКИ
   ============================================ */
.ad-card-sidebar {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 6px 15px #5e5c5c24;
}

.ad-card-content .ad-card-content-item:not(:last-child) {
    margin-bottom: 25px;
}

.ad-card-action-buttons .btn-custom:not(:last-child) {
    margin-bottom: 5px;
}

.ad-card-content-info-box-container {
    margin-bottom: 25px;
    display: flex;
    overflow: hidden;
}

.ad-card-content-info-box {
    padding: 15px 25px;
    border-radius: 15px;
    max-width: 370px;
    min-width: 270px;
    min-height: 110px;
    background-color: #ebffeb;
}

.ad-card-content-info-box:not(:last-child) {
    margin-right: 10px;
}

.ad-card-content-info-box strong {
    font-size: 18px;
}

.ad-card-content-info-box p {
    margin-bottom: 0;
    margin-top: 5px;
}

.list-properties-item:not(:last-child) {
    margin-bottom: 5px;
}

.ad-card-sidebar > div:not(:first-child) {
    margin-top: 20px;
}

.container-item-list-content-properties .list-properties-item:not(:last-child) {
    margin-right: 10px;
}

.container-item-list-content-properties .list-properties-item {
    font-weight: normal !important;
    display: inline-grid;
    max-width: 210px !important;
    font-size: 14px;
}

.container-item-list-content-properties .list-properties-item span {
    display: block;
    font-weight: normal !important;
    font-size: 13px !important;
}

.list-properties-item {
    font-weight: 600;
}

.list-properties-item span {
    color: #757575;
    margin-right: 5px;
    font-weight: 400 !important;
}

.ad-card-user-avatar > div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background-color: #f7f8fa;
}

.ad-card-user {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ad-card-user-content {
    flex-grow: 1;
    margin-left: 10px;
}

.card-status-info {
    padding: 20px;
    border-radius: 25px;
    margin-bottom: 15px;
}

.card-status-info-bg-gray {
    background-color: #f2f2f2;
}

.card-status-info-bg-moderation {
    background-color: #ffffc2;
}

.card-status-info-bg-error {
    background-color: #ffe7e7;
}

.card-status-info-bg-success {
    background-color: #ebffeb;
}

.card-status-info strong {
    font-size: 20px;
    font-weight: 600;
}

.card-status-info p {
    margin-bottom: 0;
    margin-top: 0px;
}

.ad-card-buy-now {
    position: relative;
    margin-top: 30px;
}

.ad-card-buy-now > span {
    position: absolute;
    right: 15px;
    top: -14px;
    border-radius: 5px;
    height: 24px;
    padding: 0 15px;
    background-color: #3a3a3a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: white;
    transition: all .10s linear;
}

.ad-card-buy-now > span i {
    margin-right: 5px;
    font-size: 15px;
}

.ad-card-buy-now:hover > span {
    display: none;
}

.ad-card-reviews-content {
    margin-top: 80px;
}

/* ============================================
   ТАБЫ
   ============================================ */
.my-tabs-items-big .my-tabs-item {
    display: inline-block;
    margin-right: 30px;
    font-size: 26px;
    position: relative;
    cursor: pointer;
}

.my-tabs-items-small .my-tabs-item {
    display: inline-block;
    margin-right: 30px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}

.my-tabs-items-medium .my-tabs-item {
    display: inline-block;
    margin-right: 30px;
    font-size: 21px;
    position: relative;
    cursor: pointer;
}

.my-tabs-items-big .my-tabs-item.active,
.my-tabs-items-small .my-tabs-item.active,
.my-tabs-items-medium .my-tabs-item.active {
    font-weight: 700;
}

.my-tabs-items-big .my-tabs-item span,
.my-tabs-items-small .my-tabs-item span,
.my-tabs-items-medium .my-tabs-item span {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 14px;
    color: #0066f5;
}

.my-tabs-content-container {
    margin-top: 25px;
}

.container-reviews-media {
    margin-top: 25px;
    margin-bottom: 35px;
    overflow: hidden;
}

.container-reviews-media-item {
    height: 100px !important;
    width: 100px !important;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 10px;
    display: inline-flex;
    cursor: pointer;
}

/* ============================================
   МЕДИА-СЛАЙДЕР МОДАЛЬНЫЙ
   ============================================ */
.uni-media-slider-modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1500;
    background-color: #3c3c3ca6;
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
}

.uni-media-slider-modal-container {
    position: relative;
    z-index: 1501;
    background-color: white;
    box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
    width: 100% !important;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    height: 100% !important;
    min-height: 100%;
    border-radius: 0px;
}

.uni-media-slider-modal-backing {
    position: absolute;
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
    display: block;
    opacity: .4;
    background: no-repeat center;
    background-size: cover;
    -webkit-filter: blur(13px);
    filter: blur(13px);
    z-index: 100;
}

.uni-media-slider-modal-container img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    flex-shrink: 0;
    z-index: 101;
    position: relative;
    width: 100%;
    height: auto;
}

.uni-media-slider-modal-container-item {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    align-content: center;
}

.plyr--video {
    height: 100%;
    width: 100%;
}

.uni-media-slider-modal-iframe-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.uni-media-slider-modal-container-nav-left {
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -30px;
    display: inline-flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: white;
    cursor: pointer;
    color: black;
    box-shadow: rgb(0 0 0 / 6%) 0 4px 8px 0;
    z-index: 102;
}

.uni-media-slider-modal-container-nav-right {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -30px;
    display: inline-flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: white;
    cursor: pointer;
    color: black;
    box-shadow: rgb(0 0 0 / 6%) 0 4px 8px 0;
    z-index: 102;
}

.uni-media-slider-modal-container-nav-left i,
.uni-media-slider-modal-container-nav-right i {
    font-size: 26px;
}

.uni-media-slider-modal-container-nav-left:active,
.uni-media-slider-modal-container-nav-right:active {
    transform: scale(0.95);
}

.uni-media-slider-modal-container-item {
    display: none;
}

.uni-media-slider-modal-close {
    right: 10px;
    top: 10px;
    color: #646161;
    z-index: 150;
    cursor: pointer;
    position: absolute;
}

.uni-media-slider-modal-close i {
    font-size: 38px;
}

/* ============================================
   ОПЦИИ ОПЛАТЫ
   ============================================ */
.option-payment-item {
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    justify-content: center;
    cursor: pointer;
    transition: all .10s linear;
}

.option-payment-item:not(:last-child) {
    margin-bottom: 10px;
}

.option-payment-item:hover {
    background-color: #f4f8ff;
}

.option-payment-item.active {
    background-color: #f4f8ff;
}

.option-payment-item-logo img {
    width: 40px;
}

.option-payment-item-name {
    margin-left: 15px;
    flex-grow: 1;
}

.option-payment-item-name strong {
    display: block;
    font-size: 18px;
}

.option-payment-item-name span {
    display: block;
    font-size: 15px;
}

/* ============================================
   PIN-КОД
   ============================================ */
.pinCodeInputItem {
    height: 70px !important;
    width: 55px !important;
    display: inline-block;
    font-size: 21px !important;
    text-align: center;
    margin-bottom: 10px;
}

.pinCodeInputItem:not(:last-child) {
    margin-right: 10px;
}

.pinCodeInputContainer {
    text-align: center;
}

.action-to-favorite .ti-heart-filled {
    color: red;
}

/* ============================================
   КОНТАКТЫ
   ============================================ */
.card-contact-user h4 {
    display: block;
    font-size: 25px;
    margin: 0px;
}

.card-contact-user a {
    display: block;
    font-size: 18px;
}

.card-contact-user-item:not(:last-child) {
    margin-bottom: 15px;
}

.card-contact-user-item > p {
    margin-bottom: 5px;
    margin-top: 0px;
}

.card-contact-user-item a {
    color: black;
}

.card-contact-user-item-box:hover {
    color: white !important;
    background-color: #186aff !important;
}

.card-contact-user-item-box:not(:last-child) {
    margin-bottom: 10px;
}

.card-contact-user-item-box {
    padding: 15px;
    border-radius: 15px;
    background-color: #f7f8fa;
    transition: all .10s linear;
    display: flex !important;
    align-items: center;
}

.card-contact-user-item-box img {
    height: 23px;
    margin-right: 5px;
}

.card-contact-user-item i {
    font-size: 26px;
}

.card-contact-user {
    margin-top: 15px;
}

/* ============================================
   ПЛАТНЫЕ УСЛУГИ
   ============================================ */
.ad-paid-services-item {
    margin-top: 20px;
}

.ad-card-item-image {
    height: 60px;
    width: 60px;
    border-radius: 10px;
    margin-right: 15px;
    overflow: hidden;
    flex-shrink: 0;
}

.ad-card-item {
    display: flex;
    justify-content: space-between;
    border: 1px solid #eaeaea;
    padding: 10px;
    border-radius: 15px;
}

.ad-card-item:not(:last-child) {
    margin-bottom: 15px;
}

.ad-card-item-title {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 800;
    width: 100%;
}

.ad-card-item-title a {
    font-size: 16px;
    font-weight: 800;
}

.ad-paid-services-list {
    margin-top: 25px;
}

.ad-paid-services-list-item {
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    cursor: pointer;
    position: relative;
}

.ad-paid-services-list-item:not(:last-child) {
    margin-bottom: 15px;
}

.ad-paid-services-list-item-image {
    text-align: center;
}

.ad-paid-services-list-item-image img {
    width: 120px;
}

.ad-paid-services-list-item-content h5 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 5px;
    margin-top: 0px;
}

.ad-paid-services-list-item.active {
    background-color: #f7f8fa;
}

.ad-paid-services-list-item:hover {
    background-color: #f7f8fa;
}

.ad-paid-services-list-item-price-now {
    font-size: 21px;
    font-weight: 600;
    display: block;
}

.ad-paid-services-list-item-price-old {
    font-size: 20px;
    color: red;
    margin-top: 5px;
    display: block;
    text-decoration: line-through;
}

/* ============================================
   КОЛИЧЕСТВО
   ============================================ */
.quantity_inner * {
    box-sizing: border-box;
}

.quantity_inner {
    display: inline-flex;
    border-radius: 15px;
    border: 1px solid #186aff;
}

.quantity_inner .bt_minus,
.quantity_inner .bt_plus,
.quantity_inner .quantity {
    height: 30px;
    width: 30px;
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    outline: 0;
}

.quantity_inner .quantity {
    width: 85px;
    text-align: center;
    font-size: 14px;
    color: #000;
    padding-top: 4px;
}

.quantity_inner .bt_minus svg,
.quantity_inner .bt_plus svg {
    stroke: #337AB7;
    stroke-width: 4;
    transition: 0.5s;
    margin: 10px;
}

.quantity_inner .bt_minus:hover svg,
.quantity_inner .bt_plus:hover svg {
    stroke: #000;
}

.ad-paid-services-list-item-recommended {
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 4px 10px;
    background-color: red;
    color: white;
    border-radius: 10px;
    font-size: 12px;
}

.ad-paid-services-list-item-added {
    display: block;
    margin-bottom: 5px;
}

.ad-paid-services-list-item-added span {
    padding: 2px 10px;
    background-color: #a6a6a6;
    color: white;
    border-radius: 10px;
    font-size: 12px;
    display: inline-block;
}

/* ============================================
   СТАТУСЫ И ПРОГРЕСС
   ============================================ */
.status-label {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: normal;
}

.ad-paid-services-action-payment {
    display: none;
    margin-top: 15px;
}

.status-label-color-warning {
    color: black;
    background-color: yellow;
}

.status-label-color-success {
    color: black;
    background-color: #ebffeb;
}

.status-label-color-danger {
    color: black;
    background-color: #ffe7e7;
}

.status-label-color-secondary {
    color: white;
    background-color: #a6a6a6;
}

.ad-card-active-services-item-name {
    margin-bottom: 5px;
}

.ad-card-active-services-container {
    max-width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ad-card-active-services-item:not(:last-child) {
    margin-bottom: 10px;
}

.progress {
    height: 6px !important;
}

.progress .bg-success {
    background-color: rgb(46 186 121) !important;
}

/* ============================================
   ГЕО
   ============================================ */
.ad-create-options-container-item-box-geo {
    display: none;
}

.geo-metro-station-color-label {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin-right: 5px;
}

.card-item-price-measure-title {
    font-size: 18px;
    text-transform: lowercase;
    margin-left: 5px;
    display: inline-block;
}

/* ============================================
   УВЕДОМЛЕНИЯ
   ============================================ */
.splash-notification,
.splash-notification-alert {
    position: fixed;
    text-align: center;
    z-index: 10100;
    display: none;
    left: 0px;
    right: 0px;
    top: 0px;
}

.splash-notification-container,
.splash-notification-alert-container {
    padding: 25px;
    border-radius: 20px;
    background-color: rgb(41, 41, 41);
    color: white;
    min-width: 400px;
    max-width: 550px;
    display: inline-block;
    text-align: left;
    margin-top: 25px;
}

.splash-notification-container p,
.splash-notification-alert-container p {
    margin: 0px;
    font-size: 16px;
}

.splash-notification-alert-buttons {
    margin-top: 10px;
}

.splash-notification-alert-buttons span {
    display: inline-block;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 5px;
    padding: 3px 15px;
    background-color: white;
    color: black;
}

.splash-notification-alert-yes {
    background-color: #ff4747 !important;
    color: white !important;
}

.ad-card-content-geo-map {
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #f7f8fa;
    display: none;
    margin-top: 15px;
}

.ad-card-content-geo-metro {
    margin-top: 10px;
}

.ad-card-content-geo-metro > div {
    display: inline-block;
    margin-right: 10px;
}

.ad-card-content-geo-metro svg {
    vertical-align: baseline;
}

.profile-home-sections section:not(:last-child) {
    margin-bottom: 15px;
}

/* ============================================
   ПРОФИЛЬ - КОМПАКТНЫЕ СТИЛИ
   ============================================ */
.profile-container-item-list {
    color: black;
    margin-bottom: 12px;
    display: block;
    border-radius: 14px;
    background-color: #f7f8fa;
    padding: 12px;
}

.profile-container-item-list-content-info {
    font-size: 12px;
    margin-top: 4px;
    color: #666;
}

.profile-container-item-list-content-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.profile-container-item-list-content-title:hover {
    color: #0066f5;
}

.profile-container-item-list-content-additionally {
    margin-top: 6px;
}

.profile-container-item-list-content-additionally span {
    display: block;
    font-size: 11px;
    color: #999;
}

.profile-container-item-list:hover {
    color: black !important;
}

.profile-container-item-images {
    height: 110px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    background-color: #F7F8FA;
}

.profile-container-item-list-content-prices {
    margin-top: 6px;
}

.profile-container-item-list-content-prices .card-item-price-now {
    font-size: 15px;
    font-weight: 600;
}

.profile-container-item-list-content-prices .card-item-price-old {
    font-size: 13px;
    color: #f81155;
    text-decoration: line-through;
    margin-left: 5px;
    display: inline-block;
}

.profile-container-item-list-content-prices .card-item-price-measure-title {
    font-size: 12px;
}

/* ============================================
   КОРЗИНА
   ============================================ */
.cart-ad-card-item-image {
    height: 80px;
    width: 80px;
    border-radius: 10px;
    margin-right: 15px;
    overflow: hidden;
    flex-shrink: 0;
}

.cart-ad-card-item {
    display: flex;
    justify-content: space-between;
}

.cart-ad-card-item:not(:last-child) {
    margin-bottom: 15px;
}

.cart-ad-card-item-title {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 800;
}

.cart-ad-card-item-title a {
    font-size: 16px;
    font-weight: 800;
}

.cart-ad-card-item-content {
    flex-grow: 1;
}

.cart-ad-card-item-content-title a {
    font-size: 17px;
    color: black;
}

.cart-ad-card-item-content-prices {
    font-size: 18px;
    font-weight: 900;
}

.cart-ad-card-item-content-prices .card-item-price-now {
    font-size: 18px;
    font-weight: 900;
}

.cart-ad-card-item-content-prices .card-item-price-old {
    font-size: 15px;
    margin-left: 10px;
    text-decoration: line-through;
    color: red;
}

.cart-ad-card-container:not(:last-child) {
    margin-bottom: 30px;
}

.cart-ad-card-item-delete {
    cursor: pointer;
    display: inline-block;
}

.cart-ad-card-item-delete i {
    font-size: 21px;
}

.cart-ad-card-item-content-quantity {
    margin-top: 10px;
}

.cart-ad-card-item-content-quantity-remains {
    margin-top: 10px;
    color: red;
    display: block;
    font-size: 14px;
}

.cart-sidebar-not-selected-items {
    display: none;
}

.cart-ad-card-item-content-quantity .quantity_inner .quantity {
    width: auto !important;
    min-width: 40px !important;
}

.cart-ad-card-item-user-rating {
    font-size: 15px;
    font-weight: 600;
    color: black;
    margin-left: 10px;
}

.cart-ad-card-item-user-rating i {
    font-size: 17px;
    color: #ffaf00;
}

.cart-ad-card-item-user a {
    color: black;
    font-size: 20px;
    font-weight: 900;
}

.cart-ad-card-item-user {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
}

.cart-ad-card-item-checkbox {
    margin-right: 15px;
}

/* ============================================
   ЗАКАЗЫ
   ============================================ */
.order-buy-card-sidebar {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 6px 15px #5e5c5c24;
}

.order-buy-card-sidebar h3 {
    font-weight: 900;
}

.ad-card-item-content {
    flex-grow: 1;
}

.ad-card-item-content-title {
    font-size: 17px;
    font-weight: 600;
}

.ad-card-item-content-prices .card-item-price-now {
    font-size: 16px;
    font-weight: normal;
}

.ad-card-item-content-prices .card-item-price-old {
    font-size: 15px;
    margin-left: 10px;
    text-decoration: line-through;
    color: red;
}

.order-buy-card-sidebar-info {
    margin-top: 15px;
    font-size: 13px;
    color: #757575;
}

.order-buy-card-delivery-item {
    display: inline-block;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    padding: 20px;
    background-color: #f6f6f6;
    cursor: pointer;
    margin-bottom: 10px;
    border: 2px solid white;
    vertical-align: top;
    min-height: 100px;
    min-width: 200px;
}

.order-buy-card-delivery-item.active {
    border: 2px solid #186aff;
}

.order-buy-card-delivery-item:not(:last-child) {
    margin-right: 10px;
}

.order-buy-card-delivery-item span {
    display: block;
}

.order-buy-card-delivery-item img {
    height: 25px;
    margin-bottom: 5px;
    max-width: 64px;
}

.order-buy-card-delivery {
    margin-top: 20px;
}

.order-buy-card-info {
    margin-top: 30px;
}

.profile-container-order-item-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background-color: #f7f8fa;
    margin-right: 5px;
    margin-top: 10px;
    display: inline-block;
}

.profile-container-order-list {
    margin-bottom: 25px;
    display: block;
    color: black;
}

.profile-container-order-list h1 {
    font-size: 17px;
    font-weight: 900;
    color: black;
    margin-top: 5px;
    margin-bottom: 0px;
}

.profile-container-order-item-buttons {
    margin-top: 10px;
}

.order-card-section-action-info {
    padding: 15px;
    border-radius: 15px;
    background-color: #f7f8fa;
    margin-top: 15px;
}

.order-card-section {
    margin-bottom: 35px;
}

.order-card-section-user {
    display: flex;
    justify-content: space-between;
}

.order-card-section-user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.order-card-section-user-name {
    flex-grow: 1;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.order-card-section-items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.order-card-section-items-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.order-card-section-items-content {
    flex-grow: 1;
    margin-left: 10px;
    width: 100%;
}

.timeline-action-item-point {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #ff9f43 !important;
    box-shadow: 0 0 0 0.1875rem rgba(255, 159, 67, 0.16);
    flex-shrink: 0;
}

.timeline-action-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.timeline-action-item-event {
    margin-left: 15px;
    flex-grow: 1;
    width: 100%;
}

.timeline-action-item:not(:last-child) {
    margin-bottom: 15px;
}

.order-card-section-action-buttons {
    margin-top: 15px;
}

.timeline-action-media {
    margin-top: 15px;
}

.timeline-action-media-item {
    border-radius: 15px;
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    background-color: #f7f8fa;
}

.order-buy-card-sidebar-list-box {
    display: flex;
    justify-content: space-between;
}

.order-buy-card-sidebar-list-box-item2 {
    flex-grow: 1;
    text-align: right;
    font-weight: bold;
}

.order-buy-card-sidebar-list-box:not(:last-child) {
    margin-bottom: 2px;
}

.order-buy-card-sidebar-list {
    margin-top: 20px;
}

/* ============================================
   ОТЗЫВЫ (продолжение)
   ============================================ */
.review-add-section:not(:last-child) {
    margin-bottom: 30px;
}

.review-add-form {
    margin-top: 35px;
    margin-bottom: 60px;
}

.review-add-change-rating span {
    display: inline-block;
    cursor: pointer;
}

.review-add-change-rating span:not(:last-child) {
    margin-right: 10px;
}

.review-add-change-rating span i.ti-star {
    font-size: 33px;
    color: rgb(224, 224, 224);
}

.review-add-change-rating span i.ti-star-filled {
    font-size: 33px;
    color: rgb(255, 176, 33);
}

.review-add-success {
    display: none;
    margin-top: 35px;
    margin-bottom: 60px;
}

.modal-response-review-whom-user {
    margin-bottom: 15px;
    font-weight: 900;
}

.profile-container-review-list {
    margin-bottom: 35px;
}

.header-user-dropdown-menu-box-link .menu-user-rating-stars {
    display: block;
    padding: 5px 8px;
    color: black;
    font-weight: normal;
}

.message-action-interaction {
    margin-top: 10px;
}

.message-action-interaction .btn-custom-mini:not(:last-child) {
    margin-bottom: 5px;
}

.chat-dialogue-item-card-content-status-online-label {
    font-size: 12px;
    font-weight: 600;
    color: #7cb606;
}

.review-add-items-container {
    max-height: 300px;
    overflow: auto;
}

.review-add-item-container {
    border-radius: 15px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.review-add-item-container:not(:last-child) {
    margin-bottom: 5px;
}

.review-add-item-container.active {
    background-color: #ebf2ff;
}

.review-add-item-container-box2 {
    margin-left: 15px;
    flex-grow: 1;
    font-weight: 600;
}

.review-add-item-container-image {
    border-radius: 15px;
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
}

.review-add-item-container-box2 span {
    display: block;
}

.review-add-item-container:hover {
    background-color: #ebf2ff;
}

.chat-dialogue-item-message-menu {
    margin-right: 10px;
}

.chat-dialogue-item-message-menu i {
    font-size: 20px;
    color: gray;
}

.label-color-secondary {
    color: white !important;
    background-color: #a6a6a6 !important;
}

/* ============================================
   ЧАТ
   ============================================ */
.chat-dialogue-item-card {
    display: flex;
    justify-content: space-between;
}

.chat-dialogue-item-card-image {
    height: 50px;
    width: 60px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
}

.chat-dialogue-item-card-content {
    flex-grow: 1;
    width: 100%;
}

.chat-dialogue-item-card-content-link-ad {
    display: block;
    font-size: 16px;
    font-weight: 900;
    margin: 0;
    color: black;
}

.chat-dialogue-item-card-content-link-user {
    display: block;
    margin: 0;
    color: black;
    font-size: 15px;
}

.chat-dialogue-item-card-content-link-user-name {
    display: block;
    font-size: 16px;
    font-weight: 900;
    margin: 0;
    color: black;
}

.chat-dialogue-items-container {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
}

#chatModal .chat-dialogue-container {
    padding: 35px;
}

.chat-dialogue-container {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    max-height: 900px;
}

#chatModal .chat-dialogues-container {
    padding: 35px;
}

.chat-dialogue-container-content {
    flex: 1 0 auto;
    overflow: auto;
    flex: auto;
    flex-direction: column-reverse;
    display: flex;
}

.chat-dialogue-container-content::-webkit-scrollbar {
    display: none;
}

.chat-dialogue-container-header {
    flex: 0 0 auto;
    padding-bottom: 15px;
}

.chat-dialogue-container-footer {
    flex: 0 0 auto;
}

#chatModal .modal-body {
    padding: 0px !important;
}

.item-message-from {
    text-align: right;
}

.chat-dialogue-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.chat-dialogue-footer-action-attach,
.chat-dialogue-footer-action-send {
    cursor: pointer;
}

.chat-dialogue-footer-action-attach:active,
.chat-dialogue-footer-action-send:active {
    transform: scale(0.90);
}

.chat-dialogue-footer-action-attach i {
    font-size: 25px;
}

.chat-dialogue-footer-action-send i {
    font-size: 25px;
}

.chat-dialogue-footer-action-textarea {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    outline: none;
    border: 1px solid transparent;
    flex-grow: 1;
    margin-right: 15px;
    max-height: 200px;
    min-height: 50px;
    background-color: #fafafa;
}

.chat-dialogue-footer-action-textarea:focus {
    border: 1px solid #0066f5;
}

.chat-dialogue-footer-action-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.chat-dialogue-footer-action-2 {
    flex-grow: 1;
    margin-right: 15px;
}

.chat-dialogue-footer-action-3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.chat-dialogue-item-message {
    display: inline-flex;
    align-items: flex-end;
}

.chat-dialogue-item-container:not(:last-child) {
    margin-bottom: 15px;
}

.chat-dialogue-item-message-text {
    border-radius: 15px;
    padding: 10px 15px;
    text-align: left;
    max-width: 400px;
    word-break: break-word;
}

.chat-dialogue-item-message-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    flex-shrink: 0;
}

.item-message-from .chat-dialogue-item-message-text {
    background-color: #e6f6ff;
}

.item-message-whom .chat-dialogue-item-message-text {
    background-color: #f7f8fa;
}

.item-message-system .chat-dialogue-item-message-text {
    background-color: #e2ffd6;
}

.item-message-system {
    width: 100% !important;
}

.chat-dialogue-item-message-date {
    font-size: 12px;
    margin-left: 10px;
    margin-right: 5px;
    flex-shrink: 0;
}

.chat-dialogues-item {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-radius: 15px;
    cursor: pointer;
    transition: all .10s linear;
}

.chat-dialogues-item-avatar {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    flex-shrink: 0;
}

.chat-dialogues-item-content {
    flex-grow: 1;
}

.chat-dialogues-item:hover {
    background-color: #f7f8fa;
}

.chat-dialogues-items {
    min-height: 300px;
}

.chat-dialogues-item-content-channel {
    font-weight: 600;
}

.chat-dialogues-item-content-channel p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
}

.chat-dialogues-item-content-user {
    font-weight: 600;
}

.chat-dialogues-item-content-message {
    font-size: 14px;
    color: #898989;
}

.chat-dialogues-item-date {
    font-size: 13px;
    color: #898989;
    margin-top: 5px;
}

.chat-dialogues-item-view-status {
    margin-right: 5px;
    display: inline-block;
}

.chat-dialogues-item-view-status i {
    font-size: 17px;
}

.chat-dialogues-item-view-status i.ti-checks {
    color: green;
}

.chat-dialogues-item-view-status i.ti-check {
    color: #898989;
}

.chat-dialogue-item-menu {
    display: block;
    cursor: pointer;
}

.chat-dialogue-item-menu i {
    font-size: 26px;
}

.chat-dialogue-item-date {
    text-align: center;
    font-size: 14px;
    color: #898989;
    margin-bottom: 10px;
}

.chat-dialogues-items-empty {
    text-align: center;
    margin-top: 80px;
}

.chat-dialogues-items-empty img {
    height: 128px;
    margin-bottom: 10px;
}

.chat-dialogues-items-empty-icon {
    font-size: 30px;
}

.chat-dialogues-items-empty h4 {
    font-size: 17px;
    font-weight: 600;
}

.chat-dialogues-item-content-count-messages {
    display: inline-flex;
    margin-left: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: red;
    color: white;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.chat-dialogue-item-card-content-status-online {
    font-size: 15px;
}

@-webkit-keyframes BadgePulseGreen {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(105, 205, 0, .4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(105, 205, 0, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(105, 205, 0, 0)
    }
}

@keyframes BadgePulseGreen {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(105, 205, 0, .4);
        box-shadow: 0 0 0 0 rgba(105, 205, 0, .4)
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(105, 205, 0, 0);
        box-shadow: 0 0 0 10px rgba(105, 205, 0, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 20px rgba(105, 205, 0, 0);
        box-shadow: 0 0 0 20px rgba(105, 205, 0, 0)
    }
}

@-webkit-keyframes BadgePulseRed {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(242, 64, 64, .9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(242, 64, 64, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(242, 64, 64, 0);
    }
}

@keyframes BadgePulseRed {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(242, 64, 64, .9);
        box-shadow: 0 0 0 0 rgba(242, 64, 64, .9)
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(242, 64, 64, 0);
        box-shadow: 0 0 0 10px rgba(242, 64, 64, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 20px rgba(242, 64, 64, 0);
        box-shadow: 0 0 0 20px rgba(242, 64, 64, 0)
    }
}

.label-circle-count {
    position: absolute;
    top: -6px;
    right: -8px;
    display: inline-flex;
    height: 18px;
    min-width: 18px;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f24040;
    color: white;
}

.chat-icon-counter {
    animation: BadgePulseRed 1.8s infinite;
    display: none;
}

.labelChatCountMessages,
.labelCartCountItems {
    display: none;
}

.chat-dialogue-footer-blacklist {
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
}

.chat-dialogue-item-card-content-link-user-name p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
}

.uni-attach-files-container {
    display: none;
}

.uni-attach-files-item {
    display: none;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
    background-color: #f7f8fa;
}

.uni-attach-files-item-delete {
    display: inline-flex;
    width: 15px;
    height: 15px;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: red;
    z-index: 1;
}

.uni-attach-files-item-delete i {
    font-size: 14px;
}

.chat-dialogue-item-message-text-attach-image {
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    display: block;
}

.chat-dialogue-item-message-text-attach-image img {
    width: 100%;
    height: auto;
}

.uni-attach-files-item-loader {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.uni-attach-files-item-loader span {
    width: 15px;
    height: 15px;
    color: black;
    border-width: 1px;
    margin: 0px;
}

.share-social-list-link {
    margin-top: 15px;
}

.share-social-list-link a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: black;
}

.share-social-list-link a:hover {
    color: #0066f5;
}

.share-social-list-link a img {
    width: 25px;
    margin-right: 10px;
}

/* ============================================
   ИСТОРИИ
   ============================================ */
.add-story-user-item:not(:last-child) {
    margin-bottom: 15px;
}

.add-story-user-item label {
    font-weight: bold;
    margin-bottom: 5px;
}

.add-story-user-tab-2,
.add-story-user-tab-change-item {
    display: none;
}

.user-stories-modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000 !important;
    background-color: #3c3c3ca6;
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
}

.user-stories-modal-container-item {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    width: 470px;
    height: 100%;
    max-height: 900px;
    display: none;
}

.user-stories-modal-container {
    position: relative;
    z-index: 10001 !important;
    background-color: black;
    border-radius: 20px;
    box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
    text-align: center;
    width: 470px;
    height: 100%;
    max-height: 900px;
    margin-top: auto;
    margin-bottom: auto;
}

.user-stories-modal-container-item-media {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;
    justify-content: center;
}

.user-stories-modal-container-item-media img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.user-stories-modal-container-item-footer {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    z-index: 15;
}

.user-stories-modal-container-item-header {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 65px;
    display: inline-block;
    text-align: left;
    z-index: 10;
    background-color: white;
    padding: 15px;
    border-radius: 15px;
}

.user-stories-modal-container-header-timeline {
    align-items: left;
    display: flex;
    height: 5px;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 45px;
    z-index: 10;
}

.user-stories-modal-container-header-timeline > div {
    height: 5px;
    background-color: rgba(250, 250, 250, 0.45);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    width: 100%;
}

.user-stories-modal-container-header-timeline > div:not(:last-child) {
    margin-right: 5px;
}

.user-stories-modal-container-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    z-index: 12;
}

.user-stories-modal-container-close span {
    display: inline-flex;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: white;
    align-items: center;
    justify-content: center;
}

.user-stories-modal-container-close i {
    font-size: 18px;
    color: black;
}

.user-stories-modal-container-header-timeline > div span.end {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    display: block;
}

.user-stories-modal-container-header-timeline > div span.animation {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    background-color: white;
    display: block;
    animation: progressbar-countdown;
    animation-duration: 10s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-play-state: paused;
    animation-timing-function: linear;
}

.user-stories-modal-container-item-header-user {
    display: flex;
    justify-content: space-between;
}

.user-stories-modal-container-item-header-user-avatar {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
}

.user-stories-modal-container-item-header-user-box2 {
    flex-grow: 1;
    width: 100%;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
}

.user-stories-modal-container-prev-load {
    position: absolute;
    width: 30%;
    left: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 5;
}

.user-stories-modal-container-next-load {
    position: absolute;
    width: 70%;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 5;
}

@keyframes progressbar-countdown {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.story-video {
    width: 100%;
}

.user-avatar-by-stories {
    display: inline-block;
    cursor: pointer;
}

.user-avatar-by-stories > div {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: center;
}

.user-avatar-by-stories-circle {
    width: 90px;
    height: 90px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

/* ============================================
   ВИДЖЕТЫ
   ============================================ */
.home-widget-categories-item {
    display: inline-flex;
    background-color: #f7f8fa;
    padding: 15px;
    border-radius: 15px;
    overflow: hidden;
    height: 100px;
    position: relative;
    margin-bottom: 15px;
    min-width: 150px;
    max-width: 235px;
    grid-row: 1;
}

.home-widget-categories-item:not(:last-child) {
    margin-right: 10px;
}

.home-widget-categories-item:hover {
    background-color: #186aff;
}

.home-widget-categories-item:hover > div {
    color: white !important;
}

.home-widget-categories-item div {
    z-index: 5;
    color: black;
    position: relative;
}

.home-widget-categories-item img {
    position: absolute;
    right: 5px;
    bottom: 0px;
    height: 60px;
}

.widget-promo-banner-item {
    border-radius: 15px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    height: 180px !important;
    width: 160px !important;
    display: inline-block;
}

.widget-promo-banner-item:not(:last-child) {
    margin-right: 10px;
}

.widget-promo-banners-container {
    overflow: hidden;
}

.widget-promo-banner-item h4 {
    font-size: 16px;
    font-weight: 900;
    margin: 0px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}

.widget-promo-banner-item p {
    margin: 0px;
    font-size: 14px;
    z-index: 1;
    position: relative;
}

.widget-promo-banner-item img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100px;
}

.stories-border-no-view {
    border: 2px solid #ff6163;
}

.stories-border-view {
    border: 2px solid #5b5b5b;
}

.stories-border-add {
    background-color: #f7f8fa !important;
}

.widget-stories-item {
    width: 100px !important;
    text-align: center;
}

.widget-stories-item-title {
    display: block;
    font-size: 14px;
    word-break: break-all;
}

.widget-stories-item-circle {
    width: 100px !important;
    height: 100px !important;
    position: relative;
    border-radius: 50%;
    display: flex;
    cursor: pointer;
    background-color: white;
    align-items: center;
    justify-content: center;
}

.widget-stories-container {
    overflow: hidden;
}

.widget-stories-item:not(:last-child) {
    margin-right: 10px;
}

.widget-stories-item:active {
    transform: scale(0.98);
}

.widget-stories-item-circle-image {
    width: 90px;
    height: 90px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.widget-stories-item-process-load {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f8fa !important;
}

.widget-stories-item-process-load span {
    width: 20px;
    height: 20px;
    color: #0066f5;
}

.widget-stories-item-process-load {
    visibility: hidden;
}

@media (min-width: 769px) {
    .home-widget-sections {
        margin-top: 30px;
    }
}

.home-widget-sections section:not(:last-child) {
    margin-bottom: 10px;
}

.widget-shops-item-link {
    color: black;
    border-radius: 15px;
    min-height: 150px;
    display: block;
}

.widget-shops-item-link:hover {
    color: black;
}

.widget-shops-item-link > p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.widget-shops-item-link:hover .widget-shops-item-content h4 {
    color: #0066f5;
}

.widget-shops-item {
    text-align: center;
    margin-bottom: 25px;
}

.widget-shops-item-image {
    text-align: center;
    margin-bottom: 10px;
}

.widget-shops-item-image > div {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.widget-article-blog-item {
    height: 240px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    background-color: #f7f8fa;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.widget-article-blog-item h4 {
    font-size: 18px;
    font-weight: 900;
    color: white;
    background-color: black;
    padding: 5px;
    display: inline-block;
    border-radius: 3px;
}

.widget-article-blog-item:not(:last-child) {
    margin-right: 10px;
}

.widget-article-blog-item-title {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.bold-title-and-link {
    margin-bottom: 25px;
}

.bold-title-and-link span {
    font-size: 35px;
    font-weight: 900;
    display: inline-block;
    margin-right: 25px;
}

@media (max-width: 768px) {
    .bold-title-and-link {
        display: none;
    }
}

.widget-ads-slider-container-item {
    width: 223px;
    display: inline-flex;
}

.widget-ads-slider-container-item:not(:last-child) {
    margin-right: 15px;
}

.widget-ads-slider-container-items {
    border-radius: 15px;
    padding: 15px;
}

.widget-ads-slider-container-items-vip {
    margin-bottom: 25px;
    background-color: #f7ffe5;
    border-radius: 25px;
    padding: 15px;
}

.profile-container-order-list-title {
    color: black;
    font-size: 16px;
    font-weight: 900;
}

.profile-verification-info-container {
    margin-top: 25px;
}

.profile-verification-info-container ul {
    margin: 0;
    padding-left: 15px;
}

/* ============================================
   ТАРИФЫ
   ============================================ */
.profile-tariffs-list {
    display: flex;
    overflow: hidden;
    position: relative;
}

.profile-tariffs-list-item {
    border-radius: 20px;
    padding: 20px;
    cursor: pointer;
    position: relative;
    padding: 25px;
    border-radius: 15px;
    border: 2px solid #f7f8fa;
    width: 370px !important;
    min-height: 560px !important;
}

.profile-tariffs-list-item:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 15px;
}

.profile-tariffs-list-item-image {
    text-align: left;
    margin-bottom: 10px;
}

.profile-tariffs-list-item-image img {
    height: 128px;
}

.profile-tariffs-list-item-content {
    min-height: 450px;
}

.profile-tariffs-list-item-content h5 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 5px;
    margin-top: 0px;
}

.profile-tariffs-list-item.active {
    background-color: #f7f8fa;
}

.profile-tariffs-list-item-price-old {
    color: red;
    text-decoration: line-through;
}

.profile-tariffs-list-item-label {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 6px 15px;
    border-radius: 10px;
    font-size: 15px;
}

.profile-tariffs-list-items {
    margin-top: 15px;
}

.profile-tariffs-list-items span {
    display: block;
    font-weight: 600;
}

.profile-tariffs-list-items span small {
    font-weight: normal;
}

.profile-tariffs-list-items span:not(:last-child) {
    margin-bottom: 5px;
}

.profile-tariffs-list-item-prices {
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile-tariffs-list-item-prices span {
    display: inline-block;
    font-size: 20px;
}

.profile-tariffs-list-item.active {
    background-color: #f7f8fa;
    border: 2px solid #8484ff !important;
}

.profile-tariffs-list-item-prices span:not(:last-child) {
    margin-right: 5px;
}

.profile-home-sections-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.profile-home-sections-buttons .btn,
.profile-home-sections-buttons button {
    flex: 0 0 auto;
}

.text-color-red {
    color: red;
}

.profile-tariffs-action-payment {
    display: none;
}

.profile-tariffs-swiper-prev {
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -30px;
    display: inline-flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #186aff;
    cursor: pointer;
    color: white;
    box-shadow: rgb(0 0 0 / 6%) 0 4px 8px 0;
    z-index: 5;
}

.profile-tariffs-swiper-next {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -30px;
    display: inline-flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #186aff;
    cursor: pointer;
    color: white;
    box-shadow: rgb(0 0 0 / 6%) 0 4px 8px 0;
    z-index: 5;
}

.profile-tariffs-swiper-prev i,
.profile-tariffs-swiper-next i {
    font-size: 26px;
}

.swiper-button-disabled {
    display: none;
}

/* ============================================
   БАННЕРЫ МАГАЗИНА
   ============================================ */
.personal-shop-banners-item {
    height: 400px;
    background-color: #f7f8fa;
    position: relative;
    display: block;
    position: relative;
}

.personal-shop-banners {
    margin-bottom: 25px;
    height: 400px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

.personal-shop-banners-item-slide {
    height: 400px;
    position: relative;
    width: 100%;
}

.personal-shop-banners-item-control {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 25px;
}

.personal-shop-banners-item-control span {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    background-color: #0066f5;
    align-items: center;
    justify-content: center;
}

.personal-shop-banners-item-control span i {
    font-size: 25px;
    color: white;
}

.personal-shop-banners-control-floating {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -70px;
    margin-top: -35px;
    z-index: 5;
}

.personal-shop-banners-control-floating span {
    display: inline-flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    align-items: center;
    justify-content: center;
    margin: 5px;
}

.personal-shop-banners-control-floating span i {
    font-size: 25px;
    color: white;
}

.personal-shop-banners-control-floating span.actionChangeShopBanner {
    background-color: blue;
}

.personal-shop-banners-control-floating span.actionDeleteShopBanner {
    background-color: red;
}

.personal-shop-banners {
    position: relative;
}

.personal-shop-banners-items {
    position: relative;
}

.personal-shop-banners-prev {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    z-index: 10;
    display: inline-flex;
    width: 50px;
    height: 50px;
    background-color: white;
    color: black;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(0 0 0 / 6%) 0 4px 8px 0;
}

.personal-shop-banners-prev i {
    font-size: 22px;
    color: black;
}

.personal-shop-banners-next {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    z-index: 10;
    display: inline-flex;
    width: 50px;
    height: 50px;
    background-color: white;
    color: black;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(0 0 0 / 6%) 0 4px 8px 0;
}

.personal-shop-banners-next i {
    font-size: 22px;
    color: black;
}

.personal-shop-banners-prev:active,
.personal-shop-banners-next:active {
    transform: scale(0.95);
}

.personal-shop-pages {
    display: flex;
    margin-top: 25px;
}

.personal-shop-pages-item:not(:last-child) {
    margin-right: 5px;
}

.personal-shop-pages .active {
    background-color: #141414;
    color: white !important;
}

.not-found-title-container-image {
    font-size: 35px;
}

/* ============================================
   ПАГИНАЦИЯ
   ============================================ */
.page-link.active,
.active>.page-link {
    color: white;
    background-color: #186aff;
    border-color: #186aff;
}

.active>.page-link,
.page-link.active {
    color: white;
    background-color: #186aff;
    border-color: #186aff;
}

.page-link,
.page-link>a {
    border-radius: 5px;
    line-height: 1;
    text-align: center;
    min-width: calc(2.4275rem + 0px);
}

.page-link {
    position: relative;
    display: block;
    padding: 10px;
    font-size: 14px;
    color: black;
    background-color: #f2f2f2;
    border: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-right: 6px;
}

/* ============================================
   ПРОФИЛЬ (продолжение)
   ============================================ */
.profile-container-user-grid {
    text-align: center;
}

.profile-container-user-grid-avatar-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background-color: #f7f8fa;
    display: inline-block;
}

.profile-container-user-grid-name {
    margin-top: 5px;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
}

.profile-container-user-grid {
    border-radius: 15px;
    padding: 25px;
    background-color: #f7f8fa;
    margin-bottom: 10px;
}

.stamp-user-rating {
    font-size: 15px;
    display: inline-flex;
    font-weight: 600;
    color: black;
    align-items: center;
    justify-content: center;
}

.stamp-user-rating i {
    font-size: 20px;
    color: #ffaf00;
    margin-right: 3px;
}

.profile-settings-section-item:not(:last-child) {
    margin-bottom: 10px;
}

.profile-settings-section:not(:last-child) {
    margin-bottom: 25px;
}

.profile-settings-section > h5 {
    margin-bottom: 20px;
}

.profile-settings-section {
    border-radius: 15px;
    padding: 25px;
    border: 1px solid #e6e6e6;
}

.profile-settings-section-item-organization {
    display: none;
}

.profile-settings-sections a {
    display: inline-block;
    padding: 25px;
    border-radius: 20px;
    background-color: #f7f8fa;
    margin-right: 15px;
    min-width: 150px;
    color: black;
}

.profile-settings-sections a i {
    font-size: 32px;
    color: #186aff;
}

.profile-settings-sections a:hover,
.profile-settings-sections a.active {
    background: radial-gradient(at 69.15532025790753% 36.41550007427477%, hsla(131.66666666666669, 100%, 92.94117647058823%, 1) 0%, hsla(131.66666666666669, 100%, 92.94117647058823%, 0) 100%), radial-gradient(at 94.0764618849782% 55.11658568527875%, hsla(221.31147540983608, 100%, 88.0392156862745%, 1) 0%, hsla(221.31147540983608, 100%, 88.0392156862745%, 0) 100%), radial-gradient(at 44.26054764814447% 15.32559530653057%, hsla(40.67796610169492, 83.09859154929579%, 86.07843137254902%, 1) 0%, hsla(40.67796610169492, 83.09859154929579%, 86.07843137254902%, 0) 100%), radial-gradient(at 63.40410496647628% 54.78047818181293%, hsla(131.66666666666669, 100%, 92.94117647058823%, 1) 0%, hsla(131.66666666666669, 100%, 92.94117647058823%, 0) 100%), radial-gradient(at 17.31968358330116% 6.007814459050276%, hsla(221.31147540983608, 100%, 88.0392156862745%, 1) 0%, hsla(221.31147540983608, 100%, 88.0392156862745%, 0) 100%), radial-gradient(at 45.211359986419694% 5.395186206843672%, hsla(40.67796610169492, 83.09859154929579%, 86.07843137254902%, 1) 0%, hsla(40.67796610169492, 83.09859154929579%, 86.07843137254902%, 0) 100%), radial-gradient(at 7.762721610145018% 77.65073886063318%, hsla(131.66666666666669, 100%, 92.94117647058823%, 1) 0%, hsla(131.66666666666669, 100%, 92.94117647058823%, 0) 100%);
}

/* ============================================
   КАРТЫ
   ============================================ */
.credit-card-add {
    border-radius: 15px;
    max-width: 350px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 2px 4px 0 #cfd7df;
    min-height: 100px;
    background: #f7f8fa;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.credit-card {
    margin-bottom: 15px;
    border-radius: 15px;
    max-width: 350px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 2px 4px 0 #cfd7df;
    min-height: 130px;
    padding: 15px;
    background: radial-gradient(at 68.91657326694178% 39.41528975971814%, hsla(220.8196721311475, 80.26315789473684%, 70.19607843137254%, 1) 0%, hsla(220.8196721311475, 80.26315789473684%, 70.19607843137254%, 0) 100%), radial-gradient(at 77.31353997909237% 61.95250002693417%, hsla(220.7142857142857, 96.55172413793103%, 45.490196078431374%, 1) 0%, hsla(220.7142857142857, 96.55172413793103%, 45.490196078431374%, 0) 100%), radial-gradient(at 53.299380524022986% 97.7414760297016%, hsla(221.31147540983608, 81.33333333333336%, 85.29411764705883%, 1) 0%, hsla(221.31147540983608, 81.33333333333336%, 85.29411764705883%, 0) 100%), radial-gradient(at 12.73094977135144% 40.527619432868036%, hsla(220.8196721311475, 80.26315789473684%, 70.19607843137254%, 1) 0%, hsla(220.8196721311475, 80.26315789473684%, 70.19607843137254%, 0) 100%), radial-gradient(at 9.887582172484066% 68.08494817062419%, hsla(220.7142857142857, 96.55172413793103%, 45.490196078431374%, 1) 0%, hsla(220.7142857142857, 96.55172413793103%, 45.490196078431374%, 0) 100%), radial-gradient(at 6.190747150886855% 16.65181617998962%, hsla(221.31147540983608, 81.33333333333336%, 85.29411764705883%, 1) 0%, hsla(221.31147540983608, 81.33333333333336%, 85.29411764705883%, 0) 100%), radial-gradient(at 70.6105260773787% 31.819452830829064%, hsla(220.8196721311475, 80.26315789473684%, 70.19607843137254%, 1) 0%, hsla(220.8196721311475, 80.26315789473684%, 70.19607843137254%, 0) 100%), radial-gradient(at 90.52523756998397% 84.55784615203493%, hsla(220.7142857142857, 96.55172413793103%, 45.490196078431374%, 1) 0%, hsla(220.7142857142857, 96.55172413793103%, 45.490196078431374%, 0) 100%), radial-gradient(at 51.274739451522656% 72.11282253158441%, hsla(221.31147540983608, 81.33333333333336%, 85.29411764705883%, 1) 0%, hsla(221.31147540983608, 81.33333333333336%, 85.29411764705883%, 0) 100%), radial-gradient(at 41.72686516022628% 46.472646730671364%, hsla(220.8196721311475, 80.26315789473684%, 70.19607843137254%, 1) 0%, hsla(220.8196721311475, 80.26315789473684%, 70.19607843137254%, 0) 100%);
    color: white;
}

.credit-card.selectable:hover {
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.credit-card-last4 {
    font-family: "PT Mono", Helvetica, sans-serif;
    font-size: 24px;
}

.credit-card-last4:before {
    content: "**** **** **** ";
    color: white !important;
    font-size: 20px;
}

.credit-card-expiry {
    font-family: "PT Mono", Helvetica, sans-serif;
    font-size: 18px;
    position: absolute;
    bottom: 8px;
    left: 15px;
}

.credit-card::after {
    content: " ";
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.actionDeletePaymentScore {
    position: absolute;
    top: 15px;
    right: 15px;
}

.actionDeletePaymentScore i {
    font-size: 20px;
    color: white;
}

.actionAddDefaultPaymentScore {
    position: absolute;
    top: 15px;
    right: 40px;
}

.actionAddDefaultPaymentScore i {
    font-size: 20px;
    color: white;
}

.actionAddDefaultPaymentScore i.active-yellow {
    font-size: 20px;
    color: yellow;
}

/* ============================================
   ДОСТАВКА
   ============================================ */
.order-buy-delivery-recipient {
    display: none;
}

.order-buy-delivery-recipient-data > div {
    margin-top: 20px;
}

.delivery-points-map-modal {
    width: 100%;
    height: 600px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.delivery-points-map-container-modal {
    position: relative;
}

.delivery-points-map-sidebar-modal {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    border-radius: 15px;
    background-color: white;
    padding: 25px;
    width: 360px;
    z-index: 10;
    overflow: auto;
    display: none;
}

.order-buy-delivery-point {
    display: none;
}

.profile-settings-shipping-points-list > div {
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

.profile-settings-shipping-points-list > div img {
    margin-bottom: 5px;
}

.cart-ad-card-item-delivery-name {
    margin-top: 10px;
}

.order-buy-card-delivery-list-box {
    display: none;
}

/* ============================================
   БЛОГ
   ============================================ */
.blog-content-image {
    border-radius: 15px;
    overflow: hidden;
}

.blog-content-image img {
    max-width: 100%;
}

.blog-content-iframe iframe {
    width: 100%;
    height: 550px;
}

.blog-post-card-content section:not(:last-child) {
    margin-bottom: 25px;
}

.table table {
    width: 100%;
}

.blog-grid-item {
    display: block;
    margin-bottom: 50px;
}

.blog-grid-item:hover .blog-grid-item-title {
    color: #0066f5;
}

.blog-grid-item-image {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-grid-item-title {
    display: block;
    color: black;
    font-size: 23px;
    font-weight: 700;
}

.blog-grid-item-date {
    color: gray;
    font-size: 16px;
    display: block;
}

.blog-grid-item-category {
    color: gray;
    font-size: 16px;
    display: block;
}

.blog-widget-categories-or-subcategories a {
    font-weight: 500;
    font-size: 23px;
    color: #0d6efd;
    display: inline-block;
    margin-right: 25px;
}

.blog-widget-categories-or-subcategories a.active,
.blog-widget-categories-or-subcategories a:hover {
    color: black;
}

.blog-content-text {
    font-size: 18px;
}

/* ============================================
   КАРТА ПОИСКА
   ============================================ */
.search-map-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 14px;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.search-map-sidebar,
.search-map-sidebar-card {
    position: fixed;
    left: 15px;
    top: 140px;
    bottom: 15px;
    background-color: white;
    padding: 25px;
    border-radius: 20px;
    width: 510px;
    z-index: 5;
    overflow: auto;
}

.search-map-sidebar-filters {
    position: fixed;
    left: 15px;
    top: 140px;
    bottom: 15px;
    background-color: white;
    padding: 25px;
    border-radius: 20px;
    width: 380px;
    z-index: 10;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 37px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 37px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 37px 2px rgba(34, 60, 80, 0.2);
}

.search-map-sidebar,
.search-map-sidebar-filters {
    display: none;
}

.search-map-sidebar-not-found {
    margin-top: 30px;
}

.search-map-sidebar-control {
    margin-bottom: 25px;
}

.search-map-sidebar-card {
    display: none;
}

.search-map-sidebar-card-container {
    margin-top: 15px;
}

.search-map-sidebar-container.active {
    opacity: 0.4;
}

.search-map-sidebar-control-mobile {
    background-color: white;
    padding: 15px;
    position: fixed;
    left: 0;
    right: 0;
    top: 125px;
    z-index: 5;
    display: none;
}

/* ============================================
   РЕЙТИНГ
   ============================================ */
.label-info-rating-by-color {
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}

.label-info-rating-by-color span {
    display: inline-block;
    border-radius: 7px;
    font-size: 14px;
    padding: 2px 6px;
    margin-right: 5px;
    font-size: 13px;
}

.color-rating-green span {
    background-color: #00c257;
    color: white;
}

.color-rating-green {
    color: #00c257;
}

.color-rating-yellow span {
    background-color: #f79900;
    color: white;
}

.color-rating-yellow {
    color: #f79900;
}

.color-rating-gray span {
    background-color: gray;
    color: white;
}

.color-rating-gray {
    color: gray;
}

.box-user-face-card-avatar > div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background-color: #f7f8fa;
}

.box-user-face-card-avatar {
    height: 30px;
}

.box-user-face-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-user-face-card-content {
    flex-grow: 1;
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 14px;
    color: black;
}

.box-user-face-card-content a {
    color: black;
}

.box-user-face-card-content a:hover {
    color: #0066f5;
}

/* ============================================
   ПРОМО
   ============================================ */
.promo-business-header-container-list {
    margin-top: 35px;
}

.promo-business-header-container-list > div {
    display: inline-block;
    border-radius: 15px;
    padding: 15px 25px;
    background-color: #186aff;
    margin-bottom: 10px;
    font-weight: 600;
    color: white;
}

.promo-business-header-container-list > div i {
    font-size: 25px;
    color: white;
}

.promo-business-header-container-list > div:not(:last-child) {
    margin-right: 10px;
}

.promo-business-header-container-title {
    margin-top: 60px;
}

.promo-business-header-container-title h1 {
    font-size: 48px;
}

.promo-business-header-container-title h3 {
    font-size: 18px;
    font-weight: 400;
}

.promo-business-section-container-title h2 {
    font-weight: 700;
    font-size: 35px;
}

/* ============================================
   ТЕЛЕФОНЫ
   ============================================ */
.input-phone-countries-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 4;
}

.input-phone-countries-change-item {
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f8fa;
    padding: 0 10px;
    border-radius: 10px;
    cursor: pointer;
}

.input-phone-countries-change-item:hover {
    background-color: black;
    color: white;
    transition: all .10s linear;
}

.input-phone-countries-items-container {
    position: absolute;
    top: 45px;
    left: 0;
    background-color: white;
    box-shadow: 0 6px 32px #5e5c5c24;
    padding: 10px 0;
    border-radius: 10px;
    overflow: auto;
    max-height: 250px;
    border: 1px solid transparent;
    display: none;
}

.input-phone-countries {
    margin-left: 10px;
    flex-grow: 1;
}

.input-phone-countries-items-container span {
    display: block;
    cursor: pointer;
    padding: 5px 25px;
}

.input-phone-countries-items-container span:hover {
    background-color: #f7f8fa;
}

.input-phone-countries-change-item:active {
    transform: scale(0.95);
}

.input-phone-countries-change-item img {
    height: 16px;
    margin-right: 5px;
}

.input-phone-countries-items-container span img {
    height: 16px;
    margin-right: 5px;
}

/* ============================================
   СКАЧИВАНИЕ ПРИЛОЖЕНИЯ
   ============================================ */
.section-promo-download-app {
    border-radius: 30px;
    background: #3850F0;
    background: radial-gradient(at left top, #3850F0, #0C1338);
    padding: 40px;
    position: relative;
    margin-bottom: 60px;
    margin-top: 80px;
}

.section-promo-download-app h2 {
    font-size: 40px;
    color: white;
}

.section-promo-download-app p {
    color: white;
}

.section-promo-download-app-image-device {
    position: absolute;
    right: 121px;
    top: -50px;
    z-index: 1;
    height: 360px;
}

/* ============================================
   КУКИ
   ============================================ */
.footer-cookie-container {
    position: fixed;
    right: 50px;
    z-index: 50;
    bottom: 80px;
    border-radius: 15px;
    background-color: #070707;
    border-radius: 20px;
    color: #f5f7fa;
    display: none;
    padding: 20px;
    width: 280px;
    font-size: 14px;
}

.footer-cookie-title {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: bold;
}

/* ============================================
   АДАПТИВНЫЕ МЕДИА-ЗАПРОСЫ
   ============================================ */
@media (max-width: 575px) {
    .container-item-images {
        height: 180px !important;
    }

    .personal-shop-banners,
    .personal-shop-banners-item,
    .personal-shop-banners-item-slide {
        height: 200px !important;
    }

    .user-stories-modal-container,
    .user-stories-modal-container-item {
        width: 100% !important;
        height: 100% !important;
        border-radius: 0px !important;
    }

    .user-stories-modal-container {
        margin-bottom: 70px !important;
    }

    .splash-notification,
    .splash-notification-alert {
        left: 15px !important;
        right: 15px !important;
    }

    .splash-notification-container,
    .splash-notification-alert-container {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .live-search-results {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }

    .footer-cookie-container {
        left: 15px !important;
        width: auto !important;
        right: 15px !important;
    }

    .modal-content {
        border-radius: 0 !important;
        border: none !important;
    }

    .chat-dialogue-item-container .uni-dropdown-content {
        left: 0px !important;
        right: 0px !important;
    }

    .search-map-sidebar,
    .search-map-sidebar-card,
    .search-map-sidebar-filters {
        left: 0px !important;
        right: 0px !important;
        top: 125px !important;
        bottom: 0px !important;
        width: auto !important;
        border-radius: 0px !important;
    }

    .search-map-sidebar-control-mobile {
        display: block !important;
    }

    .container-item-list-content-title,
    .container-item-list-content-user {
        margin-top: 10px !important;
    }

    .container-item-list-map-content-title {
        margin-top: 10px !important;
    }

    .container-item-list-map-images {
        height: 200px !important;
    }

    .footer-bg-box-link-inline .uni-dropdown {
        text-align: left !important;
        margin-top: 10px !important;
    }

    .catalog-container-options-links-inline-sorting {
        margin-top: 15px !important;
    }

    #chatModal .chat-dialogue-container,
    #chatModal .chat-dialogues-container,
    .modal-body {
        padding-left: 15px !important;
        padding-top: 35px !important;
        padding-right: 15px !important;
        padding-bottom: 15px !important;
    }

    .footer-social-links {
        text-align: center !important;
        margin-top: 15px !important;
    }

    .search-map-container {
        top: 125px !important;
    }

    .modal .modal-body {
        padding-left: 15px !important;
        padding-top: 35px !important;
        padding-right: 15px !important;
        padding-bottom: 15px !important;
    }

    .blog-content-iframe > div {
        width: 100% !important;
    }

    .blog-content-image img {
        width: 100% !important;
    }

    .blog-post-card-sidebar {
        margin-top: 100px !important;
    }

    .blog-content-iframe iframe {
        width: 100% !important;
    }

    .section-promo-download-app-image-device {
        display: none;
    }

    .section-promo-download-app {
        padding: 40px !important;
        margin: 15px 0px !important;
    }

    .section-promo-download-app h2 {
        font-size: 35px !important;
    }

    .ad-paid-services-ads-container {
        margin-top: 15px !important;
    }

    .ad-create-options-actions-swim {
        display: block !important;
        text-align: center !important;
    }

    .ad-create-options-actions-swim button {
        width: 100% !important;
    }

    .ad-create-options-actions-swim div {
        margin-bottom: 5px !important;
        margin-right: 0px !important;
    }

    .profile-container-shop-list-content,
    .profile-container-item-list-content,
    .profile-container-item-content-actions {
        margin-top: 15px !important;
    }

    .title-h1-adaptive {
        font-size: 30px !important;
        margin-bottom: 5px !important;
    }

    .uni-dropdown-shop-categories .uni-dropdown-content {
        width: 100% !important;
    }

    .ad-card-media-slider-item {
        width: 94% !important;
        min-width: 94% !important;
        height: 360px !important;
    }

    .ad-card-media-slider-item > div {
        width: 100% !important;
        height: 360px !important;
        border-radius: 18px !important;
        overflow: hidden;
    }

    .ad-card-media-slider-item > div > img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        display: block;
    }

    .ad-card-media-slider-miniatures {
        display: none !important;
    }

    .ad-card-media-slider-nav-left,
    .ad-card-media-slider-nav-right {
        display: none !important;
    }

    .mobile-like-buttons,
    .ad-card-action-buttons {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
        margin-bottom: 0 !important;
    }

    .mobile-like-buttons .btn-custom,
    .ad-card-action-buttons .btn-custom {
        flex: 1 !important;
        margin: 0 !important;
        min-height: 50px !important;
        border-radius: 18px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .mobile-like-buttons .btn-custom:first-child,
    .ad-card-action-buttons .btn-custom:first-child {
        background: #2196f3 !important;
        color: #fff !important;
    }

    .mobile-like-buttons .btn-custom:last-child,
    .ad-card-action-buttons .btn-custom:last-child {
        background: #4caf50 !important;
        color: #fff !important;
    }

    .collo .text-break-word,
    .collo h1,
    h1.text-break-word {
        font-size: 19px;
    }

    /* Скрываем верхнюю часть шапки на мобильных */
    .top-toolbar .row,
    .top-toolbar .top-toolbar-container > div:first-child,
    .h-logo-mobile,
    .header-wow-top-list-icon {
        display: none !important;
    }
    
    .mobile-grid-menu-categories {
        display: block !important;
    }

    .profile-ads .col-md-9,
    .profile-orders .col-md-9,
    .profile-favorites .col-md-9,
    .profile-reviews .col-md-9,
    .profile-settings .col-md-9,
    .profile-wallet .col-md-9,
    .profile-referral .col-md-9,
    .profile-verification .col-md-9 {
        padding-bottom: 90px !important;
    }
    
    .title-h1-adaptive {
        font-size: 20px !important;
    }
    
    .profile-container-item-images {
        height: 70px !important;
        width: 70px !important;
    }
    
    .profile-container-item-list {
        padding: 10px !important;
    }
    
    .profile-container-item-list .row {
        display: flex !important;
        align-items: center !important;
    }
    
    .profile-container-item-list .col-12:first-child {
        width: auto !important;
        flex-shrink: 0 !important;
    }
    
    .profile-container-item-list .col-12:last-child {
        flex: 1 !important;
    }
    
    .my-tabs-items-small .my-tabs-item {
        font-size: 13px !important;
        margin-right: 12px !important;
    }
    
    .profile-user-sidebar {
        display: none !important;
    }

    .widget-categories-container {
        display: flex;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 8px;
        padding: 52px 0 5px 0;
        margin-top: 25px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .widget-categories-container::-webkit-scrollbar {
        display: none;
    }

    .home-widget-categories-item {
        display: inline-flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        background-color: #f7f8fa;
        padding: 12px 70px 0 12px;
        border-radius: 16px;
        overflow: hidden;
        height: 90px;
        min-width: 148px;
        max-width: 148px;
        flex: 0 0 auto !important;
        position: relative;
        margin: 0 !important;
        text-decoration: none;
        transition: box-shadow 0.2s ease, transform 0.2s ease;
    }

    .home-widget-categories-item:hover,
    .home-widget-categories-item:active {
        background-color: #f7f8fa;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

    .home-widget-categories-item div {
        z-index: 5;
        color: #1a1a1a !important;
        position: relative;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.35;
        word-break: keep-all;
        overflow-wrap: normal;
    }

    .home-widget-categories-item:hover div,
    .home-widget-categories-item:active div {
        color: #1a1a1a !important;
    }

    .home-widget-categories-item img {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 55px;
        width: auto;
        transition: transform 0.2s ease;
    }

    .home-widget-categories-item:hover img,
    .home-widget-categories-item:active img {
        transform: scale(1.03);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .container-item-images {
        height: 180px !important;
    }

    .personal-shop-banners,
    .personal-shop-banners-item,
    .personal-shop-banners-item-slide {
        height: 200px !important;
    }

    .splash-notification,
    .splash-notification-alert {
        left: 15px !important;
        right: 15px !important;
    }

    .splash-notification-container,
    .splash-notification-alert-container {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .footer-cookie-container {
        left: 15px !important;
        width: auto !important;
        right: 15px !important;
    }

    .modal-content {
        border-radius: 0 !important;
        border: none !important;
    }

    .search-map-sidebar,
    .search-map-sidebar-card,
    .search-map-sidebar-filters {
        left: 0px !important;
        right: 0px !important;
        top: 125px !important;
        bottom: 0px !important;
        width: auto !important;
        border-radius: 0px !important;
    }

    .search-map-sidebar-control-mobile {
        display: block !important;
    }

    .container-item-list-content-title,
    .container-item-list-content-user {
        margin-top: 10px !important;
    }

    .container-item-list-map-content-title {
        margin-top: 10px !important;
    }

    .container-item-list-map-images {
        height: 200px !important;
    }

    .footer-bg-box-link-inline .uni-dropdown {
        text-align: left !important;
        margin-top: 10px !important;
    }

    .catalog-container-options-links-inline {
        margin-bottom: 10px !important;
    }

    .catalog-container-options-links-inline-sorting {
        margin-top: 15px !important;
    }

    #chatModal .chat-dialogue-container,
    #chatModal .chat-dialogues-container,
    .modal-body {
        padding-left: 15px !important;
        padding-top: 35px !important;
        padding-right: 15px !important;
        padding-bottom: 15px !important;
    }

    .footer-social-links {
        text-align: center !important;
        margin-top: 15px !important;
    }

    .search-map-container {
        top: 125px !important;
    }

    .modal .modal-body {
        padding-left: 15px !important;
        padding-top: 35px !important;
        padding-right: 15px !important;
        padding-bottom: 15px !important;
    }

    .blog-content-iframe > div {
        width: 100% !important;
    }

    .blog-content-image img {
        width: 100% !important;
    }

    .blog-post-card-sidebar {
        margin-top: 100px !important;
    }

    .blog-content-iframe iframe {
        width: 100% !important;
    }

    .section-promo-download-app-image-device {
        display: none;
    }

    .section-promo-download-app {
        padding: 40px !important;
        margin: 15px 0px !important;
    }

    .section-promo-download-app h2 {
        font-size: 35px !important;
    }

    .ad-paid-services-ads-container {
        margin-top: 15px !important;
    }

    .ad-create-options-actions-swim {
        display: block !important;
        text-align: center !important;
    }

    .ad-create-options-actions-swim button {
        width: 100% !important;
    }

    .ad-create-options-actions-swim div {
        margin-bottom: 5px !important;
        margin-right: 0px !important;
    }

    .title-h1-adaptive {
        font-size: 30px !important;
    }

    .uni-dropdown-shop-categories .uni-dropdown-content {
        width: 100% !important;
    }

    .ad-card-media-slider-item {
        width: 94% !important;
        min-width: 94% !important;
        height: 360px !important;
    }

    .ad-card-media-slider-item > div {
        width: 100% !important;
        height: 360px !important;
        border-radius: 18px !important;
        overflow: hidden;
    }

    .ad-card-media-slider-item > div > img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        display: block;
    }

    .ad-card-media-slider-miniatures {
        display: none !important;
    }

    .ad-card-media-slider-nav-left,
    .ad-card-media-slider-nav-right {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .personal-shop-banners,
    .personal-shop-banners-item,
    .personal-shop-banners-item-slide {
        height: 200px !important;
    }

    .search-map-sidebar,
    .search-map-sidebar-card,
    .search-map-sidebar-filters {
        left: 0px !important;
        right: 0px !important;
        top: 125px !important;
        bottom: 0px !important;
        width: auto !important;
        border-radius: 0px !important;
    }

    .search-map-sidebar-control-mobile {
        display: block !important;
    }

    .container-item-list-content-title,
    .container-item-list-content-user {
        margin-top: 10px !important;
    }

    .container-item-list-map-content-title {
        margin-top: 10px !important;
    }

    .blog-content-iframe > div {
        width: 100% !important;
    }

    .blog-post-card-sidebar {
        margin-top: 100px !important;
    }

    .blog-content-iframe iframe {
        width: 100% !important;
    }

    .section-promo-download-app-image-device {
        display: none;
    }

    .section-promo-download-app {
        padding: 40px !important;
        margin: 15px 0px !important;
    }

    .section-promo-download-app h2 {
        font-size: 35px !important;
    }

    .ad-paid-services-ads-container {
        margin-top: 15px !important;
    }

    .ad-create-options-actions-swim {
        display: block !important;
        text-align: center !important;
    }

    .ad-create-options-actions-swim button {
        width: 100% !important;
    }

    .ad-create-options-actions-swim div {
        margin-bottom: 5px !important;
        margin-right: 0px !important;
    }

    .uni-dropdown-shop-categories .uni-dropdown-content {
        width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .personal-shop-banners,
    .personal-shop-banners-item,
    .personal-shop-banners-item-slide {
        height: 200px !important;
    }

    .profile-user-sidebar-row {
        display: block !important;
    }

    .profile-user-sidebar-col-2 {
        margin-left: 0px !important;
    }

    .search-map-sidebar-control-mobile {
        display: none !important;
    }

    .section-promo-download-app-image-device {
        display: none;
    }

    .section-promo-download-app {
        padding: 40px !important;
        margin: 15px 0px !important;
    }

    .section-promo-download-app h2 {
        font-size: 35px !important;
    }
}

@media (min-width: 1200px) {
    .profile-user-sidebar-row {
        display: block !important;
    }

    .profile-user-sidebar-col-2 {
        margin-left: 0px !important;
    }

    .search-map-sidebar-control-mobile {
        display: none !important;
    }
}

/* ============================================
   ДОПОЛНИТЕЛЬНЫЕ СТИЛИ
   ============================================ */
.header-flex-box-icon {
    display: inline-flex;
    align-items: center;
    height: 100%;
    color: black;
    position: relative;
}

.header-flex-box-icon i {
    font-size: 26px;
}

.header-flex-box-icon:not(:last-child) {
    margin-right: 10px;
}

.big-catalog-menu-mobile-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 15px;
    display: none;
    background-color: white;
    overflow: auto;
    z-index: 50;
}

.header-menu-filters-mobile-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 15px;
    display: none;
    background-color: white;
    overflow: auto;
    z-index: 50;
}

.link-geo-item:hover {
    color: #0066f5;
}

.profile-referral-container {
    border-radius: 15px;
    padding: 20px;
    background-color: #ebffeb;
    word-break: break-word;
}

.profile-referral-container h5 {
    margin-top: 0;
    font-weight: 600;
}

.profile-referral-container p {
    margin-bottom: 0px;
}

.table-container-item-list {
    padding: 15px;
    border-radius: 15px;
    background-color: #f7f8fa;
    margin-bottom: 10px;
}

.user-items-container {
    max-height: 300px;
    overflow: auto;
}

.user-item-container {
    border-radius: 15px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: black;
}

.user-item-container:not(:last-child) {
    margin-bottom: 5px;
}

.user-item-container.active {
    background-color: #ebf2ff;
}

.user-item-container-box2 {
    margin-left: 15px;
    flex-grow: 1;
    font-weight: 600;
}

.user-item-container-image {
    border-radius: 15px;
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
}

.user-item-container-box2 span {
    display: block;
}

.user-item-container:hover {
    background-color: #ebf2ff;
    color: black;
}

.profile-settings-section-notifications-method-telegram {
    display: none;
}

.text-break-word {
    word-break: break-word;
}

.shop-catalog-search-container {
    position: relative;
}

.shop-categories-list-modal a {
    display: block;
    margin-bottom: 5px;
    color: black;
}

.shop-categories-list-modal a:hover {
    color: blue;
}

.form-control-label {
    margin-bottom: 10px;
}

.badge.badge-notifications {
    position: absolute;
    top: 10px;
    right: -8px;
    display: inline-block;
    margin: 0;
    transform: translate(-50%, -45%);
}

.badge.badge-dot {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    vertical-align: middle;
}

.ml5 {
    margin-left: 5px !important;
}

.bg-danger {
    background-color: #ea5455 !important;
}

.mobile-grid-menu-categories {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 80px;
    padding: 0 15px;
}

.mobile-grid-menu-categories .row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mobile-grid-menu-categories .row > * {
    width: calc(33.333% - 6px) !important;
    padding: 0 !important;
}

.mobile-grid-menu-category-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #f7f8fa;
    padding: 12px 8px 0 12px;
    border-radius: 14px;
    overflow: hidden;
    height: 90px;
    width: 100%;
    position: relative;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.mobile-grid-menu-category-item:active {
    background-color: #dde8ff;
}

.mobile-grid-menu-category-item div {
    z-index: 5;
    color: #1a1a1a;
    position: relative;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1.3;
    word-break: keep-all;
}

.mobile-grid-menu-category-item img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    opacity: 0.9;
}

.no-gutter>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.uni-dropdown-content-custom-link a {
    color: black;
    display: block;
    padding: 3px 15px;
}

.uni-dropdown-content-custom-link a:hover {
    color: blue;
}

.shop-floating-menu {
    position: fixed;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: white;
    box-shadow: 0 6px 32px #5e5c5c24;
    z-index: 15;
}

.profile-user-sidebar-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.profile-user-sidebar-col-2 {
    margin-left: 15px;
    flex-grow: 1;
    width: 100%;
}

.mb100 {
    margin-bottom: 100px;
}

.mb50 {
    margin-bottom: 50px;
}

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

.home-widget-sections section:empty {
    margin: 0px !important;
}

.title-nearest-cities {
    font-weight: 800;
    margin: 40px 0;
    font-size: 28px;
    text-align: center;
}

.breadcrumb-container {
    text-align: center;
}

.breadcrumb-container nav {
    display: inline-block;
}

.ad-users-info-stat-item {
    display: inline-block;
    text-align: center;
}

.ad-card-info-stat {
    margin-top: 30px;
    margin-bottom: 20px;
}

.ad-card-info-stat-item {
    display: inline-block;
    padding: 13px;
    border-radius: 20px;
    background-color: #f7f8fa;
    text-align: center;
    min-width: 110px;
    cursor: pointer;
    margin-bottom: 10px;
}

.ad-card-info-stat-item:not(:last-child) {
    margin-right: 10px;
}

.ad-card-info-stat-item i {
    font-size: 30px;
    color: #186aff;
}

.ad-card-info-stat-item span {
    display: block;
    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
}

.ad-card-info-stat-item:active {
    transform: scale(0.98);
}

.ad-users-info-stat-modal a {
    display: inline-block;
    width: 100px;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
    vertical-align: top;
}

.ad-users-info-stat-item > div {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-bottom: 5px;
    display: inline-block;
}

.ad-users-info-stat-item > span {
    display: block;
}

.container-item-list-content-properties {
    margin-top: 10px;
}

.search-map-sidebar-filters-buttons {
    margin-top: 30px;
}

.container-item-list-map-images {
    height: 150px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    background-color: #F7F8FA;
}

.container-item-list-map-content-title {
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.container-item-list-map-content-title:hover {
    color: blue !important;
}

.container-item-list-map-content-additionally {
    margin-top: 5px;
}

.container-item-list-map-content-additionally span {
    display: block;
    font-size: 13px;
    color: gray;
}

.container-item-list-map-content-prices .card-item-price-now {
    font-size: 20px;
    font-weight: 600;
    color: black;
}

.container-item-list-map-content-prices .card-item-price-old {
    font-size: 18px;
    color: #f81155;
    text-decoration: line-through;
    margin-left: 5px;
    display: inline-block;
}

.container-item-list-map-content-prices .card-item-price-measure-title {
    font-size: 14px;
}

.container-item-list-map-content-user {
    margin-top: 10px;
}

.container-item-list-map {
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
    display: block;
}

.container-item-list-map {
    color: black;
}

.container-item-list-map:hover {
    color: black;
}

.container-item-list-map:hover .container-item-list-map-content-title {
    color: blue !important;
}

.datepicker .table-condensed {
    width: 100% !important;
}

.datepicker {
    width: 100% !important;
}

.datepicker .table-condensed td {
    border-radius: 10px !important;
    width: 40px !important;
    height: 40px !important;
    position: relative;
}

.datepicker table tr td.disabled {
    text-decoration: line-through !important;
    color: #c4c4c4 !important;
}

.datepicker table tr td .table-label-price {
    color: red;
    position: absolute;
    font-size: 11px !important;
    bottom: -2px;
    left: 0;
    right: 0;
    text-align: center;
}

.datepicker td.active.selected .table-label-price {
    color: white !important;
}

.ad-create-options-additional-services-item:not(:last-child) {
    margin-bottom: 15px;
}

.ad-create-options-special-days-item:not(:last-child) {
    margin-bottom: 15px;
}

.ad-create-options-week-days-item:not(:last-child) {
    margin-bottom: 15px;
}

.ad-create-options-additional-services-item-delete,
.ad-create-options-special-days-item-delete {
    cursor: pointer;
    display: flex;
    height: 100%;
    align-items: center;
}

.ad-card-booking-button-order {
    padding: 10px 0;
}

.modal-booking-order-info-container > div {
    padding: 20px;
    border-radius: 20px;
    background-color: #ebffeb;
    margin-bottom: 10px;
    font-size: 13px;
}

.modal-booking-order-info-container > div i {
    font-size: 34px;
    margin-bottom: 10px;
}

.list-points {
    padding: 0;
    margin: 0;
}

.list-points li {
    display: flex;
}

.list-points li .list-points-title {
    order: 1;
}

.list-points li .list-points-chapter {
    order: 3;
}

.list-points li::after {
    background-image: radial-gradient(circle, currentcolor 1px, transparent 1.5px);
    background-position: bottom;
    background-size: 1ex 4.5px;
    background-repeat: space no-repeat;
    content: "";
    flex-grow: 1;
    height: 1em;
    order: 2;
    color: #b6b6b6;
}

.modal-booking-order-additional-services-item {
    margin-bottom: 10px;
}

.modal-booking-order-additional-services-container {
    margin-top: 15px;
    margin-bottom: 30px;
}

.uni-dropdown-content-item-image {
    display: inline-block;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.uni-dropdown-content-item-image img {
    height: 100%;
}

/* ============================================
   ОТСТУП ДЛЯ ВСЕХ СТРАНИЦ ЛИЧНОГО КАБИНЕТА
   ============================================ */
.profile-container,
.profile-content,
.profile-ads-container,
.profile-orders-container,
.profile-favorites-container,
.profile-reviews-container,
.profile-settings-container {
    padding-bottom: 80px !important;
}

.catalog-container-items,
.profile-ads-list,
.orders-list,
.favorites-list,
.reviews-list {
    padding-bottom: 80px;
}

.profile-ads .col-md-9,
.profile-orders .col-md-9,
.profile-favorites .col-md-9,
.profile-reviews .col-md-9,
.profile-settings .col-md-9,
.profile-wallet .col-md-9,
.profile-referral .col-md-9,
.profile-verification .col-md-9 {
    padding-bottom: 85px !important;
}

.title-h1-adaptive {
    font-size: 22px !important;
    margin-bottom: 5px !important;
    font-weight: 700 !important;
}

.my-tabs-items-small {
    margin: 5px 0 10px 0 !important;
}

.my-tabs-items-small .my-tabs-item {
    font-size: 14px !important;
    margin-right: 15px !important;
    padding: 5px 0 !important;
    color: #666 !important;
}

.my-tabs-items-small .my-tabs-item.active {
    color: #111 !important;
    font-weight: 600 !important;
    border-bottom: 2px solid #186aff !important;
}

.profile-container-item-list {
    background: #fff !important;
    border-radius: 14px !important;
    padding: 12px !important;
    margin-bottom: 12px !important;
    border: none !important;
    box-shadow: none !important;
}

.profile-container-item-images {
    height: 90px !important;
    width: 90px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #f7f8fa !important;
}

.profile-container-item-list-content-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #111 !important;
}

.profile-container-item-list-content-title:hover {
    color: #186aff !important;
}

.profile-container-item-list-content-prices .card-item-price-now {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #111 !important;
}

.profile-container-item-list-content-prices .card-item-price-old {
    font-size: 13px !important;
    color: #f81155 !important;
    text-decoration: line-through !important;
    margin-left: 5px !important;
}

.profile-container-item-list-content-additionally span {
    font-size: 11px !important;
    color: #999 !important;
    display: inline-block !important;
    margin-right: 10px !important;
}

.status-label {
    padding: 2px 8px !important;
    font-size: 10px !important;
    border-radius: 20px !important;
    display: inline-block !important;
}

.status-label-color-success {
    background: #e8f5e9 !important;
    color: #2e7d32 !important;
}

.status-label-color-warning {
    background: #fff3e0 !important;
    color: #ed6c02 !important;
}

.status-label-color-danger {
    background: #ffebee !important;
    color: #d32f2f !important;
}

.btn-custom.button-color-scheme2 {
    min-height: 38px !important;
    padding: 0 20px !important;
    font-size: 13px !important;
    border-radius: 12px !important;
}

.empty-state,
.catalog-not-found {
    text-align: center !important;
    padding: 50px 20px !important;
    background: #fff !important;
    border-radius: 14px !important;
}

.empty-state h4,
.catalog-not-found h4 {
    font-size: 18px !important;
    color: #666 !important;
    margin-bottom: 8px !important;
}

.profile-user-sidebar {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 16px !important;
    margin-bottom: 20px !important;
}

.profile-user-sidebar-full-name {
    font-size: 18px !important;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.profile-user-sidebar-menu a {
    padding: 8px 0 !important;
    font-size: 14px !important;
    color: #444 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.profile-user-sidebar-menu a i,
.profile-user-sidebar-menu a svg {
    width: 20px !important;
    font-size: 18px !important;
}

.profile-user-sidebar-menu a:hover {
    color: #186aff !important;
}

.profile-user-sidebar-menu hr {
    margin: 10px 0 !important;
}

.container-item-list-content-user {
    display: none;
    margin-top: 15px;
    padding-right: 10px;
}

.modal .modal-body {
    word-break: break-word;
}

.widget-promo-banners-swiper {
    overflow: hidden;
}

.footer-social-links {
    text-align: right;
}

.table-responsive {
    word-break: normal !important;
}

.actionSendVerifyCodeEmailContainer,
.actionSendVerifyCodePhoneContainer {
    display: none;
}

.personal-shop-pages-item {
    margin-bottom: 5px;
}

.verify-call-phone-container a {
    background-color: #28a745;
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.verify-call-phone-container a:hover {
    background-color: #218838;
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

.verify-call-phone-container a::before {
    content: "📞 ";
    font-size: 18px;
}

.ad-create-categories-popular-container {
    display: none !important;
}

.catalog-container-items {
    min-height: 500px;
    margin-top: 25px;
}

/* ============================================
   ОСНОВНОЕ ПЛАВАЮЩЕЕ МЕНЮ (мобильное)
   ============================================ */
.main-floating-menu {
    display: none;
}

@media (max-width: 991px) {
    .main-floating-menu {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        padding: 0 5px;
        padding-bottom: 2px;
        background-color: #fff;
        justify-content: space-around !important;
        align-items: center !important;
        text-align: center;
        box-shadow: 0 -4px 24px rgba(0, 0, 0, .10);
        min-height: 50px;
        transition: all 0.3s ease;
    }

    .main-floating-menu > a {
        text-decoration: none;
        color: #94999d;
        position: relative;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 1 !important;
        padding: 4px 2px;
        gap: 2px;
    }

    .main-floating-menu > a:hover {
        color: blue;
    }

    .main-floating-menu > a .menu-icon {
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 24px;
        width: 24px;
    }

    .main-floating-menu > a .menu-icon i {
        font-size: 22px;
        line-height: 1;
    }

    .main-floating-menu > a .menu-icon svg {
        width: 22px;
        height: 22px;
        display: block;
        color: currentColor;
    }

    .main-floating-menu > a .menu-label {
        display: block;
        font-size: 11px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

    .main-floating-menu .chat-icon-counter {
        display: none;
    }
}

@supports (padding-bottom: env(safe-area-inset-bottom)) {
    .main-floating-menu {
        padding-bottom: calc(2px + env(safe-area-inset-bottom));
        transition: all 0.3s ease;
    }
}

.widget-categories-or-subcategories-counter {
    font-size: 14px;
    display: inline-block;
}

.params-form-item-subcategories .uni-select:not(:last-child) {
    margin-bottom: 10px;
}

.modal-booking-order-prices-container {
    margin-bottom: 25px;
}

.transactions-statistics-month-list-item {
    display: inline-block;
    padding: 8px 22px;
    background-color: #f2f3f8;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 8px;
    color: #6c6b70;
}

.transactions-statistics-month-list-item:hover {
    background-color: #e9e7fd;
    color: black !important;
}

.transactions-statistics-month-list-item.active {
    background-color: #e9e7fd;
}

.transactions-statistics-month-list-item strong {
    display: block;
}

.container-item-grid-content-user {
    display: none;
    margin-top: 10px;
}

.page-support-item {
    padding: 25px;
    border-radius: 15px;
    background-color: #f7f8fa;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    transition: all .10s linear;
}

.page-support-item strong {
    font-size: 20px;
}

.page-support-item:hover {
    background-color: #186aff;
    color: white;
}

.page-support-item:hover a {
    color: white !important;
}

.ad-card-info-stat-item {
    display: inline-block;
    text-align: center;
}

.ad-create-options-container,
.ad-create-content-container {
    position: relative;
}

.ad-create-options-actions-swim {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

div[data-step-status="true"] {
    display: none;
}

.ad-create-container {
    min-height: 100vh;
}

.width-150 {
    width: 150px !important;
}

.ad-create-options-actions-swim > div {
    margin-right: 15px;
}

.ad-create-options-actions-prev-step {
    display: none;
}

.ad-create-options-container-item-extra-settings {
    margin-bottom: 40px;
}

.profile-container-item-images-mini {
    height: 110px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    background-color: #F7F8FA;
}

.profile-container-shop-list-content-title {
    font-size: 21px;
    font-weight: 700;
}

.profile-container-shop-list-content-category {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    color: gray;
}

.profile-container-shop-list-content-title:hover {
    color: #0066f5;
}

.profile-button-item-actions {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.profile-button-item-actions:hover {
    background-color: #186aff;
    color: white;
}

.user-shop-item {
    padding: 15px;
    border-radius: 15px;
    background-color: #f7f8fa;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border: 1px solid white;
    cursor: pointer;
    transition: all .10s linear;
}

.user-shop-item-image {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    flex-shrink: 0;
}

.user-shop-item-content {
    flex-grow: 1;
    width: 100%;
}

.user-shop-item:hover,
.user-shop-item.active {
    border: 1px solid blue;
}

.user-shop-item-content-title {
    font-weight: 600;
}

.user-shop-item-content input {
    display: none;
}

.profile-tariffs-list-items-content {
    display: flex;
    align-items: baseline;
}

.profile-tariffs-list-item-text {
    font-size: 13px;
}

.profile-tariffs-list-item-name {
    font-weight: 600;
}

.profile-tariffs-list-item-icon {
    color: green;
    font-size: 20px;
    margin-right: 5px;
}

.input-geo-search-clear {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 45px;
    cursor: pointer;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-geo-search-container input {
    padding-right: 45px;
}

.sections-bg-blue {
    color: white;
    background-color: #0d6efd;
}

.registration-change-profile {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.registration-change-profile > div {
    border-radius: 50px;
    background-color: white;
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .10s linear;
    cursor: pointer;
}

.registration-change-profile > div:hover,
.registration-change-profile > div.active {
    color: white;
    background-color: #0d6efd;
}

.modal-shop-container-categories-items > span {
    display: inline-block;
    border-radius: 15px;
    padding: 7px 17px;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    background-color: #f7f8fa;
    transition: all .10s linear;
    font-size: 14px;
}

.modal-shop-container-categories-items > span:hover {
    color: white;
    background-color: #141414;
}

.modal-shop-container-categories-items > span.active {
    color: white;
    background-color: #141414;
}

.modal-shop-container-item > span {
    margin-bottom: 5px;
    display: block;
}

.modal-shop-container-item:not(:last-child) {
    margin-bottom: 15px;
}

.modal-shop-box-info {
    border-radius: 15px;
    padding: 15px;
    background-color: #ebffeb;
    margin-top: 10px;
    font-size: 14px;
}

.shops-container-items {
    min-height: 500px;
}

.title-h1 {
    font-size: 45px;
    font-weight: bold;
    display: block;
}

.title-h2 {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.title-h3 {
    font-size: 32px;
    font-weight: bold;
    display: block;
}

.title-h6 {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.color-title-accent-white {
    color: white;
}

.trim-title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.widget-shops-item-content-title {
    font-weight: bold;
    font-size: 19px;
}

.widget-shops-item-content-title:hover {
    color: #0066f5;
}

.containerActionProfilePublishCheckItems {
    display: none;
}

.widget-shops-item-content-rating span {
    font-size: 16px !important;
    font-weight: 600;
    color: black;
}

.widget-shops-item-content-rating span i {
    font-size: 22px !important;
    color: #ffaf00;
}

.widget-shops-item-content-count {
    font-size: 14px;
}

.widget-shops-item-content-rating {
    margin-top: 10px;
}

.header-wow-mobile {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-bottom: 15px;
    padding-top: 15px; /* 👈 ДОБАВЛЕНО — отступ сверху */
}

.header-height-mobile {
    height: 3px;
}

.profile-wallet-info-balance p {
    margin: 0px;
}

.profile-wallet-info-balance h3 {
    margin: 0px;
    font-weight: 900;
    font-size: 28px;
}

.my-tabs-content:not(:first-child) {
    display: none;
}

.payment-status-container {
    text-align: center;
    margin-top: 80px;
}

.payment-status-container h2 {
    font-weight: 900;
}

.ad-paid-services-ads-list {
    padding: 15px;
    border-radius: 15px;
    background-color: #f7f8fa;
    max-height: 700px;
    overflow: auto;
    margin-top: 15px;
}

.ad-paid-services-ads-item {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    border-radius: 15px;
    color: black;
}

.ad-paid-services-ads-item:not(:last-child) {
    margin-bottom: 10px;
}

.ad-paid-services-ads-item:hover {
    background-color: #186aff;
    color: white;
}

.ad-paid-services-ads-item.active {
    background-color: #186aff;
    color: white;
}

.ad-paid-services-ads-item-image {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    margin-right: 15px;
    overflow: hidden;
    flex-shrink: 0;
}

.ad-paid-services-ads-item-title {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
}

.ad-paid-services-ads-container p {
    font-size: 18px;
    font-weight: bold;
}

.addon-delivery-history-container-modal {
    margin-top: 30px;
    margin-bottom: 3px;
}

.ad-create-categories-container-items span {
    display: inline-block;
    border-radius: 15px;
    padding: 7px 17px;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    background-color: #f7f8fa;
    transition: all .10s linear;
}

.ad-create-categories-container-items span:hover {
    color: white;
    background-color: #141414;
}

.ad-create-categories-item.active {
    color: white;
    background-color: #141414;
}

/* ============================================
   МЕДИА-СЛАЙДЕР (оригинал)
   ============================================ */

.ad-card-media-slider-container{
    position: relative;
}

.ad-card-media-slider{
    overflow: hidden;
    position: relative;
}

.ad-card-media-slider-item {
    width: auto!important;
}

.ad-card-media-slider-item > div{
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.ad-card-media-slider-item-label-video{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e45959;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: -25px;
    margin-top: -25px;
}

.ad-card-media-slider-item-label-video i{
    font-size: 26px;
    color: white;
}

.ad-card-media-slider-item > div > img {
    height: 100%;
}

.ad-card-media-slider::-webkit-scrollbar {
   display: none;
}

.ad-card-media-slider-nav-left{
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -20px;
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: white;
    cursor: pointer;
    color: black;
    box-shadow: rgb(0 0 0 / 6%) 0 4px 8px 0;
    z-index: 3;
}

.ad-card-media-slider-nav-right{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -20px;
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: white;
    cursor: pointer;
    color: black;
    box-shadow: rgb(0 0 0 / 6%) 0 4px 8px 0;
    z-index: 3;
}

.ad-card-media-slider-nav-left i, .ad-card-media-slider-nav-right i{
    font-size: 21px;
}

.ad-card-media-slider-nav-left:active, .ad-card-media-slider-nav-right:active{
    transform: scale(0.95); 
}

.ad-card-media-slider-miniatures .swiper-slide{
    height: 65px;
    width: 65px;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
}

.ad-card-media-slider-miniatures{
    margin-top: 15px;
    overflow: hidden;
    visibility: hidden;
}

.ad-card-media-slider-miniatures .swiper-slide.active {
    border: 1px solid #0066f5;
}

/* На мобильных устройствах */
@media (max-width: 768px) {
    .vip-universal-swiper-container {
        min-height: 240px;
    }
}

.widget-categories-or-subcategories-counter {
    display: none !important;
}.title-h1{
    font-size: 45px;
    font-weight: bold;
    display: block;
}

.title-h2{
    font-size: 38px;
    font-weight: bold;
    display: block;
}

.title-h3{
    font-size: 32px;
    font-weight: bold;
    display: block;
}

.title-h6{
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.color-title-accent-white{
    color: white;
}

.trim-title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.widget-shops-item-content-title{
    font-weight: bold;
    font-size: 19px;
}

.widget-shops-item-content-title:hover{
    color: #0066f5;
}

.containerActionProfilePublishCheckItems{
    display: none;
}

.box-user-face-card-content a{
    color: black;
}

.box-user-face-card-content a:hover{
   color: #0066f5;
}

.widget-shops-item-content-rating span{
    font-size: 16px!important;
    font-weight: 600;
    color: black;
}

.widget-shops-item-content-rating span i{
    font-size: 22px!important;
    color: #ffaf00;
}

.widget-shops-item-content-count{
    font-size: 14px;
}

.widget-shops-item-content-rating{
    margin-top: 10px;
}

.header-wow-mobile{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.header-height-mobile{
    height: 10px;
}

.catalog-not-found .row{
    text-align: start;
}

.advertising-banner-item, .advertising-script-item, .advertising-banner-grid-item, .advertising-banner-container, .advertising-banner-grid-container, .advertising-script-container, .advertising-script-grid-container{
  position: relative;
}

.advertising-item-label-ad{
  position: absolute;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: white;
  font-size: 12px;
  top: 5px;
  right: 5px;
  display: block;
  color: black!important;
  cursor: pointer;
  z-index: 10;
}

.advertising-item-label-ad-modal{
    position: absolute;
    border-radius: 15px;
    background-color: white;
    padding: 15px;
    right: 0;
    top: 0px;
    text-align: start;
    width: 200px;
    z-index: 10;
    word-wrap: break-word;
    box-shadow: 0 6px 32px #5e5c5c24;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

.ad-card-external-content{
    word-break: break-word;
}

.lazy, .lazy-bg {
  filter: blur(8px);
  opacity: 0.6;
  transition: filter .35s ease, opacity .35s ease;
  background-size: cover;
  background-position: center;
}
.loaded {
  filter: blur(0);
  opacity: 1;
}

.container-item-countdown{
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, rgba(255, 71, 46, 0.06), rgba(29, 101, 245, 0.03));
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;
    color: #ef4444;
    font-size: 13px;
    margin-top: 15px;
}

.container-item-countdown > div.timer{
  display: none;
  font-size: 14px;
  color: #ff472e;
}

.container-item-list-content .container-item-countdown{
    margin-top: 0px;
    display: inline-flex;
}

@keyframes urgentPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 248, 246);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(255, 248, 246, 0.50);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 248, 246, 0);
  }
}

.container-item-countdown-list{
    margin-bottom: 5px;
}

.modal-content {
  border: 1px solid #e4e4e7;
  border-radius: 20px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background-color: white;
}

.modal-header {
  border-bottom: none;
  position: relative;
  padding: 0;
  margin: 0;
}

.modal-title {
  font-weight: 700;
  font-size: 27px;
  line-height: 1.3;
}

.modal-body {
  padding: 30px;
}

.modal-footer {
  border-top: 1px solid #e4e4e7;
  padding: 16px 30px;
  background: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.btn-close-noir {
  background: transparent;
  border: none;
  padding: 4px;
  color: black;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}

.btn-close-noir i{
  font-size: 23px;
}

.btn-close-noir:hover {
  background: #e4e4e7;
  color: black;
}

.widget-categories-container{
    display: flex;
    flex-wrap: wrap; 
    gap: 12px;       
    margin: 0 auto;
}


:root {
    --accent: #6d5dfc;
    --accent-light: #8b7fff;
    --dark: #11131a;
    --dark-soft: #191c26;
    --text-light: #f8f9ff;
    --text-muted: #9da3b5;
    --line: rgba(255, 255, 255, .1);
    --primary: #005bff;
    --primary-bg: #f7f8fa;
    --surface: #ffffff;
    --primary-hover: #1052d6;
    --primary-light: #eff5ff;
    --primary-glow: rgba(26, 100, 246, 0.25);
    --text-main: #111827;
    --text-muted: #6b7280;
    --border: #e5e7eb;
    --border-hover: #d1d5db;
    --radius: 16px;
    --transition: all 0.25s ease;
}

.footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 0%,
            rgba(109, 93, 252, .25),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 100%,
            rgba(67, 166, 255, .16),
            transparent 28%
        ),
        var(--dark);
    color: var(--text-light);
    margin-top: 80px;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(139, 127, 255, .75),
        transparent
    );
}

.footer-container {
    width: min(100% - 40px, 1240px);
    margin: 0 auto;
    padding: 45px 0 28px;
}

.footer-top {
    display: inline-flex;
    grid-template-columns: minmax(280px, 1.3fr) repeat(3, 1fr);
    gap: 50px;
    padding-bottom: 20px;
}

.footer-column{
    display: inline-flex;
    gap: 25px;
}

.footer-brand {
    max-width: 350px;
}

.brand img {
    max-height: 40px;
    width: 65%;
}

.brand-logo {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient(
        135deg,
        var(--accent-light),
        var(--accent)
    );
    box-shadow: 0 12px 30px rgba(109, 93, 252, .35);
    font-size: 20px;
    letter-spacing: 0;
}

.footer-column a {
    color: var(--text-muted);
    font-size: 14px;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.footer-column a:hover {
    color: #ffffff;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding-top: 10px;
    color: #7e8497;
    font-size: 13px;
}

.footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-legal a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}

.footer-legal a:hover {
    color: #ffffff;
}

.socials {
    display: flex;
    gap: 9px;
}

.socials a {
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: #c7ccda;
    text-decoration: none;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.socials a:hover {
    background: var(--accent);
    color: #ffffff;
    transform: translateY(-3px);
}

.contact-social-icon img{
    height: 33px;
}

@media (max-width: 950px) {
    .footer-top {
        grid-template-columns: repeat(3, 1fr);
        gap: 35px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

}

@media (max-width: 620px) {

    .footer-top {
        grid-template-columns: repeat(2, 1fr);
        gap: 38px 25px;
        padding-bottom: 42px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 12px;
    }
}

@media (max-width: 390px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .footer-legal {
        flex-direction: column;
        gap: 10px;
    }
}

.ad-create-price-container{
    display: none;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.section-subtitle {
    color: var(--text-muted);
    font-size: 15px;
    margin-bottom: 24px;
}

.ad-create-content-container .price-type-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}

.ad-create-content-container .price-type-label {
    display: block;
    position: relative;
    cursor: pointer;
}

.ad-create-content-container .price-type-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.ad-create-content-container .price-card {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 2px solid var(--border);
    border-radius: var(--radius);
    background-color: var(--surface);
    height: 100%;
    transition: var(--transition);
}

.ad-create-content-container .price-card:hover {
    border-color: var(--border-hover);
    background-color: #fafafa;
}


.ad-create-content-container .price-type-label input[type="radio"]:checked + .price-card {
    border-color: var(--primary);
    background-color: var(--primary-bg);
    box-shadow: 0 4px 12px rgba(18, 130, 166, 0.1);
}

.ad-create-content-container .card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.ad-create-content-container .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f3f4f6;
    border-radius: 10px;
    color: var(--text-main);
    transition: var(--transition);
}

.ad-create-content-container .card-title {
    font-size: 16px;
    font-weight: 600;
}

.ad-create-content-container .card-desc {
    font-size: 13px;
    line-height: 1.5;
    color: var(--text-muted);
    margin-top: auto;
}

.ad-create-content-container .radio-indicator {
    position: absolute;
    top: 24px;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--border);
    border-radius: 50%;
    transition: var(--transition);
}

.ad-create-content-container .radio-indicator::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 10px;
    height: 10px;
    background-color: var(--primary);
    border-radius: 50%;
    transition: var(--transition);
}

.ad-create-content-container .price-type-label input[type="radio"]:checked + .price-card .radio-indicator {
    border-color: var(--primary);
}

.ad-create-content-container .price-type-label input[type="radio"]:checked + .price-card .radio-indicator::after {
    transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 600px) {
    .price-type-grid {
        grid-template-columns: 1fr;
    }
    .ad-form-section {
        padding: 24px;
    }
    .input-wrapper {
        max-width: 100%;
    }
}


@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
    0% { transform: translateY(0px) rotate(-5deg); }
    50% { transform: translateY(-15px) rotate(-3deg); }
    100% { transform: translateY(0px) rotate(-5deg); }
}

@keyframes float-delay {
    0% { transform: translateY(40px) rotate(8deg); }
    50% { transform: translateY(25px) rotate(10deg); }
    100% { transform: translateY(40px) rotate(8deg); }
}


.auth-section {
    position: relative;
    padding: 80px 0 100px;
}

.bg-glow-1 {
    position: absolute;
    top: 0; left: 0;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(22,101,255,0.08) 0%, rgba(255,255,255,0) 70%);
    z-index: -1;
}
.bg-glow-2 {
    position: absolute;
    bottom: 0; right: 0;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(139,92,246,0.08) 0%, rgba(255,255,255,0) 70%);
    z-index: -1;
}

.auth-grid {
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 70px;
    align-items: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--blue-light);
    color: var(--blue);
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 24px;
    animation: fadeUp 0.6s ease-out;
}

.auth-motivation h1 {
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    animation: fadeUp 0.6s ease-out 0.1s both;
}

.auth-motivation h1 span {
    background: linear-gradient(135deg, #1665ff 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.auth-motivation > p {
    font-size: 18px;
    color: var(--text-muted);
    margin-bottom: 40px;
    max-width: 540px;
    animation: fadeUp 0.6s ease-out 0.2s both;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    animation: fadeUp 0.6s ease-out 0.3s both;
}

.benefit-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.benefit-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.bg-blue { background: linear-gradient(135deg, #3b82f6, #2563eb); }
.bg-purple { background: linear-gradient(135deg, #a855f7, #7c3aed); }
.bg-orange { background: linear-gradient(135deg, #f59e0b, #d97706); }
.bg-green { background: linear-gradient(135deg, #10b981, #059669); }

.benefit-text h3 {
    font-size: 17px;
    font-weight: 700;
}

.benefit-text p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.5;
}

.auth-card-wrapper {
    position: relative;
    animation: fadeUp 0.8s ease-out 0.4s both;
}

.auth-bonus-tag {
    position: absolute;
    top: -15px;
    right: -15px;
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    color: white;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(255, 75, 43, 0.3);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 6px;
    transform: rotate(3deg);
}

.auth-card {
    background-color: var(--surface);
    border-radius: 28px;
    padding: 48px;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(22, 101, 255, 0.1);
    position: relative;
    z-index: 2;
}

.auth-card h2 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.auth-card .subtitle {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 32px;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .auth-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .auth-motivation { text-align: center; }
    .auth-motivation > p { margin: 0 auto 40px; }
    .benefits-grid { text-align: left; max-width: 700px; margin: 0 auto; }
    .auth-card-wrapper { max-width: 500px; margin: 0 auto; }
}

@media (max-width: 768px) {

    .auth-motivation h1 { font-size: 32px; }
    .benefits-grid { grid-template-columns: 1fr; }
    .stats-grid { flex-wrap: wrap; gap: 30px; justify-content: center; }
    .stat-item { width: 45%; }
}

@media (max-width: 480px) {
    .auth-section { padding: 40px 0; }
    .auth-card { padding: 32px 24px; }
    .stat-item { width: 100%; }
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.4) !important; 
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.modal-backdrop.show {
    opacity: 1 !important; 
}

.header-height-desktop{
    z-index: 15;
    position: relative;
}

.main-wrapper{
    margin-top: 20px;
    margin-bottom: 50px;
}

.footer-wrapper{
    padding-top: 50px;
}

.auction-amount-rates-list{
    display: inline-flex;
    gap: 10px;
    margin-top: 10px;
}

.auction-amount-rates-list > button{
    padding: 6px 12px;
    background-color: #f7f8fa;
    border-radius: 12px;
    cursor: pointer;
    transition: all .10s linear;
    border: none;
    outline: none;
}

.auction-amount-rates-list > button:hover{
    background-color: black;
    color: white;
}

.users-stats {
    display: flex;
    align-items: center;
}

.avatar-group {
    display: flex;
    align-items: center;
}

.avatar-group img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    object-fit: cover;
    margin-left: -10px;
    background-color: #e5e7eb;
}

.avatar-group img:first-child {
    margin-left: 0;
}

.avatar-count {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: #f3f4f6;
    color: #4b5563;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    z-index: 1;
}

.users-label {
    font-size: 13px;
    color: #6b7280;
    margin-left: 10px;
    font-weight: 500;
}

.ad-card-auction .container-item-countdown{
   margin: 0px;
   font-size: 14px;
}

.ad-card-sidebar .item:not(:last-child){
   margin-bottom: 15px;
}

.card-status-info-bg-auction{
    background: linear-gradient(90deg, rgba(255, 71, 46, 0.06), rgba(29, 101, 245, 0.03));
}

.ad-card-auction .container-item-countdown > div.timer {
    font-size: 15px;
}

.ad-card-action-buttons-contact{
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.ad-card-action-buttons-contact button{
    margin: 0!important;
    font-size: 14px;
    padding: 0px 10px;
    height: 40px!important;
    min-height: 40px!important;
}

.btn-custom i{
    margin-right: 10px;
}

.modal-subtitle {
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 500;
}

.modal-payment-options .modal-body{
    padding: 0;
}

.modal-payment-options  .amount-section {
    padding: 0 30px 15px;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
}
.modal-payment-options  .amount-label {
    font-size: 14px;
    color: #536471;
}
.modal-payment-options  .amount-value {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #0f1419;
}


.modal-payment-options  .section-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #0f1419;
}

.modal-payment-options  .methods-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 30px;
}


.modal-payment-options  .method-item {
    display: flex;
    align-items: center;
    padding: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}
.modal-payment-options  .method-item:hover {
    border-color: #cbd5e1;
    background: #fafafa;
}
.modal-payment-options  .method-item.active {
    border-color: #0066ff;
    background: #f5f9ff;
}


.modal-payment-options  .method-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
}
.modal-payment-options  .icon-wallet { background: #e0f2fe; color: #0284c7; }
.modal-payment-options  .icon-card { background: #f1f5f9; color: #334155; }

.modal-payment-options  .method-icon i {
    font-size: 23px;
}

.modal-payment-options  .method-info {
    flex-grow: 1;
}
.modal-payment-options  .method-name {
    font-size: 15px;
    font-weight: 600;
    color: #0f1419;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.modal-payment-options  .method-desc {
    font-size: 13px;
    color: #536471;
}

.modal-payment-options  .balance-badge {
    background: #dcfce7;
    color: #166534;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 600;
}


.modal-payment-options  .check-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.modal-payment-options  .method-item.active .check-circle {
    background: var(--primary);
    border-color: var(--primary);
}
.modal-payment-options  .check-circle svg {
    width: 14px;
    height: 14px;
    stroke: white;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.2s;
}
.modal-payment-options  .method-item.active .check-circle svg {
    opacity: 1;
    transform: scale(1);
}

.modal-payment-options .policy-info {
    margin-top: 10px;
    font-size: 12px;
    color: #536471;
}

.modal-payment-options .policy-info a{
    color: var(--primary);
}

.modal-payment-options .method-item input{
    display: none;
}

.modal-payment-options .methods-title{
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}

.section-promo-download-app-buttons{
    position: relative;
    z-index: 5;
    display: inline-flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.chat-dialogues-item-content-title{
    font-size: 14px;
}

footer {
  color: #566074;
  background: #f8fafc;
  border-top: 1px solid #e5e9f1;
}

.market-footer{
  margin: 0 auto;
  padding: 40px 0 24px;    
}

.market-footer__main {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  gap: 38px;
}

.market-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #17213a;
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -0.8px;
  text-decoration: none;
}

.market-footer__logo img{
    height: 25px;
}

.market-footer__description {
  max-width: 270px;
  margin-top: 15px;
  margin-bottom: 0px;
  color: #7a8497;
  font-size: 14px;
  line-height: 1.55;
}

.market-footer__app-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2563eb;
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  text-decoration: none;
}

.market-footer__app-link:hover {
  color: #174abe;
}

.market-footer__app-icon {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 7px;
    color: #2563eb;
    background: #e4edff;
    font-size: 15px;
}

.market-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.market-footer__column h3 {
  margin: 4px 0 5px;
  color: #202a3d;
  font-size: 14px;
  font-weight: 800;
}

.market-footer__column a {
  color: #697388;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.market-footer__column a:hover {
  color: #2563eb;
}

.market-footer__security {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 20px;
  border: 1px solid #dfe8d9;
  border-radius: 16px;
  background: #f3f9ee;
}

.market-footer__security-icon {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #36a269;
  font-weight: 800;
}

.market-footer__security div:nth-child(2) {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
}

.market-footer__security strong {
  color: #28583c;
  font-size: 14px;
}

.market-footer__security span {
  color: #668073;
  font-size: 12px;
  line-height: 1.45;
}

.market-footer__security > a {
  flex: 0 0 auto;
  color: #278654;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.market-footer__security > a:hover {
  text-decoration: underline;
}

.market-footer__bottom {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid #e1e6ef;
  font-size: 13px;
  margin-top: 20px;
}

.market-footer__copyright {
  color: #8891a2;
  font-size: 14px;
}

.market-footer__legal {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 18px;
}

.market-footer__legal a {
  color: #7d8799;
  text-decoration: none;
  font-size: 14px;
}

.market-footer__legal a:hover {
  color: #2563eb;
}

.market-footer__socials {
  display: flex;
  gap: 8px;
}

.market-footer__socials a {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #dce2ed;
  border-radius: 9px;
  color: #69758b;
  background: #ffffff;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s ease;
}

.market-footer__socials a img{
  height: 30px;
}

@media (max-width: 850px) {
  .market-footer__main {
    grid-template-columns: repeat(3, 1fr);
  }

  .market-footer__brand {
    grid-column: 1 / -1;
  }

  .market-footer__description {
    max-width: 420px;
  }
}

@media (max-width: 600px) {
  .market-footer {
    margin-top: 0px;
    width: min(100% - 28px, 1180px);
    padding-top: 34px;
  }

  .market-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
    padding-bottom: 30px;
  }

  .market-footer__column:last-child {
    grid-column: 1 / -1;
  }

  .market-footer__security {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 15px;
  }

  .market-footer__security > a {
    width: 100%;
    margin-left: 48px;
  }

  .market-footer__bottom {
    flex-wrap: wrap;
    gap: 15px;
  }

  .market-footer__legal {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 16px;
  }
}

.profile-trigger__avatar {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #3979fa, #7b59e9);
  box-shadow: 0 4px 10px rgba(54, 102, 232, 0.25);
  font-size: 11px;
  font-weight: 800;
}

.profile-trigger__name {
  font-size: 12px;
  font-weight: 750;
}

.profile-trigger__chevron {
  color: #8792a6;
  font-size: 17px;
  transition: transform 0.25s ease;
}

.profile-trigger[aria-expanded="true"] .profile-trigger__chevron {
  transform: rotate(180deg);
}

.profile-overlay {
  position: fixed;
  z-index: 20;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4) !important; 
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.profile-overlay.is-visible {
  visibility: visible;
  opacity: 1;
}

.profile-popup {
  position: fixed;
  z-index: 30;
  top: 60px;
  right: max(20px, calc((100vw - 1300px) / 2));
  width: min(410px, calc(100vw - 40px));
  max-height: calc(100vh - 98px);
  overflow-y: auto;
  padding: 18px;
  border: 1px solid rgba(225, 231, 241, 0.95);
  border-radius: 26px;
  visibility: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 24px 58px rgba(29, 46, 81, 0.2),
    0 5px 15px rgba(29, 46, 81, 0.08);
  transform: translateY(-12px) scale(0.98);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s ease;
  scrollbar-width: thin;
  scrollbar-color: #d9deea transparent;
  text-align: start;
}

.profile-popup.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.profile-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 0;
  border-radius: 10px;
  color: #7a8599;
  background: #f1f4f9;
  cursor: pointer;
  font-size: 19px;
  line-height: 1;
  transition: 0.2s ease;
}

.profile-popup__close:hover {
  color: #202b40;
  background: #e6ebf3;
}

.profile-menu__user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 40px 18px 4px;
}

.profile-menu__avatar {
  display: grid;
  width: 49px;
  height: 49px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 6px 15px rgba(60, 107, 238, 0.27);
  font-size: 14px;
  font-weight: 800;
  position: relative;
  overflow: hidden;
}

.profile-menu__user-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.profile-menu__user-info strong {
  overflow: hidden;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: black;
}

.profile-menu__status {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #8791a4;
  font-size: 12px;
}

.profile-menu__online {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #31bd73;
  box-shadow: 0 0 0 3px #e0f8eb;
}

.profile-menu__rating {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  padding: 11px 13px;
  border-radius: 14px;
  color: #737d91;
  background: linear-gradient(100deg, #fffaf0, #fffdf8);
  font-size: 13px;
}

.profile-menu__rating:hover {
  border-color: #f3c96b;
}

.profile-menu__stars {
  color: #f4ae27;
  font-size: 14px;
  letter-spacing: 1px;
}

.profile-menu__rating b {
  color: #202b40;
}

.profile-menu__arrow {
  margin-left: auto;
  color: #c99328;
  font-size: 19px;
}

.profile-menu__notification {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fa5e68;
  box-shadow: 0 0 0 3px #ffe6e8;
}

.profile-menu__wallet {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 24px;
  padding: 13px;
  border-radius: 16px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 5%, rgba(255, 255, 255, 0.37), transparent 25%),
    linear-gradient(135deg, #246df4, #4b81f4);
  box-shadow: 0 10px 20px rgba(43, 105, 235, 0.2);
  transition: transform 0.2s ease;
}

.profile-menu__wallet:hover {
  transform: translateY(-2px);
}

.profile-menu__wallet-icon {
  display: grid;
  flex: 0 0 37px;
  width: 37px;
  height: 37px;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 19px;
  font-weight: 800;
}

.profile-menu__wallet-info {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.profile-menu__wallet-info small {
  margin-bottom: 2px;
  opacity: 0.78;
  font-size: 11px;
}

.profile-menu__wallet-info strong {
  font-size: 17px;
}

.profile-menu__wallet-add {
  padding: 7px 9px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 11px;
  font-weight: 700;
}

.profile-menu__section-title {
  margin: 0 0 10px 3px;
  color: #919aac;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.profile-menu__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.profile-menu__action {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 10px;
  border: 1px solid #e8edf5;
  border-radius: 14px;
  color: #253049;
  background: #fff;
  font-size: 12px;
  font-weight: 650;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.profile-menu__action:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 17px rgba(42, 59, 93, 0.1);
}

.profile-menu__action-icon {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 800;
}

.profile-menu__action--blue .profile-menu__action-icon {
  color: #2467e9;
  background: #e9f1ff;
}

.profile-menu__action--purple .profile-menu__action-icon {
  color: #8758e5;
  background: #f1eaff;
}

.profile-menu__action--orange .profile-menu__action-icon {
  color: #e47c27;
  background: #fff0e2;
}

.profile-menu__action--green .profile-menu__action-icon {
  color: #209b63;
  background: #e5f8ee;
}

.profile-menu__badge {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #fa5a66;
  font-size: 9px;
  justify-content: center;
  text-align: center;
}

.profile-menu__business {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 22px;
  padding: 12px;
  border: 0;
  border-radius: 15px;
  color: white;
  background: linear-gradient(135deg, rgb(15, 23, 42) 0%, rgb(30, 41, 59) 100%);
  cursor: pointer;
  text-align: left;
  font-size: 14px;
}

.profile-menu__business-icon {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  color: black;
  background: white;
  font-size: 17px;
}

.profile-menu__business-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.profile-menu__business-content strong {
  color: white;
  font-size: 14px;
}

.profile-menu__business-content span {
  color: white;
  font-size: 13px;
}

.profile-menu__business-toggle {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  color: white;
  font-size: 19px;
  transition: transform 0.25s ease;
}

.profile-menu__business.is-active .profile-menu__business-toggle {
  transform: rotate(180deg);
}

.profile-menu__business-links {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease, margin 0.25s ease;
}

.profile-menu__business-links.is-open {
  grid-template-rows: 1fr;
  margin-top: 9px;
}

.profile-menu__business-links-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  overflow: hidden;
}

.profile-menu__business-links a {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 9px 13px;
  border-radius: 12px;
  color: #625c78;
  background: #f8fafc;
  font-size: 14px;
}

.profile-menu__business-links a:hover {
  color: white;
  background: radial-gradient(circle at 92% 5%, rgba(255, 255, 255, 0.37), transparent 25%), linear-gradient(135deg, #246df4, #4b81f4);
}

.profile-menu__footer {
  display: grid;
  gap: 2px;
  margin-top: 18px;
  padding-top: 13px;
  border-top: 1px solid #e9edf3;
}

.profile-menu__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 8px;
  border-radius: 11px;
  color: #566278;
  font-size: 14px;
  transition: 0.2s ease;
}

.profile-menu__link-icon {
  display: grid;
  width: 22px;
  place-items: center;
  color: #78859a;
  font-size: 16px;
}

.profile-menu__link:hover {
  color: #2467e9;
  background: #f3f6fb;
}

.profile-menu__link--logout {
  margin-top: 3px;
  color: #e15862;
}

.profile-menu__link--logout .profile-menu__link-icon {
  color: #e15862;
}

.profile-menu__link--logout:hover {
  color: #d73e4a;
  background: #fff1f2;
}

@media (max-width: 760px) {
  .profile-trigger__name,
  .profile-trigger__chevron {
    display: none;
  }

  .profile-popup {
    top: 76px;
    right: 14px;
    width: min(410px, calc(100vw - 28px));
    max-height: calc(100vh - 90px);
  }
}

@media (max-width: 480px) {

  .profile-popup {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: min(84vh, 720px);
    padding: 16px;
    border: 0;
    border-radius: 24px 24px 0 0;
    transform: translateY(100%);
  }

  .profile-popup.is-open {
    transform: translateY(0);
  }

  .profile-popup::before {
    display: block;
    width: 42px;
    height: 4px;
    margin: 0 auto 10px;
    border-radius: 5px;
    background: #dce2ec;
    content: "";
  }

  .profile-menu__business-links-inner {
    grid-template-columns: 1fr;
  }

}

.profile-container-review-list{
    background-color: white;
    padding: 20px;
    border-radius: 20px;
}

.profile-container-review-list{
    margin-bottom: 0px;
}

.page-chat-container .chat-dialogues-item:hover{
    background-color: white;
}

.page-chat-container .chat-dialogue-container{
    background-color: white;
    border-radius: 20px;
    padding: 20px;
}

.payment-history-layout{
    background-color: white;
    padding: 20px;
    border-radius: 20px;
}

.profile-wallet-payment-action-replenishment{
    max-width: 230px;
}

.ad-card-reviews-content .container-reviews-list{
    margin-top: 30px!important;
}

.dropdown-box-list-nested a{
    margin: 10px 0;
}

.profile-container-shop-list{
    color: black;
    margin-bottom: 15px;
    display: block;
    border-radius: 20px;
    background-color: white;
    padding: 20px;
}

.shop-card-user{
    display: flex;
    align-items: center;
    gap: 10px;
    height: 50px;
}

.shop-card-user-avatar > div{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: flex;
    background-color: #f8fafc;
}

.shop-card-user-content-label{
    font-size: 13px;
    color: #566278;
}

.activity-low{
    color: #6c757d!important;
}

.activity-medium{
    color: #eeb300!important;
}

.activity-high{
    color: #198754!important;
}

.shop-catalog-params-form .uni-select-name{
    background-color: #ffffff;
}

.personal-shop-pages-item{
    padding: 10px 18px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 15px;
    color: black;
}

.personal-shop-pages{
    gap: 14px;
    margin: 25px 0;
    display: flex;    
}

.personal-shop-pages .active{
    background-color: #141414; color: white!important;
}

.personal-shop-pages-item:hover{
    background-color: #141414; color: white!important;
}

.shop-page-text-body{
    background-color: white;
    padding: 30px;
    border-radius: 20px;
}

.personal-shop-action-buttons{
    gap: 14px;
    display: flex;      
}

.modal-size-nano{
    max-width: 450px;
}

.modal-size-small{
    max-width: 540px;
}

.modal-size-medium{
    max-width: 650px;
}

.modal-size-big{
    max-width: 750px;
}

.modal-size-mega{
    max-width: 950px;
}

.modal-size-fullmega{
    max-width: 1320px;
}

@media (max-width: 760px) {
  .profile-trigger__name,
  .profile-trigger__chevron {
    display: none;
  }
  .profile-popup {
    top: 76px;
    right: 14px;
    width: min(410px, calc(100vw - 28px));
    max-height: calc(100vh - 90px);
  }
}

@media (max-width: 480px) {
  .profile-trigger__avatar {
    width: 35px;
    height: 35px;
    border-radius: 11px;
  }

  .profile-popup {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: min(84vh, 720px);
    padding: 16px;
    border: 0;
    border-radius: 24px 24px 0 0;
    transform: translateY(100%);
  }

  .profile-popup.is-open {
    transform: translateY(0);
  }

  .profile-popup::before {
    display: block;
    width: 42px;
    height: 4px;
    margin: 0 auto 10px;
    border-radius: 5px;
    background: #dce2ec;
    content: "";
  }

  .profile-menu__business-links-inner {
    grid-template-columns: 1fr;
  }

}

.modal-title-skeleton{
    max-width: 350px;
    height: 40px;
    border-radius: 15px;
    background-color: #f8fafc;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.modal-body-skeleton{
    height: 200px;
    border-radius: 15px;
    background-color: #f8fafc;
    position: relative;
    overflow: hidden;
}

.modal-title-skeleton::after, .modal-body-skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
  90deg,
  rgba(255, 255, 255, 0) 0%,
  rgba(255, 255, 255.12) 20%,
  rgba(255, 255, 255, 0) 30%
  );
  transform: translateX(-100%);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.profile-home-sections .profile-container-order-list{
    margin-bottom: 10px;
}

.modal-geo-container-map{
    border-radius: 20px;
    overflow: hidden;
    min-height: 450px;
    width: 100%;
    background-color: #f7f8fa;
}

.modal-geo-search-results{
    z-index: 9999;
}

#chatModal .chat-dialogues-container, #chatModal .chat-dialogue-container{
    padding: 30px;
}

.radiusSlider {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #e0e0e0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

/* Ползунок (Chrome, Safari, Edge) */
.radiusSlider::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #3b82f6;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  appearance: none;
}

.radiusSlider::-webkit-slider-thumb:hover {
  background: #2563eb;
}

.radiusSlider::-webkit-slider-thumb:active {
  transform: scale(1.1);
}

.radiusSlider::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #3b82f6;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.radiusSlider::-moz-range-thumb:hover {
  background: #2563eb;
}

.radiusSlider::-moz-range-thumb:active {
  transform: scale(1.1);
}

input[type=range]::-ms-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #3b82f6;
  border: none;
}

.modal-geo-container-map-radius{
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.modal-geo-container-map-radius > div{
    padding: 8px 16px;
    background-color: #f7f8fa;
    border-radius: 12px;
    cursor: pointer;
}

.modal-geo-container-map-radius > div.active{
    background-color: black;
    color: white;
}

.modal-geo-container-map-radius > div:hover{
    background-color: black;
    color: white;
}

.actionShowMoreItems{
    margin-top: 15px;
}

.modal-geo-favorites-list{
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 15px;
}

.modal-geo-favorites-list a{
    padding: 8px 18px;
    background-color: #f7f8fa;
    border-radius: 12px;
    cursor: pointer;
    color: black;
    font-size: 15px;
}

.modal-geo-favorites-list a:hover{
    background-color: black;
    color: white;
}

.modal-geo-tab-content{
    display: none;
}

.actionClearGeoModal{
    visibility: hidden;
}

.ad-paid-services-ads-item-price{
    display: block;
    font-size: 14px!important;
    font-weight: normal!important;
}

.widget-ads-categories-container .bold-title-and-link{
    margin-top: 25px;
}

.filter-buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.filter-button-item{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    height: 43px;
    padding: 0 25px;
    background-color: #f7f8fa;
    cursor: pointer;
}

.filter-button-active{
    background-color: black;
    color: white;
}

.filter-button-item input{
    display: none;
}

.filter-button-item:active{
    transform: scale(0.96); 
}

.widget-categories-or-subcategories {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 35px;
}

.widget-categories-or-subcategories a {
    display: flex;
    background-color: #f7f8fa;
    padding: 10px 15px;
    border-radius: 12px;
    max-width: 250px;
    position: relative;
    word-break: break-word;
    flex-grow: 1;
    height: auto!important;
    margin-bottom: 0;
}

.widget-categories-or-subcategories-counter {
    font-size: 14px;
    display: inline-block;
}

.w-100{
    width: 100%!important;
}

.ad-card-sidebar > div{
    margin-top: 0!important;
}

.widget-categories-or-subcategories a div {
    z-index: 5;
    color: black;
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.profile-settings-section {
    background-color: white!important;
}

.ad-paid-services-list-item {
    overflow: auto!important;
}

.ad-paid-services-list-item{
    margin-bottom: 0px!important;
}

.ad-paid-services-ads-list{
    padding: 0px!important;
}

.header-wow-top{
    box-shadow: none!important;
}