

/* Start:/local/templates/belkorm/components/bitrix/news.detail/blog_detail_belkorm/style.css?16933102098679*/
.text-section {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
}
.text-section__container-news {
	max-width: 1520px;
	margin: 64px auto 30px auto;
	padding: 22px 20px 0 20px;
}
.text-section__container-filials {
	max-width: 1520px;
	margin: 131px auto 30px auto;
	padding: 22px 20px 0 20px;
}
.text-section__name {
	display: block;

	font-size: 12px;
	line-height: 140%;
	color: #606060;
}
.text-section__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 37px;
}
.text-section__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}
.text-section__wrapper-news {
	margin-bottom: 30px;
}
.text-section__title {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}
.text-section__title-news {
	max-width: 696px;
	margin-bottom: 27px;
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 136%;
	text-align: center;
	color: #454545;
}
.text-section__line {
	width: 81px;
	height: 2px;
	background-color: #c00d0d;
}
.text-section__text {
	font-size: 16px;
	line-height: 136%;
	text-align: center;
	color: #5c5c5c;
	max-width: 620px;
}
.text-section__text--news {
	margin-bottom: 23px;
	max-width: 690px;
	font-size: 15.2px;
	line-height: 140%;
}
.text-section__text--news:last-of-type {
	margin-bottom: 28px;
}
.text-section__year {
	font-size: 13px;
	line-height: 136%;
	color: #606060;
}

@media (max-width: 990px) {
	.text-section__container-filials {
		display: none;
	}
	.text-section__name {
		display: none;
	}
}
@media (max-width: 767px) {
	.text-section__title {
		margin-bottom: 24px !important;
	}
	.text-section__text {
		padding: 0 25px;
	}
}
.news-galery__container {
	max-width: 1144px;
	margin: 0 auto;
	padding: 0 20px;
}
.news-galery__swiper {
	width: 100%;
	height: 210px;
}
.news-galery__swiper--one {
	width: 358px;
}
.news-galery__swiper--two {
	width: calc((358px * 2) + 16px);
}
.news-galery__swiper .swiper-slide {
	width: 358px;
	height: 100%;
}
.news-galery__swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-galery__control {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 60px;
}
.news-galery__pagination {
	position: static;
	display: flex;
	width: unset !important;
}
.news-galery__pagination .swiper-pagination-bullet-active {
	background-color: #c00d0d !important;
}
.news-galery__pagination .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px) !important;
	width: 6px !important;
	height: 6px !important;
	background-color: #c2c2c2;
	opacity: 1 !important;
}
@media (max-width: 990px) {
	.news-galery__container {
		max-width: 772px;
	}
}
@media (max-width: 767px) {
	.news-galery__container {
		max-width: 398px;
	}
.news-galery__swiper--one,
.news-galery__swiper--two  {
	width: 320px;
}
.news-galery__swiper .swiper-slide {
	width: 320px;
}	
}
@media (max-width: 400px) {
	.news-galery__container {
		max-width: none;
		padding: 0;
		width: 100%;
	}
}
.news-comments__container {
	max-width: 857px;
	margin: 0 auto;
	padding: 0 101px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.news-comments__title {
	margin-top: 0 !important;
}
.news-comments__wrapper {
	width: 100%;
	height: 176px;
	margin-bottom: 30px;
}
.news-comments__swiper {
	width: 100% !important;
	height: 100%;
	box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.05);
}
.news-comments__swiper .swiper-slide {
	width: 100%;
	height: 100%;
	padding: 30px;
	font-family: "Open Sans";
	font-style: normal;
}
.news-comments__swiper .swiper-slide h4 {
	font-weight: 600;
	font-size: 16px;
	line-height: 136%;
	margin-bottom: 18px;
}
.news-comments__swiper .swiper-slide p {
	font-weight: 400;
	font-size: 13.2px;
	line-height: 146%;
	height: 76px;
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
}
.news-comments__button {
	width: 28px;
	height: 28px;
	background-color: #47474d;
	border-radius: 50%;
	position: absolute;
	top: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.news-comments__button--prev {
	left: 0;
}
.news-comments__button--next {
	right: 0;
}
.news-comments__block {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px;
}
.news-comments__control {
	display: flex;
	align-items: center;
}
.news-comments__add {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: "Open Sans";
	font-style: normal;
}

.news-comments__add textarea {
	width: 656px;
	height: 134px;
	padding: 20px 30px;
	background-color: #fafafa;
	outline: none;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 136%;
}
.news-comments__add button {
	padding: 10px 64px;
	background-color: #c00d0d;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	border-radius: 4px;
}
.news-comments__authorization {
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 400;
	font-size: 13.5px;
	line-height: 136%;
	color: #5c5c5c !important;
}
.news-comments__authorization a {
	text-decoration: underline !important;
}
.news-comments__pagination {
	display: none;
	position: static;
	width: unset !important;
}
.news-comments__pagination .swiper-pagination-bullet-active {
	background-color: #c00d0d !important;
}
.news-comments__pagination .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px) !important;
	width: 6px !important;
	height: 6px !important;
	background-color: #c2c2c2;
	opacity: 1 !important;
}
@media (max-width: 990px) {
	.news-comments__button {
		position: static;
	}
	.news-comments__control {
		margin-bottom: 40px;
	}
	.news-comments__pagination {
		display: flex;
	}
	.news-comments__button--prev {
		margin-right: 32px;
	}
	.news-comments__button--next {
		margin-left: 32px;
	}
}
@media (max-width: 767px) {
	.text-section__container {
		margin-bottom: 3px;
	}
	.text-section__title-news {
		padding: 0 20px;
		margin-bottom: 21px;
	}
	.text-section__wrapper-news {
		margin-bottom: 25px;
	}
	.text-section__container-news {
		margin: 64px auto 11px auto;
	}
	.text-section__text--news {
		font-size: 11.2px;
		padding: 0 22px;
	}
	.news-comments__container {
		padding: 0 20px;
	}
	.news-comments__wrapper {
		height: unset;
		margin-bottom: 23px;
	}
	.news-comments__add {
		width: 100%;
	}
	.news-comments__add textarea {
		width: 100%;
	}
	.text-section__year {
		display: none;
	}
	.news-galery__control {
		padding-top: 24px;
		padding-bottom: 40px;
	}
	.news-comments__swiper .swiper-slide h4 {
		margin-bottom: 18px;
	}
	.news-comments__swiper .swiper-slide {
		padding: 26px;
	}
	.news-comments__authorization {
		text-align: center;
	}
	.news-comments__block {
		margin-bottom: 42px;
	}
}

.hidden {
	display: none !important;
}

.blog-modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	background-color: rgba(22, 22, 22, 0.95);
}
.blog-modal__wrapper {
	width: 100%;
	height: 100%;
}
.blog-modal__wrapper .sertificates__container {
	padding: 78px 0 !important;
	height: 100%;
}
.blog-modal__block {
	height: 680px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items:center;
	
}
.blog-modal__close {
	position: absolute;
	right: 20px;
	top: 0;
}
.blog-modal__close-block {
	position: relative;
}
.blog-modal__close-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.blog-modal__image {
	width: 1020px;
	height: 680px;
	background-color: red;
}

.blog-modal__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-modal__control {
	position: absolute;
	right: 20px;
	bottom: 0;
	display: flex;
	column-gap: 15px;
}
.blog-modal__button {
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;
}
@media (max-width: 1400px) {
	.blog-modal__block {
		height: 484px;
	}
	.blog-modal__image {
		width: 726px;
		height: 484px;
 }
}
@media (max-width: 1100px) {
	 .blog-modal__control {
	bottom: -100px;
	right: unset;
	left: 50%;
	transform: translateX(-50%);
	column-gap: 100px;
 }
}
@media (max-width: 990px) {
	.blog-modal__wrapper .sertificates__container {
		padding-top: 100px !important;
	}
	.blog-modal__close {
		top: -80px;
	}
 }
@media (max-width: 767px) {
	.blog-modal__wrapper .sertificates__container {
		padding-top: 144px !important;
	}
	.blog-modal__close {
		top: -80px;
	}
	.blog-modal__block {
		height: 214px;
	}
	.blog-modal__image {
		width: 320px;
		height: 214px;
 }	

}
/* End */


/* Start:/local/templates/belkorm/components/bitrix/news.list/comments/style.css?16933102094388*/
.news-comments__container {
    max-width: 857px;
    margin: 0 auto;
    padding: 0 101px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news-comments__title {
    margin-top: 0 !important;
}
.news-comments__wrapper {
    width: 100%;
    height: 176px;
    margin-bottom: 30px;
}
.news-comments__swiper {
    width: 100% !important;
    height: 100%;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.05);
}
.news-comments__swiper .swiper-slide {
    width: 100%;
    height: 100%;
    padding: 30px;
    font-family: "Open Sans";
    font-style: normal;
}
.news-comments__swiper .swiper-slide h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 136%;
    margin-bottom: 18px;
}
.news-comments__swiper .swiper-slide p {
    font-weight: 400;
    font-size: 13.2px;
    line-height: 146%;
    height: 76px;
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
}
.news-comments__button {
    width: 28px;
    height: 28px;
    background-color: #47474d;
    border-radius: 50%;
    position: absolute;
    top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.news-comments__button--prev {
    left: 0;
}
.news-comments__button--next {
    right: 0;
}
.news-comments__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}
.news-comments__control {
    display: flex;
    align-items: center;
}
.news-comments__add {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Open Sans";
    font-style: normal;
}

.news-comments__add textarea {
    width: 656px;
    height: 134px;
    padding: 20px 30px;
    background-color: #fafafa;
    outline: none;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 136%;
}
.news-comments__add input {
    padding: 10px 64px !important;
    background-color: #c00d0d !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #ffffff !important;
    border-radius: 4px !important;
}
.news-comments__authorization {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    font-size: 13.5px;
    line-height: 136%;
    color: #5c5c5c !important;
}
.news-comments__authorization a {
    text-decoration: underline !important;
}
.news-comments__pagination {
    display: none;
    position: static;
    width: unset !important;
}
.news-comments__pagination .swiper-pagination-bullet-active {
    background-color: #c00d0d !important;
}
.news-comments__pagination .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px) !important;
    width: 6px !important;
    height: 6px !important;
    background-color: #c2c2c2;
    opacity: 1 !important;
}
@media (max-width: 990px) {
    .news-comments__button {
        position: static;
    }
    .news-comments__control {
        margin-bottom: 40px;
    }
    .news-comments__pagination {
        display: flex;
    }
    .news-comments__button--prev {
        margin-right: 32px;
    }
    .news-comments__button--next {
        margin-left: 32px;
    }
}
@media (max-width: 767px) {
    .text-section__container {
        margin-bottom: 3px;
    }
    .text-section__title-news {
        padding: 0 20px;
        margin-bottom: 21px;
    }
    .text-section__wrapper-news {
        margin-bottom: 25px;
    }
    .text-section__container-news {
        margin: 64px auto 11px auto;
    }
    .text-section__text--news {
        font-size: 11.2px;
        padding: 0 22px;
    }
    .news-comments__container {
        padding: 0 20px;
    }
    .news-comments__wrapper {
        height: unset;
        margin-bottom: 23px;
    }
    .news-comments__add {
        width: 100% !important;
    }
    .news-comments__add textarea {
        width: 100%;
    }
    .text-section__year {
        display: none;
    }
    .news-galery__control {
        padding-top: 24px;
        padding-bottom: 40px;
    }
    .news-comments__swiper .swiper-slide h4 {
        margin-bottom: 18px;
    }
    .news-comments__swiper .swiper-slide {
        padding: 26px;
    }
    .news-comments__authorization {
        text-align: center;
    }
    .news-comments__block {
        margin-bottom: 42px;
    }
}

/* End */


/* Start:/local/templates/belkorm/components/bitrix/news.list/achievements/style.css?16933102092808*/
/*.achievements__title {*/
/*	margin-top: 138px !important;*/
/*}*/
.achievements__container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1520px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.achievements__card {
	/* max-width: 354px; */
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	margin-right: 21px;
}
.achievements__card:last-child {
	margin-right: 0;
}
.achievements__wrapper {
	width: 100%;
	display: flex;
	margin-bottom: 27px;
	justify-content: space-between;
}
.achievements__image {
	width: 100%;
	height: 238px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.achievements__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.achievements__block {
	padding: 20px 15px 27px 20px;
	background-color: #fafafa;
	min-height: 187px;
}
.achievements__info {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.achievements__tag {
	background-color: #fff;
	font-size: 12px;
	line-height: 118.01%;
	text-transform: uppercase;
	color: #ffffff;
	background-color: rgba(67, 67, 67, 1);
	padding: 4px 11px;
	border-radius: 3px;
	margin-right: 15px;
}
.achievements__date {
	font-size: 12px;
	line-height: 118.01%;
	color: #9e9e9e;
}
.achievements__card-title {
	font-weight: 600;
	font-size: 15px;
	line-height: 118.01%;
	color: #434343;
	margin-bottom: 10px;
	max-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.achievements__description {
	font-size: 13px;
	line-height: 142%;
	color: #686868;
	max-height: 72px;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.achievements__link {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 14.5px;
	line-height: 24px;
	color: #434343;
	padding: 10px 36px;
	border: 1px solid rgba(67, 67, 67, 1);
	border-radius: 4px;
}
@media (max-width: 1500px) {
	.achievements__card:last-child {
		display: none;
	}
	.achievements__card:nth-last-child(-n + 2) {
		margin-right: 0;
	}
	.achievements__container {
		max-width: 1145px;
	}
}
@media (max-width: 1400px) {
	.achievements__title {
		margin-top: 162px !important;
	}
}
@media (max-width: 990px) {
	.achievements__title {
		margin-top: 40px !important;
	}
	.achievements__card-title {
		font-size: 14px;
		line-height: 118.01%;
	}
}
@media (max-width: 767px) {
	.achievements__title {
		margin-bottom: 23px !important;
	}
	.achievements__container {
		max-width: 360px;
	}
	.achievements__wrapper {
		flex-direction: column;
		align-items: center;
	}
	.achievements__card {
		margin-bottom: 24px;
		margin-right: 0;
	}
	.achievements__card:nth-last-child(-n + 2) {
		margin-bottom: 0;
	}
}
.achievements__container-news{
	padding-bottom: 60px;
}
/* End */
/* /local/templates/belkorm/components/bitrix/news.detail/blog_detail_belkorm/style.css?16933102098679 */
/* /local/templates/belkorm/components/bitrix/news.list/comments/style.css?16933102094388 */
/* /local/templates/belkorm/components/bitrix/news.list/achievements/style.css?16933102092808 */
