

/* Start:/local/templates/main/components/bitrix/news.detail/content__about-about/style.css?17292427232988*/
.about {
    padding-bottom: 41px;
    border-bottom: 6px solid #feb900;
}
.about__col {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
}
.about__wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.about__subtitle {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.about__article {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.99px;
    letter-spacing: 0.16px;
}
.article__bit {
    margin-bottom: 30px;
}
.article__bit_margin {
    margin-bottom: 15px;
}
.article__list {
    margin-bottom: 30px;
}
.article__list .article__item {
    margin-bottom: 2px;
    padding-left: 10px;
    position: relative;
}
.article__list .article__item:before {
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #feb900;
    border-radius: 100%;
}
.article__list_num {
    list-style-type: none;
    /* Убираем исходные маркеры */
    counter-reset: num;
    /* Задаём имя счетчика */
}
.article__item {
    margin-bottom: 15px;
}
.article__list_num .article__item::before {
    content: counter(num) '. ';
    /* Выводим число */
    counter-increment: num;
    /* Увеличиваем значение счётчика */
    color: #feb900;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.16px;
    text-align: left;
}

.about__col_right {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    padding-left: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about__col_img {
    margin-bottom: 20px;
    width: 220px;
    height: 160px;
}

@media screen and (max-width: 1275px) {
    .about__col_img {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 950px) {
    .about__wrp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about__col_right {
        padding: 0;
    }
    .about__col_img {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media screen and (max-width: 480px) {
    .about__col_img {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        overflow: hidden;
        position: relative;
        text-align: center;
    }
    .shebekino-foto {
        width: 300px;
    }
}

@media screen and (max-width: 450px) {
    .about__article {
        font-size: 14px;
    }

}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/about__advantages/style.css?17292427231287*/

.main-benefit__item {
	-ms-flex-preferred-size: 43%;
	flex-basis: 43%;
	margin-bottom: 5px;
}
.main-benefit__wrp {
	margin: 60px 0 70px 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.main-benefit__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.main-benefit__img {
	margin-right: 22px;
	width: 55px;
	height: 44px;
}
.ben__title {
	padding-top: 7px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.2px;
}
.maim-benefit__text {
	padding-top: 5px;
	padding-left: 78px;
}
.ben-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.14px;
}

@media screen and (max-width: 950px) {
	.main-benefit__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding-right: 20px;
	}
}
@media screen and (max-width: 450px) {
	.maim-benefit__text {
		padding: 20px 0;
	}
}

/* End */
/* /local/templates/main/components/bitrix/news.detail/content__about-about/style.css?17292427232988 */
/* /local/templates/main/components/bitrix/news.list/about__advantages/style.css?17292427231287 */
