/* ========================================
   СЕКЦИЯ HERO
   ======================================== */
   .ms-hero {
	background: linear-gradient(98.78deg, #FFFBF9 0%, #E2D6EF 100%);
	border-radius: 0px 0px 40px 40px;
	margin: 0 !important;
	padding: 0 !important;
}

.ms-hero .ms-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;

	gap: 0px;

	padding-top: 180px;
	padding-bottom: 60px;
}

.ms-hero-content {
	width: 60%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 20px;
}

.ms-hero .ms-title {
	color: var(--ms-text);
	line-height: 1em;
	margin-bottom: 0;
}

.ms-hero-description {
	margin-bottom: 0;
	max-width: 700px;
}

@media only screen and (min-width: 1022px) {
	.ms-hero-description {
		margin-top: 10px;
	}
	.ms-hero-price {
		margin: 10px 0;
	}
}

.ms-quick-answer {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ms-primary);
    margin-bottom: -10px;
}

.ms-hero-price {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 20px;
}

.ms-hero-price .ms-price {
	flex-wrap: nowrap;
	gap: 15px;
}

.ms-hero-price ins bdi {
	color: var(--ms-primary);
}

.ms-hero-price .ms-price-label {
	font-size: var(--ms-font-base);
	font-weight: 600;
	line-height: 1.2em;
	padding: 0 0 0 15px;
	border-inline-start: 1px solid var(--ms-primary);
}


.ms-price-suffix {
	white-space: nowrap;
}


@media only screen and (max-width: 1021px) {
	/* 	.ms-actions-wrap {
			max-width: 350px;
		} */
	
		.ms-hero-price:has(.ms-price-suffix) {
			flex-direction: column;
			gap: 20px;
		}
	
		.ms-hero-price:has(.ms-price-suffix) .ms-price-suffix {
			white-space: nowrap;
			margin-inline-start: 0px;
		}
	
		.ms-hero-price:has(.ms-price-suffix) .ms-price {
			display: grid;
			grid-template-columns: auto auto auto;
			padding: 0;
			justify-content: center;
		}
	
		.ms-hero-price:has(.ms-price-suffix) .ms-price-label {
			text-align: center;
			border: none;
			padding: 0;
		}
	}

/* Кнопки Hero: иконка из .ms-btn-icon, псевдоэлемент не дублируем */
.ms-hero .ms-actions-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}

.ms-hero .ms-actions-wrap .ms-btn:before {
	display: none;
}

.ms-hero .ms-actions-wrap .ms-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.ms-hero .ms-actions-wrap .ms-btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.ms-hero .ms-actions-wrap .ms-btn-icon svg {
	width: 22px;
	height: 22px;
}

/* .ms-hero .ms-actions-wrap .ms-btn {
	overflow: visible;
} */

.ms-hero-features-icons {
	display: flex;
	align-items: center;
	gap: 50px;
}

.ms-hero-features-icons .ms-feature-icon-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	text-align: center;
	font-size: var(--ms-font-base);
	font-weight: 600;
	line-height: 1.2em;
}

.ms-hero .ms-icon {
	max-width: 30px;
}

.ms-hero-features-icons .ms-icon svg {
	width: 25px;
	height: 25px;
}

.ms-hero-image {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 20px;
}

.ms-hero-image img {
	max-height: 600px;
	width: auto;
}

@media only screen and (max-width: 1600px) {

	.ms-hero .ms-container {
		padding-inline-start: 30px;
		padding-inline-end: 30px;
		/*         padding-top: 150px; */
		padding-bottom: 20px;
	}
}


@media only screen and (max-width: 1366px) {
	.ms-hero-features-icons {
		gap: 20px;
	}
}

@media only screen and (max-width: 1021px) {

	.ms-hero .ms-container {
		flex-direction: column;
		padding-top: 100px;
		padding-bottom: 0px;
		padding-inline-start: 10px;
		padding-inline-end: 10px;
	}

	.ms-hero .ms-container * {
		justify-content: center;
	}

	.ms-hero-content {
		width: 100%;
		padding-top: 0px;
		justify-content: center;
	}

	.ms-hero-description {
		text-align: center;
		max-width: 100%;
	}

	.ms-hero-content .ms-hero-features-icons {
        gap: 30px;
        justify-content: center;
        width: 100%;
		margin-top: 10px;
	}

	.ms-hero-image {
		width: 100%;
	}

	.ms-hero-image img {
		max-height: 400px;
	}

    .ms-hero-price {
        gap: 0px;
    }
	
	 .ms-hero-price .ms-price,  .ms-hero-price .ms-price-label {
		width: 100%;
	}
	
	.ms-hero-price .ms-price {
		padding-inline-end:	15px;
		justify-content: end;
		gap: 5px;
	}
	
	.ms-hero-price .ms-price del {
		width: auto;
	}
}

@media only screen and (max-width: 544px) {

	.ms-hero .ms-container {
		padding-top: 80px;
	}

	.ms-hero-content {
		padding-top: 0px;
	}

	.ms-feature-text {
        font-size: var(--ms-font-sm);
        line-height: 1em;
	}
}