

/* Start:/local/templates/eurochemical_main/styles/news.css?17803068396205*/
.news-page {
    padding-top: 162px;
    min-height: calc(100vh - 300px);
}

.news-highlight__title {
    max-width: calc(100% - 60px);
    margin-bottom: 32px;

    font-size: 32px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
}

.news-highlight {
    margin-bottom: 80px;
}

.news-highlight__container {
    display: flex;
    gap: 24px;
}

.news-highlight__lasted {
    max-width: calc(50% - 12px);
}

.lasted__news-card {
    width: 100%;
}

.lasted__pic-block {
	max-height: unset;

}

.lasted__pic {

}

.lasted__text-block {
    margin-top: 16px;
    position: relative;
}

.lasted__date {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--color-font-second-light);
}

.lasted__link {

}

.lasted__title {
	max-width: calc(100% - 45px);
}

.lasted__desc {

}

.lasted__btn {
    margin-top: 24px;
    padding: 14.5px 53.5px;
}

.news-highlight__hot {
    max-width: calc(50% - 12px);
}

.hot__news-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hot__news-item {
    width: 100%;
    border-radius: 8px;
    background: var(--bg-color-card);
}

.hot-news__card-link {

}

.hot-news {
    padding: 16px;
}

.hot-news__body {

}

.hot-news__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0%;
    font-style: Medium;
}

.hot-news__desc {

}

.news-card__footer {

}

.hot-news__link {

}

.hot-news__date {
    font-size: 11px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    font-style: Regular;
    color: var(--color-font-second-light);
}

.news__container_desktop {
    display: block;
}

.news__container_mobile {
    display: none;
}

.news__container_desktop .news__list {

}

.news__container .news__item {
    display: flex;
    flex-direction: column;
}

.news__container .news-card__title {
    min-height: 41px;
}

.news__container .news-card__image-wrapper {
    margin-bottom: 16px;
  max-width: 100%;
  max-height: 280px;
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
}

.news__container .news-card__body {
    margin-top: 0;
}

@media(max-width: 900px) {
    .news-page {
		padding-top: 100px;
	}
	.news-highlight {
		margin-bottom: 64px;
	}
    .news-highlight__container {
        flex-direction: column;
    }
    .news-highlight__title {
        display: none;
    }
    .news-highlight__lasted {
        max-width: 100%;
    }
    .news-highlight__hot {
        max-width: 100%;
    }
    .news__container_desktop {
        display: none;
    }
    .news__container_mobile {
        display: block;
    }
	.lasted__btn {
		width: 100%;
	}
	.lasted__title {
		font-size: 14px;
	}
	.news__container .news-card__title {
		min-height: fit-content;
	}
}



.news-detail {
    max-width: 857px;
    padding-top: 162px;
}

.news-detail__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-detail__title {
    margin-bottom: 16px;

    font-size: 32px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
    text-align: center;
}

.news-detail__date {
    margin-bottom: 24px;

    font-size: 16px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
    text-align: center;
    color: var(--color-font-second-light);
}

.news-detail__key-message {
    margin-bottom: 32px;

    font-size: 18px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
    text-align: center;
}

.news-detail__img {
    width: 100%;
    margin-bottom: 32px;
    border-radius: 8px;
}

.news-detail__text {
    margin-bottom: 48px;
}

.news-detail__text h4 {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
}

.news-detail__text p {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    font-style: Regular;
}

.news-detail__text p.accent {
    font-size: 16px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
}

.news-detail__text ul {
    margin-top: 16px;
    list-style: square;
}

.news-detail__text li {
    margin-left: 24px;

    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    font-style: Regular;
}

.news-detail__text li::marker {
    font-size: 24px;
    transform: translateY(-50%);
    color: var(--color-font-action-link);
}

.news-detail__share-block {
    width: 100%;
    margin-bottom: 48px;
    padding: 32px 86px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background: var(--bg-color-card);
}

.share-block__logo {
    width: 100%;
    max-width: 306px;
    height: fit-content;
}   

.share-block__links-block {
    
}

.share-block__title {
    margin-bottom: 16px;

    font-size: 20px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
    text-align: center;
}

.share-block__links {
    display: flex;
    gap: 16px;
}

.share-block__link {
    width: 33px;
    height: 33px;
}

.share-block__link img {
    width: 100%;
    height: 100%;
}

.news-detail__bottom {
    max-width: 416px;
}

.news-detail__bottom-btn {
    width: 100%;
    margin-bottom: 16px;
}

.news-detail__bottom-text {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0%;
    font-style: Medium;
    text-align: center;
    color: var(--color-font-second-light);
}

@media(max-width: 900px) {
	.news-detail {
		padding-top: 100px;
	}
}

@media(max-width: 767px) {
    .news-detail__share-block {
        padding: 22px 27px;
        flex-direction: column;
        gap: 18px;
    }
	.news-detail__title {
		width: 100%;
		font-size: 18px;
		text-align: left;
	}
	.news-detail__date {
		width: 100%;
		font-size: 12px;
		text-align: left;
	}
	.news-detail__key-message {
		font-size: 14px;
		text-align: left;
	}
	.news-detail__text p.accent {
		font-size: 14px;
	}
}

/* End */


/* Start:/local/templates/eurochemical_main/components/bitrix/news.list/lasted-news/style.css?1779453617150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/eurochemical_main/components/bitrix/news.list/hot-news/style.css?1779453621150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/eurochemical_main/components/bitrix/system.pagenavigation/main-pager/style.css?1779453626936*/
.pagination-blog{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 8px;
    margin-top: 64px;
}
.pagination-blog_links{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-left: 16px;
    margin-right: 16px;
}
.btn.btn-pagination{
    background-color: transparent;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    color: var(--main-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border:1px solid var(--main-color);
}
.btn.btn-pagination-link{
    background-color: var(--white);
    width: 28px;
    height: 28px;
    border-radius: 4px;
    color: var(--black);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border:1px solid var(--stroke);
}
/* End */


/* Start:/local/templates/eurochemical_main/components/bitrix/news.list/news-list/style.css?1779453621150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/eurochemical_main/styles/news.css?17803068396205 */
/* /local/templates/eurochemical_main/components/bitrix/news.list/lasted-news/style.css?1779453617150 */
/* /local/templates/eurochemical_main/components/bitrix/news.list/hot-news/style.css?1779453621150 */
/* /local/templates/eurochemical_main/components/bitrix/system.pagenavigation/main-pager/style.css?1779453626936 */
/* /local/templates/eurochemical_main/components/bitrix/news.list/news-list/style.css?1779453621150 */
