<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.consultation-row{
    width: 100%;
    height: 570px;
    -webkit-box-shadow: 0 0 5px 1px #dedede;
    -moz-box-shadow: 0 0 5px 1px #dedede;
    box-shadow: 0 0 5px 1px #dedede;
    background: #FEFEFE url("/local/templates/main15/img/consult.jpg") no-repeat bottom center;
    background-size: cover;
}
.consultation-row .consult-column{
    padding-top: 45px;
    position: relative;
}
.consultation-row .consult-phone{
    margin-top: 25px;

}
.consultation-row .consult-text{margin: 25px 0;}

@media (min-width: 768px) and (max-width: 991px) {
    .consultation-row .row{padding: 0 18px;}
    .consultation-row .consult-phone{font-size: 38px;}
}
@media (max-width: 767px) {
    .consultation-row{
        height: auto;
        background: none;
        box-shadow: none;
        margin: 0 auto;
    }
    .consultation-row .consult-phone{
        font-size: 30px;
        font-weight: bold;
        margin-top: 20px;
    }
    .consultation-row .consult-column{height: auto; padding-top: 10px;}
    .consultation-row .consult-text{margin-top: 20px; padding: 0 18px;}
    .consultation-row #support{
        height: 340px;
        background: #F7FBFC url("/local/templates/main15/img/consult.jpg") no-repeat 75% 100% / 200% auto;
        padding-top: 20px;
    }
}
@media (max-width: 479px) {
    .consultation-row #support{
        background-size: 320% auto;
        background-position: 70% 100%;
    }
}</pre></body></html>