.new-year {
    padding-bottom: 5rem;
    min-height: auto;
}
.new-year-text {
    width: 70rem;
}
@media (max-width: 991px){
    .new-year {
        min-height: auto;
    }
    .new-year-text {
        width: auto;
    }
    .banner-soz-seti {
        margin-top: 9rem;
    }
}
.modal-dialog {
    width: 45rem;
    height: 60rem;
    /*background-image: url(<?=$arFile['SRC']?>);*/
    background-size: cover;
    border-radius: 2rem;
}
@media only screen and (max-width: 767px) {
    .modal-dialog {
        background-size: contain;
        background-repeat: no-repeat;
        max-width: 100%;
    }

}

.banner-soz-seti {
    margin-top: 12rem;
}

