.mobile-line {
	display: none;
}
@media (max-width: 768px) {
	.mobile-line {
		display: block;
		margin-bottom: 10px;
	}
	.mobile-line .mobile-line__img {
		width: 100%;
		max-height: 40px;
	}
}
.promo__title {
	color: #6da5cd;
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	margin-bottom: 20px;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.promo__title {
		max-width: unset;
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 27px;
	}
}
@media (min-width: 1024px) {
	.promo__title {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 24px;
	}
}
@media (min-width: 1280px) {
	.promo__title {
		font-size: 48px;
		line-height: 56px;
		margin-bottom: 37px;
	}
}
.promo__wrapper {
	display: grid;
	gap: 15px;
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.promo__wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}
@media (min-width: 1366px) {
	.promo__wrapper {
		gap: 18px;
	}
}
.promo__card {
	border-radius: 10px;
	border: 1px solid #6da5cd;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
@media (min-width: 768px) {
	.promo__card {
		border-radius: 15px;
	}
}
@media (min-widht: 1024px) {
	.promo__card {
		border-radius: 20px;
	}
}
.promo__card--pink.promo__card {
	border-color: #f5a0b5;
}
.promo__head {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 158px;
	background-image: url(../../img/ab7/d/bg-1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
@media (min-width: 768px) {
	.promo__head {
		height: 184px;
	}
}
@media (min-width: 1024px) {
	.promo__head {
		height: 250px;
	}
}
@media (min-width: 1280px) {
	.promo__head {
		height: 300px;
	}
}
@media (min-width: 1366px) {
	.promo__head {
		height: 352px;
	}
}
.promo__head {
	position: relative;
}
.promo__head::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 1;
	pointer-events: none;
}
.promo__head-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
	position: relative;
	z-index: 5;
	margin-bottom: -23px;
}
@media (min-width: 1024px) {
	.promo__head-inner {
		gap: 20px;
	}
}
@media (min-width: 1280px) {
	.promo__head-inner {
		gap: 25px;
	}
}
@media (min-width: 1366px) {
	.promo__head-inner {
		gap: 30px;
	}
}
.promo__card--pink .promo__head {
	background-image: url(../../img/ab7/d/bg-2.jpg);
}
.promo__subtitle {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
}
@media (min-width: 768px) {
	.promo__subtitle {
		font-size: 28px;
		line-height: 36px;
	}
}
@media (min-width: 1024px) {
	.promo__subtitle {
		font-size: 36px;
		line-height: 44px;
	}
}
@media (min-width: 1280px) {
	.promo__subtitle {
		font-size: 50px;
		line-height: 48px;
	}
}
.promo__link {
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #fff;
	background-color: #6da5cd;
	border-radius: 50px;
	padding: 11px 30px;
	font-size: 14px;
	line-height: 24px;
	transition: 0.3s;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	text-align: center;
}
.promo__link:hover {
	background-color: #6293b6;
}
@media (min-width: 1366px) {
	.promo__link {
		min-width: 250px;
	}
}
.promo__card--pink .promo__link {
	background-color: #f5a0b5;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.promo__card--pink .promo__link:hover {
	background-color: #f16e8e;
}
.promo__list {
	padding: 43px 13px 20px 20px;
}
@media (min-width: 768px) {
	.promo__list {
		padding-top: 41px;
	}
}
@media (min-width: 1024px) {
	.promo__list {
		padding-top: 37px;
		padding-right: 20px;
	}
}
.a3781-benefits {
	display: flex;
	flex-direction: column;
	gap: 11px;
}
@media (min-width: 1280px) {
	.a3781-benefits {
		gap: 5px;
	}
}
.a3781-benefits__item {
	display: flex;
	align-items: center;
	gap: 10px;
}
.a3781-benefits__item img {
	flex-shrink: 0;
	width: 35px;
	height: 35px;
}
@media (min-width: 1280px) {
	.a3781-benefits__item {
		gap: 15px;
	}
}
.a3781-benefits__text {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #606871;
}
@media (min-width: 1280px) {
	.a3781-benefits__text {
		line-height: 20px;
	}
}
.a3782-tabs {
	margin-bottom: 15px;
}
@media (min-width: 1366px) {
	.a3782-tabs {
		margin-bottom: 10px;
	}
}
.a3782-tabs__nav {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.a3782-tabs__nav .a3782-tabs__nav-btn:nth-child(1) {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.a3782-tabs__nav .a3782-tabs__nav-btn:nth-child(2) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: unset;
}
@media (min-width: 768px) {
	.a3782-tabs__nav {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}
.a3782-tabs__nav-btn {
	border: 1px solid #f5a0b5;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #f5a0b5;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 37px;
	position: relative;
	transition: 0.3s;
}
.a3782-tabs__nav-btn:hover {
	background-color: #f5a0b5;
	color: #fff;
}
.a3782-tabs__nav-btn.active {
	background-color: #f16e8e;
	border-color: #f16e8e;
	color: #fff;
}
.a3782-tabs__nav-btn.active::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #f16e8e;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1366px) {
	.promo .container {
		max-width: 1362px;
	}
}

@media (min-width: 1280px) {
	.promo__list {
		padding-left: 30px;
	}
}
@media (min-width: 1366px) {
	.promo__list {
		padding-left: 49px;
	}
}
