

/* Start:/local/templates/main_new_light/assets/css/article-banner.css?17697948551938*/
/**
 * Текстовый баннер (include: article_banner.php)
 * Фон: /local/templates/main_new_light/img/fonnew.png
 */
.article_banner_section {
    margin-top: -90px;
	margin-bottom: 120px;
}
.article-banner {
    position: relative;
    width: 100%;
    min-height: 184px;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.article-banner__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    padding: 28px 40px;
    min-height: 184px;
    position: relative;
    z-index: 1;
}

.article-banner__title {
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    line-height: 1.35;
    color: #333333;
    font-size: 44px;
}

.article-banner__btn{
	padding: 1rem;
    background-color: #ffffff;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    color: #282321;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in;
    border-radius: 7px;
    background-image: url(/local/templates/main_new_light/img/Pattern.svg);
    background-position: center 112%;
    background-repeat: repeat-x;
    flex: 0 0 auto;
    font-weight: bold;
    min-width: 222px;
}
.article-banner__btn:hover{    
	background-color: #282321;
    color: #E6E1CE;}
@media (max-width: 1200px) {
	.article_banner_section {
    margin-top: -20px;
    margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
    .article-banner__inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 20px;
    }

    .article-banner__title {
        font-size: 30px;
    }

    .article-banner__btn {
        min-width: 140px;
        padding: 12px 24px;
        font-size: 15px;
    }
	.article-banner {
    background-position: left;
	}
	.article-banner__btn {
        min-width: 100%;
        font-size: 16px;
    }

}

/* End */
/* /local/templates/main_new_light/assets/css/article-banner.css?17697948551938 */
