/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

/* -----------------------------------------------------------------------
 * Base Style
 * ----------------------------------------------------------------------- */
#wpadminbar {
    z-index: 999999999;
}
body {
    color: #202124;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    overflow-x: hidden;
    font-family: "DM Sans", sans-serif;
}
body.home,
body.page-id-514 {
    background: url(/wp-content/uploads/2026/03/blue-gold-abstract-background.webp);
    background-size: cover;
}
body.single-obqva {
    background: #efefef;
}
body,
p {
    font-size: 16px;
}

/* Целият scrollbar */
::-webkit-scrollbar {
    width: 12px; /* Широчина на вертикалния скролбар */
    height: 12px; /* Височина на хоризонталния скролбар */
}

/* Пълзящата част на скролбара */
::-webkit-scrollbar-thumb {
    background-color: #0e1b37; /* Цвят на плъзгача */
    border-radius: 10px; /* Заобляне на ъглите */
    border: 2px solid #f1f1f1; /* Граница, ако е необходимо */
}

/* Плъзгач при ховър */
::-webkit-scrollbar-thumb:hover {
    background-color: #0e1b37; /* По-тъмен цвят при ховър */
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #202124;
    font-family: "DM Sans", sans-serif;
    line-height: normal;
}
.heading h1 {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
}
.heading h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}
.heading h3 {
    font-size: 24px;
    font-weight: 700;
}
.fw-900 {
    font-weight: 900 !important;
}
.fw-bold {
    font-weight: bold !important;
}
.text-uppercase {
    text-transform: uppercase;
}
.white {
    color: #fff !important;
}
.black {
    color: #202124 !important;
}
.text-center {
    text-align: center;
}
.mt-0 {
    margin-top: 0px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mt-5 {
    margin-top: 5px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.ml-70 {
    margin-left: 70px !important;
}
.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.m-0-auto {
    margin: 0 auto;
}

.pd-10 {
    padding: 10px !important;
}
.pd-15 {
    padding: 15px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.pl-30 {
    padding-left: 30px !important;
}
.w-440 {
    margin: 0 auto;
    max-width: 440px;
    width: 100%;
}
.w-490 {
    margin: 0 auto;
    max-width: 490px;
    width: 100%;
}
.et_pb_row {
    width: 90% !important;
}
/* -----------------------------------------------------------------------
 * Header Style
 * ----------------------------------------------------------------------- */
#et-main-area {
    z-index: 99999;
    position: relative;
}
/* header info */
#page-container {
    overflow: hidden;
}
#main-header,
#main-header.et-fixed-header {
    background: transparent !important;
    -webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0px 0 rgba(0, 0, 0, 0) !important;
	border-bottom: 7px solid #FAF07F;
}
#main-header,
#main-header.et-fixed-header {
    z-index: 999999;
}
#main-header.et-fixed-header {
    background: #fff !important;
}
.et_fixed_nav #main-header {
	position:fixed !important;
}
.container_info {
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
}
.logo_container {
    text-align: center;
    display: inline;
    max-width: 100%;
    width: fit-content;
    height: auto !important;
    position: relative !important;
    padding: 0px !important;
    z-index: 1;
}
#logo {
    height: 35px !important;
    max-height: 35px !important;
    width: 100%;
    max-width: 100% !important;
}

.et_header_style_centered header#main-header .logo_container {
    max-height: 300px !important;
    max-width: 95%;
}
.col-right-header-nav {
    width: auto;
    display: flex;
    align-items: center;
}
nav#top-menu-nav,
#top-menu,
nav.et-menu-nav,
.et-menu {
    float: none !important;
}
#top-menu-nav {
    display: none;
}
.mobile_nav .select_page {
    display: none !important;
}

/* Logo */

/* Navigation */
#et-top-navigation {
    float: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0px 0px !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#top-menu {
    display: flex;
    align-items: center;
}
#top-menu li {
    padding-right: 0px;
}

#top-menu li a,
.et_mobile_menu li a {
    color: #202124;
    font-weight: 400 !important;
    font-size: 18px !important;
    padding: 15px 13px !important;
    opacity: 1 !important;
    position: relative;
    font-family: "DM Sans", sans-serif;
    text-align: center;
    line-height: 1.2;
}
#top-menu li a {
    padding: 25px 13px !important;
}
#top-menu li a:hover {
    color: #202124 !important;
    opacity: 1 !important;
}
.menu-item-inner {
    display: flex;
    align-items: center;
}
.menu-item-inner img {
    margin-right: 10px;
}
.menu-item-inner span {
    position: relative;
    top: 2px;
}
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
#top-menu li.current_page_item > a {
    color: #202124;
}
#top-menu li li a,
#top-menu li li a:hover {
    border: 0px solid #ffffff52 !important;
    padding: 15px 10px !important;
}
#top-menu li li a:before,
#top-menu li li a:after {
    display: none;
}
.nav li ul {
    right: -10px;
    background: #fff;
}
.button-add a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.et_mobile_menu .menu-item-has-children > a {
    background: none;
}
/* Промяна на иконата, когато падащото меню е отворено */
#top-menu .menu-item-has-children:hover > a:first-child:after,
#top-menu .menu-item-has-children.open > a:first-child:after {
    content: "2";
}
/* mobile */
.mobile_menu_bar::before,
.select_page {
    color: #000 !important;
}
#et_mobile_nav_menu,
.et_header_style_centered #main-header .mobile_nav {
    background-color: transparent !important;
}
.et_header_style_centered #main-header .mobile_nav {
    padding: 10px 10px;
}
.et_mobile_menu {
    padding: 2% 5%;
}

#mobile_menu {
    background-color: #fff !important;
    border-top: 0px solid #fff;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100vw;
    height: 50vh;
	padding:50px 5%;
    display: none;
    opacity: 0;
    transition: none !important;
    animation: none !important;
    transform: none !important;
}

.mobile_nav.opened #mobile_menu {
    display: block !important;
    opacity: 1;
}
	.et_mobile_menu li {
		border-bottom: 1px solid #5b5b5d;
	}
	.et_mobile_menu li:last-child {
		border:none;
	}
.et_mobile_menu li a {
    border-bottom: 0px;
}
.search-modal {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 1000000;
}

.search-modal.active {
    display: block;
}

.search-modal-content {
    position: relative;
    width: 100vw;
    height: 50vh;
    max-width: none;
    margin: 0;
    background: #fff;
    border-radius: 0;
    padding: 70px 20px;
    box-sizing: border-box;
    overflow-y: auto;
}

.search-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
}

body.search-modal-open {
    overflow: hidden;
}
/* -----------------------------------------------------------------------
 * Sidebar Style
 * ----------------------------------------------------------------------- */
.widgettitle {
    text-align: center;
    display: block;
    background: #0073ac;
    text-decoration: none;
    font-size: 18px !important;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
    border-bottom: 5px solid #0b5377;
}

#sidebar {
    color: #525252;
}

#sidebar .textwidget br:nth-child(4),
#sidebar .textwidget br:nth-child(5) {
    display: none;
}

#sidebar #servcss li {
    position: relative;
    /*   padding-left: 25px; */
    transition: 0.4s ease-in-out;
}

#servcss svg {
    display: none;
}

/* -----------------------------------------------------------------------
 * Footer Style
 * ----------------------------------------------------------------------- */
#main-footer {
    background-color: #fff;
    padding-top: 50px;
    position: relative;
    z-index: 0;
}
#main-footer .container {
    max-width: 85%;
    width: 85%;
}
#main-footer #footer-widgets {
    margin-bottom: 30px;
    padding: 0;
}

#footer-widgets .footer-widget li {
    padding-left: 0px !important;
    padding-right: 0px;
    margin-bottom: 0px !important;
    list-style: none;
    text-align: left;
}
#main-footer .footer-widget #text-2 {
    margin-bottom: 30px;
}
#main-footer .footer-widget {
    margin-bottom: 0px !important;
}
#main-footer .footer-widget .et_pb_widget {
    float: none;
}

#main-footer #footer-widgets .footer-widget:nth-child(2) > div {
    width: 100%;
}
.row-inner-footer {
    display: flex;
    gap: 30px;
}

.col-footer-links ul {
    display: flex;
    gap: 20px;
}
.col-footer-links ul li a {
    color: #000 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.col-footer-links ul li:before {
    display: none !important;
}
#footer-bottom {
    background-color: #0f2557;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 15px 0 15px;
}
#footer-bottom .container {
    z-index: 99999;
    text-align: center;
}

/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children > a:after {
    top: unset !important;
    right: 0px !important;
}
/***** FIX DROPDOWN *****/
.sub-menu {
    padding: 0 !important;
    width: unset !important;
    border-top: 3px solid #ddd !important;
}
.sub-menu li {
    padding: 0 !important;
    line-height: 1.2em !important;
}
.sub-menu li a {
    border-left: 0 !important;
}
.et_mobile_menu .sub-menu {
    border: none !important;
}
/***** MORE *****/
/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
    width: auto;
    display: block;
}
.mobile_menu_bar_toggle {
    height: 100%;
    width: 100%;
    right: 0 !important;
    top: 0 !important;
}
.mobile_menu_bar:before {
	content:'';
	background:url(/wp-content/uploads/2026/03/burger-menu.webp);
	height:22px;
	width:22px;
	top:0;
    right: unset;
    left: 0 !important;
    position: absolute;
}
.mobile_nav.opened .mobile_menu_bar:before {
	background:url(/wp-content/uploads/2026/03/close-icon.webp);
	z-index: 9999999;
	height:19px;
	width:19px;
	top:20px;
	right: 0;
    left: unset !important;
}
.mobile_nav.opened .mobile_menu_bar {
    position: absolute;
}
#et-top-navigation > .container.clearfix.et_menu_container {
    width: 100%;
}

.et_pb_widget svg {
    display: none;
}
.et_pb_row_center {
    margin: 0 auto;
}
.left-m {
    text-align: left;
}
.center-m {
    text-align: center;
}
/* add-ad */
.box-white {
    border-radius: 14px;
    background: #fff;
    padding: 20px;
}
.add-ad-heading h2 {
    padding-bottom: 0px;
}
.sub-heading-add-ad-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
}
.sub-heading-add-ad-input p {
    padding-bottom: 0px;
    color: #202124;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.descrp-add-ad {
    border-radius: 12px;
    border: 1px solid #797979;
    min-height: 270px;
    width: 100%;
    padding: 15px;
    color: #202124;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.descrp-add-ad::placeholder {
    color: #202124;
}
.input-gray {
    width: 100%;
    padding: 10px !important;
    border: none !important;
    border-radius: 8px;
    background-color: #eee !important;
    color: #202124 !important;
}

.row-hr {
    height: 1px;
    width: calc(100% + 40px);
    margin: 35px 0 35px -20px;
    background: rgba(0, 0, 0, 0.1);
}
.row-hr-filter {
    width: calc(100% + 35px) !important;
    margin: 15px 0 15px -20px !important;
}
.row-hr-single-view {
    height: 1px;
    width: calc(100% + 30px) !important;
    margin: 15px 0 15px -15px !important;
    background: rgba(0, 0, 0, 0.1);
}
.heading-input {
    display: block;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}
select {
    border-radius: 8px !important;
    border: 1px solid #e1e1e1 !important;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding: 10px;
}
.obqva-type-btn {
    border: 1px solid #fff !important;
    background: #fff !important;
    padding: 10px 14px;
    border-radius: 5px;
    cursor: pointer;
    color: #000 !important;
    width: 115px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.obqva-type-btn.is-active {
    border: 1px solid #f9ef7f !important;
    background: #f9ef7f !important;
}
.buttons-default {
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    display: inline-flex;
    gap: 5px;
    padding: 4px;
    align-items: center;
}

.package-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    flex-direction: column;
}
.checkbox-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.package-option {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    font-size: 20px;
}

/* скриваме оригиналния checkbox */
.package-option input {
    display: none;
}

/* външната рамка */
.package-box {
    width: 25px;
    height: 23px;
    background: #e8e8e8;
    border-radius: 5px;
    position: relative;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* вътрешното квадратче */
.package-box::after {
    content: "";
    width: 19px;
    height: 17px;
    border-radius: 4px;
    background: transparent;
    transition: 0.2s;
}
/* когато е избрано */
.package-option input:checked + .package-box::after {
    background: #e6d96a;
}
.package-box-heading {
    color: #202124;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.add-ad-type {
    margin: 10px 0 30px;
}
.button-submit button,
.button-after-edit-ad {
    border-radius: 50px;
    background: #0f2557;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 14px 30px;
    display: inline-block;
}
.button-submit {
    text-align: center;
}
.inputs-column-filter {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.avt-i-dzh-inputs,
.inputs-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.avt-i-dzh-input,
.input-50 {
    width: 100%;
}
.input-all input {
    border-radius: 8px !important;
    border: 1px solid #e1e1e1 !important;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding: 10px;
}
/* ---------------------------
   CATEGORY DISPLAY (Screenshot_3)
--------------------------- */
.obqva-cat-card__fallback {
    background: #eee;
    height: 55px;
    width: 55px;
}
.obqva-front-form .obqva-cat-display {
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.16);
    width: 100%;
    max-width: 350px;
    border: none;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    text-align: left;
}

.obqva-front-form .obqva-cat-display__icon {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    font-size: 25px;
}
.obqva-front-form .obqva-cat-display__icon img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    display: block;
}
.obqva-cat-display__text {
    width: 100%;
}
.obqva-front-form .obqva-cat-display__main {
    color: #202124;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.obqva-front-form .obqva-cat-display__sub {
    display: inline-block;
    margin-top: 6px;
    border-radius: 6px;
    background: #d6f0f9;
    padding: 7px;
    font-size: 16px;
    font-weight: 400;
    width: fit-content;
}
/* ---------------------------
   MODAL (Screenshot_1/2)
--------------------------- */
.obqva-front-form .obqva-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
}
.obqva-front-form .obqva-modal.is-open {
    display: block;
}
.obqva-front-form .obqva-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}
.obqva-front-form .obqva-modal__panel {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: min(980px, calc(100% - 28px));
    margin: 0 auto;
    background: #fff;
    border-radius: 14px;
    height: 400px;
    overflow: scroll;
}
.obqva-front-form .obqva-modal__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 30px 10px;
}
.obqva-front-form .obqva-modal__title {
    font-weight: 900;
    font-size: 16px;
}
.obqva-front-form .obqva-modal__close {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid #e6e6e6;
    background: #fff;
    cursor: pointer;
    font-size: 22px;
    line-height: 34px;
}
.obqva-front-form .obqva-modal__body {
    padding: 20px 10px 40px;
}

/* ---------------------------
   CATEGORY GRID + ACCORDION
--------------------------- */
.obqva-front-form .obqva-cat-grid,
.dema-cat-cards__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.dema-cat-cards__grid {
    justify-content: space-between;
}
.obqva-front-form .obqva-cat-grid {
    align-items: flex-start;
}

.obqva-front-form .obqva-cat-card {
    width: calc(33.333% - 15px);
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.16);
    transition:
        width 0.35s ease,
        box-shadow 0.35s ease;
}
.dema-cat-cards__item {
    padding: 0;
    width: 100%;
    transition:
        width 0.35s ease,
        box-shadow 0.35s ease;
}
.obqva-front-form .obqva-cat-card__head,
.dema-cat-cards__head {
    width: 100%;
    border: 0;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    text-align: left;
}
.obqva-front-form .obqva-cat-card__head {
    background: #fff;
}
.dema-cat-cards__head {
    background: transparent;
}
.obqva-front-form .obqva-cat-card__img,
.dema-cat-cards__icon {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.obqva-front-form .obqva-cat-card__img img,
.dema-cat-cards__icon img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    display: block;
}
.dema-cat-cards__icon {
    position: relative;
}
.dema-cat-cards__icon {
    position: relative;
}
.dema-cat-cards__icon {
    position: relative;
}

.dema-cat-cards__icon:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    height: 10px;
    width: 13px;
    background: url(/wp-content/uploads/2026/03/edit-icon.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateY(10px);
}
.dema-cat-cards__item:hover .dema-cat-cards__icon:before {
    opacity: 1;
    animation: popWiggle 1s ease forwards;
}

@keyframes popWiggle {
    0% {
        opacity: 0;
        transform: translateY(10px) rotate(0deg);
    }
    30% {
        opacity: 1;
        transform: translateY(0) rotate(-8deg);
    }
    50% {
        transform: translateY(0) rotate(6deg);
    }
    70% {
        transform: rotate(-4deg);
    }
    85% {
        transform: rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}
.obqva-front-form .obqva-cat-card__name,
.dema-cat-cards__title {
    font-family: "DM Sans", sans-serif;
    color: #202124;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: calc(100% - 75px);
}

.obqva-front-form .obqva-cat-card__chev {
    margin-left: auto;
    opacity: 0.7;
    transition: transform 0.35s ease;
}

/* Accordion panel */
.obqva-front-form .obqva-cat-card__kids {
    overflow: hidden;
    max-height: 0;
    padding: 0 12px;
    transition:
        max-height 0.35s ease,
        padding 0.35s ease;
}

.obqva-front-form .obqva-cat-card.is-open .obqva-cat-card__kids {
    max-height: 500px !important;
    padding: 10px 12px 14px;
}

.obqva-front-form .obqva-cat-card.is-open .obqva-cat-card__chev {
    transform: rotate(180deg);
}

.obqva-front-form .obqva-kids,
.dema-cat-cards__links {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.obqva-front-form .obqva-kid,
.dema-cat-cards__link {
    border: none;
    background: #fff;
    cursor: pointer;
    text-align: left;
    width: 100%;
    color: #202124;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dema-cat-cards__link span,
.obqva-front-form .obqva-kid {
    display: inline-block; /* сложи го тук, не само на hover */
    padding: 5px 5px;
    border-radius: 6px;
    background: transparent;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

.dema-cat-cards__link:hover span,
.obqva-front-form .obqva-kid:hover {
    background: #d6f0f9;
}
.obqva-front-form .obqva-kids--empty {
    opacity: 0.7;
}

/* ---------------------------
   GALLERY
--------------------------- */
.obqva-front-form .obqva-slot {
    width: calc(25% - 25px);
    position: relative;
    height: 160px;
    /* border-radius: 14px; */
    background: #eee;
    border: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.obqva-front-form .obqva-slot--add {
    background: #fff7cd;
    border: 0;
    font-weight: 400;
    font-size: 16px;
}
.obqva-front-form .obqva-slot__icon {
    font-size: 26px;
    user-select: none;
}
.obqva-front-form .obqva-slot__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
.obqva-front-form .obqva-slot__remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 0;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;
    display: none;
    z-index: 3;
}
.obqva-front-form .obqva-slot__input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}
.obqva-front-form .obqva-slot.is-filled .obqva-slot__img {
    display: block;
}
.obqva-front-form .obqva-slot.is-filled .obqva-slot__remove {
    display: block;
}
.obqva-front-form .obqva-slot.is-filled .obqva-slot__icon {
    display: none;
}
/* end add-ad */
/* edit page */
.buttons-edit {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
.button-see a {
    color: #202124;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.row-after-edit-ad {
    border-radius: 14px;
    background: #fff;
    padding: 45px 30px;
    text-align: center;
}
.text-after-edit-ad {
    color: #202124;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 20px 0;
}
.button-profile-after-edit-ad {
    color: #202124;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    display: inline-block;
    margin-top: 20px;
}
/* end edit page */
.bck-transperant {
    background: transparent;
}
.hero-section {
    border-radius: 28px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    max-width: 1080px;
    width: 90%;
    margin: 20px auto;
    padding: 0px !important;
    overflow: hidden;
}
.hero-row-first {
    padding: 0px 20px !important;
    display: flex;
    width: 100% !important;
}
.col-left-hero {
    padding: 45px 0;
    display: flex;
    align-items: center;
}
.col-right-hero-img .et_pb_module.et_pb_image,
.col-right-hero-img .et_pb_module.et_pb_image .et_pb_image_wrap,
.col-right-hero-img .et_pb_module.et_pb_image .et_pb_image_wrap img {
    height: 100%;
}
.col-right-hero-img .et_pb_module.et_pb_image .et_pb_image_wrap img {
    object-fit: cover;
}
.hero-row-second-blue {
    background: #0f2557;
    width: 100% !important;
    max-width: 100%;
    padding: 30px 20px !important;
}
.button a {
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.5s;
}
.button-yellow a {
    background: #faf07f;
    color: #474645;
}
.button-blue a {
    background: #160489;
    color: #fff;
}
.button-yellow a:hover {
    background: #fff15a;
}
/* obqvi */
/* home layout 1 and 2 */

.obqva-grid--layout-2 {
    display: flex;
    gap: 35px;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}

.obqva-card--layout-2 {
    width: calc(50% - 20px);
    background-size: 100% 100% !important;
    display: flex;
    flex-direction: column;
}

.obqva-card__inner--layout-2 {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}
.obqva-card__inner--layout-1 {
    position: relative;
    display: flex;
}
.obqva-card__badge-row--layout-2,
.obqva-card__mini-icon-wrap--layout-1-promo,
.obqva-card__mini-icon-wrap--layout-1-standard {
    position: absolute;
    z-index: 2;
}

.obqva-card__badge-row--layout-2-vip {
    left: -20px;
    top: -27px;
}
.obqva-card__badge-row--layout-2-top {
    left: -20px;
    top: -32px;
}
.obqva-card--layout-2,
.obqva-card--layout-1 {
    position: relative;
    border-radius: 22px;
    padding: 8px;
}
.obqva-card--layout-1 {
    margin-bottom: 20px;
}
.obqva-card--layout-1-standard,
.obqva-card--layout-2-standard {
    border: 1px solid #a0a0a0;
}
.obqva-card--layout-2::before,
.obqva-card--layout-2::after,
.obqva-card--layout-1::before,
.obqva-card--layout-1::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    transition: opacity 0.5s ease;
}

.obqva-card--layout-2-vip::before,
.obqva-card--layout-1-vip::before {
    background: linear-gradient(156deg, #b68c2e 0%, #faf075 34.58%, #8b5b24 62.96%, #e4c655 85.67%, #281b0f 107.34%);
    opacity: 1;
}

.obqva-card--layout-2-promo::before,
.obqva-card--layout-1-promo::before {
    background: #fdf7c2;
    opacity: 1;
}
.obqva-card--layout-2-vip::after,
.obqva-card--layout-1-vip::after {
    background: linear-gradient(290deg, #b68c2e 0.77%, #faf075 40.05%, #8b5b24 72.29%, #e4c655 98.08%, #281b0f 122.7%);
    opacity: 0;
}
.obqva-card--layout-1-vip:hover::after,
.obqva-card--layout-2-vip:hover::after,
.obqva-card--layout-1-top:hover::after,
.obqva-card--layout-2-top:hover::after {
    opacity: 1;
}
.obqva-card--layout-1-vip:hover::before,
.obqva-card--layout-2-vip:hover::before,
.obqva-card--layout-1-top:hover::before,
.obqva-card--layout-2-top:hover::before {
    opacity: 0;
}
.obqva-card--layout-1-top::before,
.obqva-card--layout-2-top::before {
    background: linear-gradient(180deg, #0e2452 0%, #3d68c2 33.17%, #476fc3 57.69%, #214183 78.85%, #1f51b8 100%);
    opacity: 1;
}
.obqva-card--layout-1-top::after,
.obqva-card--layout-2-top::after {
    background: linear-gradient(334deg, #0e2452 -5%, #3d68c2 31.06%, #476fc3 57.72%, #214183 80.72%, #1f51b8 103.71%);
    opacity: 0;
}
.obqva-card__link {
    position: relative;
    z-index: 1;
}
/* важно: link-ът да е block/flex, иначе няма да се разпъне */
.obqva-card__link--layout-2,
.obqva-card__link--layout-2-vip {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    text-decoration: none;
}

/* wrapper също трябва да се разпъва */
.obqva-card-wrapper--layout-2 {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

.obqva-card--layout-1 .obqva-card__badge-text-row,
.obqva-card--layout-2 .obqva-card__badge-text-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.obqva-card--layout-2-vip .obqva-card__badge-text-row {
    background: url(/wp-content/uploads/2026/03/gold-wave-banner.webp);
}
.obqva-card--layout-2-top .obqva-card__badge-text-row {
    background: url(/wp-content/uploads/2026/03/blue-wave-divider.webp);
}
.obqva-card__badge-text-row {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    height: 79px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    z-index: 1;
    flex-shrink: 0;
}

.obqva-card--layout-2-vip .obqva-card__badge-text--layout-2 {
    color: #804e14;
}
.obqva-card--layout-2-top .obqva-card__badge-text--layout-2 {
    color: #fff;
}
.obqva-card__badge--layout-2-promo,
.obqva-card__badge--layout-2-standard,
.obqva-card--layout-1 .obqva-card__badge-text-row,
.obqva-card--layout-1 .obqva-card__badge-text-row {
    margin-left: 20px;
}
.obqva-card__promo-row--layout-1-promo .obqva-card__badge-text--layout-1,
.obqva-card__standard-row--layout-1-standard .obqva-card__badge-text--layout-1,
.obqva-card__badge--layout-2-promo .obqva-card__badge-text--layout-2,
.obqva-card__badge--layout-2-standard .obqva-card__badge-text--layout-2 {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.obqva-card__badge--layout-2-promo .obqva-card__badge-text--layout-2,
.obqva-card__promo-row--layout-1-promo .obqva-card__badge-text--layout-1 {
    background: #7d4d1f;
}
.obqva-card__badge--layout-2-standard .obqva-card__badge-text--layout-2,
.obqva-card__standard-row--layout-1-standard .obqva-card__badge-text--layout-1 {
    background: #6bbafa;
}
.obqva-card__badge-text--layout-2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.obqva-card__thumb-wrap--layout-2 {
    background: #fff;
    margin-top: -22px;
    height: 272px;
    position: relative;
    flex-shrink: 0;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}
.obqva-card__thumb-wrap--layout-2-promo,
.obqva-card__thumb-wrap--layout-2-standard {
    margin-top: 0px;
}
.obqva-card__thumb-wrap--layout-2-promo img,
.obqva-card__thumb-wrap--layout-2-standard img {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}
.obqva-card__thumb-wrap--layout-2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.button-obqva-favorite {
    position: absolute;
    bottom: 15px;
    right: 25px;
}

.obqva-favorite {
    border: none;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    height: 50px;
    width: 50px;
    border-radius: 50px;
    font-size: 25px;
}
.obqva-card--layout-1 .obqva-favorite {
    height: 40px;
    width: 40px;
    font-size: 20px;
}
.obqva-favorite__icon {
    color: #fff;
    -webkit-text-stroke: 1px #0c1f49;
}

.obqva-favorite.is-active .obqva-favorite__icon {
    color: #0c1f49;
}

.obqva-card__content--layout-2 {
    padding: 15px;
    background-size: cover !important;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    min-height: 0;
}
.obqva-card__content--layout-2.obqva-card__content--layout-2 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
}
.obqva-card__content--layout-2.obqva-card__content--layout-2-vip {
    background: url(/wp-content/uploads/2026/03/gold-sparkle-background.webp);
}
.obqva-card__content--layout-2.obqva-card__content--layout-2-top {
    background: url(/wp-content/uploads/2026/03/blue-sparkle-background.webp);
}

.obqva-card__title--layout-2 {
    color: #202124;
    font-size: 16px;
    font-weight: 400;
    line-height: normal !important;
    padding-bottom: 0;
}
.obqva-card__price--layout-2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    margin: 20px 0;
}
.obqva-card__price--layout-2-vip,
.obqva-card__price--layout-1-vip,
.obqva-card__price--layout-1-promo,
.obqva-card__price--layout-2-promo {
    color: #603813;
}
.obqva-card__price--layout-1-top,
.obqva-card__price--layout-2-top,
.obqva-card__price--layout-1-standard,
.obqva-card__price--layout-2-standard {
    color: #0f2557;
}
.hr-product {
    height: 0.2px;
    width: 100%;
    background: #6a4b2c40;
    margin-bottom: 20px;
}

.obqva-card__meta--layout-2 {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}
.obqva-card__meta--layout-1 {
    display: flex;
    gap: 30px;
}
.obqva-card__meta--layout-1.obqva-card__meta--layout-1-vip .obqva-card__meta-item--city,
.obqva-card__meta--layout-1.obqva-card__meta--layout-1-vip .obqva-card__meta-item--date,
.obqva-card__meta--layout-2.obqva-card__meta--layout-2-vip .obqva-card__meta-item--city,
.obqva-card__meta--layout-2.obqva-card__meta--layout-2-vip .obqva-card__meta-item--date,
.obqva-card__meta--layout-2.obqva-card__meta--layout-2-promo .obqva-card__meta-item--city,
.obqva-card__meta--layout-2.obqva-card__meta--layout-2-promo .obqva-card__meta-item--date,
.obqva-card__meta--layout-1.obqva-card__meta--layout-1-promo .obqva-card__meta-item--city,
.obqva-card__meta--layout-1.obqva-card__meta--layout-1-promo .obqva-card__meta-item--date {
    color: #603813;
}

.obqva-card__meta--layout-1.obqva-card__meta--layout-1-top .obqva-card__meta-item--city,
.obqva-card__meta--layout-1.obqva-card__meta--layout-1-top .obqva-card__meta-item--date,
.obqva-card__meta--layout-2.obqva-card__meta--layout-2-top .obqva-card__meta-item--city,
.obqva-card__meta--layout-2.obqva-card__meta--layout-2-top .obqva-card__meta-item--date,
.obqva-card__meta--layout-1.obqva-card__meta--layout-1-standard .obqva-card__meta-item--city,
.obqva-card__meta--layout-1.obqva-card__meta--layout-1-standard .obqva-card__meta-item--date,
.obqva-card__meta--layout-2.obqva-card__meta--layout-2-standard .obqva-card__meta-item--city,
.obqva-card__meta--layout-2.obqva-card__meta--layout-2-standard .obqva-card__meta-item--date {
    color: #202124;
}

.obqva-card__meta-item--city,
.obqva-card__meta-item--date {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.obqva-card__meta-item {
    width: 50%;
}
.obqva-card__meta-item--date {
    text-align: right;
}
.obqva-card--layout-1 .obqva-card__link:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    height: 25px;
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    z-index: 3;
}
.obqva-card--layout-1-vip .obqva-card__link:before {
    background: url(/wp-content/uploads/2026/03/gold-top-wave.webp);
}
.obqva-card--layout-1-top .obqva-card__link:before {
    background: url(/wp-content/uploads/2026/03/blue-top-wave.webp);
}
.obqva-card--layout-1-promo .obqva-card__link:before {
    display: none;
}
.obqva-card__top-row--layout-1-vip {
    position: absolute;
    top: -20px;
    left: -23px;
    z-index: 3;
    width: 55px;
}
.obqva-card__top-row--layout-1-top {
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 3;
    width: 55px;
}
.obqva-card__thumb-wrap--layout-1 {
    position: relative;
    width: 45%;
    height: 225px;
    background: #fff;
    border-bottom-left-radius: 22px;
}
.obqva-card__thumb-wrap--layout-1-promo,
.obqva-card__thumb-wrap--layout-1-standard {
    border-radius: 22px;
}
.obqva-card__thumb-wrap--layout-1 img {
    border-bottom-left-radius: 22px;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.obqva-card__thumb-wrap--layout-1-promo img,
.obqva-card__thumb-wrap--layout-1-standard img {
    border-radius: 22px;
}
.obqva-card__content--layout-1 {
    width: 55%;
    height: 225px;
    padding: 40px 15px 20px;
    background-size: cover !important;
    background-position: bottom center !important;
    border-bottom-right-radius: 22px;
    border-top-right-radius: 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.obqva-card__content--layout-1-vip {
    background: url(/wp-content/uploads/2026/03/gold-sparkle-section-bg.webp);
}
.obqva-card__content--layout-1-top {
    background: url(/wp-content/uploads/2026/03/blue-bokeh-background.webp);
}
.obqva-card__title--layout-1 {
    color: #202124;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 0px;
}
.obqva-card__price--layout-1 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin: 20px 0;
}
/* end home layout 1 and 2 */
/* end obqvi */
/* -----------------------------------------------------------------------
 * Filter sidebar extra styles (cleaned)
 * ----------------------------------------------------------------------- */
.filter-layout {
    display: flex;
    gap: 8px;
    align-items: start;
}

.filter-results {
    padding: 20px 0;
}
.filter-sidebar-inner {
    padding: 0;
}
.filter-section {
    padding: 0 16px;
}
.categories-section {
    padding: 0;
}
.categories-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    padding: 16px;
    text-align: left;
}

.categories-title {
    color: #202124;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.categories-list {
    padding: 2px 0 12px;
}

.category-item {
    cursor: pointer;
    transition: background 0.2s ease;
}

.category-label {
    color: #202124;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.category-count {
    color: #b6b6b6;
    font-size: 12px;
    white-space: nowrap;
}
.parent-category-thumb {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 12px;
}

.parent-category-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.selected-parent-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.selected-parent-title-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.parent-category-name {
    font-size: 14px;
    font-weight: 700;
    color: #202124;
}

.parent-category-count,
.selected-subcategory-count {
    color: #b9b9b9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.range-wrap {
    margin-bottom: 12px;
}

.range-slider-row {
    position: relative;
    height: 34px;
}

.range-track {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    background: #d9d9d9;
    border-radius: 50px;
}

.range-progress {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    background: #faf07f;
    border-radius: 50px;
}

.range-input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 34px;
    margin: 0;
    background: transparent;
    pointer-events: none;
}

.range-input::-webkit-slider-runnable-track {
    height: 10px;
    background: transparent;
    border: 0;
}

.range-input::-moz-range-track {
    height: 10px;
    background: transparent;
    border: 0;
}

.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    pointer-events: auto;
    cursor: pointer;
    margin-top: -9px;
}

.range-input::-moz-range-thumb {
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    pointer-events: auto;
    cursor: pointer;
}

.range-input:focus {
    outline: none;
}

.filter-layout .package-container {
    gap: 12px;
}

.filter-layout .checkbox-container-inline {
    gap: 10px 14px;
}

/* ===== CATEGORY BROWSER FIX ===== */
.categories-header .dema-obqva-filter__panel-arrow,
.subcategories-toggle .dema-obqva-filter__panel-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 1;
    color: #6f6f6f;
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}

.categories-header[aria-expanded="true"] .dema-obqva-filter__panel-arrow,
.subcategories-toggle.is-open .dema-obqva-filter__panel-arrow {
    transform: rotate(0deg);
}

.category-back-row {
    padding: 14px 16px 12px;
    border-bottom: 1px solid #e7e1d6;
}

.category-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: #202124;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.category-back .dema-obqva-filter__back-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    font-size: 18px;
    line-height: 1;
    color: #202124;
    transform: translateY(-1px);
}

.categories-list .category-item,
.subcategories-list .category-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
}

.categories-list .category-item input[type="radio"],
.subcategories-list .category-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 0;
    height: 0;
    margin: 0;
}

.categories-list .category-item .category-label,
.subcategories-list .category-item .category-label {
    flex: 1 1 auto;
    min-width: 0;
}

.categories-list .category-item .category-count,
.subcategories-list .category-item .category-count {
    margin-left: auto;
    color: #b9b9b9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.selected-parent {
    padding: 14px 16px 12px;
}
.dema-obqva-filter__active-subcat-count-right {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 60px;
}
.selected-subcategory {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
    width: 100%;
    line-height: 1.2;
}
.col-dema-obqva-filter__active-subcat-name {
    width: calc(100% - 60px);
}
.selected-subcategory .dema-obqva-filter__active-subcat-name {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 6px;
    background: #d6f0f9;
    color: #202124;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.selected-subcategory-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.subcategories-list {
    padding: 10px 0 12px;
}

.subcategories-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

body.dema-filter-modal-open {
    overflow: hidden;
}

body.dema-filter-modal-open #main-header {
    z-index: 1 !important;
}

.dema-obqva-filter__mobilebar {
    display: none;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.buttons-filter-front-m {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.dema-obqva-filter__mobile-trigger,
.dema-obqva-filter__mobile-summary-wrap {
    border: 0;
    padding: 12px 16px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
    color: #202124;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

.dema-obqva-filter__mobile-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    color: #2b2b2b;
}
.modal-filter__titlebar,
.modal-filter__footer,
.dema-obqva-filter__mobile-category-selects {
    display: none;
}
.modal-filter__body {
    padding: 0 0 15px;
}
.dema-obqva-filter__toggle.heading-input {
    margin-bottom: 0px;
}
.dema-obqva-filter__inline-fields .dema-obqva-filter__stacked {
    width: 100%;
}
.modal-filter__close,
.dema-obqva-filter__mobile-summary-close {
    border: none;
    background: transparent;
}
.dema-obqva-filter__mobile-summary-close img {
    height: 15px;
}
/* search */
.dema-obqva-search {
    width: 100%;
}
.dema-obqva-search__inner {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
}
.dema-obqva-search__field {
    display: flex;
    align-items: center;
    min-width: 0;
    flex: 1 1 0;
    gap: 12px;
    color: #202124;
}

.dema-obqva-search__field input,
.dema-obqva-search__field select {
    width: 100%;
    border: none !important;
    outline: 0;
    background: transparent;
    box-shadow: none;
    color: #202124;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.dema-obqva-search__field input::placeholder {
    color: #202124;
    font-size: 16px;
    font-weight: 400;
}
.dema-obqva-search__field select {
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 0;
}

.dema-obqva-search__field select option {
    color: #202124;
    font-size: 15px;
    line-height: 1.2;
    padding: 4px 8px;
}

.dema-obqva-search__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.dema-obqva-search__divider {
    width: 1px;
    height: 26px;
    background: #474645;
    flex: 0 0 auto;
}
.dema-obqva-search__submit {
    flex: 0 0 auto;
    min-width: 125px;
    border: 0;
    border-radius: 50px;
    padding: 10px 30px;
    background: #faf07f;
    color: #202124;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
}
/* по-прибран dropdown в поддържаните браузъри */
.dema-obqva-search__field select,
.dema-obqva-search__field select:focus {
    border: none !important;
    box-shadow: none !important;
}
/* end search */
/* categories home add info */

.dema-cat-cards__arrow {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease;
}

.dema-cat-cards__item.is-open .dema-cat-cards__arrow {
    transform: rotate(180deg);
}
.link-categories p a {
    color: #202124;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}
/* end categories home add info */
/* why benefits */

.row-why-topobiavi {
    background: #f4f4f4;
    padding: 60px 20px 35px !important;
}
.row-inner-benefits {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 25px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.benefits-item {
    border-radius: 18px;
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    width: calc(25% - 25px) !important;
}
.benefits-item .heading {
    margin: 20px 0;
}
.benefits-item .heading h3 {
    font-size: 18px;
    padding-bottom: 0;
}
.row-second-why-topobiavi {
    background: #0f2557;
    padding: 30px 20px !important;
}
.button-link a {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
/* end why benefits */
/* special offer */
.special-offer-section {
    background: #fff;
    max-width: 1425px;
    width: 100%;
    margin: 0 auto;
    padding: 0px !important;
    overflow: hidden;
}
.row-special-offer {
    width: 100% !important;
    max-width: 100% !important;
}
.heading-special-offer h2 span {
    color: #0f2557;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2;
}
.module-heading-special-offer {
    padding: 45px 20px 20px !important;
}
.module-text-reg {
    background: #faf07f;
    padding: 35px 20px !important;
}
.text-reg {
    color: #202124;
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}
.row-inner-special-offer {
    max-width: 950px;
    margin: 100px auto 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 80px 25px;
    align-items: stretch;
}

.special-offer-item {
    width: 100%;
    min-height: 60px;
    padding: 0px 15px 20px 15px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    box-sizing: border-box;
    position: relative;
}
/* Лява част за иконката */
.special-offer-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.special-offer-item-img img {
    display: block;
    max-width: 100%;
}

/* Лява част за текстовите бейджове */
.special-offer-item-box {
    flex: 0 0 auto;
    min-width: 185px;
    /* height: 40px; */
    padding: 0 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    box-sizing: border-box;
}
/* Десен текст */
.special-offer-text {
    color: #202124;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.special-offer-item-promo .special-offer-item-box {
    background: #7d4d1f;
    color: #fff;
    height: 60px;
}

.special-offer-item-standard .special-offer-item-box {
    background: #6bbafa;
    color: #fff;
    height: 60px;
}
.row-special-offer-second {
    background: #0f2557;
    padding: 30px 20px !important;
    width: 100% !important;
    max-width: 100% !important;
}
/* end special offer */
/* map */
.bulgarian-map {
    background: url(/wp-content/uploads/2026/03/bulgaria-map.webp);
    background-size: cover;
    width: 646px;
    height: 420px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* end map */
/* buttons footer home */
.buttons-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.buttons-row .button a {
    width: 230px;
}
/* end buttons footer home */
/* single view */
.dema-obqva-single__left {
    background: #fff;
    border-radius: 18px;
    padding: 15px 15px 30px 15px;
}
.dema-obqva-single-topbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-bottom: 50px;
}

.dema-obqva-back-btn {
    border: none;
    color: #202124;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    padding: 0px !important;
}
.dema-obqva-back-btn img {
    margin-right: 10px;
}

.dema-obqva-single-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #202124;
    font-size: 16px;
    font-weight: 400;
}
.straight-line-single {
    background: #474645;
    width: 1px;
    height: 18px;
}
.sub-term-single {
    border-radius: 6px;
    background: #d6f0f9;
    display: inline-block;
    padding: 5px 10px;
}
.dema-obqva-single-breadcrumbs .sep {
    position: relative;
    top: 2px;
    margin: 0 5px;
}

.dema-obqva-single {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.dema-obqva-single__left,
.dema-obqva-single__right {
    min-width: 0;
}

.dema-obqva-single__left {
    width: calc(100% - 460px);
}

.dema-obqva-single__right {
    width: 460px;
}

.dema-single-gallery__main {
    position: relative;
    border-radius: 14px;
    background: #ffffff;
}

.dema-single-gallery__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 14px;
}

.dema-single-gallery__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 35px;
    height: 30px;
    border: none;
    background: #0f2557cc;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.dema-single-gallery__nav--prev {
    left: 0px;
}
.dema-single-gallery__nav--next {
    right: 0px;
}

.dema-single-gallery__actions {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 4;
    display: flex;
    gap: 8px;
    align-items: center;
}

.dema-single-gallery__counter {
    border: none;
    border-radius: 30px;
    background: #0f2557;
    color: #fff;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 400;
}
.dema-single-gallery__fullscreen {
    border: none;
    background: transparent;
}
.dema-single-gallery__counter img {
    margin-right: 10px;
}
.dema-single-gallery__fullscreen {
    cursor: pointer;
}

.dema-single-gallery__thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.dema-single-gallery__thumb {
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 0;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    flex: 0 0 78px;
    width: 78px;
}

.dema-single-gallery__thumb.is-active {
    border-color: #e7d85f;
}

.dema-single-gallery__thumb img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    display: block;
}

.dema-single-gallery__favorite {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.dema-single-gallery__favorite .obqva-favorite__icon {
    font-size: 18px;
    line-height: 1;
    color: #0f2557;
}
.dema-single-gallery__favorite.is-active {
    background: #0f2557;
}
.dema-single-gallery__favorite.is-active .obqva-favorite__icon {
    -webkit-text-stroke: 0.5px #ffffff;
}

.dema-single-badge-media,
.dema-single-badge-text {
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: 5;
}

.dema-single-badge-media img {
    display: block;
}

.dema-single-badge-text {
    background: #efe58f;
    color: #3d2b13;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.dema-single-badge-text--standard {
    background: #f2f2f2;
    color: #333;
}

.dema-single-badge-text--promo {
    background: #f6e36e;
    color: #3d2b13;
}

.dema-single-fields-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.dema-single-chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f9ef7f5e;
    color: #202124;
    padding: 5px 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    z-index: 1;
    overflow: visible;
}
.dema-single-chip::before {
    content: "";
    position: absolute;
    inset: -6px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    background: transparent;
    z-index: -1;
    pointer-events: none;
}

.dema-single-section__title {
    color: #202124;
    font-size: 18px;
    font-weight: 700;
}

.dema-single-section__content {
    color: #333;
    line-height: 1.75;
    font-size: 15px;
}

.dema-single-location-line {
    color: #202124;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}
.dema-single-location-line img {
    margin-right: 10px;
}

.dema-single-map {
    overflow: hidden;
}

.dema-single-side-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
}
.dema-single-side-card-meta {
    padding: 20px 20px;
}
.dema-single-side-card + .dema-single-side-card {
    margin-top: 20px;
}

.dema-single-side-location {
    color: #979797;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}
.dema-single-side-location img {
    margin-right: 10px;
}
.dema-single-side-title {
    color: #202124;
    font-size: 18px;
    font-weight: 400;
}
.dema-single-side-price {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 30px;
}
.dema-single-btn {
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    border: none;
    padding: 10px 30px;
    font-size: 18px;
    color: #202124;
    background: #fff;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    transition: all 0.5s;
}
.dema-single-btn-yellow {
    border: 1px solid #faf07f;
    background: #faf07f;
    color: #0f2557;
}
.dema-single-btn-yellow:hover {
    background: #fff15a;
}
.dema-single-btn-blue {
    border: 1px solid #0f2557;
}
.dema-single-btn-blue:hover {
    background: #160489;
    color: #fff;
}
.dema-single-side-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.dema-single-side-meta-row {
    display: flex;
    gap: 10px;
}

.dema-single-side-meta-box {
    width: 100%;
    text-align: left;
}

.dema-single-side-meta-box .value {
    color: #202124;
    font-size: 13px;
    font-weight: 400;
}

.dema-single-side-user {
    display: flex;
    align-items: center;
    gap: 14px;
}

.dema-single-side-user__avatar {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex: 0 0 52px; */
}

.dema-single-side-user__name {
    color: #202124;
    font-size: 15px;
    font-weight: 500;
}

.dema-single-side-user__date {
    color: #a8a8a8;
    font-size: 12px;
    font-weight: 400;
}

.dema-single-lightbox[hidden] {
    display: none !important;
}

.dema-single-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.dema-single-lightbox__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
}

.dema-single-lightbox__dialog {
    position: relative;
    z-index: 2;
    width: min(92vw, 1200px);
    height: min(88vh, 900px);
    margin: 4vh auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dema-single-lightbox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 16px;
}

.dema-single-lightbox__close {
    position: absolute;
    top: 10%;
    right: 0;
    transform: translateY(-120%);
    border: none;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #0f2557;
    color: #0f2557;
    padding: 10px 14px;
    font-weight: 700;
    cursor: pointer;
}

.dema-single-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 35px;
    height: 30px;
    border: none;
    background: #0f2557cc;
    border: 1px solid #fff;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.dema-single-lightbox__nav--prev {
    left: 0px;
}
.dema-single-lightbox__nav--next {
    right: 0px;
}

.dema-single-lightbox__counter {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 100%);
    border-radius: 30px;
    background: #0f2557;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 400;
}

html.dema-gallery-open,
html.dema-gallery-open body {
    overflow: hidden;
}
/* end single view */
@media screen and (min-width: 1201px) {
    .obqva-card--layout-2 {
        width: calc(25% - 20px);
    }
    .link-categories p {
        text-align: right;
    }
    .special-offer-item-img {
        width: 72px;
        position: absolute;
        left: 0;
    }
    .special-offer-item-vip .special-offer-item-img {
        left: -35px;
        top: -10px;
    }
    .special-offer-item-top .special-offer-item-img {
        top: -5px;
    }
    .special-offer-item {
        padding: 0px 22px 0px 0px;
    }
    .special-offer-item-img {
        flex: 0 0 auto;
    }
    .special-offer-text {
        flex: 1 1 auto;
        width: calc(100% - 72px);
    }
    .special-offer-item-promo .special-offer-text {
        margin-left: 188px;
    }
    .special-offer-item-promo .special-offer-item-box {
        position: absolute;
        left: -30px;
        top: 0px;
    }
    .special-offer-item {
        gap: 16px;
    }
    .row-inner-special-offer {
        margin: 50px auto;
    }
    .row-inner-special-offer {
        gap: 30px 25px;
    }
    .col-footer-logo {
        width: 105px;
    }
    .col-footer-links {
        width: calc(100% - 105px);
    }
    .row-inner-footer {
        gap: 60px;
    }
}
@media screen and (max-width: 1200px) {
    .special-offer-item {
        flex-direction: column;
        align-items: center;
    }
    .special-offer-item-img {
        margin-top: -50px;
    }
    .special-offer-item-box {
        margin-top: -30px;
    }
    .module-type-offer {
        width: 90%;
        margin: 0 auto;
    }
    .row-inner-footer {
        flex-direction: column;
    }
}
@media screen and (max-width: 1200px) and (min-width: 981px) {
    .dema-cat-cards__item {
        width: calc(50% - 15px) !important;
    }
    .benefits-item {
        width: calc(50% - 25px) !important;
    }
}
@media screen and (max-width: 1200px) and (min-width: 601px) {
    .obqva-grid--layout-2 {
        gap: 35px;
    }
}
@media screen and (max-width: 1024px) {
}

@media screen and (min-width: 981px) {
	#main-header,
    #main-header.et-fixed-header {
    border-bottom: 1px solid #bfbfbf;
}
    #top-menu-nav {
        display: block;
    }
    #et_mobile_nav_menu {
        display: none;
    }
    #logo {
        height: 80px !important;
        max-height: 80px !important;
    }
    .et-fixed-header #logo {
        height: 70px !important;
        max-height: 70px !important;
    }
    .container_info {
        justify-content: space-between;
    }
    .search-button {
        display: none;
    }
    .button-add a {
        background: #0e1b37;
        padding: 15px 10px;
        width: 190px;
        color: #fff;
        border-radius: 30px;
        font-size: 18px;
        font-weight: 400;
    }
    .button-add a:hover {
        background: #0f2557;
    }
    .button-add-d {
        margin-left: 20px;
    }
    .button-add-m {
        display: none !important;
    }
    .center-d {
        text-align: center;
    }
    .left-d {
        text-align: left;
    }
    .row-flex-ac {
        display: flex;
        align-items: center;
    }
    .row-flex {
        display: flex;
    }
    .obqva-front-form .obqva-modal__head {
        padding: 40px 30px 20px;
    }
    .obqva-front-form .obqva-modal__body {
        padding: 30px 30px 40px;
    }
    .obqva-front-form .obqva-cat-card__img img,
    .dema-cat-cards__icon img {
        width: 60px;
        height: 60px;
    }
    .button-submit button {
        padding: 14px 70px;
    }
    .descrp-add-ad {
        padding: 30px;
    }
    .box-white {
        padding: 35px;
    }
    .obqva-front-form .obqva-cat-display__icon {
        width: 90px;
        height: 90px;
    }
    .obqva-front-form .obqva-cat-display__icon img {
        width: 75px;
        height: 75px;
    }
    .row-hr {
        width: calc(100% + 70px);
        margin: 35px 0 35px -35px;
    }

    .button-submit {
        text-align: right;
    }
    .obqva-front-form .obqva-cat-display__icon {
        justify-content: center;
    }
    .obqva-cat-display__text {
        width: calc(100% - 85px);
    }
    .obqva-front-form .obqva-kids,
    .dema-cat-cards__links {
        width: calc(100% - 80px);
        justify-content: end;
        float: right;
    }
    .obqva-front-form .obqva-gallery {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 25px;
        max-width: 980px;
    }
    .obqva-front-form .obqva-modal__panel {
        height: 700px;
    }
    .modal-filter {
        display: block !important;
        position: static;
        inset: auto;
        background: transparent;
        padding: 0;
        overflow: visible;
    }

    .modal-filter__header,
    .modal-filter__titlebar,
    .modal-filter__footer,
    .dema-obqva-filter__mobile-category-selects {
        display: none !important;
    }
    .filter-sidebar {
        width: 320px;
        overflow: hidden;
    }
    .filter-results {
        width: calc(100% - 320px);
        padding: 35px;
    }
    .filter-sidebar,
    .filter-results {
        border-radius: 15px;
        background: #fff;
    }
    .dema-cat-cards__arrow {
        display: none;
    }
    .dema-cat-cards__item {
        padding: 20px 0;
        width: calc(33.333% - 15px);
        overflow: hidden;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.16);
    }
    .dema-cat-cards__panel {
        padding: 10px 12px 14px;
    }
    .dema-cat-cards__head {
        background: #fff;
    }
    .dema-obqva-search__submit {
        margin-left: 25px;
    }
    .dema-cat-cards__icon:before {
        top: 17px;
        right: 17px;
        height: 17px;
        width: 20px;
    }
    .row-why-topobiavi {
        border-top-left-radius: 51px;
        border-top-right-radius: 51px;
    }
    .row-second-why-topobiavi {
        border-bottom-left-radius: 51px;
        border-bottom-right-radius: 51px;
    }
    .special-offer-section {
        border-radius: 51px;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
        width: 90%;
    }
    .obqva-grid--layout-2 {
        gap: 25px;
    }
    .dema-obqva-single {
        gap: 50px;
    }
    .dema-obqva-search__inner {
        padding: 10px 20px;
        border-radius: 50px;
        background: #fff;
        box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
    }
    .dema-obqva-search__field {
        padding: 0 14px;
    }
}

@media screen and (max-width: 980px) {
    .col-left-header-logo {
        order: 2;
        position: relative;
        left:35px;
    }
    .search-button {
        width: 160px;
        position: absolute;
        left: 60%;
        transform: translate(-50%, 0%);
    }
    .button-add {
        position: absolute;
        right: 0;
    }
    #openSearchModal {
        border: none;
        border-left: 1px solid #474645;
        border-right: 1px solid #474645;
        padding: 0 20px;
        background: transparent;
        color: #202124;
        font-size: 12px;
        font-weight: 400;
    }
    #openSearchModal img {
        margin-right: 15px;
    }
    .button-add-d {
        display: none !important;
    }
    .button-add-img {
        height: 22px;
        width: 22px;
    }
    .et_pb_text,
    .et_pb_widget,
    .module-titles {
        text-align: center;
    }
    .widgettitle:before,
    #main-footer h4:before {
        width: 100%;
    }
    .et_pb_widget {
        text-align: center;
    }
    footer .et_pb_widget {
        float: none;
    }
    .mt-m-40 {
        margin-top: 40px;
    }
    .mb-m-40 {
        margin-bottom: 40px;
    }
    .mt-m-15 {
        margin-top: 15px;
    }
    .mb-m-15 {
        margin-bottom: 15px;
    }
    .mt-0-m {
        margin-top: 0px;
    }
    .text-center-m {
        text-align: center;
    }
    .obqva-front-form .obqva-slot {
        width: calc(33.3% - 25px);
    }
    .obqva-front-form .obqva-cat-display {
        flex-direction: column;
    }
    .obqva-cat-display__text {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: left;
    }
    .obqva-gallery {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
    }

    .obqva-gallery .obqva-slot,
    .obqva-gallery .obqva-slot--add {
        width: 140px;
        min-width: 140px;
    }
    .dn-980 {
        display: none;
    }
    .dema-obqva-filter__mobilebar {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .modal-filter {
        position: fixed;
        inset: 0;
        z-index: 9999;
        background: rgba(17, 24, 39, 0.65);
        padding: 0;
        overflow: auto;
    }

    .modal-filter[hidden] {
        display: none !important;
    }

    .modal-filter__dialog {
        width: 100%;
        min-height: 100vh;
        margin-left: auto;
        background: #ffffff;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .modal-filter__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 12px 16px;
        background: #ffffff;
        border-bottom: 1px solid #ececec;
    }

    .modal-filter__title-wrap {
        display: none;
    }

    .modal-filter__actions {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .modal-filter__clear {
        border: 0;
        background: transparent;
        padding: 0;
        margin: 0;
        font-size: 15px;
        font-weight: 500;
        color: #2b2b2b;
        cursor: pointer;
    }
    .modal-filter__titlebar {
        display: block;
        padding: 16px;
        background: #fff1ab;
        color: #202124;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .modal-filter__body .filter-section {
        margin: 0;
        padding: 14px 16px;
    }

    .modal-filter__body .range-track,
    .dema-obqva-filter__range-wrap,
    .modal-filter__body .range-progress,
    .modal-filter__body [data-range-min],
    .modal-filter__body [data-range-max] {
        display: none;
    }

    .dema-obqva-filter__mobile-category-selects {
        display: block;
    }

    .dema-obqva-filter__section--categories {
        display: none;
    }

    .modal-filter__footer {
        display: block;
        padding: 16px;
    }

    .modal-filter__show-results {
        width: 100%;
        border: 0;
        border-radius: 50px;
        background: #0e1b37;
        color: #ffffff;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        cursor: pointer;
        padding: 15px 10px;
    }
    .dema-obqva-filter__mobilebar {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    .filter-layout {
        flex-direction: column;
    }
    .dema-obqva-search__inner {
        flex-wrap: wrap;
        gap: 10px;
    }
    .dema-obqva-search__divider {
        display: none;
    }
    .dema-obqva-search__field,
    .dema-obqva-search__field--keyword,
    .dema-obqva-search__field--category,
    .dema-obqva-search__field--city {
        flex: 1 1 100%;
        width: 100%;
        min-height: 50px;
    }

    .dema-obqva-search__field select {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding: 0px;
    }
    .dema-obqva-search__field {
        border-bottom: 1px solid #5b5b5d;
    }
    .dema-obqva-search__field select option {
        font-size: 14px;
        line-height: 1.15;
        padding: 3px 6px;
    }

    .dema-obqva-search__submit {
        width: 100%;
        margin-top: 30px;
    }

    .col-right-hero-img {
        display: none;
    }
    .col-left-hero {
        margin-bottom: 0px !important;
        justify-content: center;
    }
    /* categories home */
    .dema-cat-cards__grid {
        flex-direction: column;
        gap: 0;
        background: #fff;
        border-radius: 17px;
    }

    .dema-cat-cards__item {
        width: 100%;
        padding: 0;
        border-top: 0.5px solid #bfbfbf;
        border-bottom: 0.5px solid #bfbfbf;
        overflow: hidden;
    }
    .dema-cat-cards__item:first-child {
        border-top-left-radius: 17px;
        border-top: 0px solid #bfbfbf;
    }
    .dema-cat-cards__item:last-child {
        border-bottom: 0px solid #bfbfbf;
    }
    .dema-cat-cards__head {
        padding: 20px 16px;
        align-items: center;
    }

    .dema-cat-cards__icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .dema-cat-cards__icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .dema-cat-cards__arrow {
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.25s ease;
    }

    .dema-cat-cards__panel {
        max-height: 0 !important;
        overflow: hidden;
        padding: 0 16px !important;
        transition:
            max-height 0.3s ease,
            padding 0.3s ease;
    }

    .dema-cat-cards__item.is-open .dema-cat-cards__panel {
        max-height: 500px !important;
        padding: 0 16px 14px !important;
    }

    .dema-cat-cards__item.is-open .dema-cat-cards__arrow {
        transform: rotate(180deg);
    }

    .dema-cat-cards__links {
        padding-left: 48px;
    }

    .dema-cat-cards__link {
        display: block;
        padding: 4px 0;
    }
    .benefits-item,
    .row-why-topobiavi,
    .row-second-why-topobiavi {
        width: 100% !important;
    }
    /* end categories home */
    .obqva-grid.obqva-grid--layout-1 {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .obqva-card--layout-1 {
        width: 100%;
    }
    .obqva-card__inner--layout-1 {
        flex-direction: column;
        height: 100%;
    }
    .obqva-card__thumb-wrap--layout-1 {
        width: 100%;
        height: 272px;
    }
    .obqva-card__thumb-wrap--layout-1,
    .obqva-card__thumb-wrap--layout-1 img {
        border-top-right-radius: 22px;
        border-top-left-radius: 22px;
        border-bottom-left-radius: 0px;
    }
    .obqva-card__content--layout-1 {
        width: 100%;
        height: auto;
        border-bottom-left-radius: 22px;
        border-top-right-radius: 0px;
    }
    .obqva-card__thumb-wrap--layout-1-promo,
    .obqva-card__thumb-wrap--layout-1-promo img,
    .obqva-card__thumb-wrap--layout-1-standard,
    .obqva-card__thumb-wrap--layout-1-standard img {
        border-bottom-right-radius: 0px;
    }
    .dema-obqva-single {
        flex-direction: column;
    }
    .dema-obqva-single__left,
    .dema-obqva-single__right {
        width: 100%;
    }
}
@media screen and (max-width: 980px) and (min-width: 601px) {
    .obqva-front-form .obqva-cat-card {
        width: calc(50% - 15px);
    }
    .obqva-card__meta--layout-2,
    .obqva-card__meta--layout-1 {
        flex-direction: column;
        gap: 10px;
    }
    .obqva-card__meta-item {
        width: 100%;
    }
    .obqva-card__meta-item--date {
        text-align: left;
    }
    .obqva-card--layout-1 {
        width: calc(50% - 20px);
    }
    .obqva-card__top-row--layout-1-top {
        left: -25px !important;
    }
}

@media screen and (min-width: 601px) {
    .heading h2 {
        font-size: 22px;
    }
    .obqva-type-btn {
        width: 125px;
    }
    .straight-line {
        width: 1px;
        height: 26px;
        background: #e1e1e1;
        margin: 0 10px;
    }
    .avt-i-dzh-input,
    .input-50 {
        width: calc(50% - 20px);
    }
    .obqva-front-form .obqva-modal__body {
        padding: 20px 30px 40px;
    }
    .obqva-front-form .obqva-modal__title {
        font-size: 18px;
    }
    .buttons-edit {
        gap: 20px;
    }
    .obqva-card__badge-row--layout-2-vip {
        left: -35px;
    }
    .obqva-card__badge-row--layout-2-top {
        left: -27px;
    }
    .heading-special-offer h2 span {
        font-size: 48px;
    }
    .row-inner-special-offer {
        gap: 60px 25px;
    }
    .special-offer-item {
        width: calc(50% - 13px);
    }
    .buttons-row {
        gap: 30px;
    }
    .col-footer-links ul {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .row-inner-footer {
        align-items: center;
    }
    .obqva-card__top-row--layout-1-vip {
        top: -30px;
        left: -30px;
    }
    .obqva-card__top-row--layout-1-top {
        left: -30px;
    }
    .dema-single-gallery__nav,
    .dema-single-lightbox__nav {
        width: 45px;
        height: 40px;
    }
    .dema-single-side-meta-box {
        width: 50%;
        text-align: right;
    }
    .dema-single-side-meta-box-left {
        text-align: left;
    }
    .dema-single-side-card {
        padding: 30px;
    }
    .dema-single-side-card-meta {
        padding: 20px 30px;
    }
}

@media screen and (max-width: 600px) {
    .obqva-front-form .obqva-cat-card {
        width: 100%;
    }
    .checkbox-container,
    .buttons-edit {
        flex-direction: column;
    }
    .obqva-card--layout-2 {
        width: 100% !important;
    }
    .buttons-row,
    .col-footer-links ul {
        flex-direction: column;
    }
    .col-footer-logo {
        text-align: left;
    }
    .dema-single-chip {
        width: 100%;
    }
    .dema-single-side-meta-row {
        flex-direction: column;
    }

    .dema-single-gallery__image {
        aspect-ratio: 4 / 3;
    }
}

@media screen and (max-width: 425px) {
}
@media screen and (max-width: 375px) {
    .obqva-card__meta--layout-2,
    .obqva-card__meta--layout-1 {
        flex-direction: column;
        gap: 10px;
    }
    .obqva-card__meta-item {
        width: 100%;
    }
    .obqva-card__meta-item--date {
        text-align: left;
    }
}
