/* ***** base styles reset ***** */
h1 {
	line-height: initial;
	letter-spacing: initial;
}

p {
	margin-bottom: 0;
	line-height: initial;
	letter-spacing: initial;
}

ol,
ul {
	margin-bottom: 0;
	padding-left: 0;
}

/* ***** /base styles reset ***** */
:root {
	--about-primary-color: #ff335f;
	--section-spacing: 60px 0;
	--fz-title: 30px;
}

@media (max-width: 575.98px) {
	:root {
		--section-spacing: 40px 0;
		--fz-title: 24px;
	}
}

.btn-about {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 1.1em 2.9em;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.44;
	letter-spacing: 0.48px;
	white-space: nowrap;
	color: white;
	background-color: var(--about-primary-color);
	border: 1px solid var(--about-primary-color);
	border-radius: 8px;
	transition: 150ms ease-in-out;
	cursor: pointer;
}

.btn-about:hover {
	background-color: #eb1f4b;
}

/* ######################### */
/* ##### 2. HERO-ABOUT ##### */
/* ######################### */
.hero-about {
	position: relative;
	padding: 80px 0 50px;
	background-image: url(../img/about/about-hero-bg-icon.svg);
	background-size: 616px 517px;
	background-position: calc(50% + 324px) calc(100% - 20px);
	background-repeat: no-repeat;
	background-color: var(--about-primary-color);
}

.hero-about::after {
	content: "";
	position: absolute;
	z-index: -1;
	right: calc(50% - 600px);
	bottom: 0;
	display: block;
	width: 473px;
	height: 533px;
	background: url(../img/about/about-hero-bg-img.png) 0 0/contain no-repeat;
}

.hero-about__inner {}

.hero-about__title {
	margin-bottom: 82px;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #fff;
}

.hero-about__subtitle {
	margin-bottom: 40px;
	max-width: 550px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0;
	color: #fff;
}

.hero-about__buttons-block {
	display: inline-grid;
	grid-auto-flow: column;
	gap: 17px;
	margin-bottom: 32px;
}

.hero-about__list {
	padding: 0;
}

.hero-about__item {
	padding-left: 20px;
	background-image: url(../img/about/about-hero-check.svg);
	background-size: 14px 10px;
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size: 15px;
	color: #fff;
}

.hero-about__item:not(:last-child) {
	margin-bottom: 6px;
}

.btn-about--hero,
.btn-about--hero-transparent {
	font-size: 20px;
	line-height: 1.3;
	border-radius: 14px;
}

.btn-about--hero {
	color: var(--about-primary-color);
	background-color: #fff;
}

.btn-about--hero:hover {
	color: #fff;
}

.btn-about--hero-transparent {
	padding: 1.1em 1.9em;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
}

.btn-about--hero-transparent:hover {
	color: var(--about-primary-color);
	background-color: #fff;
}

@media (max-width: 1399.98px) {
	.hero-about {
		background-position: calc(50% + 390px) calc(100% - 20px);
	}

	.hero-about::after {
		right: calc(50% - 670px);
	}
}

@media (max-width: 1199.98px) {
	.hero-about::after {
		right: 0;
	}
}

@media (max-width: 991.98px) {
	.hero-about {
		padding: var(--section-spacing);
		background-size: 446px 337px;
		background-position: calc(100% + 30px) calc(100% - 10px);
	}

	.hero-about::after {
		opacity: 0.75;
		width: 338px;
		height: 383px;
	}

	.hero-about__title {
		margin-bottom: 50px;
		font-size: 35px;
	}

	.hero-about__subtitle {
		margin-bottom: 30px;
		font-size: 18px;
	}

	.btn-about--hero,
	.btn-about--hero-transparent {
		font-size: 18px;
	}
}

@media (max-width: 767.98px) {
	.hero-about {
		background-image: none;
	}

	.hero-about::after {
		opacity: 0.5;
		width: 265px;
		height: 300px;
	}

	.hero-about__title {
		margin-bottom: 40px;
		font-size: 30px;
	}

	.btn-about--hero,
	.btn-about--hero-transparent {
		font-size: 16px;
	}
}

@media (max-width: 575.98px) {
	.hero-about__title {
		margin-bottom: 30px;
		font-size: 28px;
	}

	.hero-about__subtitle {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.hero-about__buttons-block {
		grid-auto-flow: row;
		gap: 10px;
		margin-bottom: 25px;
	}

	.btn-about--hero,
	.btn-about--hero-transparent {
		font-size: 15px;
	}
}

/* ############################ */
/* ##### 3. SERVICE-ABOUT ##### */
/* ############################ */
.service-about {
	padding: 93px 0 90px;
}

.service-about__title {
	margin-bottom: 56px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.04em;
	color: #2A2A2A;
}

.grid-service-about {
	display: grid;
	grid-template-areas: "business-act business-act business-act . job-desc" "business-desc logo logo logo job-desc" "business-desc . job-act job-act job-act";
	grid-template-columns: 1fr 21px 134px 21px 1fr;
	grid-template-rows: repeat(3, 175px);
}

.grid-service-about__item-inner {
	display: inline-grid;
}

.grid-service-about__item-title {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.27;
	letter-spacing: -0.01em;
	color: var(--about-primary-color);
}

.grid-service-about__item-par {
	font-size: 16px;
	line-height: 1.56;
	letter-spacing: initial;
	color: #302B2B;
}

.grid-service-about__item--business-act {
	grid-area: business-act;
	display: flex;
	align-items: center;
	padding: 30px;
	background-color: #ffe4ea;
	border-radius: 14px 14px 14px 0;
}

.grid-service-about__item--business-act .grid-service-about__item-inner {
	display: inline-grid;
	grid-auto-flow: column;
	gap: 57px;
	margin-left: auto;
}

.grid-service-about__item--business-desc {
	grid-area: business-desc;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 32px 60px 0 60px;
	background-color: #ffe4ea;
	border-radius: 0 0 14px 14px;
}

.grid-service-about__item--business-desc .grid-service-about__item-par {
	flex: 1 1 auto;
}

.grid-service-about__item--business-desc .grid-service-about__item-img {
	display: flex;
	padding-left: 55px;
}

.grid-service-about__item--job-desc {
	grid-area: job-desc;
	padding: 18px 55px 18px;
	background-color: #ffe4ea;
	border-radius: 14px 14px 0 0;
}

.grid-service-about__item--job-desc .grid-service-about__item-img {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 35px;
	padding-right: 60px;
}

.grid-service-about__item--job-act {
	grid-area: job-act;
	display: flex;
	align-items: center;
	padding: 20px;
	background-color: #ffe4ea;
	border-radius: 14px 0 14px 14px;
}

.grid-service-about__item--job-act .grid-service-about__item-inner {
	display: inline-grid;
	grid-auto-flow: column;
	align-items: center;
	gap: 50px;
}

.grid-service-about__item--logo {
	grid-area: logo;
	background-color: #ffe4ea;
}

.grid-service-about__item--logo .grid-service-about__item-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border-radius: 14px 0 14px 0;
	border-top-left-radius: 14px;
	border-bottom-right-radius: 14px;
	background-color: #fff;
}

.svg-about-service-1 {
	display: block;
	width: 196px;
	height: 218px;
}

.svg-about-service-2 {
	display: block;
	width: 228px;
	height: 153px;
}

.svg-about-service-logo {
	width: 150px;
	height: 126px;
}

.btn-about--service {
	width: 245px;
	padding: 0.9em 0.5em;
}

@media (max-width: 1399.98px) {
	.grid-service-about__item--business-desc {
		padding: 20px 20px 0 20px;
	}

	.grid-service-about__item--business-act {
		padding: 20px;
	}

	.grid-service-about__item--job-desc {
		padding: 20px 20px 0;
	}

	.grid-service-about__item--business-act .grid-service-about__item-inner,
	.grid-service-about__item--job-act .grid-service-about__item-inner {
		gap: 40px;
	}

	.grid-service-about__item--business-desc .grid-service-about__item-img,
	.grid-service-about__item--job-desc .grid-service-about__item-img {
		justify-content: center;
		padding: 0;
	}

	.grid-service-about__item-title {
		font-size: 21px;
	}

	.btn-about--service {
		font-size: 17px;
		width: 230px;
	}
}

@media (max-width: 991.98px) {
	.service-about {
		padding: var(--section-spacing);
	}

	.service-about__title {
		margin-bottom: 50px;
		font-size: var(--fz-title);
	}

	.grid-service-about__item--business-act .grid-service-about__item-inner,
	.grid-service-about__item--job-act .grid-service-about__item-inner {
		grid-auto-flow: row;
		justify-content: center;
		gap: 10px;
		width: 100%;
	}

	.grid-service-about__item-title {
		font-size: 20px;
		text-align: center;
	}

	.btn-about--service {
		font-size: 16px;
	}

	.grid-service-about__item-par {
		font-size: 15px;
		line-height: 1.5;
	}

	.grid-service-about__item--job-desc .grid-service-about__item-img {
		margin-bottom: 25px;
	}

	.grid-service-about__item--job-act .grid-service-about__item-title {
		order: -1;
	}

	.svg-about-service-logo {
		width: calc(100% - 42px);
		height: auto;
	}

	.svg-about-service-1 {
		width: 196px;
		height: auto;
	}

	.svg-about-service-2 {
		width: 183px;
		height: auto;
	}
}

@media (max-width: 767.98px) {
	.grid-service-about {
		grid-template-columns: 1fr 10px 100px 10px 1fr;
		grid-template-rows: 175px auto 175px;
	}

	.grid-service-about__item--business-desc {
		padding: 10px 20px 0 20px;
	}

	.grid-service-about__item--job-desc .grid-service-about__item-img {
		margin-bottom: 15px;
	}

	.grid-service-about__item-title {
		font-size: 18px;
	}

	.grid-service-about__item-par {
		font-size: 14px;
	}

	.btn-about--service {
		font-size: 15px;
		width: 220px;
	}

	.svg-about-service-1,
	.svg-about-service-2 {
		width: 155px;
	}
}

@media (max-width: 575.98px) {
	.service-about__title {
		margin-bottom: 30px;
	}

	.grid-service-about {
		grid-template-areas: "business-act job-desc" "business-desc job-desc" "business-desc job-act";
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 175px 175px 130px;
		column-gap: 10px;
	}

	.grid-service-about__item--logo {
		display: none;
	}

	.grid-service-about__item--business-act {
		border-radius: 14px 14px 0 0;
	}

	.grid-service-about__item--job-act {
		border-radius: 0 0 14px 14px;
	}

	.grid-service-about__item--business-act .grid-service-about__item-inner,
	.grid-service-about__item--job-act .grid-service-about__item-inner {
		justify-content: stretch;
	}

	.grid-service-about__item-title {
		font-size: 16px;
	}

	.btn-about--service {
		font-size: 13px;
		width: 100%;
	}
}

@media (max-width: 479.98px) {
	.service-about__title {
		text-align: center;
	}

	.grid-service-about {
		grid-template-areas: "business-desc" "business-act" "job-desc" "job-act";
		grid-template-columns: 220px;
		grid-template-rows: none;
		justify-content: center;
	}

	.grid-service-about__item--business-act {
		margin-bottom: 15px;
		border-radius: 0 0 14px 14px;
	}

	.grid-service-about__item--business-desc {
		padding: 20px 20px 0 20px;
		border-radius: 14px 14px 0 0;
	}

	.grid-service-about__item--business-desc .grid-service-about__item-img {
		order: -1;
		margin-bottom: 20px;
	}
}

/* ########################### */
/* ##### 4. LEADER-ABOUT ##### */
/* ########################### */
.leader-about {
	padding: 82px 0 61px;
	background-color: #f4f4f4;
}

.leader-about__title {
	margin-bottom: 28px;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: -0.04em;
	color: #2a2a2a;
}

.leader-about__par {
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: 0.5px;
	color: #3d3d3d;
}

.leader-about__list {
	padding: 20px 50px 60px;
	border-radius: 13px 0 0 13px;
	background: url(../img/about/about-leader-bg.jpg) 0 0/cover no-repeat;
}

.leader-about__item {
	max-width: 450px;
	min-height: 80px;
	padding: 20px 27px 28px 23px;
	border-radius: 10px;
	background: linear-gradient(180deg, #FF335F 0%, rgba(250, 0, 255, 0.3) 100%);
	backdrop-filter: blur(50px);
}

.leader-about__item:not(:last-child) {
	margin-bottom: 20px;
}

.leader-about__item-title {
	margin-bottom: 0;
	padding-left: 29px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: initial;
	color: #fff;
	background-image: url(../img/about/about-leader-checkbox.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left 5px;
	border-radius: 10px;
}

.mb-s {
	margin-bottom: 20px !important;
}

.mb-m {
	margin-bottom: 30px !important;
}

@media (max-width: 1199.98px) {
	.leader-about__list {
		background: url(../img/about/about-leader-bg.jpg) right -80px center/cover no-repeat;
	}
}

@media (max-width: 991.98px) {
	.leader-about {
		padding: var(--section-spacing);
	}

	.leader-about__title {
		font-size: var(--fz-title);
	}

	.leader-about__par {
		font-size: 16px;
	}

	.leader-about__list {
		background: url(../img/about/about-leader-bg.jpg) left center/cover no-repeat;
	}

	.leader-about__item {
		padding: 20px 20px 20px 20px;
	}

	.leader-about__item-title {
		font-size: 18px;
		background-position: left 2px;
	}

	.mb-s {
		margin-bottom: 15px;
	}

	.mb-m {
		margin-bottom: 25px;
	}
}

@media (max-width: 575.98px) {
	.leader-about__list {
		padding: 20px 30px 40px;
	}

	.leader-about__item {
		padding: 15px;
	}

	.leader-about__item-title {
		font-size: 16px;
	}
}

@media (max-width: 479.98px) {
	.leader-about__list {
		padding: 20px;
	}

	.leader-about__item:not(:last-child) {
		margin-bottom: 15px;
	}

	.leader-about__item-title {
		font-size: 15px;
	}
}

/* ########################### */
/* ##### 5. VALUES-ABOUT ##### */
/* ########################### */
.values-about {
	padding: 70px 0 77px;
}

.values-about__title {
	margin-bottom: 40px;
	font-weight: 800;
	font-size: 30px;
	line-height: initial;
	letter-spacing: initial;
	color: #4b5258;
	text-align: center;
}

.values-about__list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
	grid-auto-rows: minmax(170px, auto);
	gap: 30px 12px;
	margin-bottom: 70px;
	padding-left: 0;
}

.values-about__item {
	padding: 18px 20px 15px 15px;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}

.values-about__item-inner {
	display: grid;
	grid-template-areas: "title title" "icon desc";
	grid-template-columns: 74px 1fr;
	gap: 25px 16px;
}

.values-about__item-title {
	grid-area: title;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: initial;
	letter-spacing: initial;
	color: #302b2b;
	text-align: center;
}

.values-about__item-icon {
	grid-area: icon;
}

.values-about__item-desc {
	grid-area: desc;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: initial;
	color: #6a6a6a;
}

.values-about__company-inner {
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: 1fr 400px;
	gap: 20px;
}

.values-about__company-info {
	padding-top: 14px;
}

.values-about__company-info-title {
	margin-bottom: 13px;
	font-size: 34px;
	font-weight: 700;
	line-height: initial;
	letter-spacing: -1px;
	color: #2a2a2a;
}

.values-about__company-info-par {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: 0.5px;
	color: #2a2a2a;
}

.values-about__company-questions {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 25px 30px 23px 30px;
	border-radius: 10px;
	background-color: #f4f4f4;
}

.values-about__company-questions-title {
	margin-bottom: 19px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: initial;
	color: #302b2b;
}

.values-about__company-questions-par {
	flex: 1 1 auto;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.56;
	letter-spacing: initial;
	color: var(--about-primary-color);
}

.values-about__company-questions-img {
	display: flex;
	justify-content: center;
}

.values-about__company-questions-button {
	display: flex;
	justify-content: center;
}

.svg-about-values {
	width: 74px;
	height: 74px;
}

.svg-about-values-company {
	width: 188px;
	height: 184px;
}

.btn-about--values {
	width: 100%;
	max-width: 320px;
	padding: 0.9em;
}

@media (max-width: 1399.98px) {
	.values-about__company-inner {
		grid-template-columns: 1fr 310px;
	}
}

@media (max-width: 991.98px) {
	.values-about {
		padding: var(--section-spacing);
	}

	.values-about__title,
	.values-about__company-info-title {
		font-size: var(--fz-title);
	}

	.values-about__list {
		margin-bottom: 50px;
	}

	.values-about__company-inner {
		grid-template-columns: 1fr;
		grid-auto-flow: row;
	}

	.values-about__company-questions-par {
		margin-bottom: 15px;
	}

	.values-about__company-info-par {
		font-size: 16px;
	}
}

@media (max-width: 767.98px) {
	.values-about__item-desc {
		align-self: center;
	}

	.btn-about--values {
		font-size: 16px;
	}
}

@media (max-width: 575.98px) {
	.values-about__list {
		margin-bottom: 40px;
	}

	.values-about__company-questions-title {
		font-size: 18px;
	}
}

/* ########################### */
/* ##### 6. STAGES-ABOUT ##### */
/* ########################### */
.stages-about {
	padding: 84px 0 101px;
	background-image: url(../img/about/about-stages-bg.svg);
	background-size: 440px 520px;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: var(--about-primary-color);
}

.stages-about__title {
	margin-bottom: 57px;
	font-size: 40px;
	font-weight: 700;
	line-height: initial;
	letter-spacing: -1px;
	color: #fff;
}

.stages-about__list {
	display: grid;
	grid-template-columns: repeat(4, 235px);
	justify-content: space-between;
	align-items: start;
	margin-bottom: 43px;
	padding-left: 0;
}

.stages-about__item {
	display: grid;
	gap: 18px;
}

.stages-about__item-num {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 43px;
	height: 43px;
	font-weight: 700;
	font-size: 20px;
	color: var(--about-primary-color);
	border-radius: 50%;
	background: #fff;
}

.stages-about__item-num::after {
	content: "";
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 6px;
	height: 12px;
	background: url(../img/about/about-stages-arrow.svg) 0 0/cover no-repeat;
}

.stages-about__item-title {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: initial;
	color: #fff;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 8px;
}

.stages-about__item-desc {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: initial;
	color: #fff;
}

.btn-about--stages {
	padding: 1em 2.1em;
	font-size: 16px;
	color: var(--about-primary-color);
	border-radius: 11px;
	background-color: #fff;
}

.btn-about--stages:hover {
	color: #fff;
}

@media (max-width: 1399.98px) {
	.stages-about__list {
		grid-template-columns: repeat(4, 200px);
	}
}

@media (max-width: 991.98px) {
	.stages-about {
		padding: var(--section-spacing);
		background-size: 340px 520px;
	}

	.stages-about__title {
		font-size: var(--fz-title);
	}

	.stages-about__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}

	.stages-about__item-title br {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.stages-about__item-title br {
		display: inline;
	}
}

@media (max-width: 575.98px) {
	.stages-about__list {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.stages-about__item {
		grid-template-areas: "num title" "desc desc";
		grid-template-columns: 65px 1fr;
		gap: 15px;
		align-items:center;
	}

	.stages-about__item-num {
		grid-area: num;
	}

	.stages-about__item-title {
		grid-area: title;
		align-self: center;
		font-size: 18px;
	}

	.stages-about__item-desc {
		grid-area: desc;
	}

	.stages-about__item-title br {
		display: none;
	}
}

/* ######################### */
/* ##### 7. INFO-ABOUT ##### */
/* ######################### */
.info-about {
	padding: 67px 0 50px;
}

.info-about__inner {
	/* display: grid;
	grid-template-columns: 1fr 390px;
	gap: 20px; */
}

.info-about__title {
	margin-bottom: 26px;
	font-size: 34px;
	font-weight: 700;
	line-height: initial;
	letter-spacing: -0.01em;
	color: #302b2b;
}

.info-about__content-par {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: 0.005em;
}

.info-about__content-par:not(:last-child) {
	margin-bottom: 29px;
}

.info-about__feedback-inner {
	position: relative;
	min-height: 360px;
	padding: 35px;
	border-radius: 8px;
	background: rgba(255, 51, 95, 0.2);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.info-about__feedback-content-item {
	margin-bottom: 19px;
}

.info-about__feedback-inner::after {
	content: "";
	position: absolute;
	z-index: -1;
	right: -30px;
	top: 83px;
	display: inline-block;
	width: 162px;
	height: 118px;
	background: url(../img/about/about-info-quote.svg) 0 0/cover no-repeat;
}

.info-about__feedback-title {
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.27;
	color: #6A6A6A;
}

.info-about__feedback-par {
	margin-bottom: 12px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.67;
	letter-spacing: initial;
}

.info-about__feedback-author {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 300;
	line-height: initial;
	letter-spacing: initial;
	text-align: right;
}

.info-about__feedback-pagination {
	line-height: 0;
}

.info-about__feedback-pagination-list {
	display: inline-grid;
	grid-auto-flow: column;
	gap: 8px;
}

.info-about__feedback-pagination-item {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}

.info-about__feedback-pagination-item.active {
	background-color: var(--about-primary-color);
}

#splide-about-feedback .splide__pagination {
	display: grid;
	grid-auto-flow: column;
	justify-content: start;
	gap: 8px;
	bottom: 0;
	padding: 0;
}

#splide-about-feedback .splide__pagination li {
	line-height: 0;
}

#splide-about-feedback .splide__pagination__page {
	width: 7px;
	height: 7px;
	margin: 0;
	border-radius: 50%;
	background-color: #fff;
	opacity: 1;
	cursor: pointer;
}

#splide-about-feedback .splide__pagination__page.is-active {
	transform: scale(1);
	background-color: var(--about-primary-color);
}

@media (max-width: 1399.98px) {
	.info-about__inner {
		grid-template-columns: 1fr 300px;
	}
}

@media (max-width: 991.98px) {
	.info-about {
		padding: var(--section-spacing);
	}

	.info-about__title {
		font-size: var(--fz-title);
	}

	.info-about__inner {
		grid-template-columns: 100%;
		gap: 40px;
	}

	.info-about__content-par {
		font-size: 16px;
	}

	.info-about__content-par:not(:last-child) {
		margin-bottom: 20px;
	}

	.info-about__feedback-inner {
		min-height: 280px;
	}
}

@media (max-width: 575.98px) {
	.info-about__feedback-inner::after {
		display: none;
	}
}

/* ######################## */
/* ##### 8. WHY-ABOUT ##### */
/* ######################## */
.why-about {
	padding: 85px 0 46px;
	background-image: url(../img/about/about-why-bg.svg);
	background-size: 488px 410px;
	background-repeat: no-repeat;
	background-position: right 111px bottom 5px;
	background-color: #f4f4f4;
}

.why-about__title {
	margin-bottom: 14px;
	font-size: 34px;
	font-weight: 700;
	line-height: initial;
	letter-spacing: -1px;
	color: #2a2a2a;
}

.why-about__par {
	max-width: 1100px;
	margin-bottom: 42px;
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: 0.5px;
	color: #2a2a2a;
}

.why-about__link {
	color: var(--about-primary-color);
	cursor: pointer;
}

.why-about__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-inline: -15px;
	margin-block: -18px;
	padding-left: 0;
}

.why-about__item {
	position: relative;
	flex: 0 0 380px;
	min-height: 137px;
	margin-inline: 15px;
	margin-block: 18px;
	padding: 25px 30px;
	border-radius: 10px;
	background-color: #fff;
}

.why-about__item--outstand {
	margin-bottom: 32px;
}

.why-about__item-desc {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: initial;
	color: #302b2b;
}

.why-about__item-desc--offset {
	margin-left: -7px;
}

.why-about__item-desc .hl {
	color: var(--about-primary-color);
}

.why-about__item-icon--1 {
	position: absolute;
	right: 0;
	bottom: -17px;
}

.why-about__item-icon--2 {
	position: absolute;
	right: 8px;
	bottom: -16px;
}

.why-about__item-icon--3 {
	position: absolute;
	right: 9px;
	bottom: -10px;
}

.why-about__item-icon--4 {
	position: absolute;
	right: 2px;
	bottom: 3px;
}

.why-about__item-icon--4 img {
	width: 90px;
	height: 123px;
}

.why-about__item-icon--5 {
	position: absolute;
	right: 0;
	bottom: 7px;
}

.why-about__item-icon--6 {
	position: absolute;
	right: 3px;
	bottom: 28px;
}

.why-about__item-icon--7 {
	position: absolute;
	right: 13px;
	bottom: 34px;
}

.why-about__item-icon--8 {
	position: absolute;
	right: 6px;
	bottom: 24px;
}

.svg-why-1 {
	width: 131px;
	height: 128px;
}

.svg-why-2 {
	width: 109px;
	height: 103px;
}

.svg-why-3 {
	width: 52px;
	height: 115px;
}

.svg-why-5 {
	width: 72px;
	height: 110px;
}

.svg-why-6 {
	width: 96px;
	height: 67px;
}

.svg-why-7 {
	width: 71px;
	height: 69px;
}

.svg-why-8 {
	width: 128px;
	height: 82px;
}

@media (max-width: 991.98px) {
	.why-about {
		padding: var(--section-spacing);
		background-size: 380px 330px;
		background-position: right 20px bottom 5px;
	}

	.why-about__title {
		font-size: var(--fz-title);
	}

	.why-about__par {
		font-size: 16px;
	}

	.why-about__item {
		flex: 0 0 330px;
		padding: 20px;
	}

	.why-about__item-desc {
		font-size: 18px;
	}

	.why-about__item--outstand {
		margin-inline: 15px;
		margin-block: 18px;
	}

	.why-about__item-icon--1 {
		right: 6px;
		bottom: -13px;
	}

	.why-about__item-icon--2 {
		bottom: 0px;
	}

	.why-about__item-icon--3 {
		bottom: 0px;
	}

	.why-about__item-icon--4 {
		bottom: 12px;
	}

	.svg-why-1 {
		width: 120px;
		height: 120px;
	}

	.svg-why-2 {
		width: 90px;
		height: 90px;
	}

	.why-about__item-icon--4 img {
		width: 80px;
		height: 110px;
	}
}

@media (max-width: 767.98px) {
	.why-about {
		background-size: 280px 240px;
		background-position: right 20px bottom 5px;
	}

	.why-about__list {
		margin: -10px;
	}

	.why-about__item {
		flex: 1 1 240px;
		min-height: 130px;
		margin: 10px;
		padding: 15px;
	}

	.why-about__item-desc {
		font-size: 16px;
	}

	.why-about__item-icon--1 {
		bottom: -8px;
	}

	.why-about__item-icon--4 {
		bottom: 0px;
	}

	.why-about__item-icon--5 {
		bottom: 0px;
	}

	.why-about__item-icon--6 {
		right: 5px;
		bottom: 10px;
	}

	.why-about__item-icon--7 {
		bottom: 15px;
	}

	.why-about__item-icon--8 {
		bottom: 5px;
	}

	.svg-why-1 {
		width: 100px;
		height: 90px;
	}

	.svg-why-2 {
		width: 80px;
		height: 80px;
	}

	.svg-why-3 {
		width: 45px;
		height: 100px;
	}

	.svg-why-5 {
		width: 60px;
		height: 90px;
	}
}

@media (max-width: 575.98px) {
	.why-about {
		background-image: none;
	}

	.why-about__item.why-about__item--4 {
		padding-right: 25px;
	}
}

@media (max-width: 479.98px) {
	.why-about__item.why-about__item--4 {
		padding-right: max(85px, 30vw);
	}
}

/* ########################## */
/* ##### 9. PROMO-ABOUT ##### */
/* ########################## */
.promo-about {
	padding: 80px 0 66px;
}

.promo-about__title {
	margin-bottom: 46px;
	font-size: 34px;
	font-weight: 700;
	line-height: initial;
	letter-spacing: -1px;
	color: #2a2a2a;
	text-align: center;
}

.promo-about__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: minmax(476px, auto);
	gap: 7px;
	margin-bottom: 0;
	padding-left: 0;
}

.promo-about__item-inner {
	position: relative;
	width: 593px;
	height: 100%;
}

.promo-about__item-content {
	max-width: 400px;
}

.promo-about__item-title {
	margin-bottom: 28px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: initial;
	color: var(--about-primary-color);
}

.promo-about__item-title .hl {
	font-size: 36px;
}

.promo-about__item-desc {
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: 0.005em;
	color: #2e363e;
}

.promo-about__item-img-wrap {
	position: absolute;
}

.promo-about__item--1 {
	border-radius: 0 14px 14px 0;
	background: #f5f5f5;
}

.promo-about__item--1 .promo-about__item-inner {
	margin-left: auto;
	padding-top: 69px;
}

.promo-about__item--1 .promo-about__item-img-wrap {
	right: 30px;
	bottom: 7px;
}

.promo-about__item--1 .promo-about__item-img {
	display: block;
	width: 200px;
	height: 213px;
}

.promo-about__item--2 {
	background: #ffe4ea;
	border-radius: 14px 0 0 14px;
}

.promo-about__item--2 .promo-about__item-inner {
	padding: 107px 0 0 32px;
}

.promo-about__item--2 .promo-about__item-desc {
	font-size: 16px;
	line-height: 1.56;
}

.promo-about__item--2 .promo-about__item-img-wrap {
	right: 16px;
	bottom: 16px;
}

.promo-about__item--2 .promo-about__item-img {
	display: block;
	width: 155px;
	height: 257px;
}

.btn-about--promo {
	font-size: 18px;
	padding: 0.9em 0.9em;
}

@media (max-width: 1399.98px) {
	.promo-about__item-inner {
		width: 458px;
	}

	.promo-about__item--1 .promo-about__item-img {
		width: 160px;
		height: auto;
	}

	.promo-about__item--2 .promo-about__item-img {
		width: 115px;
		height: auto;
	}
}

@media (max-width: 991.98px) {
	.promo-about {
		padding: var(--section-spacing);
	}

	.promo-about__title {
		font-size: var(--fz-title);
	}

	.promo-about__list {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		display: inline-grid;
		grid-template-columns: 100%;
		grid-auto-rows: auto;
		gap: 20px;
		max-width: 720px;
		width: 100%;
		padding-inline: 15px;
	}

	.promo-about__item {
		width: 100%;
		border-radius: 14px;
	}

	.promo-about__item--1 .promo-about__item-inner,
	.promo-about__item--2 .promo-about__item-inner {
		padding: 30px;
	}

	.promo-about__item-inner {
		width: auto;
	}

	.promo-about__item-content {
		max-width: 460px;
	}

	.promo-about__item-title {
		font-size: 20px;
	}

	.promo-about__item-title .hl {
		font-size: 30px;
	}

	.promo-about__item-desc {
		font-size: 16px;
	}

	.promo-about__item--2 .promo-about__item-img-wrap {
		right: 20px;
	}

	.btn-about--promo {
		font-size: 16px;
	}
}

@media (max-width: 767.98px) {
	.promo-about__list {
		max-width: 540px;
	}

	.promo-about__item-img {
		opacity: 0.2;
	}
}

@media (max-width: 575.98px) {
	.promo-about__title {
		margin-bottom: 30px;
	}

	.promo-about__item-title {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.promo-about__item-title .hl {
		font-size: 25px;
	}

	.promo-about__item--1 .promo-about__item-inner,
	.promo-about__item--2 .promo-about__item-inner {
		padding: 25px;
	}

	.promo-about__item--1 .promo-about__item-img,
	.promo-about__item--2 .promo-about__item-img {
		display: none;
	}
}