@media screen and (min-width: 1201px) {
    .hamb-mob {
        display: none;
    }

    .mobile-bottom {
        display: none;
    }

    .after-btn::after {
        display: none !important;
    }
}

@media screen and (min-width: 1800px) {
    .start-screen [data-swiper-slide-index="3"] .start-image {
        right: -11%;
    }
}


@media screen and (min-width: 1441px) {
    .grid-3 {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    }
}


@media screen and (max-width: 1315px) {
    .header-menu>nav.main-menu>.menu>.menu-item a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1300px) {
    .mb250 {
        margin-bottom: 150px;
    }

    .mb200 {
        margin-bottom: 150px;
    }

    .mb150 {
        margin-bottom: 100px;
    }

    .wb-row .wb-item {
        min-height: 280px;
    }

    .wb-row .wb-item:nth-child(2) {
        margin-left: auto;
    }

    .wb-row .wb-item:nth-child(1) {
        margin-top: 165px;
    }

    .why-balico .wb-heading {
        font-size: 48px;
    }

    .wb-row .wb-title {
        font-size: 48px;
    }

    .text-24 {
        font-size: 20px;
    }

    .why-us .wu-item .wu-descr {
        font-size: 20px;
        max-width: calc(100% - 80px);
    }

    .why-us .wu-item .wu-text {
        font-size: 62px;
    }

    .why-us .wu-item {
        height: 400px;
    }

    .why-us .wu-item:after {
        font-size: 28px;
    }

    .home-steps {
        position: relative;
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .heading-2 {
        font-size: 34px;
    }

    .home-steps .mask-text {
        font-size: 220px;
    }

    .hwt br {
        display: none;
    }

    .hwt .heading-descr {
        font-size: 30px;
    }

    .nodl {
        min-height: 600px;
        padding-top: 75px;
    }

    .nodl .nodl-heading {
        font-size: 60px;
    }

    .nodl .nodl-descr {
        font-size: 24px;
    }

    .au-items .au-item {
        min-width: 140px;
        width: 140px;
    }

    .au-items img {
        width: 140px;
        height: 140px;
    }

    .about-us .au-btn {
        min-width: 250px;
    }

    .f-tooltips .f-tooltip.ft-2 .tooltip-content {
        left: 50%;
        transform: translateX(-50%);
    }

    .f-tooltips .f-tooltip.ft-1 .tooltip-content {
        left: unset;
        top: 56px;
        right: 50%;
        transform: translateX(50%);
    }

    .grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-item .product-btn .btn {
        min-width: 120px;
        padding: 0;
    }

    .spp-items .spp-btn {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-column: 1 / 2;
    }

    .spp-items .spp-btn .btn {
        margin-left: 0;
    }

    .spp-items .spp-item {
        border-radius: 20px;
        padding: 30px;
        min-height: 420px;
        gap: 20px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .spp-items .price-block {
        width: 100%;
    }

    .start-screen .start-heading {
        position: relative;
        margin: 0;
        margin-bottom: 16px;
        font-size: 48px;
        font-weight: 500;
        max-width: 600px;
    }

    .start-screen .start-content {
        min-height: 600px;
    }

    .start-screen .start-heading:after {
        content: "";
        position: absolute;
        width: 160px;
        height: 100%;
        margin-left: 20px;
    }

    .start-screen .start-content {
        max-width: 700px;
        min-height: 600px;
        margin-top: 100px;
    }

    .start-screen .swiper-slide .start-image {
        height: 34vw;
        max-height: 500px;
    }

    .start-screen .swiper-slide[data-swiper-slide-index="3"] .start-image {
        bottom: 50px;
        right: -20%;
        max-height: 738px;
        height: 50vw;
    }

    .header-menu>nav.main-menu>.menu>.menu-item a {
        font-size: 14px;
    }

    .cfs-wrapper .cfs-img {
        object-fit: cover;
        opacity: 0.23;
    }
}

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

    .header-wrapper .header-btns>*:not(.lgsw),
    .header-wrapper .header-menu-inner {
        display: none;
    }

    header>.container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-wrapper .header-menu {
        padding: 0;
        border-radius: 0;
        backdrop-filter: unset;
        background: transparent;
    }

    .header-wrapper .header-menu-inner {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        display: none;
        flex-direction: column;
        background-color: #fff;
        padding: 20px;
        background-image: url(/wp-content/uploads/2025/03/palm.svg);
        background-size: cover;
        background-position: right;
        overflow-y: auto;
        z-index: 3;
    }

    .admin-bar .header-menu-inner {
        padding-bottom: 52px;
    }

    .header-btns {
        position: absolute;
        left: 20px;
        top: 20px;
    }

    .header-menu>nav.main-menu>.menu>.menu-item a {
        font-size: 16px;
    }

    header .f-help {
        margin-bottom: 0;
        font-size: 12px;
    }

    header .f-help .f-work-time svg {
        width: 20px;
        height: 20px;
    }

    .mobile-bottom {
        margin-top: 40px;
    }

    .hmb-btns {
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-bottom: 40px;
    }

    .hmb-btns .btn {
        max-width: 355px;
        width: 100%;
    }

    .hmb-btns .btn svg {
        margin-right: 5px;
    }

    .hmb-btns .btn svg:last-child {
        margin-right: 15px;
    }

    header {
        padding: 15px 0;
    }

    .header-menu>nav.main-menu>.menu {
        flex-direction: column;
        gap: 20px;
        margin-top: 60px;
    }

    .header-menu .menu-item-has-children a {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .header-menu>nav.main-menu>.menu .sub-menu {
        position: relative;
        visibility: visible;
        opacity: 1;
        top: 0;
        left: 0;
        padding: 0;
        background-color: unset;
        box-shadow: none;
        padding-top: 20px;
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .header-menu>nav.main-menu>.menu .sub-menu {
        position: relative;
    }

    header .header-menu>nav.main-menu>.menu .sub-menu a:before {
        content: "";
        position: absolute;
        top: 9px;
        left: -15px;
        width: 6px;
        height: 2px;
        background-color: #ecb01c;
    }

    .header-menu>nav.main-menu>.menu .sub-active>a {
        color: #ecb01c;
    }

    .header-menu>nav.main-menu>.menu .sub-active .sub-toggle {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 5L1 1' stroke='%23ECB01C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    }

    .services-page .swiper-services .swiper-wrapper .ss-name {
        font-size: 24px;
    }

    .services-page .swiper-services .swiper-wrapper .ss-descr {
        font-size: 16px;
    }

    .services-page .swiper-services .swiper-wrapper .ss-item {
        min-height: 390px;
        padding: 30px;
    }

    .services-page .swiper-services .swiper-wrapper .ss-tag:before {
        font-size: 20px;
    }

    .page-heading .heading {
        font-size: 48px;
    }

    .rule-block .rule-heaidng .heading {
        font-size: 20px;
        min-height: 100px;
    }

    .att-rules .att-text {
        font-size: 20px;
    }

    .rules-page .page-heading {
        margin-bottom: 100px;
    }

    .sit-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    header {
        padding: 13px 0;
        border-radius: 0 0 20px 20px;
    }

    header .logo svg,
    header .logo img {
        min-width: 100px;
        width: 100px;
        height: 27px;
    }

    .header-wrapper {
        margin-right: 14px;
        width: 100%;
        gap: 10px;
    }

    .blog-inner-page_v2 .bii-wrapper .blog-inner-item {
        min-height: 530px;
        padding: 30px;
    }

    .blog-inner-page_v2 .bii-wrapper .blog-inner-item .bii-heading {
        font-size: 32px;
    }

    .why-balico .heading-offset {
        height: 100px;
    }

    .br-fix br {
        display: none;
    }

    .sp-wrapper .sp-name {
        gap: 10px;
        flex-wrap: wrap;
    }
    .catalog-start-cat .cat-start-img {
        max-width: 600px;
    }
}

@media screen and (max-width: 991px) {
    .mb150 {
        margin-bottom: 80px;
    }

    .btn.after-btn {
        padding: 0 20px;
        max-width: 100%;
        width: calc(100% - 78px);
    }

    .hidden-mob {
        display: none !important;
    }

    .heading-2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .heading-small {
        font-size: 24px !important;
    }

    .container {
        max-width: 100%;
        width: 100%;
        padding: 0 10px;
    }

    .about-us .au-wrapper {
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
    }

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

    .hwt .heading-descr:before {
        content: none;
    }

    .hwt .heading {
        position: relative;
        top: 0;
        left: 0;
    }

    .hwt .heading-descr {
        font-size: 32px;
    }

    .about-us .au-btn {
        margin-top: 50px;
    }

    .btn.after-btn {
        padding: 0 20px;
    }

    .about-us .au-items {
        justify-content: space-around;
        flex-flow: row wrap;
    }

    .au-items {
        gap: 16px;
    }

    .start-screen .strt-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .au-items img {
        width: 160px;
        height: 160px;
    }

    .au-items .au-item {
        min-width: 160px;
        width: 160px;
    }

    .why-us .wu-items {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .why-us .wu-item {
        height: auto;
        display: flex;
        flex-direction: column;
        border: 1px solid #8c8c8c;
        border-radius: 10px;
        padding: 15px;
        padding-bottom: 25px;
    }

    .why-us .wu-item:nth-child(1)::before,
    .why-us .wu-item:nth-child(4)::before {
        content: none;
    }

    .why-us .wu-item .wu-descr {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
    }

    .why-us .wu-item:after {
        font-size: 20px;
        top: 15px;
        left: 15px;
    }

    .why-us .wu-item .wu-text {
        font-size: 48px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .why-us .wu-item .wu-descr {
        font-size: 16px;
    }

    .mb200,
    .mb250 {
        margin-bottom: 100px;
    }

    .home-steps .container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }

    .home-steps {
        padding-top: 45px;
        padding-bottom: 235px;
        margin-left: 0;
        margin-right: 0;
        
    }

    .home-steps .hs-items {
        max-width: 100%;
    }

    .home-steps .hs-items .hs-item {
        padding: 25px;
    }

    .home-steps .hs-title {
        padding-right: 0;
    }

    .home-steps .hs-items .hs-item:before {
        display: none;
    }

    .wb-row .wb-item {
        padding-right: 20px;
    }

    .home-steps .mask-text {
        font-size: 180px;
        bottom: 50px;
        left: 0;
    }

    .home-steps .hs-heading {
        font-size: 40px;
    }

    .home-steps .hs-descr {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .hs-supp {
        margin-bottom: 50px;
    }

    .insh-content .au-items {
        display: none;
    }

    .insh-wrapper {
        position: relative;
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0px;
        padding-bottom: 90px;
    }

    .insh-wrapper .insh-btn {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .insh-wrapper .insh-chek {
        margin-bottom: 10px;
    }

    .why-balico .container {
        display: flex;
        flex-direction: column;
    }

    .why-balico .wb-heading {
        order: -1;
    }

    .wb-row:not(:last-child) {
        margin-bottom: 20px;
    }

    .wb-row .wb-item:nth-child(1) {
        margin-top: 0;
    }

    .wb-row .wb-item {
        min-height: 310px;
    }

    .wb-row .wb-title {
        font-size: 40px;
    }

    .wb-row .wb-descr {
        font-size: 16px;
    }

    .why-balico .wb-heading {
        font-size: 40px;
        max-width: 100%;
        text-align: left;
        margin: 0;
        margin-bottom: 30px;
    }

    .wb-row .wb-item {
        max-width: 100%;
        width: 100%;
    }

    .nodl {
        min-height: unset;
        height: var(--mobile-height, calc(100vh - 61px));
        padding-top: 35px;
        display: flex;
        background-position-x: 60%;
        transition: 0.25s ease-in-out;
    }

    .admin-bar .nodl {
        height: var(--mobile-height, calc(100vh - 61px));
    }

    .nodl .nodl-wrapper {
        padding-top: 35px;
        min-height: unset;
    }

    .nodl video {
        object-position: 70%;
    }

    .nodl .container {
        position: relative;
        height: auto;
    }

    .nodl .nodl-heading {
        font-size: 40px;
        margin-bottom: 16px;
    }

    .nodl .nodl-descr {
        font-size: 20px;
        font-weight: 700;
    }

    .nodl-btn {
        position: absolute !important;
        bottom: 35px;
        left: 10px;
        width: calc(100% - 20px);
    }

    .nodl.video-bg {
        padding-top: 0;
    }

    .rev-wrapper {
        position: relative;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 20px;
    }

    .sp-wrapper .sp-img .product-slider img {
        height: clamp(13.313rem, 6.198rem + 30.357vw, 25rem);
    }

    .rev-swiper {
        max-width: 100%;
        margin: 0;
    }

    .reviews {
        margin-bottom: 70px;
    }

    .rev-wrapper .rev-left {
        max-width: 330px;
        min-width: unset;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        gap: 8px;
    }

    .rev-btn {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .rev-swiper {
        position: relative;
    }

    .rev-swiper .swiper-nav {
        position: absolute;
        bottom: 0;
        margin-bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .rev-date {
        display: none;
    }

    .rev-img-swiper {
        margin-top: 100px;
    }

    .rev-img-swiper .rev-img-slide {
        height: 350px;
        width: 280px;
    }

    .accordion-item {
        padding-left: 40px;
    }

    .accordion-block .accordion-item .accordion-heading:before {
        left: -40px;
    }

    .accordion-block {
        max-width: 100%;
    }

    .accordion-block .accordion-item:after {
        width: 100%;
    }

    .faq-section .hwt {
        margin-bottom: 40px;
    }

    .accordion-block .accordion-item .accordion-heading {
        font-size: 20px;
        padding: 15px 0;
    }

    .accordion-block .accordion-item svg {
        width: 28px;
        height: 28px;
    }

    footer .container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 50px;
    }

    footer .f-menu {
        grid-column: 1 / 2;
        justify-content: start;
        align-items: start;
    }

    footer {
        padding-top: 40px;
        border-radius: 30px 30px 0 0;
        border-radius: 0;
        background-color: #232325;
    }

    footer .f-heading,
    footer .f-contacts .f-descr,
    footer .f-contacts .f-cont a,
    footer .f-help,
    footer .att {
        color: #f1f1f1;
    }

    footer .f-menu {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        order: 1;
        padding: 0;
        border-radius: 0;
        gap: 10px;
        margin-bottom: 10px;
    }

    footer .f-menu .menu {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    footer .f-icons {
        display: flex;
        flex-direction: column;
        align-items: end;
        order: 2;
        gap: 30px;
    }

    footer .f-icons span {
        display: block;
        margin-right: 0;
    }

    .f-dev {
        grid-column: 1 / 3;
        display: flex;
        justify-content: center;
        align-items: center;
        order: 3;
        margin-top: 50px;
    }

    footer .f-img {
        position: relative;
        min-height: 550px;
        border-radius: 0px;
        overflow: hidden;
        width: calc(100% + 20px);
        left: -10px;
    }

    .f-menu .footer-menu {
        position: relative;
    }

    .product-price {
        font-size: 14px;
    }

    .page-heading .heading {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .ph-w-descr .heading {
        margin-bottom: 24px;
    }

    .heading-descr br {
        display: none;
    }

    .rule-block {
        flex-direction: column;
    }

    .rule-block .rule-heaidng {
        padding-right: 0;
        max-width: 100%;
        max-width: unset;
        width: fit-content;
        display: inline-block;
    }

    /* .admin-bar .rule-block .rule-heaidng {
        top: 120px;
    } */
    .rule-block .rule-heaidng .heading {
        border: 1px solid #ecb01c;
        border-radius: 20px;
        background-color: transparent;
        position: relative;
        top: 0;
        max-width: unset;
        padding: 24px 48px;
        background-color: #ecb01c;
    }

    .rule-block .rule-heaidng .heading {
        font-size: 24px;
        min-height: 100px;
        font-weight: 500;
    }

    .att-rules .att-text {
        font-size: 16px;
    }

    .rules-page .page-heading .heading {
        margin-bottom: 25px;
    }

    .rules-page .page-heading {
        margin-bottom: 20px;
    }

    .sp-wrapper .sp-content {
        gap: 0 20px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-template-areas:
            "sp-top"
            "sp-img"
            "sp-descr"
            "sp-btn";
    }

    .spp-items {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .sp-img-swiper {
        margin-bottom: 40px;
    }

    .sp-wrapper .sp-top .product-options {
        flex: auto;
    }

    /* .sp-wrapper .sp-img .product-slider img {
        padding: 15px;
    } */
    .sp-wrapper .sp-name {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .sp-wrapper .sp-heading {
        width: 100%;
    }

    .sp-wrapper .product-options {
        gap: 5px 10px;
    }

    .sp-wrapper .sp-top .n-seats,
    .sp-wrapper .sp-top .product-type {
        font-size: 14px;
        height: 32px;
    }

    .spp-items .spp-title {
        font-size: 16px;
        border: 3px solid #f1f1f1;
        background-color: transparent;
        padding: 10px 20px;
    }

    .spp-items .spp-item {
        padding: 30px 20px;
    }

    .spp-items .spp-btn .btn {
        width: 100%;
        max-width: 100%;
    }

    .sp-wrapper .sp-descr {
        text-align: justify;
    }

    .sib-wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .sib-wrapper .si-left {
        min-height: 390px;
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
    }

    .sib-wrapper .si-heading {
        font-weight: 500;
        font-size: 24px;
        margin-bottom: 16px;
        flex-flow: row wrap;
        align-items: start;
        gap: 15px;
    }

    .sib-wrapper .si-tag span {
        margin-left: 0;
    }

    .text-editor ul,
    .text-editor ol {
        padding-left: 23px;
        margin-bottom: 25px;
    }

    .s-steps-wrapper {
        gap: 20px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        padding-bottom: 0;
    }

    .s-steps-wrapper:before,
    .s-steps-wrapper .ss-item:before {
        content: none;
    }

    .s-steps-wrapper .ss-item:after {
        top: -10px;
        width: 22px;
        height: 22px;
        font-size: 16px;
        left: 50% !important;
        right: unset;
    }

    .steps-service-heading {
        font-size: 24px;
    }

    .s-steps-wrapper .ss-item {
        padding: 30px 20px;
    }

    .sit-wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        gap: 20px;
    }

    .sit-wrapper .sit-heading {
        margin: 0;
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 20px;
    }

    #wpadminbar {
        position: fixed;
    }

    .start-screen {
        margin-bottom: 40px;
    }

    .start-screen .start-content {
        max-width: 500px;
        text-align: center;
        min-height: unset;
        margin-left: auto;
        margin-right: auto;
    }

    .start-screen .start-heading {
        max-width: 100%;
        font-weight: 700;
        font-size: 36px;
        margin-bottom: 8px;
    }

    .start-screen .start-descr {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .start-screen .start-heading:after {
        display: none;
    }

    .start-screen .swiper-slide .start-image {
        position: relative;
        height: auto;
        max-height: 250px;
        max-width: 500px;
        width: 100%;
        position: relative;
        left: unset;
        right: unset;
        bottom: unset;
        margin: 0 auto;
        display: block;
    }

    .start-screen .att {
        display: none;
    }

    .start-screen .swiper-nav {
        right: 50%;
        bottom: 30px;
        transform: translateX(50%);
    }

    .strt-btn {
        margin-bottom: 5px;
    }

    .start-screen .start-screen .slide-bg {
        left: -10px;
        width: calc(100% + 20px);
    }

    .start-screen .start-img .start-image {
        margin-bottom: 30px;
        height: 200px;
        display: block;
    }

    .start-screen .swiper-slide[data-swiper-slide-index="0"] .start-image,
    .start-screen .swiper-slide[data-swiper-slide-index="2"] .start-image {
        height: 270px;
    }

    .start-screen .swiper-slide[data-swiper-slide-index="1"] .start-image {
        height: 270px;
        top: -10px;
    }

    .start-screen .swiper-slide[data-swiper-slide-index="3"] .start-image {
        bottom: 30px;
        height: 270px;
        width: 470px;
        position: relative;
        object-position: clamp(-1.875rem, -30rem + 120vw, 0rem);
    }

    .blog-inner-item {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .bii-img {
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
    }

    .view-on-map {
        display: none;
    }

    .blog-inner-item .bii-heading .heading {
        margin: 0;
        margin-bottom: 15px;
    }

    body:not(.home):not(.post-type-archive-catalog) {
        padding-top: 110px;
    }
    body.tax-special_category, body.tax-transport_type, body.post-type-archive-catalog {
        padding-top: 0 !important;
    }
    .blog-grid-wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .blog-grid-wrapper .short-descr {
        min-height: unset;
    }

    .header-wrapper .header-menu-inner {
        padding: 20px 10px;
    }

    .admin-bar .header-menu-inner {
        padding-bottom: 52px;
    }

    .header-btns {
        left: 10px;
        top: 21px;
    }

    .header-menu>nav.main-menu>.menu {
        margin-top: 70px;
    }

    header .hmb-tel {
        margin-top: 40px;
        display: inline-block;
        text-align: center;
        width: 100%;
        color: #8c8c8c;
    }

    .popup-heading {
        font-size: 32px;
        margin-bottom: 8px;
    }

    .site-popup .popup-wrapper {
        min-height: 320px;
        padding: 20px;
    }

    .main-popup .popup-btns {
        gap: 5px;
    }

    .main-popup .popup-btn {
        padding: 0 20px;
        gap: 10px;
    }

    .rules-popup .popup-wrapper {
        padding: 20px;
        padding-top: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .rules-popup .popup-content {
        text-align: center;
    }

    .rules-popup .popup-wrapper .popup-img {
        transform: none;
        margin-bottom: 40px;
        order: 1;
    }

    .rules-popup .popup-wrapper .popup-img img {
        max-height: 320px;
    }

    .rules-popup .popup-wrapper .popup-btns {
        max-width: 100%;
        width: 100%;
        order: 2;
    }

    .rules-popup .popup-descr {
        margin-bottom: 20px;
    }

    .after-btn {
        min-width: unset;
    }

    .att-blog .att-text {
        font-size: 14px !important;
    }

    .heli-dec {
        display: none;
    }

    .heli-dec.hd1,
    .heli-dec.hd2 {
        display: block;
    }

    .start-screen .heli-dec.hd1 {
        bottom: 34%;
        left: -56px;
        width: 100px;
    }

    .start-screen .heli-dec.hd2 {
        bottom: 436px;
        left: unset;
        width: 85px;
        right: -14px;
    }

    .start-screen .swiper-slide[data-swiper-slide-index="3"] .start-image {
        right: -1%;
    }

    .ph-w-descr .heading-descr {
        text-align: left;
        font-size: 18px;
    }

    .blog-inner-items {
        margin-bottom: 70px;
    }

    .blog-inner-page_v2 .bii-wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .blog-inner-page_v2 .bii-wrapper .blog-inner-item {
        padding: 15px;
        min-height: unset;
        border: 1px solid #8c8c8c;
        border-radius: 10px;
        gap: 24px;
    }

    .blog-inner-page_v2 .bii-wrapper .blog-inner-item:after {
        background-color: transparent;
        top: 15px;
        left: 15px;
        font-weight: 400;
        font-size: 20px;
        align-items: start;
        justify-content: start;
    }

    .blog-inner-page_v2 .bii-wrapper .blog-inner-item .bii-heading {
        min-height: unset;
        margin-top: 80px;
        font-size: 24px;
    }

    .blog-inner-page_v2 .ph-w-descr {
        margin-bottom: 40px;
    }

    .why-balico .heading-offset {
        display: none;
    }

    .why-balico .sticky-header {
        position: relative;
        top: 0;
        transform: none;
    }

    .rev-img-swiper2 .swiper-slide img {
        border-radius: 10px;
        overflow: hidden;
        object-fit: cover;
        width: 280px;
        height: 355px;
    }

    .rev-img-swiper2 .swiper-slide img:hover {
        width: inherit;
        height: inherit;
    }

    .rev-img-swiper2 {
        min-height: auto;
    }

    .why-balico .sticky-container::before {
        content: none;
    }

    .marquee-section {
        min-height: auto;
    }

    .header-wrapper .h-btn,
    .ndev .lgsw .trp-language-switcher,
    .ndev .lgsw .trp-language-switcher>.trp-ls-shortcode-language a {
        height: 34px;
    }

    .marquee-section img.fit-picture {
        width: 280px;
        height: 355px;
    }

    .marquee-section img.fit-picture:hover {
        width: inherit;
        height: 355px;
        width: 280px;
    }

    main:not(.services-page) .ss-swiper .ss-item {
        width: 330px;
    }

    .ndev .filter-button,
    .ndev .btn-show-all {
        font-weight: 500;
        height: 42px;
        padding: 0 15px;
        border: 1px solid #ecb01c;
    }

    .ndev .btn-show-all>svg {
        display: none;
    }

    .cat-filter .filter-inputs,
    .cat-filter .filter-name {
        grid-column: 1 / 4;
    }

    .cat-filter .filter-name>span {
        position: relative;
        min-width: unset;
        height: auto;
        font-size: 14px;
        color: #232325;
    }

    .cat-filter .filter-name {
        gap: 10px;
        font-size: 14px;
        color: #525252;
    }

    .cat-filter .price-range-container {
        width: calc(100% - 34px);
        margin-left: auto;
        margin-right: auto;
    }

    .cat-filter .filter-name>span:after {
        content: ".";
    }

    .choose-us>.container {
        padding-left: 0;
        padding-right: 0;
    }

    .choose-us {
        overflow: hidden;
    }

    .choose-us .chu-heading {
        padding-left: 10px;
        padding-right: 10px;
    }

    .chu-items {
        display: flex;
        gap: 10px;
        flex-flow: row nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
        padding: 0px 10px 10px 10px;
    }

    .chu-items .chu-item {
        width: 270px;
    }

    #reviews .rw-heading {
        display: none;
    }

    .catalog-start {
        padding-top: 110px;
        min-height: 630px;
        display: flex;
    }

    .catalog-page .catalog-start.svh .container {
        padding-bottom: 20px;
        flex: 1;
        height: auto;
    }

    .catalog-start .cs-heading {
        font-weight: 700;
        font-size: 36px;
        max-width: 420px;
    }

    .catalog-start .cs-descr {
        margin-bottom: 0;
        max-width: 250px;
        font-weight: 400;
        font-size: 20px;
        line-height: 135%;
    }

    .catalog-start .cs-btns {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 40px;
    }

    .catalog-start-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .catalog-start .cat-start-btn {
        max-width: 100%;
        width: 100%;
    }
    .catalog-start-cat .cat-start-img {
        position: relative;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        max-width: 400px;
    }
    .catalog-start-cat {
        background-position: 75%;
    }
    .catalog-start-cat picture {
        text-align: center;
    }
    .catalog-start-cat .start-head-wrap >*:not(.breadcrumbs) {
        text-align: center;
    }
    .catalog-start-cat .catalog-start-wrapper,
    .catalog-start-cat.catalog-start .cs-heading,
    .catalog-start-cat.catalog-start .cs-descr {
        max-width: 100%;
        width: 100%;
    }

    .any-ques {
        padding: 40px 0;
        min-height: 600px;
    }

    .any-ques .aq-descr {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .any-ques .aq-phone {
        font-weight: 500;
        font-size: 24px;
        margin-bottom: 40px;
    }

    .any-ques .aq-heading {
        font-weight: 500;
        font-size: 32px;
        margin-bottom: 32px;
    }

    .any-ques-content {
        text-align: center;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .aq-bg-img {
        object-position: -40px;
    }

    .aq-bg-img-2 {
        width: 860px;
        right: unset;
        left: 10px;
    }

    .aq-btns {
        flex-wrap: wrap;
        justify-content: center;
    }

    .aq-btn {
        height: 54px;
        min-width: 172px;
    }

    .cat-filter-new .filter-item {
        padding: 8px 16px;
    }

    .cat-filter-new .filter-item .clear svg {
        width: 14px;
        height: 14px;
    }

    .cat-filter-new .filter-item.active .clear {
        width: 16px;
    }

    .grid-3-1-1-1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .grid-3-1-1-1 textarea {
        grid-column: 1 / 3;
    }

    .grid-3-1-1-1 button[type="submit"] {
        grid-column: 1 / 3;
    }

    .comment .comment-text {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .product-top {
        column-gap: 0;
    }

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea {
        width: 100%;
        font-size: 14px;
    }

    .comment-author img {
        width: 40px;
        height: 40px;
    }

    .comment-author .date,
    .reply-item .comment-author .date {
        font-size: 12px;
    }

    .cls-comments {
        padding: 30px 10px;
        border-radius: 0;
    }

    .comments-form-section .cfs-wrapper {
        padding: 40px 10px;
        border-radius: 0;
    }

    .csf-icons {
        justify-content: center;
        text-align: center;
        gap: 16px;
    }

    .csf-icons .csf-title {
        font-weight: 700;
    }

    .comment-form {
        max-width: 100%;
        margin-bottom: 70px;
    }

    .comments-form-section .cfs-heading {
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .cfs-wrapper .cfs-img {
        opacity: 0.23;
        object-fit: cover;
        object-position: clamp(-39.75rem, -57.139rem + 74.392vw, -11.063rem);
    }

    .comments-form-section>.container,
    .comments-list-section>.container {
        padding-left: 0;
        padding-right: 0;
    }

    .comments-form-section input,
    .comments-form-section textarea {
        background-color: #fff;
    }

    .reply-item {
        padding-left: 50px;
    }

}

@media screen and (max-width: 767px) {
    .catalog-start {
        padding-top: 60px;
    }
    .sp-wrapper .sp-img .product-thumbs .swiper-slide img {
        max-height: 68px;
        min-height: 52px;
    }

    .sp-wrapper .sp-img .product-thumbs .swiper-slide {
        padding: 0;
        height: 68px;
    }

    .product-item .product-img {
        min-height: 209px;
        object-fit: contain;
    }

    .product-options {
        gap: 10px 15px;
    }

    .catalog-grid .product-price {
        width: 100%;
        margin-left: 11px;
        gap: 2px;
    }

    .catalog-grid .product-price>.price-wrap {
        flex: 1 1 50%;
    }

    .catalog-grid .product-item .product-btn {
        width: 100%;
        margin-top: 10px;
    }

    .catalog-grid .product-item .product-options {
        margin-bottom: 20px;
    }

    .catalog-grid .product-item .product-bottom {
        gap: 10px;
    }

    .catalog-grid .per-day {
        font-weight: 600;
        font-size: 14px;
    }

    .product-item .product-btn .btn {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .wb-row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .grid-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .services-page .swiper-services .swiper-wrapper {
        gap: 20px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .services-page .swiper-services .swiper-wrapper .ss-item {
        min-height: 250px;
        padding: 15px;
    }

    .sp-wrapper .sp-btn {
        flex-direction: column;
    }

    .sp-wrapper .sp-btn .btn {
        max-width: 100%;
        width: 100%;
    }

    .sib-wrapper .si-left {
        min-height: clamp(18.125rem, 12.146rem + 25.51vw, 24.375rem);
    }

    .start-screen .slide-bg {
        object-position: 75%;
    }

    .si-btn .btn {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-wrapper .header-menu-inner {
        background-position: 50%;
    }

    .archive #faq {
        margin-bottom: 70px;
    }

    #contacts .f-contacts {
        display: flex;
        flex-direction: column;
    }
    
    #contacts h2.heading-2 {
        margin-bottom: 8px;
        order: 1;
    }

    #contacts .f-contacts .f-descr {
        margin-bottom: 32px;
        order: 2;
    }
    #contacts .f-btn {
        margin-bottom: 52px;
        order: 3;
    }
    #contacts .f-cont {
        margin-bottom: 30px;
        order: 4;
    }
    #contacts .f-help {
        margin-bottom: 28px;
        order: 5;
    }
    #contacts .att {
        order: 6;
    }
    .f-contacts .f-btn .btn {
        gap: 5px;
    }

    #faq .any-ques-content,
    #faq .aq-heading,
    #faq .aq-descr {
        text-align: left;
    }
    .dark-color[style*="03/palm.svg"] {
        background-size: 1541px 845px;
        background-position: 71% bottom;
    }
}

@media screen and (max-width: 580px) {
    #contacts .f-descr {
        max-width: 340px;
    }

    .hmb-btns .btn {
        max-width: 100%;
        width: 100%;
    }

    .block-tabs {
        flex-flow: column wrap;
    }

    .block-tabs .tab-link {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .catalog-start-cat .cat-start-img {
        margin: 3px 0;
        max-width: 360px;
        max-width: clamp(180px, 45svh, 360px);
        max-width: clamp(180px, 47svh, 360px);
        /* max-width: min(360px, calc(45svh));
        max-width: clamp(160px, calc(100svh - 450px), 320px);
        max-width: clamp(200px, calc(100svh - 420px), 360px);
        max-width: clamp(220px, calc(100svh - 400px), 380px);  */
    }
}

@media screen and (max-width: 380px) {
    .wb-row .wb-title {
        font-size: 38px;
    }

    .spp-items .spp-title {
        gap: 5px;
    }
}

@media screen and (max-width: 374px) {
    .btn.after-btn {
        padding: 0 15px;
    }

    .f-contacts .btn.after-btn {
        padding: 0 12px;
    }

    .start-screen .start-heading {
        font-size: 32px;
    }

    .wb-row .wb-title {
        font-size: 36px;
    }
}

@media screen and (max-width: 350px) {
    header .logo img {
        min-width: 70px;
        width: 70px;
        height: 27px;
    }

    header .h-btn {
        font-size: 14px;
    }
}