

/* Start:/bitrix/templates/utes/components/bitrix/news.list/prom-description-high-school/style.css?17573214563248*/
.hero-image-wrapper {
	position: relative;
	width: 100%;
	max-width: 1416px;
	height: 664px;
	margin-inline: auto;
}

.hero-image-wrapper::after {
	content: "";
	position: absolute;
	bottom: calc(-100% + 5px);
	left: 0;
	right: 0;
	background-image: url("/bitrix/templates/utes/components/bitrix/news.list/prom-description/image/confetti.png");
	height: 100%;
	z-index: -1;
}

.hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.prom-description {
	background-position: top;
	background-size: 100%;
	background-repeat: no-repeat;
}

.prom-description__header {
	padding-block: 24px;
	display: flex;
	justify-content: center;
	gap: 20px;
	font-family: 'CoreRhino', sans-serif;
	font-weight: 600;
	font-size: 18px;
}

.prom-header-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	padding: 8px 10px;
	border: 3px solid var(--color-black-20);
	border-radius: 15px;

	cursor: pointer;
	background-color: var(--color-white);
	transition-duration: 0.2s;
	color: var(--color-black-20);
}

@media (hover: hover) {
	.prom-header-button:hover {
		color: #000000;
	}
}

@media (hover: none) {
	.prom-header-button:active {
		color: #000000;
	}
}

.prom-header-button.is-active {
	border-color: var(--color-green);
	color: var(--color-green);
}

.prom-high-school__list {
	padding: 40px 50px;
	margin-bottom: 30px;
	border-radius: 20px;
	background-color: #FAF5E8;
}

.prom-high-school-card__image-wrapper {
	width: 100%;
	height: 358px;
	border-radius: 20px;
	overflow: hidden;
}

.prom-high-school-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.prom-high-school-card {
	padding-inline: 12px;
}

.prom-high-school-card__title {
	padding-block: 20px 10px;
	font-family: 'CoreRhino', sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: var(--color-pink)
}

.prom-high-school-card__description,
.prom-high-school-card__description h3 {
	font-family: 'CoreSansA', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.prom-high-school-card__description ul {
	margin-bottom: 16px;
}

.prom-high-school-card__description ul li {
	margin-bottom: 10px;
	padding-left: 24px;
	position: relative;
	font-weight: 300;
	list-style: none;
	margin-left: 0;
}

.prom-high-school-card__description ul li:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background-color: #fbba00;
	top: 6px;
	left: 0;
}

@media (max-width: 1310px) {
	.hero-image-wrapper {
		height: 614px;
	}

	.prom-high-school__list {
		padding: 30px 40px;
	}

	.prom-high-school-card__image-wrapper {
		height: 330px;
	}
}

@media (max-width: 1014px) {
	.hero-image-wrapper {
		height: 475px;
	}

	.prom-high-school__list {
		padding: 20px 24px;
	}

	.prom-high-school-card__image-wrapper {
		height: 240px;
	}
}

@media (max-width: 790px) {
	.hero-image-wrapper {
		height: 375px;
	}

	.prom-high-school-card__title {
		padding-block: 16px;
		font-size: 20px;
	}
}

@media (max-width: 576px) {
	.hero-image-wrapper {
		height: 275px;
	}

	.prom-description__header {
		flex-direction: column;
		align-items: center;
		gap: 10px;
		font-size: 16px;
	}

	.prom-header-button {
		width: 100%;
	}

	.prom-high-school-card__image-wrapper {
		height: 185px;
	}
}
/* End */


/* Start:/bitrix/templates/utes/components/bitrix/news.list/locations/style.min.css?17640415181284*/
.locations{padding-block:30px}.locations__subtitle,.locations__title{padding-bottom:10px;font-family:'CoreRhino',sans-serif;font-weight:700;font-size:26px;text-align:center}.locations__subtitle+.locations__title{color:#CDC1AB}.locations__list{display:flex;flex-direction:column;row-gap:20px}.location{display:flex;flex-wrap:nowrap;align-items:center;column-gap:40px}.location__image{display:block;width:180px;height:180px;border-radius:50%;object-fit:contain}.location__body{display:flex;flex-direction:column;row-gap:6px}.location__title{font-family:'CoreRhino',sans-serif;font-weight:700;font-size:18px}.location__text p{font-family:'CoreSansA',sans-serif;font-weight:300;font-size:16px;line-height:21px}.location__btn{width:198px}.locations__footer{display:flex;align-items:center;justify-content:center;padding-top:20px}@media (max-width:1014px){.locations__subtitle,.locations__title{font-size:22px}.locations__list{row-gap:30px}.location{column-gap:20px}.location__title{font-size:16px}.location__text p{font-size:14px;line-height:1.2}.locations__footer{padding-top:30px}}@media (max-width:576px){.location{flex-direction:column}.locations__subtitle,.locations__title{font-size:18px}.location__body{align-items:center}.location__title{padding-top:8px}.location__btn{width:100%}}
/* End */


/* Start:/bitrix/templates/utes/components/bitrix/news.list/prom-bonuses/style.css?17570469921161*/
.bonuses {
	padding-block: 30px;
}

.bonuses__list {
	display: grid;
	grid-template-columns: 60% 40%;
	column-gap: 20px;
	width: 100%;
	max-width: 750px;
	margin-inline: auto;
}

.bonuses__item-title {
	padding-left: 24px;
	padding-bottom: 10px;
	font-family: 'CoreRhino', sans-serif;
	font-weight: bold;
	font-size: 26px;
	color: #CDC1AB;
}

.bonuses__item:nth-child(even) .bonuses__item-title {
	color: var(--color-pink);
}

.bonuses__item-body {
	font-family: 'CoreSansA', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
}

.bonuses__item-body ul li {
	margin-bottom: 8px;
	padding-left: 24px;
	position: relative;
	font-weight: 300;
	list-style: none;
	margin-left: 0;
	line-height: 25px;
}

.bonuses__item-body ul li:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background-color: #fbba00;
	top: 6px;
	left: 0;
}

@media (max-width: 1015px) {
	.bonuses__item-title {
		font-size: 22px;
	}
}

@media (max-width: 790px) {
	.bonuses__list {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}
}

@media (max-width: 576px) {
	.bonuses__item-title {
		padding-left: 0;
		font-size: 18px;
	}

}
/* End */


/* Start:/bitrix/templates/utes/components/bitrix/news.list/prom-advantages/style.css?17570468841658*/
.prom-advantages {
	padding-block: 30px;
}

.prom-advantages__list {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 20px;
}

.prom-advantage {
	display: flex;
	width: 750px;
	padding: 16px;
	box-shadow: 2px 2px 9px 1px rgba(0, 0, 0, 0.3);
}

.prom-advantage__title {
	padding-block: 10px 22px;
	font-family: 'CoreRhino', sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #86776F;
}

.prom-advantage__description {
	font-family: 'CoreSansA', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
}

.prom-advantage__description ul li {
	margin-bottom: 10px;
	padding-left: 24px;
	position: relative;
	font-weight: 300;
	list-style: none;
	margin-left: 0;
	line-height: 25px;
}

.prom-advantage__description ul li:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background-color: #fbba00;
	top: 6px;
	left: 0;
}

.prom-advantage__image-wrapper {
	width: 220px;
	flex-shrink: 0;
}

.prom-advantage__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.prom-advantages__footer {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
}

.prom-advantages__btn {
	width: 198px;
}

@media (max-width: 1014px) {
	.prom-advantage {
		width: 720px;
	}
}

@media (max-width: 790px) {
	.prom-advantage {
		width: 100%;
	}

	.prom-advantage__title {
		padding-block: 10px 14px;
		font-size: 20px;
	}
}

@media (max-width: 576px) {
	.prom-advantage {
		flex-direction: column;
	}

	.prom-advantage__image-wrapper {
		width: 100%;
		height: 340px;
	 }

	.prom-advantages__btn {
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/utes/components/bitrix/news.list/prom-benefints/style.min.css?17640447391318*/
.prom-benefints{padding-block:20px 30px}.prom-benefints__inner{width:750px;padding:20px;margin:auto;border-radius:20px;background-color:#CDC1AB;-webkit-box-shadow:0 0 26px 13px rgba(34,60,80,.26);-moz-box-shadow:0 0 26px 13px rgba(34,60,80,.26);box-shadow:0 0 26px 13px rgba(34,60,80,.26)}.prom-benefints-title{font-family:'CoreRhino',sans-serif;font-weight:700;font-size:22px;text-align:center}.prom-benefints__list{display:flex;flex-direction:column;row-gap:12px;padding:10px 50px}.prom-benefint{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;column-gap:30px}.prom-benefint__image{display:block;width:50px;height:50px;object-fit:contain}.prom-benefint__description{font-family:'CoreRhino',sans-serif;font-size:14px;font-weight:400;line-height:1.3}.prom-benefints__wrapper{display:flex;flex-direction:column;row-gap:10px;align-items:center;padding-bottom:16px}.prom-benefints__btn{width:198px}.prom-benefints__image{width:100%;height:256px;border-radius:20px;object-fit:cover}@media (max-width:790px){.prom-benefints__inner{width:100%;padding:10px}.prom-benefints-title{font-size:18px}.prom-benefints__list{padding:10px 10px}.prom-benefint{column-gap:10px}.prom-benefint__image{width:40px;height:40px}.prom-benefints__image{height:200px}}@media (max-width:500px){.prom-benefints__btn{width:100%}}
/* End */


/* Start:/bitrix/templates/utes/components/bitrix/news.list/reviews/style.css?17568992231065*/
.reviews__title {
	padding-top: 40px;
	font-family: 'CoreRhino', sans-serif;
	font-weight: bold;
	font-size: clamp(18px, 1.5vw, 26px);
	color: #86776F;
}

.reviews__list {
	--gridColumns: 3;
	--shadow: 2px 2px 9px 1px rgba(0, 0, 0, 0.3);

	display: grid;
	grid-template-columns: repeat(var(--gridColumns), 1fr);
	gap: 50px;
	padding-block: 20px 40px;
}

.review {
	padding: 20px 20px 30px 20px;
	box-shadow: var(--shadow);
}

.review__header {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	column-gap: 10px;
	padding-bottom: 10px;
}

.review__image {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
}

.review__title {
	font-family: 'CoreRhino', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: var(--color-dark-pink);
}

.review__body p {
	font-family: 'CoreRhino', sans-serif;
	font-size: clamp(14px, 4.1666666667vw, 16px);
	font-weight: normal;
	line-height: 1.3;
}

@media (max-width:1310px) {
	.reviews__list {
		gap: 30px;
	}
}

@media(max-width:1015px) {
	.reviews__list {
		--gridColumns: 1;
	}
}
/* End */
/* /bitrix/templates/utes/components/bitrix/news.list/prom-description-high-school/style.css?17573214563248 */
/* /bitrix/templates/utes/components/bitrix/news.list/locations/style.min.css?17640415181284 */
/* /bitrix/templates/utes/components/bitrix/news.list/prom-bonuses/style.css?17570469921161 */
/* /bitrix/templates/utes/components/bitrix/news.list/prom-advantages/style.css?17570468841658 */
/* /bitrix/templates/utes/components/bitrix/news.list/prom-benefints/style.min.css?17640447391318 */
/* /bitrix/templates/utes/components/bitrix/news.list/reviews/style.css?17568992231065 */
