

/* Start:/local/templates/ashmanov/components/bitrix/news.list/history/style.css?17734104881757*/
.b-year-step__wrapper {
	background-color: #fff;
}

.b-year-step-list-item {
	margin: 0px 0px 32px 0px;
	position: relative;
}
.b-year-step-list-item:last-of-type {
	margin-bottom: 0px;
}

.b-year-step-list-item__year {
	color: #383838;
	font-size: 50px;
	font-weight: 400;
	text-align: center;
}
.b-year-step-list-item__text {
	color: #383838;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

@media all and ( min-width: 320px ) {
	.b-year-step__wrapper {
		padding: 32px;
	}
}
@media all and ( min-width: 768px ) {
	.b-year-step__column {
		padding: 32px;
	}
	.b-year-step__wrapper {
		padding: 0px;
	}
	.b-year-step__column--right {
		border-left: 1px solid #e0e0e0;
	}
	.b-year-step-list-item {
		margin: 0px 0px 72px 0px;
		position: relative;
	}
	.b-year-step-list-item__year {
		position: absolute;
		left: -216px;
		top: 50%;
		margin-top: -36px;
	}
	.b-year-step-list-item__wrapper:before {
		width: 7px;
		height: 7px;
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -3px;
		left: -36px;
		background-color: #c4262e;
		border-radius: 4px;
		content: " ";
	}
	.b-year-step-list-item--zero-list .b-year-step-list-item__wrapper:before {
		display: none;
	}

	.b-year-step-list-item__link {
		max-width: 240px;
		margin: 0px auto 0px 0px;
	}
}
@media all and ( min-width: 1344px ) {
	.b-year-step__column {
		padding: 80px 48px;
	}
	.b-year-step-list-item__wrapper:before {
		left: -52px;
	}
}



.b-image-and-year__wrapper {
	padding: 0px !important;
}
.b-image-and-year__wrapper .b-image__wrapper {
	padding: 0px !important;
}
.b-image-and-year__wrapper .b-image-item--gray {
	background-color: #dfe3e4;
}
@media all and ( min-width: 320px ) {
	.b-image-and-year__wrapper .b-image-item__text {
		margin-bottom: 0px;
	}
}
/* End */


/* Start:/local/templates/ashmanov/components/ashmanov/form-subscribe/new-2021/style.css?17734104882721*/
.subscribe2024 {
    margin: 32px 0;
    padding: 0 16px;
    color: #A5A5A5;
}
.b-news__wrapper .subscribe2024 {
    padding: 0;
}

.subscribe2024__wrapper {
    width: 100%;
    max-width: 1152px;
    padding: 32px;
    margin: 0 auto;
    border: 3px solid #c4262e;
    background-color: #ffffff;
}

.subscribe2024__title {
    margin: 0 0 24px;
    color: #414141;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}

.subscribe2024__description {
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
    margin-bottom: 24px;
}

.subscribe2024__description p {
    margin: 0;
}

.subscribe2024__note {
    text-align: center;
    margin-top: 16px;
}

.subscribe2024__note a {
    color: #A5A5A5;
    text-decoration: none;
}

.subscribe2024-social {
    margin: 12px 0 0;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe2024-social__item {
    list-style-type: none;
    margin: 0 8px;
}

.subscribe2024-social__item:first-of-type {
    margin-left: 0;
}

.subscribe2024-social__item:last-of-type {
    margin-right: 0;
}

.subscribe2024-social__item a {
    display: flex;
    align-items: center;
}

.subscribe2024-social__item .icon-rutube {
    /*margin-top: -6px;*/
}

.subscribe2024__form .b-block-form-form__submit {
    cursor: pointer;
    color: #fff;
    background: #C4262E;
    border-color: #C4262E;
    width: 100%;
    padding: 0;
}

@media (max-width: 767px) {
    .subscribe2024__form svg {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .subscribe2024__title {
        font-size: 26px;
        line-height: 30px;
    }
    .subscribe2024__description {
        font-size: 16px;
        line-height: 22px;
    }

    .subscribe2024 .b-block-form-form__wrapper {
        display: grid;
        grid-template-columns: 120px auto 120px;
        width: 100%;
        max-width: 560px;
        margin: auto;
        grid-gap: 12px;
    }

    .subscribe2024 .b-block-form-form__input,
    .subscribe2024 .b-block-form-form__submit {
        width: 100%;
        margin: 0;
    }

    .subscribe2024 svg {
        margin-left: auto;
    }
}

@media all and (min-width: 1344px) {
    .subscribe2024 {
        margin: 48px auto;
    }
    .subscribe2024__wrapper {
        padding: 24px 32px;
    }
    .subscribe2024__title {
        font-size: 38px;
        line-height: 32px;
    }
    .subscribe2024__description {
        font-size: 18px;
        line-height: 18px;
    }
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/interes/style.css?17734104881520*/
.b-interes {
	background-color: #e8e8e8;
	position: relative;
	z-index: 10;
}

.b-interes__title {
	color: #999999;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;

}

@media all and (min-width: 320px) {
	.b-interes__wrapper {
		padding: 32px 16px;
	}
	.b-interes__title {
		margin: 0px 0px 32px 0px;
	}
}

@media all and (min-width: 768px) {
	.b-interes__wrapper {
		padding: 36px 48px 42px 48px;
	}
	.b-interes__title {
		margin: 0px 0px 25px 0px;
		font-size: 11px;
		line-height: 32px;
	}
}



.b-interes-item {
	padding: 32px;
	border-bottom: 1px solid #cecece;
}

.b-interes-item:first-of-type {
	margin-top: 0px;
	padding-top: 0px;
}

.b-interes-item:last-of-type {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.b-interes-item__link {
	display: block;
	text-decoration: none;
}

.b-interes-item__category {
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
}

.b-interes-item__title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #383838;
	text-align: center;
	margin: 0px 0px 5px 0px;
}

.b-interes-item__title:hover {
	color: #c4262e;
}

.b-interes-item__category {
	font-weight: 300;
	color: #383838;
	text-align: center;
	margin: 5px 0px 0px 0px;
}

@media all and (min-width: 768px) {
	.b-interes-item {
		border-bottom: 0px;
		padding: 0px;
	}
	.b-interes-item__title {
		margin: 0px 0px 4px 0px;
	}
	.b-interes-item__category {
		font-size: 15px;
		line-height: 22px;
		font-weight: 300;
		margin: 4px 0px 0px 0px;
	}
}
/* End */
/* /local/templates/ashmanov/components/bitrix/news.list/history/style.css?17734104881757 */
/* /local/templates/ashmanov/components/ashmanov/form-subscribe/new-2021/style.css?17734104882721 */
/* /local/templates/ashmanov/components/bitrix/news.list/interes/style.css?17734104881520 */
