

/* Start:/local/templates/haematech/css/main-page.css?16744644005344*/
.main-page-block2 {
    margin: 60px 0;
    background: rgba(36, 78, 130, 0.9) url("/local/templates/haematech/css/../img/main-page/main-page-block2__bg.png") no-repeat left center;
    color: #fff;
    text-align: center;
    padding: 90px 0;
}
.main-page-block2__header {
    font-weight: 700;
    font-size: 45px;
    line-height: 150%;
    margin-bottom: 10px;
}
.main-page-block2__text {
    font-weight: 400;
    font-size: 26px;
    line-height: 150%;
    max-width: 1150px;
    margin: 0 auto;
}

.compensation {}
.compensation .container {
}
.banner {
    background: url("/local/templates/haematech/css/../img/main-page/banner__bg.png") no-repeat center center;
    background-size: cover;
    color: #fff;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-right: 70px;
    box-shadow: 0px 8px 16px rgba(129, 129, 129, 0.15);
    border-radius: 16px;
}
.banner__header {
    font-weight: 700;
    font-size: 38px;
    line-height: 120%;
}
.banner__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

.donation {
    display: flex;
    height: 265px;
    margin-top: 40px;
}
.donation__header {
    width: 350px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 25px;
    margin-right: 50px;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(129, 129, 129, 0.15);
    border-radius: 16px;
    overflow: hidden;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
}
.donation__header:before {
    width: 260px;
    height: 260px;
    background: #F1AD17;
    border-radius: 50%;
    content: '';
    top: -150px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    box-shadow: 0 0 0 35px #f9d27e, 0 0 0 70px #fde9bd;
}
.donation__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    box-shadow: 0px 8px 16px rgba(129, 129, 129, 0.15);
    border-radius: 18px;
    padding: 0 40px;
}
.donation-item {
    font-size: 30px;
    text-align: center;
    padding: 12px;
}
.donation-item:not(:last-child) {
    border-right: 2px solid var(--main-default);
}
.donation-item__header {
    font-weight: 400;
    line-height: 120%;
}
.donation-item__value {
    font-weight: 700;
    line-height: 100%;
    margin-top: 10px;
}
.compensation__text {
    max-width: 1200px;
    text-align: center;
    margin: 40px auto;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
}
.compensation__btn-default {
    margin-top: 40px;
    width: 660px;
}

.tab {
    display: flex;
    align-items: center;
}
.tab-link {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    color: #8C8C8C;
}
.tab-link:not(:last-child) {
    margin-right: 50px;
}
.tab-link.active {
    color: #2B89D2;
}
.tab-link svg {
    margin-right: 20px;
}
.tab-link path {
    fill: #8C8C8C;
}
.tab-link.active path{
    fill: #2B89D2;
}
.tab-content {
    display: none;
    padding-top: 40px;
}
.tab-content.active {
    display: block;
}

@media (max-width: 1460px) {
    .main-page-block2__text {
        font-size: 22px;
    }
    .banner__header {
        font-size: 32px;
    }
    .donation-item {
        font-size: 22px;
    }
    .compensation__text {
        font-size: 24px;
    }
    .donation__header {
        font-size: 24px;
    }
}

@media (max-width: 1231px) {
    .main-page-block2__text {
        font-size: 20px;
    }
    .banner__header {
        font-size: 26px;
    }
    .donation__header {
        font-size: 20px;
    }
    .donation__content {
        padding: 0 20px;
    }
    .tab-link {
        font-size: 22px;
    }
    .tab-link svg {
        margin-right: 10px;
        height: 30px;
    }
    .tab-content.active {
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .donation {
        height: auto;
        flex-direction: column;
    }
    .donation__content {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .compensation__btn-default {
        margin-top: 30px;
        width: 100%;
    }
    .search-block .container .container {
        padding: 0;
    }
    .main-page-block2__header {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .main-page-block2 {
        padding: 50px 0;
        margin-bottom: 40px;
    }
    .banner {
        padding: 20px;
        text-align: center;
    }
    .banner__header {
        font-size: 22px;
        line-height: 140%;
    }
    .banner__text {
        line-height: 140%;
    }
    .donation__header {
        height: 70vw;
        margin-bottom: 40px;
    }
    .donation-item {
        display: flex;
        align-items: center;
    }
    .donation-item:not(:last-child) {
        border-bottom: 2px solid var(--main-default);
        border-right: none;
    }
    .compensation__text {
        font-size: 18px;
    }
    .donation-item__header {
        margin-right: 16px;
    }
    .tab-content.active {
        padding-right: 0;
    }

}


















/* End */


/* Start:/local/templates/haematech/components/bitrix/news.list/steps/style.css?16740324001961*/
.steps__list {}
.steps__item {
	display: grid;
	grid-template-columns: 720px 1fr;
	column-gap: 80px;
	align-items: center;
}
.steps__item:not(:first-child){
	margin-top: -50px;
}
.steps__item:nth-child(2n) .steps__text {
	padding-left: 0;
	padding-right: 0;
	grid-column: 2;
}
.steps__item:nth-child(2n) .steps__item-wrapper {
	padding-left: 0;
	grid-column: 2;
	grid-row: 1;
}
.steps__item:nth-child(2n) .steps__img {
	/*grid-column: 1;*/
	text-align: left;
}
.steps__item-wrapper {
	padding-left: 100px;
}
.steps__item:first-child {
	grid-template-columns: 840px 1fr;
}
.steps__main-header {
	font-weight: 700;
	font-size: 46px;
	line-height: 120%;
	margin-bottom: 50px;
	color: var(--text-blue);
	transform: translateX(-80px);
}
.steps__header {
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	color: var(--text-blue);
	margin-bottom: 10px;
}
.steps__text {
	font-weight: 400;

	line-height: 150%;
}
.steps__img {
	text-align: right;
}
.steps__ {}
.steps__ {}

.steps__wrapper {
	max-width: 1630px;
}

@media (max-width: 1460px) {
	.steps__item:first-child,
	.steps__item {
		grid-template-columns: 1fr 1fr;
		column-gap: 60px;
	}
	.steps__img img {
		max-width: 100%;
	}
	.steps__main-header {
		font-size: 40px;
		margin-bottom: 30px;
		transform: none;
	}
	.steps__header {
		font-size: 32px;
	}
	.steps__item-wrapper {
		padding-left: 0;
	}
	.steps__item:not(:first-child) {
		margin-top: 0px;
	}
}

@media (max-width: 1231px) {
	.steps__item {
		column-gap: 40px;
	}
	.steps__item:not(:first-child) {
		margin-top: 30px;
	}
	.steps__main-header {
		font-size: 32px;
	}

}



@media (max-width: 767px) {

	.steps__main-header {
		transform:  none;
		font-size: 28px;
		margin-top: 30px;
	}
	.steps__item:first-child,
	.steps__item {
		grid-template-columns: 1fr;
	}

	.steps__item-wrapper {
		padding-left: 0;
	}
	.steps__header {
		font-size: 28px;
	}
	.steps__item:nth-child(2n) .steps__item-wrapper {
		grid-column: 1;
	}

}

















/* End */


/* Start:/local/templates/haematech/components/bitrix/news.list/centers/style.css?16733412001382*/
.centers__list {}
.centers__item {
	padding: 40px 100px;
	display: grid;
	column-gap: 80px;
	grid-template-columns: 3fr 2fr 2fr 2fr;
	font-size: 26px;
	line-height: 150%;
}
.centers__item.centers__item--first:first-child {
	background: rgba(91, 91, 91, 0.2);
	padding: 25px 100px;
}
.centers__item:nth-child(2n + 1) {
	background: rgba(91, 91, 91, 0.05);
}
.centers__name {}
.centers__name--name {
	font-weight: 700;
	font-size: 26px;
	line-height: 150%;
}
.centers__metro {
	align-self: center;
}
.centers__worktime {
	align-self: center;
}
.centers__button {
	align-self: center;
}

@media (max-width: 1460px) {
	.centers__item {
		font-size: 20px;
	}
}

@media (max-width: 1231px) {
	.centers__name--name {
		font-size: 22px;
	}
	.centers__item {
		padding: 20px 50px;
		column-gap: 50px;
	}
	.centers__item.centers__item--first:first-child {
		padding: 20px 50px;
	}






}

@media (max-width: 767px) {
	.centers__item {
		width: fit-content;
		padding: 10px 25px;
		column-gap: 40px;
		font-size: 18px;
		line-height: 120%;
	}
	.centers__list {
		/*max-width: 100%;*/
		margin-left: -15px;
		width: calc(100% + 30px);
		overflow-x: scroll;
	}
	.centers__worktime {
		white-space: nowrap;
	}
	.centers__name {
		min-width: 150px;
	}
	.centers__name--name {
		font-size: 20px;
		line-height: 120%;
	}
	.centers__item.centers__item--first:first-child {
		padding: 10px 25px;
	}
}
/* End */
/* /local/templates/haematech/css/main-page.css?16744644005344 */
/* /local/templates/haematech/components/bitrix/news.list/steps/style.css?16740324001961 */
/* /local/templates/haematech/components/bitrix/news.list/centers/style.css?16733412001382 */
