<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.promo {
    background-image: url('img/image1.png');
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
    min-height: 580px;
    max-height: 800px;
}

.promo-text-block {
    color: white;
}

.promo_title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: center;

}

.promo_text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;

}

.promo::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 30%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 29.22%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.description {
    background: unset;
}

.description__title {
    text-transform: none;
    font-size: 48px;
    font-style: normal;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left;

}

.description_text {

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;

}



.promo-text-block {
    position: absolute;
    top: 110px;
    z-index: 2;
    left: 0;
    right: 0;
}

.card-map {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 41px;
    padding-left: 40px;
    height: 317px;
    color: white;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;

}

.card_1 {
    background-image: url('img/image4.png');

}

.card_2 {
    background-image: url('img/image5.png');
}

.card_btn {
    background-color: unset;
    color: white;
    border: 1px solid white;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    width: 225px;
}

.services__item {
    margin-bottom: 100px;
}

.block_res {
    background-color: #F5F5F5;
    padding-top: 100px;
    padding-bottom: 100px;

}

.block_res-title {

    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;

}

.block_res-btn {
    background-color: #E3000B;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    border: unset;

}

@media (max-width: 768px) {
    .description__title {

        line-height: 40px;
        font-size: 36px;


    }
    .promo-text-block {

        top: 160px;

    }
}</pre></body></html>