.start2-page {
	background: var(--color-lightBlue);
	color: var(--color-content);
	font-family: var(--font-family-base), Arial, sans-serif;
}

.start2-page .promo {
	padding-top: 0;
	padding-bottom: 70px;
}

.start2-page .promo__title {
	max-width: 760px;
}

.start2-page .promo__desc {
	max-width: 720px;
}

.start2-page .promo__btn-wrapper {
	gap: 24px;
}

.start2-page .promo__img-absolute-title,
.start2-page .promo__img-hidden {
	background: var(--color-white);
	box-shadow: 0 4px 18px rgba(32, 41, 64, 0.12);
}

.start2-page .start {
	padding-top: 15px;
	padding-bottom: 70px;
}

.start2-page .start__wrapper {
	align-items: flex-start !important;
}

.start2-page .start__inner {
	align-items: flex-start;
}

.start2-page .start__inner-item {
	align-items: flex-start;
}

.start2-page .start__item-img {
	flex: 0 0 70px;
	width: 70px;
	height: 70px;
	object-fit: contain;
}

.start2-page .start__item-desc {
	padding-top: 2px;
}

.start2-page .cards {
	padding-top: 70px;
	padding-bottom: 80px;
}

.start2-directions .cards__wrapper {
	gap: 24px;
	margin-bottom: 24px;
}

.start2-directions .cards__content {
	flex: 1 1 0;
	min-width: 0;
	border: 1px solid #e7e9f2 !important;
	border-radius: 18px;
	padding: 24px;
	box-shadow: 0 10px 30px rgba(32, 41, 64, 0.06);
}

.start2-directions .cards__content_bg-seventh {
	background-color: rgb(232, 177, 226);
}

.start2-directions .cards__content_bg-fourth {
	background-color: rgb(177, 190, 240);
}

.start2-directions .cards__content_bg-web {
	background-color: rgb(246, 226, 195);
}

.start2-directions .cards__content_bg-react {
	background-color: rgb(188, 222, 237);
}

.start2-directions .cards__body {
	gap: 0;
	min-height: 320px;
	padding: 0;
	position: relative;
	z-index: 1;
}

.start2-directions .cards__body::after {
	display: none;
}

.start2-directions .cards__span {
	display: inline-block;
	width: fit-content;
	max-width: none;
	margin-bottom: 12px;
	padding: 5px 11px;
	border-radius: 20px;
	background: var(--color-cardPill);
	color: var(--color-content);
	font-size: var(--font-size-extra-small);
	font-weight: 700;
	line-height: 1.2;
}

.start2-directions .cards__subtitle,
.start2-directions .cards__subtitle_w {
	max-width: none;
	margin-bottom: 10px;
	color: #1d2438;
	font-size: var(--h4-new-font-size);
	font-weight: 800;
	line-height: 1.25;
}

.start2-directions .cards__text {
	max-width: none;
	margin-bottom: 0;
	color: #454b60;
	font-size: var(--font-size-main);
	line-height: 1.45;
}

.start2-directions .cards__desc-text {
	margin-bottom: 10px;
}

.start2-directions .cards__goal-text {
	margin-bottom: 18px;
}

.start2-directions .cards__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: auto;
	margin-bottom: 22px;
}

.start2-directions .cards__price {
	color: #1d2438;
	font-size: var(--font-size-for-list);
	font-weight: 800;
	line-height: 1.25;
}

.start2-directions .cards__start {
	color: var(--color-content);
	font-size: var(--font-size-extra-small);
	font-weight: 600;
	line-height: 1.25;
}

.start2-directions .cards__actions {
	width: 100%;
}

.start2-directions .cards__actions .button {
	width: fit-content;
	max-width: 100%;
	white-space: normal;
}

.start2-directions .cards__more-link {
	display: inline-block;
	color: #3d6ee5;
	font-size: var(--font-size-for-button);
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

.start2-directions .cards__more-link:hover {
	color: #2f57c4;
	text-decoration: underline;
}

.start2-directions__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 10px;
	padding: 22px;
	background: #dee6f7;
	border-radius: 20px;
}

.start2-directions__action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 150px;
	padding: 28px;
	background: var(--color-white);
	border: 2px dashed #d9e0f6;
	border-radius: 18px;
}

.start2-directions__action-copy {
	max-width: 330px;
}

.start2-directions__action-title {
	margin: 0 0 8px;
	color: var(--color-content);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.22;
}

.start2-directions__action-text {
	margin: 0;
	color: #8b93a6;
	font-size: 18px;
	line-height: 1.45;
}

.start2-directions__actions .button {
	flex: 0 0 auto;
	min-width: 190px;
	text-align: center;
}

.start2-page .description,
.start2-page .why-us,
.start2-page .school,
.start2-page .course,
.start2-page .route,
.start2-page .specialty,
.start2-page .product,
.start2-page .history,
.start2-page .start2-social-cta,
.start2-page .questions,
.start2-page .start2-faq {
	padding-top: 80px;
	padding-bottom: 80px;
}

.start2-page .description__img,
.start2-page .school__img {
	border-radius: var(--border-radius);
}

.start2-page .school__video {
	cursor: pointer;
}

.start2-page .course__text-first,
.start2-page .course__text-second,
.start2-page .course__text-third,
.start2-page .course__text-fourth {
	height: auto;
}

.start2-page .course__wrapper-first,
.start2-page .course__wrapper-second {
	align-items: stretch;
}

.start2-page .course__inner-first,
.start2-page .course__inner-second,
.start2-page .course__inner-third,
.start2-page .course__inner-fourth {
	display: flex;
}

.start2-page .course__inner-item {
	position: relative;
	width: 100%;
	min-height: 250px;
	overflow: hidden;
}

.start2-page .course__inner-first .course__inner-item > div:first-child,
.start2-page .course__inner-fourth .course__inner-item > div:first-child {
	position: relative;
	z-index: 1;
	width: 100%;
}

.start2-page .course__inner-second .course__inner-item > div:first-child,
.start2-page .course__inner-third .course__inner-item > div:first-child {
	max-width: calc(100% - 170px);
}

.start2-page .course__text-first,
.start2-page .course__text-fourth {
	max-width: 100%;
	font-size: clamp(14px, 13.3043px + 0.2174vi, 16px);
	line-height: 1.32;
}

.start2-page .course__text-second,
.start2-page .course__text-third {
	max-width: min(100%, 640px);
	font-size: clamp(14px, 13.3043px + 0.2174vi, 16px);
	line-height: 1.32;
}

.start2-page .course__subtitle-first,
.start2-page .course__subtitle-second,
.start2-page .course__subtitle-third,
.start2-page .course__subtitle-fourth {
	margin-bottom: 10px;
	line-height: 1.08;
}

.start2-page .course__subtitle-first,
.start2-page .course__subtitle-fourth {
	font-size: clamp(22px, 19.2174px + 0.8696vi, 30px);
}

.start2-page .course__img-wrapper_abs,
.start2-page .course__img-wrapper_abs-second {
	position: absolute;
	right: 18px;
	bottom: 14px;
	z-index: 0;
	width: 118px;
	height: 118px;
	opacity: 0.16;
	pointer-events: none;
}

.start2-page .course__img-wrapper_abs::after,
.start2-page .course__img-wrapper_abs-second::after {
	display: block;
	left: 0;
	bottom: 0;
	width: 118px;
	height: 118px;
	background-size: contain;
}

.why-us {
	background: var(--color-lightBlue);
}

.why-us__header {
	width: 100%;
	margin-bottom: 34px;
}

.why-us__title {
	width: 100%;
	margin-bottom: 20px;
	color: var(--color-content);
	font-size: var(--h2-new-font-size);
	line-height: 1.1;
}

.why-us__text {
	width: 100%;
	color: #454b60;
	font-size: var(--font-size-big);
	line-height: 1.35;
}

.why-us__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 34px;
}

.why-us__item {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 14px;
	min-height: 150px;
	padding: 24px;
	background: transparent;
	border: 1px solid #e7e9f2;
	border-radius: 18px;
}

.why-us__marker {
	width: 14px;
	height: 14px;
	margin-top: 7px;
	border-radius: 50%;
	background: var(--color-accent);
	box-shadow: 0 0 0 7px rgba(51, 126, 255, 0.12);
}

.why-us__item-title {
	margin: 0 0 8px;
	color: var(--color-content);
	font-size: var(--h4-new-font-size);
	font-weight: 800;
	line-height: 1.2;
}

.why-us__item-text {
	margin: 0;
	color: #454b60;
	font-size: var(--font-size-for-list);
	line-height: 1.35;
}

.why-us__video {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: var(--border-radius);
	box-shadow: 0 18px 42px rgba(32, 41, 64, 0.16);
}

.why-us__video::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(29, 36, 56, 0.04), rgba(29, 36, 56, 0.28));
	pointer-events: none;
}

.why-us__video::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 120px;
	height: 120px;
	background-image: url(../../img/events/left_block/newobloga2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translate(-50%, -50%);
	transition: transform 180ms ease;
}

.why-us__video:hover::after {
	transform: translate(-50%, -50%) scale(1.05);
}

.why-us__video-img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.route {
	position: relative;
	overflow: hidden;
	background: var(--color-lightBlue);
}

.route__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 880px;
	margin: 0 auto 38px;
	text-align: center;
}

.route__title {
	max-width: 780px;
	color: var(--color-content);
}

.route__header .decor {
	margin: 18px 0 22px;
}

.route__text {
	color: #454b60;
	font-size: var(--font-size-big);
	line-height: 1.35;
}

.route__steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.route__steps::before {
	content: "";
	position: absolute;
	top: 42px;
	left: 10%;
	right: 10%;
	height: 2px;
	background: #d9e0f6;
}

.route__step {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 190px;
	padding: 28px 22px;
	background: rgba(255, 255, 255, 0.48);
	border: 1px solid #fff;
	border-radius: 18px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08);
}

.route__number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: var(--color-accent);
	color: var(--color-white);
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
}

.route__step-text {
	color: var(--color-content);
	font-size: var(--font-size-for-list);
	font-weight: 600;
	line-height: 1.35;
}

.start2-page .specialty__wrapper {
	max-width: none;
}

.start2-page .specialty__list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.start2-page .specialty__item-description {
	max-width: none;
}

.start2-page #modal {
	z-index: 1050;
}

.start2-path {
	padding: 40px;
	background: var(--color-content) !important;
	color: var(--color-white);
	border: 1px solid rgba(51, 126, 255, 0.35);
	box-shadow: 0 14px 32px rgba(32, 41, 64, 0.18);
}

.start2-path__list {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding-left: 24px;
	font-size: var(--font-size-big);
	line-height: 1.25;
}

.start2-path__list li {
	list-style: decimal;
}

.start2-path__list li::marker {
	color: var(--color-accent);
	font-weight: 700;
}

.start2-page .product__card-wrapper-second {
	width: 100%;
}

.start2-page .product__pay,
.start2-page .product__application {
	flex: 1 1 0;
}

.start2-page .product__application a {
	color: var(--color-white);
}

.start2-page .product__application .form-select {
	background-color: var(--color-white);
}

.start2-page .accordion-button {
	font-size: clamp(18px, 17.3043px + 0.2174vi, 20px);
	font-weight: 700;
	line-height: 1.25;
	color: var(--color-content);
	padding: 22px 24px;
}

.start2-page .accordion-button:not(.collapsed) {
	color: var(--color-accent);
	background: var(--color-lightBlue);
}

.start2-page .accordion-body {
	font-size: clamp(16px, 15.3043px + 0.2174vi, 18px);
	line-height: 1.55;
	color: var(--color-content);
	padding: 22px 24px;
}

.start2-page .start2-faq {
	background: transparent;
}

.start2-page .start2-faq__wrap {
	max-width: 1060px;
	margin: 0 auto;
}

.start2-page .start2-faq__title {
	max-width: 760px;
	margin: 0;
	color: var(--color-content);
	line-height: 1.08;
}

.start2-page .start2-faq__list {
	display: grid;
	gap: 14px;
	margin-top: 26px;
}

.start2-page .start2-faq__details {
	position: relative;
	overflow: hidden;
	background: var(--color-white);
	border: 1px solid #e1e8f8;
	border-radius: 22px;
	box-shadow: 0 16px 38px rgba(31, 45, 75, 0.07);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.start2-page .start2-faq__details[open] {
	border-color: rgba(51, 126, 255, 0.32);
	box-shadow: 0 20px 46px rgba(31, 45, 75, 0.1);
}

.start2-page .start2-faq__details:hover {
	transform: translateY(-1px);
}

.start2-page .start2-faq__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 70px;
	padding: 20px 24px;
	color: var(--color-content);
	font-size: var(--font-size-big);
	font-weight: 700;
	line-height: 1.3;
	cursor: pointer;
	list-style: none;
}

.start2-page .start2-faq__summary::-webkit-details-marker {
	display: none;
}

.start2-page .start2-faq__summary::after {
	content: "+";
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: var(--color-accent);
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	background: var(--color-lightBlue);
	border-radius: 50%;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.start2-page .start2-faq__details[open] .start2-faq__summary {
	color: var(--color-accent);
}

.start2-page .start2-faq__details[open] .start2-faq__summary::after {
	content: "−";
	color: var(--color-white);
	background: var(--color-accent);
	transform: rotate(180deg);
}

.start2-page .start2-faq__answer {
	max-width: 880px;
	padding: 0 24px 22px;
	color: #454b60;
	font-size: var(--font-size-for-list);
	line-height: 1.55;
}

.start2-page .start2-questions__text {
	max-width: 760px;
	margin-top: 0;
	margin-bottom: 24px;
}

.start2-page .history > .container > .row:not(.history__row) {
	column-gap: 24px;
	row-gap: 0;
}

.start2-page .history__media {
	flex: 0 1 calc(50% - 12px);
	width: calc(50% - 12px);
	max-width: 650px;
}

.start2-page .history__text {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 14px;
}

.start2-page .history__content .history__text:last-child {
	margin-bottom: 0;
}

.start2-page .start2-social-cta__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 164px;
	padding: clamp(28px, 4vw, 48px);
	overflow: hidden;
	color: var(--color-white);
	background: linear-gradient(135deg, #0044d8 0%, #0b67ff 58%, #0033a8 100%);
	border-radius: var(--border-radius);
	box-shadow: 0 22px 54px rgba(0, 68, 216, 0.22);
	gap: clamp(24px, 5vw, 72px);
}

.start2-page .start2-social-cta__inner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 18px);
	opacity: 0.28;
	pointer-events: none;
}

.start2-page .start2-social-cta__content,
.start2-page .start2-social-cta__icons {
	position: relative;
	z-index: 1;
}

.start2-page .start2-social-cta__content {
	max-width: 920px;
}

.start2-page .start2-social-cta__title {
	max-width: 820px;
	margin: 0 0 16px;
	color: var(--color-white);
	line-height: 1.08;
}

.start2-page .start2-social-cta__text {
	margin: 0;
	font-size: clamp(18px, 16.6087px + 0.4348vi, 22px);
	font-weight: 500;
	line-height: 1.32;
	opacity: 0.94;
}

.start2-page .start2-social-cta__icons {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.start2-page .start2-social-cta__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.15);
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.start2-page .start2-social-cta__icon:hover,
.start2-page .start2-social-cta__icon:focus-visible {
	background: rgba(255, 255, 255, 0.24);
	transform: translateY(-2px);
}

.start2-page .start2-social-cta__icon img {
	display: block;
	width: 36px;
	height: 36px;
	object-fit: contain;
}



.start2-page .fixed {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	align-items: center;
	justify-content: end;
	z-index: 1000;
}

.start2-page .fixed__btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #003cd2;
	padding: 10px 5px 9px 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: animate 2s linear infinite;
	transition: all 200ms ease-out;
	border: none;
	z-index: 3;
}

.start2-page .fixed__btn img {
	width: auto;
	height: auto;
}

.start2-page .fixed__tooltip {
	width: 193px;
	max-height: 120px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	top: -51px;
	right: 23px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	transition: all 200ms ease-out;
	z-index: 1;
	cursor: default;
	display: none;
	opacity: 1;
	color: var(--color-content);
}

.start2-page .fixed__tooltip::after {
	content: none;
}

.start2-page .fixed__text {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 9px;
	margin-top: 0;
}

.start2-page .fixed__sos1al {
	padding-right: 30px;
	padding-top: 5px;
}

.start2-page .fixed__list {
	display: flex;
	gap: 16px;
	padding: 0;
	margin: 0;
}

.start2-page .fixed__link {
	position: static;
	z-index: auto;
	transition: none;
	visibility: visible;
	transform: none;
}

.start2-page .fixed__close {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #003cd2;
	padding: 10px 8px 9px 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: -4px 1px 4px 0 rgba(0, 0, 0, 0.45);
}

.start2-page .fixed__close-wrapper {
	display: none;
	z-index: 2;
	border: none;
	background: transparent;
	padding: 0;
}

.start2-page a:focus-visible,
.start2-page button:focus-visible,
.start2-page input:focus-visible,
.start2-page select:focus-visible {
	outline: 3px solid rgba(51, 126, 255, 0.45);
	outline-offset: 3px;
}

@media screen and (max-width: 1400px) {
	.start2-page .history__media {
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
	}

	.start2-directions .cards__body {
		min-height: 320px;
	}
}

@media screen and (max-width: 1200px) {
	.start2-directions .cards__body {
		min-height: 0;
	}

	.start2-page .product__pay,
	.start2-page .product__application {
		flex: 0 0 auto;
		width: 100%;
	}

	.route__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.route__steps::before {
		display: none;
	}

	.route__step {
		min-height: 0;
	}
}

@media screen and (max-width: 992px) {
	.start2-page .promo {
		padding-top: 0;
		padding-bottom: 50px;
	}

	.start2-page .cards,
	.start2-page .description,
	.start2-page .why-us,
	.start2-page .school,
	.start2-page .course,
	.start2-page .route,
	.start2-page .specialty,
	.start2-page .product,
	.start2-page .history,
	.start2-page .start2-social-cta,
	.start2-page .questions,
	.start2-page .start2-faq {
		padding-top: 58px;
		padding-bottom: 58px;
	}

	.start2-page .start2-social-cta__inner {
		align-items: flex-start;
		flex-direction: column;
		min-height: 0;
		gap: 28px;
	}

	.start2-page .start2-social-cta__text {
		max-width: none;
	}
}

@media screen and (max-width: 576px) {
	.start2-page .promo__btn-wrapper {
		gap: 14px;
	}

	.start2-page .start__wrapper {
		align-items: stretch !important;
		width: 100%;
	}

	.start2-page .start__inner {
		align-items: stretch;
		width: 100%;
	}

	.start2-page .start__inner-item {
		display: grid !important;
		grid-template-columns: 50px minmax(0, 1fr);
		align-items: center;
		width: 100%;
		max-width: none;
		gap: 11px;
	}

	.start2-path,
	.start2-page .product__pay,
	.start2-page .product__application {
		padding: 24px;
	}

	.start2-path__list {
		font-size: var(--font-size-main);
		gap: 14px;
	}

	.start2-page .btn-group {
		flex-direction: column;
	}

	.start2-directions__actions {
		grid-template-columns: 1fr;
	}

	.start2-directions__action {
		align-items: flex-start;
		flex-direction: column;
	}

	.start2-page .accordion-button {
		padding: 18px 16px;
	}

	.start2-page .accordion-body {
		padding: 18px 16px;
	}

	.start2-page .start__item-img {
		width: 50px;
		height: 50px;
		min-width: 50px;
	}

	.start2-page .start__item-desc {
		min-width: 0;
		padding-top: 0;
		text-align: left;
	}

	.start2-page .start__item-title,
	.start2-page .start__item-text {
		overflow-wrap: anywhere;
	}

	.start2-page .start2-questions__text {
		margin-bottom: 18px;
	}

	.start2-page .start2-social-cta__inner {
		padding: 24px;
		border-radius: 24px;
	}

	.start2-page .start2-social-cta__text {
		font-size: 18px;
	}

	.start2-page .start2-faq__list {
		gap: 12px;
		margin-top: 22px;
	}

	.start2-page .start2-faq__details {
		border-radius: 18px;
	}

	.start2-page .start2-faq__summary {
		min-height: 66px;
		padding: 18px;
		gap: 12px;
		font-size: var(--font-size-main);
	}

	.start2-page .start2-faq__summary::after {
		width: 34px;
		height: 34px;
		font-size: 23px;
	}

	.start2-page .start2-faq__answer {
		padding: 0 18px 20px;
		font-size: var(--font-size-main);
	}

	.start2-page .start2-social-cta__icons {
		width: 100%;
		justify-content: flex-start;
		gap: 12px;
	}

	.start2-page .start2-social-cta__icon {
		width: 56px;
		height: 56px;
		border-radius: 16px;
	}

	.start2-page .start2-social-cta__icon img {
		width: 32px;
		height: 32px;
	}

	.start2-page .product__application-lable {
		border-radius: 10px !important;
	}

	.route__header {
		align-items: flex-start;
		text-align: left;
	}

	.route__steps {
		grid-template-columns: 1fr;
	}

	.route__step {
		padding: 22px;
	}

	.route__number {
		margin-bottom: 14px;
	}

	.start2-page .specialty__list {
		grid-template-columns: 1fr;
	}

	.start2-page .course__inner-item {
		min-height: 0;
	}

	.start2-page .course__img-wrapper_abs,
	.start2-page .course__img-wrapper_abs-second {
		display: none;
	}

	.start2-page .course__text-first,
	.start2-page .course__text-second,
	.start2-page .course__text-third,
	.start2-page .course__text-fourth {
		max-width: 100%;
		font-size: 14px;
		line-height: 1.35;
	}

	.start2-page .course__inner-second .course__inner-item > div:first-child,
	.start2-page .course__inner-third .course__inner-item > div:first-child {
		max-width: 100%;
	}

	.why-us__grid {
		grid-template-columns: 1fr;
	}

	.why-us__item {
		min-height: 0;
		padding: 20px;
	}

	.why-us__video::after {
		width: 86px;
		height: 86px;
	}
}
