

/* Start:/bitrix/components/sporina/cookie.notification/templates/.default/style.css?17652285832307*/
.sporina-cookie-notification {
    position: fixed;
    z-index: 99;
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 15px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.sporina-cookie-right {
    bottom: 20px;
    right: 20px;
    left: auto;
    max-width: 420px;
}

.sporina-cookie-left {
    bottom: 20px;
    left: 20px;
    right: auto;
    max-width: 420px;
}

.sporina-cookie-content {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sporina-cookie-text {
    flex: 1;
}

.sporina-cookie-policy-link {
    color: #3498db;
    text-decoration: underline;
    margin-left: 5px;
}

.sporina-cookie-policy-link:hover {
    text-decoration: none;
    color: #5dade2;
}

.sporina-cookie-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    flex-direction: column;
}

.sporina-cookie-btn {
    padding: 8px 16px;
    border: none;
    
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.sporina-cookie-accept {
    background-color: #27ae60;
    color: #ffffff;
}

.sporina-cookie-accept:hover {
    background-color: #2ecc71;
    transform: translateY(-1px);
}

.sporina-cookie-decline {
    background-color: #e74c3c;
    color: #ffffff;
}

.sporina-cookie-decline:hover {
    background-color: #c0392b;
    transform: translateY(-1px);
}

.sporina-cookie-notification {
    transition: transform 300ms ease-in-out;
}

.sporina-cookie-notification.sporina-cookie-hidden {
    transform: translateY(100%);
}

/* Для левой/правой позиции достаточно сдвига вниз */

@media (max-width: 768px) {
    .sporina-cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .sporina-cookie-buttons {
        width: 100%;
        justify-content: center;
        flex-direction: row;
    }
    
    .sporina-cookie-btn {
        flex: 1;
        max-width: 150px;
    }
}

/* End */


/* Start:/local/templates/profine/template_styles.css?17652285974444*/
.left-footer__logo img.logo2 {margin-left: 6px}
.images-product__container {max-width: 1100px !important}
.slist {
    font-size: 15px;
    line-height: 24px;
    color: #444;
    font-weight: 300;
}
.slist li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 7px;
}
.slist li:before {
    display: block;
    position: absolute;
    top:3px;
    left: 0px;
    content: '.';
    font-size: 30px;
    line-height: 1px;
    color: #ff0000;
}

.form-result {
    padding: 20px 0 0 0;
    font-weight: bold;
}

.form-result._error {color: #ff0000}
.form-result._success {color: green}

.header {top:-1px}
.bottom-tabs__characteristic-title {margin-bottom: 22px}
.bottom-tabs__descr p {margin-bottom: 35px; margin-right: 10px}
.tabs__descr {margin-bottom: 68px}

.swiper-wrapper._centered{
    justify-content: center;
}

.services-tabs {
    flex-wrap: nowrap;
}
.services-tabs__image img {
    width: auto !important;
    height: auto !important;
    max-width: 600px;
}
.leftText {

}
.services-tabs__body ul.nodot li::before {
    display: none;
    margin:0px
}

.indx, a.indx {color: #fff !important}
.services-float .services-tabs__image {text-align: right}
.tabs__slide-title {text-transform: capitalize}
.nd__item ul li {font-size: 17px;
    color: #101010;
    font-weight: 300;
}

.thumb__image::before {
    background-repeat: repeat;
    background-size: cover;
}

.nd__item ul.ff {margin-top: -45px}
.nd__item ul li {padding: 11px 0}
.nd__item ul h3 {text-transform: uppercase; font-weight: bold; font-size: 18px; margin: 30px 0 20px 0}

.workers__email.ph {margin-bottom: 7px; font-size: 15px}

.forms .form-popup__inputs {width: 100%}
.forms .select._select-placeholder .select__title {color: #aeadad;}
.forms .select__title {font-size: 13px; border: 1px solid #aeadad; color: #aeadad; background: #fff; padding: 13px 20px; border-radius: 0;  font-family: Roboto,sans-serif}

.sporina-cookie-right {max-width: 97% !important}
.form__preview-close {margin-right: 10px}
.forms .select._select-placeholder .select__title {color: #414141 !important}

.right-footer__policy {font-size: 11px !important}

.bottom-header__search {display: none}
.form-popup__input textarea {height: 80px !important}
.form-popup__top {gap: 30px !important}
.form-popup form p {margin-top: 20px !important}

#success-form .form-popup__title {font-size: 18px; text-align: center; }
.s_title {font-size: 34px; font-weight: 300}
.s_title span {color: #ff0000}
.s_ico {padding: 15px 0}

@media (max-width: 767.98px) {
    .top-header__logo img.logo1 {
        height: 25px;
    }
    .top-header__logos span {
        font-size: 14px;
        line-height: 16px;
    }
    .select__content {
        font-size: 14px;
    }
    .form-popup__input textarea {
        height: 40px !important;
    }
    .form-popup__top {
        gap: 20px !important
    }
    .form-popup__input textarea {
        padding: 0px !important;
    }
    .nd__item ul li, .nd__item ul li a {
        font-size: 13px;
    }
    .consulting-services__button {
        width: auto;
    }

    .services-tabs__image img {
        max-height: 270px;
    }
}

@media (max-width: 480px) {
    .block-chat-bot__image img {
        width: 92%;
    }
    .services-tabs__image img {
        width: 100% !important;
        height: auto !important;
        /*max-height: 270px;*/
    }
    .installation-stage__image img {
        min-height: auto;
    }

}
.installation-stage__column_active .installation-stage__title {
    border: 3px solid #e50707
}

.right-footer__social a {line-height: 10px}
.right-footer__social svg {
    position: relative;
    left: -1px;
}
.partners__image {border:0px}
.material__image {height: 440px}
@media (max-width:991.98px) {
    .material__image {height: 332px}
}

.partners__body {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.partners__body .partners__column {
    flex: 1 1 calc(50% - 10px); /* два элемента в ряд с учётом gap */
    box-sizing: border-box;
}
@media (max-width: 767.98px) {
    .partners__body {
        display: block;
    }
    .material__button,
    .banner__button,
    .products__button,
    .calculator__button,
    .banner-nd__button,
    .main-products .banner-nd__button{
        width: auto;
    }
}
/* End */
/* /bitrix/components/sporina/cookie.notification/templates/.default/style.css?17652285832307 */
/* /local/templates/profine/template_styles.css?17652285974444 */
