footer .contacts-row .params a,
footer .contacts-row .params span,
footer .contacts-row dl dt,
footer .contacts-row dl dd {
    color: #6d6d6d;
}

.simple-text p {
    margin-bottom: 10px;
}
.simple-text h1,
.simple-text h2,
.simple-text h3,
.simple-text h4,
.simple-text h5,
.simple-text h6
{
    margin-top: 15px;
    margin-bottom: 15px;
}
.simple-text h4
{
    font-size: 18px;
    font-weight: 400;
}

.simple-text ul li {
    list-style-type: disc;
    margin-left: 10px;
    padding: 0;
    font-size: 18px;
    color: #a1a1a1;
    font-weight: 700;
    line-height: 120%;
}

.simple-text a,
.simple-text a:hover,
.simple-text a:visited {
    color: #b80000;
}
.white-section .simple-text h2 {
    max-width: none;
}

@media (max-width : 400px) {
    .simple-text h2 {
        font-size: 24px;
        font-weight: 600;
    }
    .simple-text h3,
    .simple-text h4,
    .simple-text h5,
    .simple-text h6,
    .white-section .simple-text.row p {
        font-weight: 600;
        font-size: 16px;
    }
    .simple-text ul li {
        font-weight: 600;
    }
    .contacts-modal .modal-title {
        font-size: 34px;
    }
}

#cookies {
    bottom: 0;
    margin: 0;
    padding: 20px;
    background-color: #874f4f;
    position: fixed;
    width: 100%;
    opacity: 0.9;
    z-index: 999;
    color: #FFFFFF;
    text-align: left;
    font-size: 14px;
    border: 1px solid #B80000;
}
#cookies a, #cookies a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
#cookies a:hover {
    color:#B80000;
}
#cookies .cookies-hide {
    text-align: center;
    padding-top: 20px;
}
#cookies .cookies-hide a {
    padding: 3px 10px;
    border: 1px solid white;
    text-decoration: none;
}
.projects-section .overlay.sold {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    background-color: rgba(121,27,27,.5);
}