.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: 999999;
}
/*.waymarks .waymark-card-title{*/
/*    background: #fff;*/
/*}*/
