.loadings{
    background: url(../images/preloader.gif) no-repeat scroll center center rgba(0,0,0,0) !important;
    border-color: transparent !important;
    color: transparent !important;
    cursor: default !important;
}

.page .page-content .page-col-right > div .section{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.page-row + div{
    margin-top: 75px;
}

.page-row + div .projects {
    border: none;
    position: relative;
    padding-top: 100px;
}

.page-row + div .projects::before {
    content: "";
    position: absolute;
    top: 0;
    right: var(--container-gutters);
    left: 9.2%;
    height: 1px;
    background-color: var(--border);
}

@media (max-width: 1199px) {
    .header-menu {
        z-index: 9999;
    }
}
.header-cart-btn::after {
    display: none;
}
.header-cart-btn:not(.basket-empty)::after {
    display: flex;
}
.color-red{
    color: rgb(239 99 20);
}
.waymarks-card .waymark-card-pic > img{
    height: auto;
}

.services-hat .services-hat-pic{
    max-width: 300px;
}

@media screen and (max-width: 1399.98px) {
    .services-hat .services-hat-pic {
        max-width: 192px;
    }
}
@media screen and (max-width: 767.98px) {
    .services-hat .services-hat-pic {
        max-width: 275px;
    }
}
.catalog-list .products-card-piclink, .catalog-list .products-card-piclink picture, .catalog-list .products-card-piclink img,
.products .products-card-piclink, .products .products-card-piclink img, .products .products-card-piclink picture{
    display: flex;
    width: auto;
    height: 100%;
    justify-content: center;
    text-align: center;
    max-height: 250px;
    aspect-ratio: unset;
    object-fit: contain;
}
.about-advantage .testimonials .section-tpl__heading, .about-advantage .testimonials .section-tpl__single-nav{
    display: none;
}
.about-advantage .swiper-slide{
 margin: 10px 10px;
}

@media screen and (max-width: 767.98px) {
    .about-advantage .testimonials .section-tpl__single-nav{
        display: flex;
    }
}

button:disabled {
    background-color: #ececec;
    color: #666666;
    cursor: not-allowed;
    border-color: #ececec;
}

button:disabled:hover {
    background-color: #ececec;
    color: #666666;
    border-color: #ececec;
}

div .b24-widget-button-position-bottom-right {
    right: 40px;
    bottom: 135px;
}
.contacts-pin{
    z-index: 10150;
}
@media screen and (max-width: 1399.98px) {
    .hightlights-card-pic, .hightlights-card-pic > img {
         aspect-ratio: 452 / 201;
    }
}


.table--striped-new {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}
.table--striped-new th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
}
.table--striped-new td {
    border: 1px solid #dddddd;
    padding: 5px;
}
.table--striped-new tr td{
    padding: 8px 15px;
}

.comprehensive-photo > img{
    height: 400px !important;
}

@media screen and (max-width: 1199.98px) {
    .comprehensive-photo > img{
        height: 300px !important;
    }
}
@media screen and (max-width: 600px) {
    .comprehensive-photo > img{
        height: 200px !important;
    }
}
.pagination-nav-list .prev, .pagination-nav-list .next{
    display:none;
}

/*.waymarks .waymark-card-title{*/
/*    background: #fff;*/
/*}*/

:root{
    --header-offset-compact: 80px;
}
@media screen and (max-width: 1399.98px) {
    :root {
        --header-offset-compact: 70px;
    }
}

/* Компактный отступ для header */
@media screen and (min-width: 1200px) {
    .header.is-compact ~ .header-offset {
        padding-top: var(--header-offset-compact);
    }
}

/* Компактный режим header - только верхняя часть с контактами */
/* Применяется только на десктопе (min-width: 1200px) */
@media screen and (min-width: 1200px) {
    .header.is-compact .header-bottom {
        display: none;
    }

    .header.is-compact .header-top {
        border-radius: 20px;
        padding: 8px 15px;
    }

    @media screen and (max-width: 1399.98px) {
        .header.is-compact .header-top {
            height: 50px;
            border-radius: 10px;
            padding: 6px 15px;
        }
    }

    /* Анимация для плавного перехода */
    .header-bottom {
        transition: opacity var(--transition), transform var(--transition);
    }

    .header.is-compact .header-bottom {
        opacity: 0;
        transform: translateY(-100%);
        pointer-events: none;
    }

    .header-top {
        transition: height var(--transition), border-radius var(--transition), padding var(--transition);
    }
}

.header-menu__location {
    bottom: calc(100% - 60px);
}
@media screen and (max-width: 1399.98px) {
    .header-menu__location {
        bottom: calc(100% - 52px);
    }
}
@media screen and (max-width: 1199.98px) {
    .header-menu__location {
        position: absolute !important;
        bottom: calc(100% - 140px);
        z-index: 99999;
    }
    .header:not(.is-selected) .header-menu__location{
        display: none;
    }
}
@media screen and (max-width: 575.98px) {
    .header-menu__location {
        bottom: calc(100% - 127px);
    }
}
.search-panel {
    bottom: calc(100% - 60px);
}
.rental-days-label{
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    color: #a1a1a1;
    text-align: center;
    font: italic 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-col-right .section:not(.tabs-panel .section):first-child{
    padding-top: 0px !important;
}