@font-face { font-family: "TTProstoSansBold"; src: url("./fonts/TTProstoSansBold.otf") format("opentype"); }

article strong, article b { font-weight: normal; font-family: "TTProstoSansBold"; }
article ul, article ol, article h2, article h3, article h4, article h5, article h6, article p { margin-bottom: 1em; }
article ul li, article ol li { margin-bottom: 0.5em; }
article h2, article h3, article h4, article h5, article h6 { text-transform: uppercase; }
article .logo-image { max-width: 100px; }

article ul:last-child,
article ol:last-child,
article p:last-child,
article ul li:last-child,
article ol li:last-child { margin-bottom: 0; }

.about__pic img {
    height: auto;
    object-fit: contain;
}

.contacts__texts,
.about__desc,
.product-forms-card-link,
.products__line-card-link {
    font-size: 18px;
}

.projects__sliders {
    position: relative;
}
.projects__sliders .swiper-slide { height: auto; }
.projects__slide {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    padding: 25px;
}
.projects__slide-logo { width: 100%; height: 200px; -o-object-fit: contain; object-fit: contain; margin: 0 auto; }
.projects__sliders-pagination { width: 100%; bottom: 0; display: flex; justify-content: center; }
.projects__sliders-pagination .swiper-pagination-bullet { flex-shrink: 0; margin-left: 4px; margin-right: 4px; }

.products__line-card-img {
    background-position: right top;
    background-size: contain;
    background-color: #f9f7ea;
}
@media screen and (max-width: 768px) {
    .projects__slide-logo {
        height: 150px;
    }
}
@media screen and (max-width: 700px) {
    .projects__sliders {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .about__pic img {
        max-height: 250px;
    }
    .products__line-card-img {
        top: 0;
    }
    .product-forms-card-link,
    .products__line-card-link,
    .contacts__texts,
    .about__desc {
        font-size: 14px;
    }
}
@media screen and (max-width: 1000px) {
    .products__line-row {
        flex-wrap: wrap;
    }
    .products__line-col {
        width: 50% !important;
        padding: 10px;
    }
}


/* cookie */
.cookies-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
}

.cookies-popup.open-cookie {
    display: block;
}

.cookies-popup-block {
    border-top: 1px solid #E8E5E3;
    background: #F2F2F2;
    width: 100%;
    padding: 24px 80px 24px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 49px;
    position: relative;
}

.cookies-popup-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #311A14;
}

.cookies-popup-text a {
    color: #A66353;
    text-decoration: none;
}

.cookies-popup-btn {
    padding: 16px 40px;
    background-color: #E60004;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}

.cookies-popup-btn:hover {
    background-color: rgb(166, 99, 83);
    color: #fff;
}

.cookies-popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
}

@media screen and (max-width: 991px) {
    .cookies-popup-block {
        gap: 60px;
    }
}

@media screen and (max-width: 767px) {
    .cookies-popup-block {
        flex-direction: column;
        padding: 44px 12px 12px;
        gap: 20px;
    }
    .cookies-popup-btn {
        width: 100%;
    }
    .cookies-popup-close {
        top: 12px;
        right: 12px;
    }
}
/* cookie конец */