/* Общие стили */

.item-star {
	font-size: 18px;
	line-height: 1.3;
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.item-star:not(:last-child) {
	margin-bottom: 20px;
}

.item-star::before {
	content: "";
	width: 13px;
	margin-top: 6px;
	flex-shrink: 0;
	height: 12px;
	background: url(../img/bg/star.svg) center / contain no-repeat;
}

.intro {
	padding-bottom: 110px;
	background: center / cover no-repeat;
	border-radius: 0px 0px 90px 90px;
	margin-bottom: 40px;
	margin-top: -250px;
}

.intro_v3 {
	padding-bottom: 120px;
}

.intro__body {
	padding-top: 320px;
}

.intro__title {
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.intro__sub-title {
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 25px;
}

.intro__bottom {
	display: flex;
	gap: 20px;
	margin-top: 50px;
	max-width: 910px;
}

.intro__bottom_v2 {
	max-width: 700px;
}

.intro_v2 .item-star:not(:last-child) {
	margin-bottom: 0px;
}

.intro__bottom_v2 .intro__button {
	width: calc((100% - 20px) / 2);
	border-radius: 65px;
}

.intro__button {
	border-radius: 47px;
	overflow: hidden;
	width: calc((100% - 40px) / 3);
	font-size: 14px;
	line-height: 1.5;
	padding: 28px 15px;
}

.intro__list_v2 {
	display: flex;
	flex-wrap: wrap;
	max-width: 475px;
	width: 100%;
	justify-content: space-between;
	gap: 20px;
}

.intro__list_v2 .intro__item {
	margin-bottom: 0px;
	width: calc((100% - 25px) / 2);
}

@media (max-width: 991.98px) {
	.intro__title {
		font-size: 42px;
		margin-bottom: 15px;
	}

	.intro_v2 {
		background-position: -100px;
	}

	.intro__bottom {
		gap: 15px;
		margin-top: 30px;
	}

	.intro__button {
		width: calc((100% - 30px) / 3);
		font-size: 14px;
		padding: 24px 10px;
	}

	.intro__body {
		padding-top: 290px;
	}

	.intro {
		padding-bottom: 140px;
		border-radius: 0px 0px 80px 80px;
	}

	.intro__sub-title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.intro__body {
		padding-top: 260px;
	}
	.intro__title {
		font-size: 36px;
		margin-bottom: 15px;
	}

	.item-star:not(:last-child) {
		margin-bottom: 15px;
	}

	.intro__list_v2 {
		gap: 10px;
		max-width: 420px;
	}

	.intro_v2 {
		background-position: -100px;
	}

	.intro_v3 {
		background-position: -240px;
	}

	.intro__bottom {
		gap: 15px;
		flex-wrap: wrap;
		margin-top: 30px;
	}

	.intro__button {
		width: calc((100% - 30px) / 3);
		flex-grow: 1;
		font-size: 12px;
		padding: 22px 10px;
		min-width: 180px;
	}

	.intro {
		padding-bottom: 100px;
		border-radius: 0px 0px 60px 60px;
		margin-bottom: 25px;
	}

	.intro__sub-title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.intro__list_v2 {
		margin-bottom: 50px;
	}
}
@media (max-width: 480px) {
	.intro__title {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.intro__bottom_v2 .intro__button {
		width: 100%;
		max-width: 320px;
		min-height: 80px;
	}

	.intro__bottom_v2 {
		margin-top: 60px;
	}

	.intro__sub-title {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.intro__title br {
		display: none;
	}

	.intro_v3 .intro__bottom {
		margin-top: 244px;
	}

	.intro_v3 {
		background-position: center;
	}

	.intro__sub-title br {
		display: none;
	}

	.intro__bottom {
		align-items: center;
		margin-top: 30px;
		flex-direction: column;
	}

	.intro__button {
		width: 100%;
		max-width: 340px;
	}

	.intro__list {
		max-width: 280px;
	}

	.intro__list_v2 {
		max-width: 100%;
	}

	.intro {
		padding-bottom: 30px;
		border-radius: 0px 0px 50px 50px;
	}
	.intro__list_v2 {
		margin-bottom: 30px;
	}
}

/* ========== */

.info-cards {
	padding: 50px 0px;
}
.info-cards__container {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}
.info-cards__card {
	border-radius: 20px;
	height: 600px;
	padding: 40px;
	background: center / cover no-repeat;
	width: calc((100% - 60px) / 3);
}
.info-cards__card-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 10px;
}
.info-cards__card-text {
	font-size: 18px;
	line-height: 1.5;
}

.info-cards .svg-scroll {
	margin-bottom: 0px;
	margin-top: 5px;
}

@media (max-width: 1230px) {
	.info-cards__container {
		gap: 15px;
	}

	.info-cards__card-title {
		font-size: 20px;
	}

	.info-cards__card-text {
		font-size: 16px;
	}

	.info-cards__card-title br {
		display: none;
	}

	.info-cards__card {
		height: 500px;
		padding: 30px;
		width: calc((100% - 30px) / 3);
	}
}

@media (max-width: 991.98px) {
	.info-cards__card-title {
		font-size: 22px;
	}

	.info-cards__container {
		flex-wrap: nowrap;
		padding-bottom: 20px;
		overflow: auto;
	}

	.info-cards__card-title br {
		display: block;
	}

	.info-cards__card-text {
		font-size: 18px;
	}

	.info-cards__card {
		height: 540px;
		width: 380px;
		flex-shrink: 0;
	}
}

@media (max-width: 767.98px) {
	.info-cards {
		padding: 25px 0px;
	}

	.info-cards__card-title {
		font-size: 20px;
	}

	.info-cards__card-text {
		font-size: 16px;
	}

	.info-cards__card {
		height: 500px;
		width: 340px;
	}
}
@media (max-width: 480px) {
	.info-cards__card {
		height: 460px;
		width: 300px;
	}

	.info-cards__card-title {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.intro__list_v2 .intro__item {
		width: 100%;
	}
}

/* ========== */

.passes {
	padding: 50px 0px;
}
.passes__container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.passes__title {
	margin-bottom: 15px;
}

.passes__modal {
	padding: 4px 13px;
	border: 1px solid rgba(0, 0, 0, 0.103);
	border-radius: 7px;
	transition: 0.2s ease 0s;
	cursor: auto;
	text-align: center;
}

/*.passes__modal:hover {
	color: #48b7ce;
}*/

.pases__photo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	padding: 0px 15px;
	margin-bottom: 25px;
}

.pases__photo img {
	max-width: 1570px;
	width: 100%;
	border-radius: 35px;
	height: 654px;
	object-fit: cover;
}

.passes__list {
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.passes__item {
	width: calc((100% - 80px) / 3);
}
.passes__image {
	width: calc(100% - 1px);
	height: 260px;
	margin-bottom: 20px;
	border-radius: 20px;
	overflow: hidden;
}

.passes__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pases__text {
	font-size: 20px;
	line-height: 1.3;
	padding-left: 20px;
}

@media (max-width: 1230px) {
	.pases__text {
		font-size: 18px;
		padding-left: 10px;
	}

	.passes__image {
		height: 200px;
		margin-bottom: 10px;
	}

	.passes__list {
		gap: 30px;
	}

	.passes__item {
		width: calc((100% - 60px) / 3);
	}
}

@media (max-width: 991.98px) {
	.pases__photo img {
		height: 554px;
	}

	.pases__text {
		font-size: 16px;
	}

	.passes__list {
		gap: 20px;
		padding-top: 25px;
	}

	.passes__item {
		width: calc((100% - 40px) / 3);
	}

	.passes__image {
		height: 160px;
		border-radius: 20px;
	}
}

@media (max-width: 767.98px) {
	.passes {
		padding: 25px 0px;
	}

	.passes__title br {
		display: none;
	}

	.pases__photo img {
		height: 454px;
	}

	.pases__photo {
		margin-top: 35px;
	}

	.passes__list {
		gap: 15px;
		justify-content: center;
	}

	.passes__item {
		width: calc((100% - 20px) / 3);
	}

	.pases__text {
		font-size: 15px;
		padding-left: 5px;
	}
}

@media (max-width: 480px) {
	.pases__photo img {
		height: 354px;
		border-radius: 25px;
	}

	.passes__list {
		flex-direction: column;
		align-items: center;
	}

	.passes__item {
		width: 100%;
		max-width: 280px;
	}

	.passes__image {
		height: 200px;
	}
}
/* ========== */

.formats {
	padding: 30px 0px;
}
.formats__container {
}
.formats__top {
}
.formats__title {
	margin-bottom: 50px;
}

.formats__top-list {
	display: flex;
	gap: 15px;
}
.formats__top-item {
	display: flex;
	flex-direction: column;
	width: calc((100% - 45px) / 4);
}
.formats__item-image {
	padding-top: 93.5%;
	width: 100%;
	margin-bottom: 25px;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.formats__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.formats__i-top-text {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: center;
}

.formats__i-top-text strong {
	display: block;
}

.formats__button {
	margin-top: auto;
	align-self: flex-start;
	font-size: 12px;
	border-radius: 45px;
	overflow: hidden;
	padding: 20px 35px;
	margin-inline: auto;
}

.formats__main {
	margin-top: 60px;
}
.formats__main-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.formats__main-item {
	width: calc((100% - 60px) / 3);
	min-height: 400px;
	display: flex;
	flex-direction: column;
	padding: 40px 40px 50px 40px;
	background: center / cover no-repeat;
	border-radius: 15px;
	overflow: hidden;
}
.formats__i-title {
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 10px;
}
.formats__i-text {
	line-height: 1.5;
	font-size: 18px;
}

.formats__bottom {
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	align-items: center;
	padding: 118px 60px;
	margin-top: 90px;
}

.formats__bottom-image {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}

.formats__bott-text {
	max-width: 440px;
	font-size: 20px;
	line-height: 1.5;
}
.formats__bott-title {
	font-size: 36px;
	display: block;
	line-height: 1.2;
	margin-bottom: 20px;
}

@media (max-width: 1230px) {
	.formats__title {
		margin-bottom: 40px;
	}

	.formats__bottom {
		padding: 100px 60px;
		margin-top: 60px;
	}

	.formats__item-image {
		margin-bottom: 15px;
	}

	.formats__main-item {
		width: calc((100% - 30px) / 3);
		min-height: 360px;
		padding: 25px 25px 40px 25px;
	}

	.formats__main-list {
		gap: 15px;
	}

	.formats__i-title {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.formats__i-text {
		font-size: 16px;
	}
}

@media (max-width: 991.98px) {
	.formats__top-item {
		width: 295px;
		flex-shrink: 0;
	}

	.formats__bottom {
		padding: 80px 50px;
		margin-top: 40px;
	}

	.formats__bott-title {
		font-size: 32px;
		margin-bottom: 15px;
	}

	.formats__bott-text {
		max-width: 397px;
		font-size: 18px;
	}

	.formats__main-item {
		min-height: 300px;
		padding: 20px 15px 20px 15px;
	}

	.formats__i-title {
		font-size: 18px;
		margin-bottom: 2px;
	}

	.formats__main {
		margin-top: 40px;
	}

	.formats__i-text {
		font-size: 14px;
	}

	.formats__top-list {
		overflow: auto;
		padding-bottom: 20px;
	}

	.formats__main .formats__button {
		width: 100%;
		padding: 18px 20px;
	}
}

@media (max-width: 767.98px) {
	.formats {
		padding: 25px 0px;
	}

	.formats__bottom {
		padding: 60px 30px;
		margin-top: 50px;
	}

	.formats__bott-title {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.formats__bott-text {
		max-width: 350px;
		font-size: 17px;
	}

	.formats__main-list {
		flex-direction: column;
		align-items: center;
	}

	.formats__main-item {
		width: 365px;
		padding: 30px 30px 40px 30px;
		min-height: 400px;
	}

	.formats__i-text {
		font-size: 16px;
	}

	.formats__i-title {
		font-size: 20px;
		margin-bottom: 2px;
	}

	.formats__main {
		margin-top: 25px;
	}

	.formats__title {
		margin-bottom: 30px;
	}

	.formats__main .formats__button {
		width: auto;
		padding: 16px 30px;
	}
}
@media (max-width: 480px) {
	.formats__item-image {
		padding-top: 83.5%;
	}

	.formats__bottom {
		padding: 0px;
		border-radius: 0px;
		background: none;
	}

	.formats__bott-title {
		font-size: 22px;
	}

	.formats__bott-text {
		max-width: 100%;
		font-size: 16px;
	}

	.formats__bott-text br {
		display: none;
	}

	.formats__bottom {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}

	.formats__bottom-image {
		position: static;
		object-position: right;
		height: 250px;
		margin-top: 15px;
		border-radius: 15px;
	}

	.formats__main-item {
		width: 295px;
		padding: 20px 15px 20px 15px;
		min-height: 320px;
	}
}
/* ========== */

.section {
	max-width: 1570px;
	width: 100%;
	margin: 80px auto;
	overflow: hidden;
	position: relative;
	border-radius: 25px;
	padding: 120px 10px 140px 10px;
	z-index: 1;
	background: #b6dae2 url(../img/bg/section-bg.jpg) center / cover no-repeat;
}

.section::before {
	width: 1174px;
	height: 1174px;
	content: "";
	position: absolute;
	bottom: 0;
	top: 58%;
	left: 55%;
	z-index: 0;
	background: url(../img/bg/decor-5.png) center / contain no-repeat;
}

.blocks {
	position: relative;
	z-index: 1;
}

.blocks__title {
	margin-bottom: 50px;
}

.blocks__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.blocks__item {
	width: calc((100% - 60px) / 4);
}
.blocks__image {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	padding-top: 77%;
	margin-bottom: 15px;
}

.blocks__image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blocks__item-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 5px;
	padding-left: 10px;
}
.blocks__sub-list {
	padding-left: 10px;
}
.blocks__sub-item {
	font-size: 16px;
	line-height: 1.3;
}

.blocks__sub-item.item-dot::before {
	width: 5px;
	height: 5px;
	margin-top: 5px;
	background-color: #f55eac;
}

.blocks__sub-item.item-dot {
	gap: 8px;
}

.blocks__sub-item.item-dot:not(:last-child) {
	margin-bottom: 8px;
}
.blocks__sub-item.item-dot:last-child {
	margin-bottom: 0px;
}

.blocks__text {
	padding-left: 10px;
}

.blocks__text p:not(:last-child) {
	margin-bottom: 5px;
}

@media (max-width: 1230px) {
	.blocks__list {
		gap: 15px;
	}

	.blocks__item {
		width: calc((100% - 45px) / 4);
	}

	.blocks__item-title {
		font-size: 22px;
	}

	.blocks__title {
		margin-bottom: 40px;
	}

	.section {
		padding: 100px 10px 120px 10px;
	}
}

@media (max-width: 991.98px) {
	.section {
		padding: 80px 10px 100px 10px;
	}

	.blocks__list {
		flex-wrap: nowrap;
		overflow: auto;
		padding-bottom: 20px;
	}

	.blocks__sub-item {
		font-size: 14px;
	}

	.blocks__item-title {
		font-size: 20px;
	}

	.blocks__image {
		margin-bottom: 10px;
	}

	.blocks__title {
		margin-bottom: 30px;
	}

	.blocks .svg-scroll {
		margin-top: 10px;
		margin-bottom: 0px;
	}

	.blocks__item {
		width: 230px;
		flex-shrink: 0;
	}

	.blocks__text p {
		font-size: 14px;
	}
}

@media (max-width: 767.98px) {
	.blocks__title {
		margin-bottom: 20px;
	}

	.section {
		padding: 60px 10px 80px 10px;
		margin: 25px 0px;
	}
}
@media (max-width: 480px) {
	.section {
		padding: 40px 10px 60px 10px;
	}

	.blocks__item {
		width: 270px;
		flex-shrink: 0;
	}
}
/* ========== */

.center {
	margin-top: 95px;
	position: relative;
	z-index: 1;
}

.center__title {
	margin-bottom: 50px;
}

.center__body {
	display: flex;
	gap: 20px;
}
.center__block {
	border-radius: 20px;
	overflow: hidden;
	width: calc((100% - 20px) / 2);
	padding: 40px 60px;
	min-height: 477px;
	background: center / cover no-repeat;
}
.center__block-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 10px;
}
.center__block-text {
	font-size: 18px;
}
.center__block-white {
	color: #fff;
}
.center__block-text img {
	display: inline;
	vertical-align: middle;
	translate: 20px 0px;
}

.center__block-white:hover {
	color: #dddddd;
}

@media (max-width: 1230px) {
	.center__block {
		min-height: 447px;
		padding: 40px 40px;
	}

	.center__block-title {
		font-size: 28px;
	}

	.center__title {
		margin-bottom: 40px;
	}

	.center {
		margin-top: 65px;
	}
}

@media (max-width: 991.98px) {
	.center__block-title {
		font-size: 24px;
	}

	.center {
		margin-top: 45px;
	}

	.center__title {
		margin-bottom: 30px;
	}

	.center__block {
		min-height: 407px;
		padding: 30px;
	}

	.center__block-text {
		font-size: 16px;
	}
	.center__block-text br {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.center {
		margin-top: 25px;
	}

	.center__block-title {
		font-size: 22px;
	}

	.center__body {
		flex-direction: column;
		align-items: center;
	}

	.center__block {
		min-height: 380px;
		width: 100%;
		max-width: 380px;
	}
}
@media (max-width: 480px) {
	.center__block-title {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.center__block-text {
		font-size: 14px;
		line-height: 1.4;
		padding-right: 30px;
	}

	.center__block {
		padding: 20px;
		min-height: 340px;
	}

	.center__title br {
		display: none;
	}
}
/* ========== */

.direction {
	padding: 25px 0px;
}
.direction__container {
}
.direction__title {
}

.direction__list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 35px;
	row-gap: 25px;
}
.direction__item {
	width: calc((100% - 140px) / 5);
	padding: 8px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 20px 60px 0px;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 25px;
	min-height: 270px;
}
.direction__image {
	width: 100%;
	height: 182px;
	border-radius: 7px;
	overflow: hidden;
}

.direction__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.direction__text {
	padding-left: 14px;
	font-size: 18px;
	font-weight: 700;
	padding-top: 14px;
	line-height: 1.3;
}
.svg-scroll {
}

@media (max-width: 1230px) {
	.direction__list {
		column-gap: 20px;
		row-gap: 10px;
	}

	.direction__item {
		width: calc((100% - 80px) / 5);
		min-height: 220px;
	}

	.direction__image {
		height: 142px;
	}

	.direction__title {
		margin-bottom: 50px;
	}
}

@media (max-width: 991.98px) {
	.direction__title {
		margin-bottom: 30px;
	}

	.direction__list {
		overflow: auto;
		flex-direction: column;
		height: 570px;
		padding-bottom: 20px;
	}

	.direction__item {
		width: 225px;
		height: 260px;
		padding-bottom: 5px;
		overflow: hidden;
		min-height: auto;
	}

	.direction__image {
		height: 182px;
	}

	.direction .svg-scroll {
		margin-bottom: 0px;
		margin-top: 10px;
	}
}

@media (max-width: 767.98px) {
	.direction__image {
		height: 142px;
	}

	.direction__item {
		height: 230px;
		width: 200px;
	}

	.direction__list {
		height: 500px;
	}

	.direction__text {
		padding-left: 5px;
		font-size: 16px;
		padding-top: 10px;
	}
}
@media (max-width: 480px) {
	.direction__list {
		column-gap: 10px;
	}
}
/* ========== */

.docs {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
.docs__title {
	margin-bottom: 40px;
}

.docs__blocks {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.docs__block {
	background: center / cover no-repeat;
	border-radius: 20px;
	min-height: 350px;
	overflow: hidden;
	padding: 45px 50px;
	width: calc((100% - 20px) / 2);
}
.docs__block-text {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}
.docs__list {
	padding-top: 15px;
}
.docs__item {
	line-height: 1.3;
	font-size: 18px;
}

.docs__item:not(:last-child) {
	margin-bottom: 10px;
}

@media (max-width: 1230px) {
	.docs__block {
		background: left / cover no-repeat;
		min-height: 320px;
		padding: 35px 40px;
		width: calc((100% - 20px) / 2);
	}
}

@media (max-width: 991.98px) {
	.docs {
		margin-bottom: 40px;
	}

	.docs__block {
		min-height: 320px;
		width: 430px;
		flex-shrink: 0;
	}

	.docs__blocks {
		padding-bottom: 20px;
		overflow: auto;
		display: flex;
		flex-wrap: nowrap;
		gap: 15px;
	}

	.docs .svg-scroll {
		margin: 10px auto 0px auto;
	}
}

@media (max-width: 767.98px) {
	.docs__title {
		margin-bottom: 30px;
	}

	.docs__block-text {
		font-size: 22px;
	}

	.docs {
		margin-bottom: 25px;
	}
}
@media (max-width: 480px) {
	.docs__block-text {
		font-size: 18px;
	}

	.section {
		padding: 40px 0px 60px 0px;
	}

	.docs__title br {
		display: none;
	}

	.docs__block-text br {
		display: none;
	}

	.docs__block {
		min-height: 260px;
		width: 290px;
		padding: 20px 15px;
	}

	.docs__list {
		padding-top: 5px;
	}

	.docs__item {
		font-size: 16px;
	}
}
/* ========== */

.sectiond_decor-2 {
	padding-bottom: 360px;
}

.sectiond_decor-2::before {
	background-image: url(../img/bg/womans.png);
	top: auto;
	bottom: -292px;
	width: 1174px;
	height: 1250px;
	left: 29%;
}

.section__after {
	position: relative;
	padding-top: 70px;
	max-width: 450px;
}
.section__after-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 15px;
}
.section__after-text {
	font-size: 24px;
	line-height: 1.3;
	max-width: 350px;
	position: relative;
}

.section__after-text::before {
	content: "";
	width: 301px;
	height: 184px;
	position: absolute;
	left: 88%;
	top: 88%;
	background: url(../img/bg/figure-2.png) center / contain no-repeat;
}

@media (max-width: 1230px) {
	.sectiond_decor-2::before {
		bottom: -290px;
		width: 1074px;
		height: 1050px;
		left: 50%;
		translate: -25% 0%;
	}

	.sectiond_decor-2 {
		padding-bottom: 240px;
	}

	.section__after-text::before {
		width: 241px;
		height: 144px;
	}

	.section__after-title {
		font-size: 32px;
	}

	.section__after {
		padding-top: 50px;
		max-width: 400px;
	}

	.section__after-text {
		font-size: 22px;
		max-width: 320px;
	}
}

@media (max-width: 991.98px) {
	.sectiond_decor-2::before {
		bottom: -248px;
		width: 824px;
		height: 800px;
		translate: -23% 0%;
	}

	.sectiond_decor-2 {
		padding-bottom: 120px;
	}

	.section__after-text::before {
		width: 151px;
		height: 84px;
	}

	.section__after-title {
		font-size: 28px;
	}

	.section__after {
		padding-top: 20px;
		max-width: 360px;
	}

	.section__after-text {
		font-size: 20px;
		max-width: 300px;
	}
}

@media (max-width: 767.98px) {
	.sectiond_decor-2::before {
		translate: -50% 0%;
	}

	.sectiond_decor-2 {
		padding-bottom: 440px;
	}

	.section__after {
		margin: 0px auto;
		text-align: center;
	}

	.section__after-text {
		max-width: 100%;
	}

	.section__after-text::before {
		display: none;
	}

	.section__after-title {
		font-size: 26px;
	}
}
@media (max-width: 480px) {
	.sectiond_decor-2::before {
		width: 500px;
		height: 550px;
		bottom: -130px;
		translate: -48% 0%;
	}

	.section__after-title {
		font-size: 24px;
	}

	.section__after-text {
		font-size: 18px;
	}

	.sectiond_decor-2 {
		padding-bottom: 320px;
	}
}

/* ================= */

.reviews {
	padding: 40px 0px;
	position: relative;
}

.reviews::before {
	content: "";
	width: 1175px;
	position: absolute;
	z-index: -1;
	left: -580px;
	bottom: -530px;
	height: 1175px;
	background: url(../img/bg/decor-3.png) center / contain no-repeat;
}

.reviews__container {
}
.reviews__title {
	margin-bottom: 15px;
}

.reviews__sub-title {
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
}
.reviews__body {
	margin-top: 55px;
	border-radius: 16px;
	display: flex;
	align-items: flex-start;
	gap: 60px;
	padding: 20px;
	overflow: hidden;
	background-color: #f7f7f9;
}
.reviews__tabs {
	width: 305px;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border-radius: 16px;
	padding: 20px;
	flex-shrink: 0;
	overflow: hidden;
}

.reviews__tab:first-child {
	border-radius: 16px 16px 0px 0px;
}

.reviews__tab {
	border-radius: 0px;
	padding: 20px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid hsla(0, 0%, 49%, 0.2);
	transition: none;
}

.reviews__tab img {
	max-width: 100%;
	filter: grayscale(1);
	opacity: 0.6;
	object-fit: contain;
}

.reviews__tab.tab-active img {
	filter: grayscale(0);
	opacity: 1;
}

.reviews__tab.tab-active {
	background: #efefef url(../img/bg/reviews-tab-bg.png) center / cover no-repeat;
	border: none;
}

.reviews__tabs-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 35px 15px;
	gap: 10px;
	font-size: 14px;
	line-height: 1.3;
}

.reviews__tabs-bottom img {
	max-width: 22px;
}

.reviews__main {
	align-self: center;
	flex-grow: 1;
	max-width: 700px;
}
.reviews__tab-content {
	display: none;
}

.reviews__tab-content.d-block {
	display: block;
	width: 100%;
}

.reviews__tab-content-wrapper {
}
.reviews__sub-content {
	display: none;
}

.reviews__sub-content.d-block {
	display: block;
}

.reviews__review-title {
	font-size: 26px;
	line-height: 1.5;
	font-weight: 700;
	display: flex;
	margin-bottom: 15px;
	gap: 10px;
}

.reviews__review-title::before {
	content: "";
	width: 16px;
	height: 16px;
	margin-top: 8px;
	flex-shrink: 0;
	background: url(../img/bg/star-2.svg) center / contain no-repeat;
}

.reviews__comment {
	font-size: 18px;
	line-height: 1.5;
	max-width: 580px;
	margin-bottom: 30px;
	padding-left: 30px;
}
.reviews__images {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	padding-left: 30px;
}

.reviews__sub-content {
	max-width: 630px;
	margin-left: 25px;
}

.reviews__img {
	width: calc((100% - 30px) / 3);
	height: 140px;
	background-color: #808080;
	border-radius: 10px;
	overflow: hidden;
}

.reviews__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reviews__content-buttons {
	margin-top: 60px;
	position: relative;
	display: flex;
	padding-left: 10px;
	gap: 10px;
}
.reviews__button {
	width: calc((100% - 10px) / 2);
	line-height: 1.3;
	text-align: center;
	border-radius: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 105px;
	overflow: hidden;
}
.btn-border.blue {
	color: black;
	text-align: center;
	text-transform: none;
	font-size: 18px;
	border-color: #72ccd7;
}

.btn-border.blue:hover {
	color: #338fec;
}

.reviews__button.btn {
	font-size: 14px;
}

@media (max-width: 1230px) {
	.reviews__tabs {
		width: 255px;
	}

	.reviews__body {
		margin-top: 35px;
		gap: 30px;
	}

	.reviews__review-title {
		font-size: 24px;
	}

	.reviews__sub-title {
		font-size: 22px;
	}
}

@media (min-width: 1230px) {
	.reviews__content-buttons::before {
		content: "";
		position: absolute;
		width: 117px;
		height: 405px;
		left: 94%;
		bottom: 40px;
		z-index: 2;
		background: url(../img/bg/pen.png) center / contain no-repeat;
	}
}

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

	.reviews::before {
		display: none;
	}

	.reviews__sub-content {
		margin-left: 0px;
	}

	.reviews__button {
		min-height: 83px;
	}

	.reviews__comment {
		max-width: 540px;
		margin-bottom: 15px;
		padding-left: 15px;
	}

	.reviews__content-buttons {
		margin-top: 40px;
	}

	.reviews__img {
		height: 120px;
	}

	.reviews__body {
		flex-direction: column;
		padding: 25px 15px 40px 15px;
		gap: 0px;
	}

	.reviews .svg-scroll {
		margin-top: 10px;
		margin-bottom: 0px;
	}

	.reviews__tabs {
		flex-direction: row;
		border-radius: 0px;
		width: 100%;
		overflow: auto;
		padding: 0px;
		background: none;
		padding-bottom: 20px;
	}

	.reviews__tabs .reviews__tabs-bottom {
		display: none;
	}

	.reviews__tab:first-child {
		border-radius: 0px;
	}

	.reviews__tab-content-wrapper {
		padding-top: 10px;
	}

	.reviews__review-title {
		font-size: 24px;
		padding-left: 30px;
	}

	.reviews__img {
		height: 140px;
	}

	.reviews__comment {
		max-width: 100%;
		margin-bottom: 20px;
		padding-left: 30px;
	}

	.reviews__tab {
		width: 200px;
	}
}

@media (max-width: 767.98px) {
	.reviews {
		padding: 25px 0px;
	}

	.reviews__sub-title {
		font-size: 20px;
	}

	.reviews__body {
		margin-top: 25px;
	}

	.reviews__review-title {
		font-size: 20px;
		margin-bottom: 10px;
		padding-left: 0px;
	}

	.reviews__review-title::before {
		margin-top: 4px;
	}

	.reviews__images {
		gap: 10px;
		padding-left: 0px;
	}

	.reviews__img {
		height: 120px;
		width: calc((100% - 20px) / 3);
	}

	.reviews__comment {
		font-size: 16px;
		padding-left: 0px;
	}

	.reviews__content-buttons {
		justify-content: center;
		padding-left: 0px;
	}

	.btn-border.blue {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.reviews__content-buttons {
		flex-direction: column;
	}

	.reviews__button {
		width: 100%;
	}

	.reviews__tab {
		width: 160px;
		height: 80px;
	}

	.reviews__img {
		height: 80px;
	}

	.reviews__comment {
		font-size: 14px;
	}

	.reviews__review-title {
		font-size: 18px;
		gap: 5px;
	}

	.reviews__review-title::before {
		margin-top: 2px;
	}

	.reviews__title {
		margin-bottom: 10px;
	}

	.reviews__title br {
		display: none;
	}

	.reviews__sub-title {
		font-size: 18px;
	}

	.reviews__body {
		padding: 15px 10px 30px 10px;
	}

	.reviews__sub-title br {
		display: none;
	}
}

/* ========================== */
.presenters {
	min-height: 990px;
	background: center / cover no-repeat;
	padding: 100px 0px 60px 0px;
	border-radius: 0px 0px 90px 90px;
	overflow: hidden;
	display: flex;
	margin: 100px 0px;
}

.presenters.presenters_v2 {
	min-height: auto;
	padding: 0px;
	margin: 30px 0px 50px 0px;
	border-radius: 0px;
}

.presenters__container {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
}

.presenters__title {
	margin-bottom: 50px;
}

.presenters__blocks {
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 45px;
}

.presenters__blocks_v2 {
	gap: 15px;
}

.presenters__blocks_v2 .presenters__block {
	width: calc((100% - 45px) / 4);
}

.presenters__block {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 12px;
	width: calc((100% - 90px) / 3);
}

.presenters_v2 .presenters__block-top {
	background-color: #f0f0f0;
}

.presenters__block-top {
	padding: 25px 45px;
	min-height: 195px;
	position: relative;
	z-index: 2;
	background-color: #fff;
	flex-grow: 1;
	border-radius: 0px 0px 12px 12px;
}

.presenters__block-top p {
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	line-height: 1.3;
}

.presenters_v2 .presenters__block-top p {
	font-size: 20px;
	font-weight: 400;
}

.presenters_v2 .presenters__block-top {
	padding: 25px 35px;
}

.presenters__blocks_v2 .presenters__block-top {
	padding: 25px 5px;
	min-height: 183px;
}

.presenters__blocks_v2 .presenters__bottom {
	min-height: 90px;
}

.presenters__blocks_v2 .presenters__block-top p {
	font-size: 18px;
}

.presenters__block-top span {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	display: block;
}

.presenters__bottom {
	background-color: #4fadc4;
	margin-top: -8px;
	position: relative;
	flex-grow: 1;
	min-height: 126px;
}
.presenters__bottom-svg {
	position: absolute;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	width: 88px;
	height: 88px;
	translate: -50% -40%;
	z-index: 2;
	background-color: #4fadc4;
	border-radius: 50%;
}

.presenters__bottom-svg img {
	max-width: 100%;
}

@media (max-width: 1230px) {
	.presenters {
		min-height: 820px;
		padding: 80px 0px 60px 0px;
		border-radius: 0px 0px 80px 80px;
		margin: 80px 0px;
	}

	.presenters__blocks {
		gap: 25px;
	}

	.presenters__block {
		width: calc((100% - 50px) / 3);
	}

	.presenters__block-top p {
		font-size: 20px;
	}

	.presenters__block-top {
		padding: 25px 25px;
		min-height: 165px;
	}

	.presenters__block-top p br {
		display: none;
	}

	.presenters__bottom {
		min-height: 85px;
	}

	.presenters__blocks_v2 .presenters__bottom {
		min-height: 70px;
	}

	.presenters__blocks_v2 .presenters__bottom-svg {
		width: 78px;
		height: 78px;
	}

	.presenters__blocks_v2 .presenters__block-top {
		padding: 25px 5px;
		min-height: 183px;
	}

	.presenters__blocks_v2 {
		gap: 15px;
	}
}

@media (max-width: 991.98px) {
	.presenters {
		min-height: 720px;
		border-radius: 0px 0px 60px 60px;
		margin: 60px 0px;
	}

	.presenters_v2 .presenters__block-top p {
		font-size: 18px;
	}

	.presenters__bottom-svg {
		width: 68px;
		height: 68px;
		padding: 5px;
	}

	.presenters__blocks {
		gap: 15px;
	}

	.presenters__block-top {
		padding: 25px 10px;
	}

	.presenters__block {
		width: calc((100% - 30px) / 3);
	}

	.presenters__block-top p {
		font-size: 18px;
	}

	.presenters__block-top span {
		font-size: 16px;
	}

	.presenters__blocks_v2 {
		gap: 20px;
	}

	.presenters__blocks_v2 .presenters__block {
		width: calc((100% - 20px) / 2);
	}
}

@media (max-width: 767.98px) {
	.presenters {
		min-height: 850px;
		border-radius: 0px 0px 40px 40px;
		margin: 25px 0px;
		padding: 60px 0px 60px 0px;
	}

	.presenters__bottom {
		min-height: 65px;
	}

	.presenters_v2 .presenters__block-top p {
		font-size: 16px;
	}

	.presenters_v2 .presenters__title {
		margin-bottom: 30px;
	}

	.presenters_v2 .presenters__title br {
		display: none;
	}

	.presenters__blocks {
		justify-content: center;
	}

	.presenters__block {
		width: 240px;
	}

	.presenters__blocks_v2 .presenters__block-top {
		min-height: 153px;
	}
}

@media (max-width: 480px) {
	.presenters {
		min-height: 900px;
	}

	.presenters__blocks_v2 {
		gap: 10px;
	}

	.presenters__blocks_v2 .presenters__block {
		width: 100%;
	}
}
/* ========================== */
.video-reviews {
	padding-bottom: 50px;
}

.video-reviews__body {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.video-reviews__item {
	display: flex;
	flex-direction: column;

	width: calc((100% - 60px) / 3);
}
.video-reviews__inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.video-reviews__employee {
	flex-grow: 1;
}
.video-reviews__review {
	display: flex;
	flex-direction: column;
	padding-bottom: 120%;
	border-radius: 10px;
	overflow: hidden;
	background: #969696 center / cover no-repeat;
	width: 100%;
}
.video-reviews__play {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 40px;
}
.video-reviews__play-button {
	width: 70px;
	height: 70px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
	background-color: #f05ca9;
	transition: 0.2s ease 0s;
}

.video-reviews__play-button img {
	translate: 2px 0px;
}

.video-reviews__play-text {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	max-width: 130px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
	transition: 0.2s ease 0s;
}

.video-reviews__play:hover .video-reviews__play-text {
	color: #000;
}

.video-reviews__play:hover .video-reviews__play-button {
	background-color: #fa5faf;
}
.video-reviews__links {
	display: none;
}
.video-reviews__employee {
	color: #000;
	margin-top: 20px;
	margin-bottom: 30px;
}
.video-reviews__employee-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 5px;
}
.video-reviews__employee-text {
	line-height: 1.3;
	font-size: 18px;
}
.video-reviews__buttons {
	display: flex;
	margin-top: auto;
	flex-direction: column;
	gap: 15px;
}
.video-reviews__button {
	font-size: 13px;
	padding: 15px;
	min-height: 70px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 45px;
}
.video-reviews__button.btn-border {
	text-transform: uppercase;
	line-height: 1.3;
	font-size: 13px;
	color: #000;
}

.video-reviews__button.btn-border:hover {
	color: #57d3ec;
}

@media (max-width: 1230px) {
	/*.video-reviews__review {
		padding: 160px 20px 20px 20px;
		width: calc((100% - 30px) / 3);
	}*/

	.video-reviews__play {
		margin-bottom: 20px;
	}

	.video-reviews__body {
		gap: 40px 15px;
	}
	.video-reviews__item {
		width: calc((100% - 30px) / 3);
	}

	.video-reviews__employee-title {
		font-size: 22px;
	}

	.video-reviews__employee-text {
		font-size: 16px;
	}

	.video-reviews__play-button {
		width: 65px;
		height: 65px;
	}
}

@media (max-width: 991.98px) {
	.video-reviews__item {
		height: auto;
	}
	.video-reviews__item {
		width: 320px;
		flex-shrink: 0;
	}

	.video-reviews__body {
		overflow: auto;
		flex-wrap: nowrap;
		padding-bottom: 20px;
		display: flex;
		justify-content: flex-start;
	}

	.video-reviews .svg-scroll {
		margin-top: 10px;
		margin-bottom: 0px;
	}
}

@media (max-width: 767.98px) {
	.video-reviews {
		padding: 25px 0px;
	}

	.video-reviews {
		padding-bottom: 25px;
	}
}

/*@media (max-width: 480px) {
	.video-reviews__review {
		width: 290px;
		padding: 140px 15px 20px 15px;
	}

	.video-reviews__employee {
		margin-bottom: 15px;
	}

	.video-reviews__employee-title {
		font-size: 20px;
	}
}*/
/* ========================== */

.certificates {
	padding: 50px 0px;
	position: relative;
}

.certificates::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	translate: -50% 30%;
	width: 1175px;
	height: 1175px;
	z-index: -1;
	background: url(../img/bg/decor-3.png) center / contain no-repeat;
}

.certificates__title {
	margin-bottom: 55px;
}

.certificates__body {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
.certificates__fancy {
	width: calc((100% - 100px) / 3);
	height: 515px;
}

.fancy-scale {
	position: relative;
}

.fancy-scale__image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fancy-scale__button {
	position: absolute;
	left: 50%;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	translate: -50% -50%;
	width: 70px;
	height: 70px;
	background: #f15aa9;
	transition: 0.2s ease 0s;
}

.fancy-scale:hover .fancy-scale__button {
	background: #d85197;
}

@media (max-width: 1230px) {
	.certificates__body {
		gap: 30px;
	}

	.certificates__fancy {
		width: calc((100% - 60px) / 3);
		height: 460px;
	}

	.certificates__title {
		margin-bottom: 45px;
	}
}

@media (max-width: 991.98px) {
	.certificates__body {
		flex-wrap: nowrap;
		overflow: auto;
		padding-bottom: 20px;
	}

	.certificates::before {
		display: none;
	}

	.certificates .svg-scroll {
		margin-top: 15px;
		margin-bottom: 0px;
	}

	.certificates__fancy {
		width: 290px;
		height: 410px;
		flex-shrink: 0;
	}
	.certificates__title {
		margin-bottom: 35px;
	}

	.fancy-scale__button {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 767.98px) {
	.certificates__title br {
		display: none;
	}

	.certificates__body {
		gap: 15px;
	}

	.certificates {
		padding: 25px 0px;
	}
}

/* ========================== */

.video-reviews-2 {
	padding: 75px 0px;
}
.video-reviews-2__container {
}
.video-reviews-2__title {
	margin-bottom: 75px;
}

.video-reviews-2__body {
	display: flex;
	flex-wrap: wrap;
	gap: 65px;
}
.video-reviews-2__block {
	background: center / cover no-repeat;
	width: calc((100% - 130px) / 3);
	border-radius: 10px;
	position: relative;
	padding: 45px 29px;
	height: 470px;
	display: flex;
}

.video-reviews-2__block::before {
	content: "";
	width: 100%;
	height: 90%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 30.98%, rgba(13, 13, 13, 0) 100%);
	transform: rotate(180deg);
	border-radius: 10px;
}

.video-reviews-2__human {
	position: absolute;
	z-index: 0;
	pointer-events: none;
	bottom: 0;
	left: 50%;
	translate: -50% 0px;
	max-width: 280px;
}

.video-reviews-2__block-body {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;

	align-items: center;
	justify-content: center;
	z-index: 1;
}
.video-review-2__text {
	font-size: 18px;
	line-height: 1.3;
	color: white;
	max-width: 228px;
}
.video-review-2__play {
	display: flex;
	align-items: center;
	gap: 20px;
}

.video-review-2__play:hover .video-review-2__play-text {
	color: #5acedd;
}

.video-review-2__play-button {
	background: #53bfce;
	border-radius: 50%;
	overflow: hidden;
	width: 77px;
	height: 77px;
	display: flex;
	align-items: center;
	transition: 0.2s ease 0s;
	justify-content: center;
}

.video-review-2__play:hover .video-review-2__play-button {
	background: #5acedd;
}

.video-review-2__play-button img {
	translate: 2px 0px;
}

.video-review-2__play-text {
	line-height: 1.3;
	font-size: 16px;
	display: inline;
	color: white;
	text-decoration: underline;
	transition: 0.2s ease 0s;
}

@media (max-width: 1230px) {
	.video-reviews-2__body {
		gap: 30px;
	}

	.video-reviews-2__block {
		width: calc((100% - 60px) / 3);
		padding: 45px 25px;
	}

	.video-reviews-2__title {
		margin-bottom: 55px;
	}

	.video-reviews-2 {
		padding: 50px 0px;
	}
}

@media (max-width: 991.98px) {
	.video-reviews-2 {
		padding: 35px 0px;
	}

	.video-reviews-2__title {
		margin-bottom: 35px;
	}

	.video-reviews-2__body {
		gap: 15px;
		flex-wrap: nowrap;
		padding-bottom: 20px;
		padding-top: 30px;
		overflow: auto;
	}

	.video-reviews-2__block {
		width: 320px;
		flex-shrink: 0;
		padding: 45px 20px;
	}

	.video-reviews-2 .svg-scroll {
		margin-top: 10px;
		margin-bottom: 0px;
	}
}

@media (max-width: 767.98px) {
	.video-reviews-2 {
		padding: 25px 0px;
	}
}

@media (max-width: 480px) {
	.video-reviews-2__title {
		margin-bottom: 25px;
	}

	.video-reviews-2__block {
		width: 290px;
		padding: 35px 20px;
		height: 380px;
	}

	.video-reviews-2__human {
		max-width: 215px;
	}

	.video-review-2__play-button {
		width: 65px;
		height: 65px;
	}

	.video-review-2__play {
		margin-top: 30px;
		gap: 10px;
	}

	.video-reviews-2__body {
		padding-top: 0;
		/*align-items: flex-start;*/
	}
}
/* ========================== */

.gift {
	position: relative;
	z-index: 1;
}
.gift__title {
	margin-bottom: 50px;
}

.gift__body {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.gift__block {
	width: calc((100% - 20px) / 2);
	flex-grow: 1;
	border-radius: 20px;
	overflow: hidden;
	background: center / cover no-repeat;
	padding: 40px 60px;
	min-height: 480px;
}
.gift__block-title {
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 15px;
	font-weight: 700;
}
.gift__block-text {
	font-size: 18px;
	line-height: 1.5;
	max-width: 320px;
}

.gift__item:not(:last-child) {
	margin-bottom: 5px;
}

.gift__block:last-child {
	min-height: 520px;
	padding: 55px 60px;
}

.gift__list {
	max-width: 360px;
}
.gift__item {
	line-height: 1.5;
	font-size: 18px;
}

.section.decor-5.section::before {
	top: 58%;
	left: 0%;
	translate: -50% 12%;
}
.gift__item::before {
	margin-top: 10px;
}

.gift__bottom {
	display: flex;
	justify-content: center;
	margin-top: 85px;
	gap: 20px;
}

.gift__button {
	overflow: hidden;
	border-radius: 65px;
	max-width: 410px;
	width: 100%;
	font-size: 16px;
	min-height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-white {
	transition: 0.2s ease 0s;
}

.btn-white:hover {
	color: #48b7ce;
}

@media (max-width: 1230px) {
	.gift__block-title {
		font-size: 26px;
		margin-bottom: 5px;
	}

	.gift__block {
		padding: 40px 40px;
		min-height: 420px;
	}

	.gift__block:last-child {
		min-height: 460px;
		padding: 45px 50px;
	}
}

@media (max-width: 991.98px) {
	.gift__block-title {
		font-size: 24px;
	}

	.gift__bottom {
		margin-top: 50px;
	}

	.gift__title {
		margin-bottom: 40px;
	}

	.gift__button {
		min-height: 100px;
	}

	.gift__block-text {
		font-size: 16px;
	}

	.gift__block {
		padding: 30px 25px;
		min-height: 360px;
		background-position: left;
	}

	.gift__block:last-child {
		min-height: 420px;
		padding: 45px 40px;
	}
}

@media (max-width: 767.98px) {
	.gift__block:last-child {
		min-height: 360px;
		padding: 35px 30px;
	}

	.gift__button {
		min-height: 90px;
		font-size: 14px;
	}

	.gift__bottom {
		flex-direction: column;
		align-items: center;
		margin-top: 30px;
	}

	.gift__button {
		max-width: 420px;
	}

	.gift__title {
		margin-bottom: 30px;
	}

	.gift__body {
		justify-content: center;
	}

	.gift__block {
		min-height: 360px;
		max-width: 420px;
		width: 100%;
		background: center / cover no-repeat;
	}

	.gift__block:last-child {
		background: -150px / cover no-repeat;
	}

	.gift__title br {
		display: none;
	}

	.gift__item {
		font-size: 16px;
		gap: 6px;
	}

	.gift__block-title {
		font-size: 22px;
	}

	.gift__list {
		max-width: 290px;
	}
}

@media (max-width: 480px) {
	.gift__block-title {
		font-size: 18px;
	}

	.gift__button {
		min-height: 80px;
	}

	.gift__body {
		gap: 15px;
	}

	.gift__item::before {
		margin-top: 9px;
	}

	.gift__block-text {
		font-size: 14px;
		max-width: 240px;
	}

	.gift__block {
		min-height: 300px;
	}

	.gift__block:last-child {
		min-height: 300px;
		padding: 20px 20px;
	}

	.gift__block-title {
		max-width: 300px;
	}

	.gift__block:nth-child(2) {
		background-position: 0px;
	}

	.gift__block {
		padding: 20px;
	}

	.gift__item {
		font-size: 14px;
	}
}
/* ========================== */

.steps {
	padding: 50px 0px 0px 0px;
}

.steps__body {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.steps__block {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: space-between;
}
.step__block-left {
}
.step__block-step {
}
.step {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding: 10px 15px;
	border-radius: 15px;
	background-color: #f667b1;
}
.step__block-title {
	padding: 20px 0px 15px 0px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
}
.step__block-list {
}
.step__block-item {
	font-size: 20px;
}

.step__block-item::before {
	width: 17px;
	height: 16px;
	margin-top: 4px;
}

.step-block__image {
	max-width: 640px;
	width: 100%;
	height: 410px;
	object-fit: cover;
	border-radius: 20px;
}

.step-title {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 60px;
}

.step-title__title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
}

@media (max-width: 1230px) {
	.step-block__image {
		max-width: 450px;
		height: 350px;
	}

	.step-title__title {
		font-size: 36px;
	}

	.step-title {
		gap: 20px;
		margin-bottom: 40px;
	}

	.step__block-title {
		font-size: 36px;
	}

	.step__block-item {
		font-size: 18px;
	}

	.step__block-item::before {
		width: 15px;
		height: 14px;
		margin-top: 3px;
	}

	.step {
		font-size: 22px;
	}
}

@media (max-width: 991.98px) {
	.step__block-title {
		font-size: 30px;
	}

	.step-title {
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}

	.step-title__title {
		font-size: 34px;
	}

	.step-block__image {
		max-width: 395px;
		height: 335px;
	}

	.step__block-item {
		font-size: 16px;
		gap: 6px;
	}

	.step {
		font-size: 20px;
	}

	.step__block-item::before {
		width: 13px;
		height: 12px;
		margin-top: 2px;
	}
}

@media (max-width: 767.98px) {
	.steps__block {
		align-items: flex-start;
		flex-direction: column;
	}

	.steps {
		padding: 25px 0px;
	}

	.step-title__title {
		font-size: 30px;
	}

	.step-title {
		margin-bottom: 30px;
	}

	.step-block__image {
		max-width: 100%;
		height: 435px;
	}
}

@media (max-width: 480px) {
	.step-block__image {
		height: 305px;
		border-radius: 15px;
	}

	.step-title__title {
		font-size: 26px;
	}
}
/* ========================== */

.after-gift {
	padding: 25px 0px 80px 0px;
}

.after-gift__title {
	margin-bottom: 45px;
}

.after-gift__body {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.after-gift__block {
	border-radius: 20px;
	overflow: hidden;
	width: calc((100% - 15px) / 2);
	background: center / cover no-repeat;
	min-height: 350px;
	padding: 50px;
}
.after-gift__text {
	color: white;
	font-size: 24px;
	line-height: 1.5;
}

@media (max-width: 1230px) {
	.after-gift__block {
		min-height: 320px;
		padding: 30px;
	}

	.after-gift__title {
		margin-bottom: 40px;
	}

	.after-gift__text {
		font-size: 22px;
	}
}

@media (max-width: 991.98px) {
	.after-gift__title {
		margin-bottom: 30px;
	}

	.after-gift__text {
		font-size: 20px;
	}

	.after-gift__block {
		min-height: 255px;
		min-width: 300px;
		padding: 25px;
	}

	.after-gift__body {
		justify-content: center;
	}
}

@media (max-width: 767.98px) {
}

@media (max-width: 480px) {
	.after-gift__block {
		min-height: 225px;
		padding: 20px;
	}

	.after-gift__text {
		font-size: 18px;
	}
}
/* ========================== */

@media (max-width: 1230px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
}

@media (max-width: 480px) {
}
