
section {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity .5s ease-out, transform .5s ease-out;
}

section.visible {
	opacity: 1;
	transform: translateY(0);
}

section.border-bottom {
	position: relative;
}

section.border-bottom:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1316px;
	width: calc(100% - 50px);
	height: 1px;
	background: #e9e9e9;
}

@media screen and (max-width: 576px) {
	section.border-bottom:after {
		width: calc(100% - 32px);
	}
}

.p-model {
	padding-block: 72px;
}

@media screen and (max-width: 992px) {
	.p-model {
		padding-block: 48px;
	}
}

.p-model__container {
	position: relative;
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}

@media screen and (max-width: 1200px) {
	.p-model__container {
		padding: 0 20px;
	}
}

@media screen and (max-width: 768px) {
	.p-model__container {
		padding: 0 15px;
	}
}

.p-model h1 {
	font-weight: 500;
	font-size: 45px;
	line-height: 52px;
	letter-spacing: -2%;
	color: #1e1e1e;
	margin: 0 0 32px 0;
}

.p-model h2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	color: #1e1e1e;
	letter-spacing: 0;
}

.p-model h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	color: #1e1e1e;
	letter-spacing: 0;
}

.p-model p {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
}

.p-model ul {
	margin-bottom: 24px;
}

.p-model ul:last-child {
	margin-bottom: 0;
}

.p-model ul li {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 0;
}

.p-model ul li:before {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjE3MTYgMTAuOTk5OUwxMC44MDc2IDUuNjM1ODlMMTIuMjIxOCA0LjIyMTY4TDIwIDExLjk5OTlMMTIuMjIxOCAxOS43NzhMMTAuODA3NiAxOC4zNjM4TDE2LjE3MTYgMTIuOTk5OUg0VjEwLjk5OTlIMTYuMTcxNloiIGZpbGw9IiM5NUE0RkMiLz4KPC9zdmc+");
	width: 24px;
	height: 24px;
}

.p-model ul li:not(:last-child) {
	border-bottom: 1px solid #e9e9e9;
}

.p-hero {
	background: linear-gradient(180deg, #f0f7ff 0%, #f8f8f8 100%);
	padding-block: 100px;
}

@media screen and (max-width: 992px) {
	.p-hero {
		padding-block: 75px;
	}
}

.p-hero__wrapper {
	display: flex;
	gap: 24px;
}

@media screen and (max-width: 992px) {
	.p-hero__wrapper {
		flex-wrap: wrap;
	}
}

.p-hero__block {
	flex-basis: calc(50% - 12px);
}

@media screen and (max-width: 992px) {
	.p-hero__block {
		flex-basis: 100%;
	}
}

.p-hero__button {
	padding: 8px 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	border-radius: 32px;
	border: 1px solid #142c56;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	width: -moz-fit-content;
	width: fit-content;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.p-hero__button:hover {
	color: #fff;
	background-color: #142c56;
}

.p-hero__text {
	color: #30466d;
}

.p-believe__title {
	margin-bottom: 8px;
}

.p-believe__subtitle {
	margin: 0 0 32px 0;
}

.p-believe__cards {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

@media screen and (max-width: 992px) {
	.p-believe__cards {
		flex-wrap: wrap;
	}
}

.p-believe__card {
	flex-basis: calc(25% - 8px);
	padding: 22px;
	border: 1px solid #e9e9e9;
}

@media screen and (max-width: 992px) {
	.p-believe__card {
		flex-basis: calc(50% - 8px);
	}
}

@media screen and (max-width: 460px) {
	.p-believe__card {
		flex-basis: 100%;
	}
}

.p-believe__card .card-icon {
	width: 24px;
	height: 24px;
	margin-bottom: 24px;
}

.p-believe__card .card-title {
	margin-bottom: 16px;
}

.p-believe__card .card-text {
	margin: 0;
	font-weight: 500;
}

.p-how__title {
	margin-bottom: 8px;
}

.p-how__subtitle {
	max-width: 50%;
	margin: 0 0 32px 0;
}

@media screen and (max-width: 992px) {
	.p-how__subtitle {
		max-width: 100%;
	}
}

.p-how__items {
	display: flex;
	flex-wrap: nowrap;
	gap: 32px;
}

@media screen and (max-width: 992px) {
	.p-how__items {
		flex-wrap: wrap;
		gap: 0;
	}
}

.p-how__items-col {
	flex: 1 1 calc(50% - 16px);
	min-width: 0;
}

@media screen and (max-width: 992px) {
	.p-how__items-col {
		flex-basis: 100%;
	}
}

.p-how__item.is-open .item-header svg {
	transform: translateY(-50%) rotate(180deg);
	color: #95a4fc;
}

.p-how__item:not(:last-child) .item-header {
	border-bottom: 1px solid #e9e9e9;
}

.p-how__item:last-child .item-content {
	border: 1px solid #e9e9e9;
}

.p-how__item .item-header {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 24px 0;
	cursor: pointer;
	position: relative;
}

.p-how__item .item-header svg {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	transition: transform .5s ease-in-out, color .5s ease-in-out;
	color: #c2c2c2;
}

.p-how__item .item-count {
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	background-color: #95a4fc;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	padding: 4px;
	border-radius: 50%;
}

.p-how__item .item-content {
	display: none;
	padding: 32px;
	border: 1px solid #e9e9e9;
	border-top: none;
}

.p-how__item .item-content p {
	margin: 0 0 24px 0;
}

.p-how__item .item-content p:last-child {
	margin: 0;
}

.p-expect__wrapper {
	display: flex;
	gap: 32px;
}

@media screen and (max-width: 992px) {
	.p-expect__wrapper {
		flex-wrap: wrap;
	}
}

.p-expect__block {
	flex-basis: calc(50% - 16px);
}

@media screen and (max-width: 992px) {
	.p-expect__block {
		flex-basis: 100%;
	}
}

.p-expect ul li.p-expect__item {
	font-weight: 500;
}
