/* ============================================================
   Mobile homepage only — body.page-mobile, max-width 991px
   Desktop CSS (main.css / ourstyle.css) is not changed.
   ============================================================ */

@media screen and (max-width: 991px) {
  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  body.page-mobile {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 56px !important;
    overflow-x: hidden !important;
    background: #fff;
  }

  body.page-mobile .container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    float: none !important;
  }

  body.page-mobile .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.page-mobile .main-sub-header,
  body.page-mobile .main-header,
  body.page-mobile .features-features,
  body.page-mobile .home-slider,
  body.page-mobile .home-slider__about,
  body.page-mobile .home-slider__logo {
    min-width: 0 !important;
  }

  /* ——— Top contacts ——— */
  body.page-mobile.nav-open {
    overflow: hidden !important;
  }

  body.page-mobile #header_block1.main-sub-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 0 56px 0 0 !important;
    background: #fff !important;
    border-bottom: 1px solid #ececec !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
    font-size: 13px !important;
    color: #333 !important;
    z-index: 10030 !important;
  }

  body.page-mobile #header_block1.main-sub-header > span {
    display: none !important;
  }

  body.page-mobile .main-sub-header_highlight {
    display: none !important;
  }

  body.page-mobile .main-sub-header_highlight_call {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 8px 14px !important;
    background: #c2281c !important;
    color: #fff !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  /* Logo lives in the sticky bar, not over the hero */
  body.page-mobile .home-slider__logo {
    position: relative !important;
    top: -11px !important;
    left: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    height: 56px !important;
    min-width: 0 !important;
    max-width: 160px !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 10046 !important;
  }

  body.page-mobile .home-slider__logo-desk {
    display: none !important;
  }

  body.page-mobile .home-slider__logo-mob {
    display: block !important;
    width: auto !important;
    max-width: 160px !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
  }

  body.page-mobile .home-slider__logo_page {
    margin-top: 0 !important;
    opacity: 1 !important;
  }

  body.page-mobile .home-slider > .home-slider__logo,
  body.page-mobile .home-slider__logo-old {
    display: none !important;
  }

  /* ——— Burger + drawer menu ——— */

  body.page-mobile .navbar-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: fixed !important;
    top: 3px !important;
    right: 6px !important;
    left: auto !important;
    float: none !important;
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 10050 !important;
  }

  body.page-mobile .navbar-toggle img {
    display: none !important;
  }

  body.page-mobile .navbar-toggle::before,
  body.page-mobile .navbar-toggle::after {
    content: "" !important;
    position: absolute !important;
    left: 12px !important;
    width: 26px !important;
    height: 2px !important;
    background: #111 !important;
    transition: transform 0.28s ease, top 0.28s ease, box-shadow 0.2s ease !important;
  }

  body.page-mobile .navbar-toggle::before {
    top: 17px !important;
    box-shadow: 0 7px 0 #111 !important;
  }

  body.page-mobile .navbar-toggle::after {
    top: 31px !important;
  }

  body.page-mobile.nav-open .navbar-toggle::before {
    top: 24px !important;
    box-shadow: none !important;
    transform: rotate(45deg) !important;
  }

  body.page-mobile.nav-open .navbar-toggle::after {
    top: 24px !important;
    transform: rotate(-45deg) !important;
  }

  body.page-mobile #navbar .mobile-nav-logo {
    position: absolute !important;
    top: -12px !important;
    left: 0 !important;
    right: 56px !important;
    display: flex !important;
    align-items: flex-start !important;
    height: 60px !important;
    padding: 0 12px !important;
    z-index: 2 !important;
  }

  body.page-mobile #navbar .mobile-nav-logo img {
    display: block !important;
    width: auto !important;
    max-width: 220px !important;
    height: 60px !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: left top !important;
  }

  body.page-mobile .mobile-nav-backdrop {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    background: rgba(17, 17, 17, 0.45) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    z-index: 10038 !important;
    transition: opacity 0.28s ease !important;
  }

  body.page-mobile.nav-open .mobile-nav-backdrop {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body.page-mobile #header_block.main-header,
  body.page-mobile #header_block.main-header_home {
    position: relative !important;
    left: auto !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    align-items: stretch !important;
    z-index: auto !important;
  }

  body.page-mobile.nav-open #header_block.main-header,
  body.page-mobile.nav-open #header_block.main-header_home {
    z-index: 10042 !important;
  }

  body.page-mobile #navbar.collapse,
  body.page-mobile #navbar.collapsing,
  body.page-mobile #navbar.in {
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: min(340px, 86vw) !important;
    height: 100vh !important;
    max-height: 100vh !important;
    margin: 0 !important;
    padding: 60px 0 20px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    background: #fff !important;
    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: -16px 0 40px rgba(0, 0, 0, 0.18) !important;
    z-index: 10041 !important;
    transform: translate3d(110%, 0, 0) !important;
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  body.page-mobile #navbar.in,
  body.page-mobile.nav-open #navbar.collapsing {
    transform: translate3d(0, 0, 0) !important;
  }

  body.page-mobile .mobile-nav-contacts {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    background: #f6f6f6 !important;
  }

  body.page-mobile .mobile-nav-contacts__icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    flex-shrink: 0 !important;
    background: #fff !important;
    border-radius: 50% !important;
  }

  body.page-mobile .mobile-nav-contacts__icon svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    fill: #c2281c !important;
  }

  body.page-mobile .mobile-nav-contacts a,
  body.page-mobile .mobile-nav-contacts a:hover,
  body.page-mobile .mobile-nav-contacts a:focus,
  body.page-mobile .mobile-nav-contacts a:active {
    display: block !important;
    color: #c2281c !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.01em !important;
    text-decoration: none !important;
    background: transparent !important;
    transform: none !important;
  }

  body.page-mobile #navbar .nav,
  body.page-mobile #navbar .navbar-nav {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 8px 8px !important;
    border: 0 !important;
    border-bottom: 0 !important;
    flex: 1 1 auto !important;
  }

  body.page-mobile #navbar .nav > li {
    display: block !important;
    float: none !important;
    width: 100% !important;
    opacity: 0;
    transform: translateX(16px);
  }

  body.page-mobile.nav-open #navbar.in .nav > li {
    opacity: 1;
    transform: none;
    transition: opacity 0.35s ease, transform 0.35s ease;
  }

  body.page-mobile.nav-open #navbar.in .nav > li:nth-child(1) { transition-delay: 0.04s; }
  body.page-mobile.nav-open #navbar.in .nav > li:nth-child(2) { transition-delay: 0.07s; }
  body.page-mobile.nav-open #navbar.in .nav > li:nth-child(3) { transition-delay: 0.10s; }
  body.page-mobile.nav-open #navbar.in .nav > li:nth-child(4) { transition-delay: 0.13s; }
  body.page-mobile.nav-open #navbar.in .nav > li:nth-child(5) { transition-delay: 0.16s; }
  body.page-mobile.nav-open #navbar.in .nav > li:nth-child(6) { transition-delay: 0.19s; }
  body.page-mobile.nav-open #navbar.in .nav > li:nth-child(7) { transition-delay: 0.22s; }
  body.page-mobile.nav-open #navbar.in .nav > li:nth-child(8) { transition-delay: 0.25s; }

  body.page-mobile #navbar .nav > li > a,
  body.page-mobile #navbar .nav > li > a:hover,
  body.page-mobile #navbar .nav > li > a:focus,
  body.page-mobile #navbar .nav > li > a:active,
  body.page-mobile #navbar .nav .open > a,
  body.page-mobile #navbar .nav .open > a:hover,
  body.page-mobile #navbar .nav .open > a:focus,
  body.page-mobile #navbar .nav > .active > a,
  body.page-mobile #navbar .nav > .active > a:hover,
  body.page-mobile #navbar .nav > .active > a:focus {
    display: block !important;
    padding: 13px 16px !important;
    color: #111 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    text-align: left !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    outline-offset: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
    transform: none !important;
    -webkit-transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }

  body.page-mobile #navbar .dropdown-menu > li > a,
  body.page-mobile #navbar .dropdown-menu > li > a:hover,
  body.page-mobile #navbar .dropdown-menu > li > a:focus,
  body.page-mobile #navbar .dropdown-menu > li > a:active {
    display: block !important;
    padding: 9px 16px !important;
    color: #666 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    outline-offset: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
    transform: none !important;
    -webkit-transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }

  body.page-mobile #navbar a:focus,
  body.page-mobile #navbar a:active,
  body.page-mobile #navbar a:focus-visible {
    outline: none !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  body.page-mobile #navbar .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none !important;
    width: 100% !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 0 0 12px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: max-height 0.34s ease, opacity 0.24s ease, padding 0.34s ease, visibility 0.34s ease !important;
  }

  body.page-mobile #navbar .nav > li.has-sub.is-open > .dropdown-menu,
  body.page-mobile #navbar .nav > li.dropdown.is-open > .dropdown-menu {
    max-height: 520px !important;
    padding: 0 0 8px 12px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body.page-mobile #navbar .nav > li.has-sub > a,
  body.page-mobile #navbar .nav > li.has-sub > a:hover,
  body.page-mobile #navbar .nav > li.has-sub > a:focus,
  body.page-mobile #navbar .nav > li.has-sub > a:active {
    position: relative !important;
    padding-right: 44px !important;
  }

  body.page-mobile #navbar .nav > li.has-sub > a::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: 18px !important;
    width: 8px !important;
    height: 8px !important;
    margin-top: -6px !important;
    border-right: 2px solid #111 !important;
    border-bottom: 2px solid #111 !important;
    background: none !important;
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    transition: transform 0.2s ease !important;
    pointer-events: none !important;
  }

  body.page-mobile #navbar .nav > li.has-sub.is-open > a::after {
    margin-top: -2px !important;
    transform: rotate(-135deg) !important;
    -webkit-transform: rotate(-135deg) !important;
  }

  body.page-mobile #navbar .mobile-nav-socials,
  body.page-mobile #navbar .main-footer__links {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    width: auto !important;
    margin: auto 16px 4px !important;
    padding: 16px 0 0 !important;
    border: 0 !important;
    border-top: 1px solid #eee !important;
    border-bottom: 0 !important;
  }

  body.page-mobile #navbar .mobile-nav-socials a,
  body.page-mobile #navbar .main-footer__links a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    transform: none !important;
  }

  body.page-mobile #navbar .mobile-nav-socials a img,
  body.page-mobile #navbar .mobile-nav-socials a svg,
  body.page-mobile #navbar .main-footer__links a img,
  body.page-mobile #navbar .main-footer__links a svg {
    display: block !important;
    width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    object-fit: contain !important;
  }

  /* ——— Hero ——— */
  body.page-home .home-slider {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    background: #fff !important;
  }

  /* Owl hides .owl-carousel until JS; first slide must occupy space or CLS jumps .home-features */
  body.page-home #owl-home.owl-carousel,
  body.page-home #owl-home {
    display: block !important;
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 340px !important;
  }

  body.page-home #owl-home.owl-carousel > .item {
    display: none !important;
  }

  body.page-home #owl-home.owl-carousel > .item:first-child {
    display: block !important;
  }

  body.page-home #owl-home .item img {
    display: block !important;
    width: 100% !important;
    height: 340px !important;
    object-fit: cover !important;
  }

  body.page-home .home-slider__form {
    display: none !important;
  }

  body.page-home .home-slider::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    height: 340px !important;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.2) 0%, rgba(17, 17, 17, 0.5) 55%, rgba(17, 17, 17, 0.35) 100%) !important;
    z-index: 4 !important;
    pointer-events: none !important;
  }

  body.page-home .home-slider__intro {
    order: 0 !important;
    position: absolute !important;
    left: 16px !important;
    right: 16px !important;
    top: 170px !important;
    transform: translateY(-50%) !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    z-index: 6 !important;
  }

  body.page-home .home-slider__intro-title {
    margin: 0 0 8px !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35) !important;
  }

  body.page-home .home-slider__intro-text {
    margin: 0 0 14px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35) !important;
  }

  body.page-home .home-slider__intro-btn,
  body.page-home .home-slider__intro-btn:hover,
  body.page-home .home-slider__intro-btn:focus,
  body.page-home .home-slider__intro-btn:active {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 12px 22px !important;
    background: #c2281c !important;
    color: #fff !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  body.page-home #owl-home .owl-controls {
    position: absolute !important;
    top: auto !important;
    right: 0 !important;
    bottom: 14px !important;
    left: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
    z-index: 7 !important;
  }

  body.page-home #owl-home .owl-pagination {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  body.page-home #owl-home .owl-controls .owl-page {
    display: inline-flex !important;
    margin: 0 !important;
    padding: 4px !important;
    background: none !important;
  }

  body.page-home #owl-home .owl-controls .owl-page span {
    display: block !important;
    width: 7px !important;
    height: 7px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.42) !important;
    background-color: rgba(255, 255, 255, 0.42) !important;
    opacity: 1 !important;
    filter: none !important;
    box-shadow: none !important;
    transition: width 0.28s ease, background 0.28s ease !important;
  }

  body.page-home #owl-home .owl-controls .owl-page.active span,
  body.page-home #owl-home .owl-controls.clickable .owl-page:hover span {
    width: 22px !important;
    background: #fff !important;
    background-color: #fff !important;
    opacity: 1 !important;
    filter: none !important;
    box-shadow: none !important;
  }

  /* ——— Titles ——— */
  body.page-mobile .main-title {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: auto !important;
    margin: 30px 0 14px !important;
    padding: 0 16px !important;
    border-top: 2px solid #c2281c !important;
    text-align: center !important;
  }

  body.page-mobile .main-title__text {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: -16px auto 0 !important;
    padding: 0 14px !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    flex-wrap: wrap !important;
    text-align: center !important;
    white-space: normal !important;
    max-width: calc(100% - 32px) !important;
  }

  /* ——— Services ——— */
  body.page-home .home-features {
    padding: 8px 0 24px !important;
  }

  body.page-home .home-features .row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  /* Bootstrap clearfix pseudo-elements become grid/flex items and shift the layout */
  html body.page-home .home-features .row::before,
  html body.page-home .home-features .row::after {
    display: none !important;
    content: none !important;
  }

  html body.page-mobile .main-map .row::before,
  html body.page-mobile .main-map .row::after,
  html body.page-mobile .main-footer__links::before,
  html body.page-mobile .main-footer__links::after {
    display: none !important;
    content: none !important;
  }

  body.page-home .home-features__card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-height: 148px !important;
    margin: 0 !important;
    padding: 18px 10px 16px !important;
    background: #fff !important;
    border: 1px solid #ececec !important;
    border-radius: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    color: #222 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body.page-home .home-features__card::before,
  body.page-home .home-features__card::after,
  body.page-home .home-features__card_border {
    content: none !important;
    display: none !important;
  }

  body.page-home .home-features__card img {
    width: 58px !important;
    max-width: 58px !important;
    height: 58px !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    object-fit: contain !important;
  }

  body.page-home .home-features__card span {
    display: block !important;
    color: #222 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
  }

  /* ——— Portfolio ——— */
  body.page-home .home-works {
    padding: 8px 0 28px !important;
  }

  body.page-home #home-works__slider,
  body.page-home #home-works__slider .carousel-inner,
  body.page-home #home-works__slider .item {
    width: 100% !important;
  }

  body.page-home #home-works__slider .item > a {
    display: block !important;
    text-decoration: none !important;
  }

  body.page-home #home-works__slider .item > a > img,
  body.page-home #home-works__slider .carousel-inner > .item > img {
    display: block !important;
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    border-radius: 0 !important;
  }

  body.page-home #home-works__slider .item .container {
    width: 100% !important;
    padding: 0 !important;
  }

  body.page-home #home-works__slider .carousel-caption {
    position: static !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 14px 16px 16px !important;
    box-sizing: border-box !important;
    background: #fff !important;
    border: 1px solid #ececec !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #333 !important;
    text-align: left !important;
    text-shadow: none !important;
  }

  body.page-home #home-works__slider .carousel-caption h3,
  body.page-home #home-works__slider .carousel-caption > p {
    display: block !important;
    height: auto !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: #111 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-align: left !important;
  }

  /* Meta row: area / days / price — desktop styles blow icons up to full size */
  body.page-home #home-works__slider .flat-card__description {
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px 8px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  body.page-home #home-works__slider .flat-card__description span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 5px 9px !important;
    background: #f5f5f5 !important;
    border-radius: 0 !important;
    color: #444 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  body.page-home #home-works__slider .flat-card__description span img {
    display: inline-block !important;
    width: 13px !important;
    max-width: 13px !important;
    height: 13px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    object-fit: contain !important;
    opacity: 0.65 !important;
  }

  /* Compact round arrows instead of full-height invisible tap zones */
  body.page-home #home-works__slider .carousel-control {
    top: 90px !important;
    bottom: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, 0.92) !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18) !important;
    opacity: 1 !important;
    text-shadow: none !important;
    z-index: 6 !important;
  }

  body.page-home #home-works__slider .carousel-control.left {
    left: 10px !important;
    right: auto !important;
  }

  body.page-home #home-works__slider .carousel-control.right {
    right: 10px !important;
    left: auto !important;
  }

  body.page-home #home-works__slider .carousel-control img {
    display: block !important;
    width: 11px !important;
    max-width: 11px !important;
    height: auto !important;
    margin: 0 !important;
    border-radius: 0 !important;
    object-fit: contain !important;
    filter: brightness(0) !important;
  }

  /* ——— Reviews ——— */
  body.page-home .main-title:has(+ .home-reviews) {
    margin-bottom: 0 !important;
  }

  body.page-home .home-reviews {
    padding: 0 0 16px !important;
  }

  html body.page-home .home-reviews > .container,
  html body.page-home .home-reviews > .container > .row,
  html body.page-home .home-reviews .myreviews-embed {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
  }

  html body.page-home .home-reviews .myreviews-embed {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
  }

  html body.page-home .home-reviews .myreviews-embed iframe,
  html body.page-home .home-reviews iframe[id^="myReviews"] {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    border-radius: 0 !important;
  }

  body.page-home #owl-reviews .owl-wrapper-outer {
    overflow: hidden !important;
    padding-bottom: 1px !important;
    transition: height 0.25s ease !important;
  }

  body.page-home #owl-reviews .owl-wrapper {
    display: block !important;
  }

  html body.page-home #owl-reviews .owl-item {
    display: block !important;
    float: left !important;
    height: auto !important;
    align-items: flex-start !important;
  }

  html body.page-home #owl-reviews .item {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: none !important;
  }

  html body.page-home .owl-reviews-card {
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    padding: 16px 16px 14px !important;
    background: #fff !important;
    border: 1px solid #ececec !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  body.page-home .owl-reviews-card__img,
  body.page-home .owl-reviews-card__img img {
    width: 88px !important;
    height: 88px !important;
    margin: 0 0 12px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
  }

  html body.page-home .owl-reviews-card__description {
    display: block !important;
    width: 100% !important;
  }

  body.page-home .owl-reviews-card__description p,
  body.page-home #owl-reviews .desscr_block p,
  body.page-home #owl-reviews .item p {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    text-align: left !important;
    overflow: visible !important;
  }

  html body.page-home .owl-reviews-card__description span {
    display: block !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
    border-top: 0 !important;
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: left !important;
  }

  body.page-home .photo_title_block {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    padding: 8px 0 0 !important;
    text-align: center !important;
  }

  body.page-home #owl-reviews .owl-controls,
  body.page-home #owl-reviews .owl-pagination {
    display: none !important;
  }

  body.page-home #owl-reviews .mobile-review-pager {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 14px 0 0 !important;
    padding: 0 !important;
  }

  body.page-home #owl-reviews .mobile-review-pager__btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    border: 1px solid #e3e3e3 !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    cursor: pointer !important;
  }

  body.page-home #owl-reviews .mobile-review-pager__status {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  body.page-home #owl-reviews .mobile-review-pager__count {
    color: #111 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    line-height: 1 !important;
  }

  body.page-home #owl-reviews .mobile-review-pager__bar {
    display: block !important;
    width: 100% !important;
    height: 3px !important;
    overflow: hidden !important;
    background: #e8e8e8 !important;
  }

  body.page-home #owl-reviews .mobile-review-pager__bar i {
    display: block !important;
    height: 100% !important;
    background: #c2281c !important;
    transition: width 0.25s ease !important;
  }

  /* ——— SEO ——— */
  body.page-home .home-seo {
    padding: 8px 0 24px !important;
  }

  body.page-home .home-seo h1 {
    margin: 0 0 12px !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
  }

  body.page-home .home-seo h2,
  body.page-home .home-seo h3 {
    margin: 18px 0 8px !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
  }

  body.page-home .home-seo p,
  body.page-home .home-seo li,
  body.page-home .home-seo div {
    font-size: 15px !important;
    line-height: 1.65 !important;
    text-align: left !important;
  }

  body.page-home .home-seo p {
    margin: 0 0 12px !important;
  }

  body.page-home .home-seo ul,
  body.page-home .home-seo ol {
    margin: 0 0 14px !important;
    padding-left: 20px !important;
  }

  body.page-home .home-seo li {
    margin: 0 0 6px !important;
  }

  body.page-home .home-seo img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* ——— Map / contacts ——— */
  body.page-mobile .main-map {
    position: relative !important;
    padding: 8px 0 0 !important;
  }

  body.page-mobile .main-map .row {
    display: flex !important;
    flex-direction: column !important;
  }

  body.page-mobile .main-map img,
  body.page-mobile .main-map iframe {
    display: block !important;
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    border: 0 !important;
    order: 2 !important;
  }

  body.page-mobile .main-map__about {
    position: relative !important;
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 0 12px !important;
    padding: 18px 16px !important;
    background: #fff !important;
    background-image: none !important;
    border: 1px solid #ececec !important;
    border-radius: 0 !important;
  }

  body.page-mobile .main-map__about p,
  body.page-mobile .main-map__about a {
    position: static !important;
    color: #333 !important;
    font-size: 15px !important;
  }

  body.page-mobile .main-map__about .num_ph_block,
  body.page-mobile .main-map__about .num_ph_block a {
    display: block !important;
    margin: 8px 0 !important;
    color: #c2281c !important;
    font-size: 18px !important;
    font-weight: 700 !important;
  }

  body.page-mobile .main-map__about .ww_form_window {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin-top: 8px !important;
    padding: 12px 14px !important;
    background: #c2281c !important;
    color: #fff !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
  }

  /* ——— Footer ——— */
  body.page-mobile .main-footer {
    padding: 24px 0 20px !important;
  }

  body.page-mobile .main-footer__links {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
  }

  body.page-mobile .main-footer__links a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body.page-mobile .main-footer__links a img,
  body.page-mobile .main-footer__links a svg {
    display: block !important;
    width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    object-fit: contain !important;
  }

  body.page-mobile .hostblock {
    display: block !important;
    text-align: center !important;
    font-size: 11px !important;
  }

  /* ——— Promo tab ——— */
  body.page-mobile #overlay {
    left: 12px !important;
    right: auto !important;
    top: auto !important;
    bottom: 18px !important;
    width: auto !important;
    max-width: calc(100% - 24px) !important;
    transform: none !important;
    z-index: 20 !important;
  }

  body.page-mobile.nav-open #overlay {
    display: none !important;
  }

  body.page-mobile #overlay .popup {
    padding: 9px 13px !important;
    border-radius: 0 !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18) !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  /* Callback form: center as a modal, not a popover near the button */
  body.page-mobile .ww_popover.show,
  body.page-mobile .ww_popover.visibleWindow {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 16px !important;
    background: rgba(0, 0, 0, 0.55) !important;
    transform: none !important;
    opacity: 1 !important;
    z-index: 10060 !important;
    box-sizing: border-box !important;
  }

  body.page-mobile .ww_popover .wwWindowContainer,
  body.page-mobile .ww_popover .wwWindow {
    width: 100% !important;
    max-width: 360px !important;
    margin: 0 auto !important;
  }

  body.page-mobile .wwWindow_default.ww_popover .wwWindowTitle {
    padding: 22px 40px 0 16px !important;
    font-size: 20px !important;
    letter-spacing: 0 !important;
  }

  body.page-mobile .wwWindow_default.ww_popover .wwFormContainer {
    padding: 18px 16px 20px !important;
  }
}

@media screen and (max-width: 520px) {
  body.page-mobile #owl-home .item img,
  body.page-mobile .home-slider::before {
    height: 320px !important;
  }

  body.page-home #owl-home.owl-carousel,
  body.page-home #owl-home {
    min-height: 320px !important;
  }

  body.page-mobile .home-slider__intro {
    top: 160px !important;
  }

  body.page-mobile .home-slider__intro-title {
    font-size: 20px !important;
  }

  body.page-mobile #home-works__slider .item > a > img {
    height: 200px !important;
  }

  body.page-mobile #home-works__slider .carousel-control {
    top: 80px !important;
  }
}

@media screen and (max-width: 359px) {
  body.page-mobile .home-features .row {
    grid-template-columns: 1fr !important;
  }

  body.page-mobile .home-slider__intro-title {
    font-size: 22px !important;
  }
}
