/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


#footer .pad_cus_footer2 {
    padding: 0 10px 7px 0!important;
}

#footer .pad_cus_footer1 {
    padding: 0 10px 7px 0!important;
    margin-top: 10px!important;
}

.phone .more_phone:hover {
    background-color: transparent;
    background-color: transparent;
}

.mobile-menu-contacts a {
    color: #333;
    color: var(--white_text_black);
    text-decoration: none;;
}

.form-control__wrapper {
    display: grid;
    grid-template-columns: 1fr .3fr 1fr;
    align-items: center;
    justify-items: center;
}

.form-control__wrapper-item {
    width: 100%;
}

.custom-error {
    color: #e62222 !important;
    font-size: 10px;
    position: absolute;
    top: 4px;
    right: 0px;
    font-weight: 400;
}

.custom-desc {
    display: flex;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 10px;
    align-items: center;
}

.custom-desc-popup {
    margin-right: 15px;
    font-size: 13px;
}

.custom-error-popup {
    color: #e62222 !important;
}

@media (max-width: 541px) {
    .form-control__wrapper {
        display: grid;
        grid-template-columns: none;
        grid-template-rows: 1fr .5fr 1fr;
        align-items: center;
        justify-items: start;
    }
}

.footer-bottom__items-wrapper {
    margin: -16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    align-items: start;
}

.footer-bottom__items-wrapper .map_link {
    color: #999;
}
.footer-bottom__item.pays span {
    display: block;
    width: 100%;
    color: #999;
    text-align: center;
}
.footer-bottom__item.pays a {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.footer-bottom__item.pays a span {
    width: 50%;
    text-align: end;
}
.footer-bottom__item {
    width: 100%;
}
@media (max-width: 767px) {
    .footer-bottom__item.pays a {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .footer-bottom__item.pays a span {
        width: 50%;
        text-align: center;
    }
}
.product-detail-gallery__container {
    position: relative;
}
.product-detail-gallery__container .owl-carousel {
    position: unset!important;
}

.product-detail-gallery__container:hover .owl-nav, .owl-carousel.visible-nav .owl-nav {
    left: -18px;
    right: -18px;
    visibility: visible;
    margin-top: 0;
}

.d-n-custom {
    display: none!important;
}

.table-view .item-icons.s_1 {
    width: 99px;
}


.btns.bottom-banner {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: calc(50% - 20px);
}

@media (min-width: 768px) {
    .btns.bottom-banner .mob-c {
        display: none!important;
    }

    .mob-banner-cus {
         display: none!important;
    }

}
@media (max-width: 767px) {
    .btns.bottom-banner .desc-c {
        display: none!important;
    }

    .btns.bottom-banner .btn {
        padding: 12px 16px 11px;
    }
    .btns.bottom-banner .mob-c {
        display: inline;
    }

    .desc-banner-cus {
        display: none!important;
    }
    .mob-banner-cus {
        display: block;
    }

}
@media (max-width: 541px) {
    .mob-fix-cus {
        display: block;
        max-width: 130px;
        overflow: hidden;
    }
}
@media (max-width: 450px) {
    .mob-fix-cus {
        display: block;
        max-width: 95px;
        overflow: hidden;
    }
}

.product-properties-wrapper {
    display: flex;
    flex-direction: column;
}

.product-properties-wrapper .product-prop {
    display: flex;
    max-width: 50%;
    margin-bottom: 5px;
}

.product-properties-wrapper .product-prop--title {
    flex: 0 0 50%;
    font-weight: 700;
}

.product-properties-wrapper .product-prop--value {
    flex: 0 0 50%;
}
@media (max-width: 767px) {
    .product-properties-wrapper .product-prop {
        max-width: 100%;
    }
}

.top_block .h3-custom, .custom-title .h3-custom {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: var(--white_text_black);
    font-size: 1.6em;
    line-height: 1.126em;
    font-weight: 400;
    font-family: Montserrat,Arial,sans-serif;
    display: inline-block;
    margin: 0px 38px 0px 0px;
}

.custom-title .h4-custom {
    font-family: Montserrat,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.126em;
    font-size: 1.333em;
    margin: 36px 0 26px;
    color: var(--white_text_black);
    margin-top: 0px;
}

.custom-title .h2-custom {
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: Montserrat,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.126em;
    color: var(--white_text_black);
    margin: 0;
    font-size: 24px;
}

.font_md.bold-custom {
    font-weight: 600;
}

.muted777.hover-custom:hover, .sect-link.hover-custom:hover{
    color: #f2722c!important;
}

.address-flex {
    display: flex;
    flex-direction: column;
}

.address-flex__title {
    font-weight: 700;
}

.mega_fixed_menu .phone .more_phone a {
    padding: 6px 22px 18px;
}


.custom-tooltip-content ul ,
.list-style-type-none {
    list-style-type: none!important; /* Убирает буллиты */
    margin: 10px 0 10px!important;
}

.custom-tooltip-content p {
    margin: 0!important;
}

.list-style-type-none li:before {
    content: none!important;
}

.custom-tooltip {
    position: relative;
    cursor: pointer;
    text-decoration: underline dashed!important; /* Подчеркнутый пунктиром */
}

.custom-tooltip-content {
    position: absolute;
    background-color: #5e5b5b;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s, transform 0.3s;
    pointer-events: none;
    z-index: 1000;
    white-space: nowrap;
}

.custom-tooltip-content.show {
    opacity: 0.7;
    transform: translateY(0);
    pointer-events: auto;
}

.legacy-cookie > div {
    align-items: flex-start;
}

.legacy-cookie img {
    margin-left: auto;
    margin-top: 0;
}

.legacy-cookie__text {
    text-align: center;
} 