

/* Start:/local/templates/service/components/bitrix/news.list/chance_list_tr/style.css?17402668571896*/
	.coach {
		padding-bottom: 100px;
	}

	.coach__content {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	.coach-title {
		font-family: 'Arkhip';
		font-style: normal;
		font-weight: 400;
		font-size: 80px;
		line-height: 78px;
		letter-spacing: -0.05em;
	}

	.coach-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		row-gap: 60px;
	}

	.coach-list__item {
		max-width: 320px;
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.coach-list__wrap {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.coach-list__info {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.coach-list__name {
		font-family: 'Arkhip';
		font-style: normal;
		font-weight: 400;
		font-size: 30px;
		line-height: 34px;
		max-width: 100px;
	}

	.coach-list__rank {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 700;
		font-size: 17px;
		line-height: 25px;
		letter-spacing: -0.01em;
		color: #866A4A;
	}

	.coach-list__photo {
		width: 80px;
		height: 80px;
	}

	.coach-list__text {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 400;
		font-size: 17px;
		line-height: 25px;
		letter-spacing: -0.02em;
	}


@media screen and (max-width: 1279px) {
	.coach-list__item {
		max-width: 288px;
	}
}

@media screen and (max-width: 1023px) {
	.coach-list__item {
		max-width: 324px;
	}
}

@media screen and (max-width: 767px) {
	.coach {
		padding-bottom: 80px;
	}

	.coach-list__item {
		max-width: 100%;
	}

	.coach-title {
		font-size: 48px;
		line-height: 48px;
		letter-spacing: -0.03em;
	}

	.coach-list__item {
		gap: 20px;
	}

	.coach-list__wrap {
		flex-direction: row-reverse;
    	justify-content: flex-end;
		gap: 16px;
	}

	.coach-list__info {
		gap: 2px;
	}

	.coach-list__name {
		font-size: 28px;
		line-height: 31px;
	}

	.coach-list__rank {
		font-size: 13px;
		line-height: 16px;
		letter-spacing: 0em;
	}
}
/* End */
/* /local/templates/service/components/bitrix/news.list/chance_list_tr/style.css?17402668571896 */
