.cookies {
    position: fixed;
    z-index: 8000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px 25px;
    background: #e1e1e1;
    border-radius: 10px;
    color: #000;
}
.cookies__grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookies__mobile {
    display: none;
}

.cookies__desktop {
    display: block;
}

.cookies__desc {
    margin-right: 25px;
}

.cookies__desc p {
    margin: 0;
    font-size: 13px ;
    color: #000;
}

.cookies__desc a {
    color: #D12929 !important;
}

.cookies__desc a:hover {
    color: #D12929 !important;
}

.cookies__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cookies__how {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 36px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    transition: 0.3s linear;
    border-radius: 6px;
}
.cookies__how:hover {
    border-color: #D12929;
    background: #D12929;
    color: #fff;
}
.cookies__agree {
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 36px;
    background: #D12929;
    font-size: 18px;
    color: #fff;
    transition: 0.3s linear;
}
.cookies__agree:hover {
    background: #D12929;
}

@media screen and (max-width: 1399px) {
    .cookies {
        left: 0;
        transform: none;
    }
}

@media screen and (max-width: 991px) {
    .cookies__grid {
        grid-template-columns: 30px 1fr 154px;
    }
    .cookies__btns {
        flex-direction: column;
    }
    .cookies__agree {
        width: 154px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 575px) {
    .cookies__mobile {
        display: block;
    }
    
    .cookies__desktop {
        display: none;
    }

    .cookies {
        padding: 20px 0;
    }
    .cookies__grid {
        flex-direction: column;
    }

    .cookies__agree {
        margin-top: 0;
    }

    .cookies__desc {
        margin-right: 0;
        margin-bottom: 25px;
    }
    
    .cookies__desc p, .cookies__desc a {
        font-size: 18px ;
        font-family: "Inter";
        line-height: 1.3;
    }
}

@media screen and (max-width: 370px) {
    .cookies__how {
        width: 140px;
        font-size: 14px;
    }
    .cookies__agree {
        width: 140px;
        font-size: 16px;
    }
}

.product-page-fs-header .product-page-description {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 30px;
    padding-left: 0;
}

.product-page-fs-header .product-page-fs-introtext {
    font-size: 16px;
    line-height: 1.3;
}

.section-description {
    margin: 50px 0 100px 0;
}

.section-description p,
.section-description li {
    font-size: 18px;
}

.contacts {
    margin-top: 30px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.contacts .contacts-item {
    width: calc(50% - 30px);
}

.contacts-page-items .item-key {
    font-size: 16px;
    font-weight: normal;
    color: #6E6E6E;
}

.contacts-page-items .item-value {
    font-size: 16px;
    font-weight: normal;
}

.contacts-map {
    margin-top: 80px;
}

.contacts .phone-item {
    padding-bottom: 10px;
}

.logo-text {
    width: 249px;
    height: 55px;
    background-image: url('/bitrix/templates/roofstone/images/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-text a {
    font-family: 'Prosto One';
    font-size: 30px;
    color: #D12929;
    text-decoration: none;
    font-weight: 700;
    font-weight: 600;
    margin-top: 8px;
    margin-left: 43px;
}

.logo-text a span {
    color: #fff;
}

.simpleagreement {
    margin: 15px 0;
}

.header-bottom__right-form .btn:hover {
    background-color: #6a5454;
}


.simpleagreement a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255, 0.5);
}

.simpleagreement a:hover {
    border: 0;
}

@media screen and (max-width: 991px) {
    .header-bottom__right-form .form-group {
        margin-bottom: 15px;
    }
}

.portfolio-image.porfolio-large {
    width: 100%;
    justify-content: center;
    gap: 30px;
}

.portfolio-image.porfolio-large a.item {
    width: 330px;
    height: 220px;
}

@media screen and (max-width: 1200px) {
    .portfolio-image.porfolio-large a.item {
        width: 330px;
        height: 220px;
    }
}

@media screen and (max-width: 1100px) {
    .portfolio-image.porfolio-large a.item {
        width: 460px;
        height: 320px;
    }
}

@media screen and (max-width: 1000px) {
    .portfolio-image.porfolio-large a.item {
        width: 100%;
        height: 400px;
    }
}

.portfolio-image a.slick-prev,
.portfolio-image a.slick-next {
    width: 36px;
    height: 36px;
} 