.about-page {
	background: #F9F9F9;
}

.about-hero {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	gap: 20px;
	padding-top: 70px;
	padding-bottom: 90px;
	background: url('/static/images/about-cover.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	padding: 70px 90px;
	padding-bottom: 96px;
	border-bottom-right-radius: 75px;
	border-bottom-left-radius: 75px;
	min-height: 620px;
	display: flex;
	align-items: flex-end;
}

.about-hero__title {
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	color: #fff;
}

.about-hero__title span {
	color: #5BC5D0;
}

/* ===== Доверие ===== */

.trust-section {
	max-width: 1300px;
	margin: 60px auto;
	border-radius: 75px;
	background-color: #fff;
	display: flex;
}

.trust-content {
	padding: 72px;
}

.trust-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	color: #6E6E6E;
	margin-bottom: 8px;
}

.trust-subtitle {
	font-weight: 800;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #5BC5D0;
	margin-bottom: 48px;
}

.trust-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 26.88px;
	color: #333333;
}

.trust-image {
	width: 569px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

/* ===== О нашем подходе ===== */

.about-hero__bottom {
	margin: 0 auto;
	padding: 130px 20px 120px 20px;
	position: relative;
	background: #fff;
	border-top-right-radius: 75px;
	border-top-left-radius: 75px;
}

.about-hero__bottom h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	color: #6E6E6E;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
}

.about-hero__bottom h3 {
	font-weight: 800;
	font-size: 16px;
	line-height: 26.9px;
	text-align: center;
	text-transform: uppercase;
	color: #5BC5D0;
	margin-bottom: 35px;
	position: relative;
}

.about-hero__bottom p {
	color: #333333;
	font-weight: 500;
	font-size: 16px;
	line-height: 26.9px;
	max-width: 561px;
	margin: auto;
	position: relative;
}

.about-hero__bottom-image {
	position: absolute;
}

.about-hero__bottom-image:nth-child(1) {
	bottom: 70px;
	right: 0;
	width: 333px;
	height: 380px;
}

.about-hero__bottom-image:nth-child(2) {
	left: 0;
	bottom: 170px;
	width: 312px;
	height: 357px;
}

/* ===== В основе нашего ===== */

.approach {
	padding: 60px 20px 50px 20px;
	background: #F9F9F9;
	position: relative;
	z-index: 9;
	border-radius: 75px 75px 0 0;
	margin-top: -70px;
}

.approach__title {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #6E6E6E;
	margin-bottom: 48px;
}

.approach__grid {
	display: flex;
	justify-content: center;
	gap: 43px;
	flex-wrap: wrap;
	margin-bottom: 48px;
	padding-bottom: 20px;
}

.approach__grid::-webkit-scrollbar {
	display: none;
}

.approach-card {
	max-width: 380px;
	border: 1px solid #F1F1F1;
	box-shadow: 1px 2px 6px 0px #00000033;
	border-radius: 50px;
	background-color: #fff;
}

.approach-card__icon {
	width: 379px;
	height: 353px;
	border-radius: 50px 50px 0 0;
}

.approach-card__title {
	font-weight: 800;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	color: #6E6E6E;
	padding: 32px 48px 20px 48px;
}

.approach-card__description {
	font-weight: 500;
	font-size: 16px;
	line-height: 23.52px;
	color: #616161;
	padding: 0px 48px 75px 48px;
}

.approach__conclusion {
	font-weight: 500;
	font-size: 20px;
	line-height: 26.9px;
	text-align: center;
	color: #333333;
	max-width: 569px;
	margin: 0 auto;
}

/* ===== journey ===== */

.journey {
	background-color: #fff;
	border-radius: 75px;
	padding: 70px 20px 70px 20px;
}

.journey__container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 64px;
}

.journey__left {
	max-width: 540px;
}

.journey__title {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	color: #6E6E6E;
	margin-bottom: 12px;
}

.journey__subtitle {
	font-weight: 800;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #5BC5D0;
	margin-bottom: 48px;
}

.journey__description {
	font-weight: 500;
	font-size: 16px;
	line-height: 26.88px;
	color: #616161;
	margin-bottom: 48px;
}

.journey__image {
	width: 542px;
	height: 343px;
	border-radius: 50px;
}

.journey__right {
	max-width: 500px;
}

.journey__intro {
	margin-bottom: 32px;
	color: #616161;
	font-weight: 500;
	font-size: 16px;
	line-height: 26.88px;
}

.journey__list {
	color: #616161;
	list-style: disc;
	padding-left: 20px;
}

.journey__list-item {
	margin-bottom: 32px;
	font-weight: 500;
	font-size: 16px;
	line-height: 26.88px;
	color: #616161;
}

.journey__conclusion {
	font-weight: 500;
	font-size: 16px;
	line-height: 26.88px;
	color: #616161;
}

/* ===== specialists ===== */
.about-page-specialists {
	margin: 60px;
}

.specialists-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	background-color: #fff;
	border-radius: 75px;
}

.specialists-content {
	padding: 72px 72px 48px 72px;
	display: flex;
	flex-direction: column;
}

.specialists-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	color: #6E6E6E;
	margin-bottom: 12px;
}

.specialists-subtitle {
	font-weight: 800;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #5BC5D0;
	margin-bottom: 48px;
}

.specialists-text {
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 26.88px;
	color: #333333;
}

.specialists-list {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 48px;
}

.specialists-list-item {
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 26.88px;
	color: #333333;
}

.about-specialists__button {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	background-color: #5BC5D0;
	border-radius: 16px;
	gap: 10px;
	padding-top: 20px;
	padding-right: 32px;
	padding-bottom: 20px;
	padding-left: 32px;
	border: none;
	color: #FFFFFF;
	align-self: center;
	transition: all 0.3s ease;
}

.about-specialists__button:hover {
	background-color: #5BC5D099;
}

.specialists-image {
	border-radius: 75px 75px 75px 0;
}

.rules-section {
	background-image: url(/static/images/about/about-rules-bg.png);
	padding-top: 120px;
	padding-bottom: 95px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	border-radius: 75px;
	overflow: hidden;
	margin-bottom: 60px;
}

.rules-header {
	display: flex;
	gap: 32px;
	align-items: center;
	max-width: 830px;
	margin: 0 auto 48px auto;
}

.rules-subtitle {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.rules-image {}

.rules-question {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.rules-description {
	max-width: 830px;
	margin: 0 auto 48px auto;
	font-weight: 500;
	font-size: 16px;
	line-height: 26.88px;
	color: #FFFFFF;
}

.rules-intro {
	max-width: 830px;
	margin: 0 auto 48px auto;
	font-weight: 500;
	font-size: 16px;
	line-height: 26.88px;
	color: #FFFFFF;
	margin-bottom: 60px;
}

.rules-scroll-container {
	overflow-x: auto;
	margin-bottom: 120px;
}

.rules-scroll-container::-webkit-scrollbar {
	display: none;
}

.rules-scroll-grid {
	display: flex;
	gap: 16px;
	padding: 0 140px;
	padding-bottom: 20px;
}

.rules-card {
	border-radius: 30px;
	background: #FFFFFF1A;
	padding: 32px;
	min-width: 360px;
}

.rules-card__title {
	font-weight: 700;
	font-size: 16px;
	line-height: 26.88px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.rules-card__description {
	font-weight: 500;
	font-size: 16px;
	line-height: 26.88px;
	letter-spacing: 0%;
	color: #FFFFFF;
}

.rules-cta-title {
	color: #616161;
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: -1.5%;
	text-align: center;
	max-width: 520px;
	margin: 0 auto 32px auto;
}

.rules-cta-text {
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #333333;
	max-width: 555px;
	margin: 0 auto 690px auto;
}

.rules-conclusion {
	font-weight: 700;
	font-size: 16px;
	line-height: 26.9px;
	text-align: center;
	text-transform: uppercase;
	color: #F1F1F1;
	max-width: 660px;
	margin: auto;
	margin-bottom: 48px;
}

.rules-button {
	background: #5BC5D0;
	padding: 20px 32px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0 auto;
	border: none;
	border-radius: 16px;
	width: auto;
	display: block;
}

.rules-button:hover {
	background: #5BC5D099;
}

.professionals-section {
	background: #fff;
	border-radius: 75px;
	max-width: 1300px;
	margin: 0 auto 120px auto;
	display: flex;
}

.professionals-content {
	padding: 72px;
	width: 50%;
}

.professionals-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	color: #6E6E6E;
	margin-bottom: 76px;
}

.professionals-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 26.88px;
	color: #616161;
	margin-bottom: 48px;
}

.professionals-button {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	border-radius: 16px;
	background: #4FAEF7;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	border: none;
}

.professionals-button:hover {
	background: #4FAEF799;
}

.professionals-background {
	width: 50%;
	background-image: url('/static/images/about/about-bottom.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	border-radius: 75px 75px 75px 0;
}

.about-tg {
	background: #fff;
	padding-top: 125px;
	padding-bottom: 60px;
	border-radius: 75px 75px 0 0;
}

.about-tg-link {
	border-radius: 50px;
	border-width: 2px;
	max-width: 1015px;
	margin: 0 auto;
	padding: 50px 84px;
	border: 2px solid #5BC5D0;
	box-shadow: 1px 2px 6px 0px #00000033;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
	transition: all 0.3s ease;
}

.about-tg-link:hover {
	background: #5BC5D020;
	cursor: pointer;
}

.about-tg-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	color: #5BC5D0;
	text-align: right;
}


.about-tg-subtitle {
	font-weight: 500;
	font-size: 16px;
	line-height: 26.88px;
	text-align: right;
	color: #616161;
}

.about-tg-link:hover .about-tg-subtitle {
	color: #333;
}

.about-tg-icon,
.about-tg-icon-mobile {
	position: absolute;
	left: 0;
	bottom: 0;
}

.about-tg-icon-mobile {
	display: none;
}