

/* Start:/local/templates/.default/components/bitrix/news.detail/articles/style.css?16383416321783*/
.articles-other.container-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 4;
	padding-bottom: 75px;
	padding-top: 20px;
}

.articles-other.container-big .articles-other__title{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 29px;
	letter-spacing: 0.6px;
	color: #169AAF;
	text-align: left;
    width: 100%;
    margin-bottom: 22px;
}

.articles-other.container-big .article-container__link-other-article{
	background: #49DBEA;
    box-shadow: 0px 8px 16px rgba(4, 209, 240, 0.44);
    border-radius: 30px;
    color: #fff;
    font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	width: 281px;
    height: 58px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin: 0;
}

.articles-other.container-big .article-preview {
    margin-bottom: 40px;
}

body .article-container.container{
	max-width: 600px;
}

@media (min-width: 1200px){
	.article-container.container {
		max-width: 922px;
	}
}

@media (min-width: 992px){
	.article-container.container {
		max-width: 922px;
	}
	.articles-other.container-big{
		padding-bottom: 50px;
		padding-top: 0px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news.detail/articles/style.css?16383416321783 */
