.block-modal {
    max-width: 800px;
}

.block-modal__title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
}

.block-modal__content {
    margin-bottom: 1rem;
}

.block-modal__content p {
    margin-bottom: .25rem;
    font-size: 1rem;
    line-height: 1rem;
    color: #444;
}

.block-modal__button {
    display: block;
    margin: 0 auto;
}

.catalog_link_img {
    margin-top: 0 !important;
}

.block-header {
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;*/
    margin-bottom: 10px;
}

.header__title {

}

.header__banner {

}

.header__banner-image {

}

.header__banner-image img {
    max-width: 100%;
}

@media screen and (max-width: 812px) {
    .block-header ,
    .header__title{
        margin-bottom: 16px;
    }
}