/* ========================================
   GLOBAL
   ======================================== */

* {
	scroll-behavior: smooth !important;
}

.page-404 .inner {
	padding-top: 5em !important;
}

.banner-dedicated .inner .banner__btn {
	background: var(--gradient) !important;
}

.banner__btn:hover,
.services__btn:hover {
	transition: all 0.4s ease !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 0 20px rgba(102, 126, 234, 0.6), 0 5px 15px rgba(0, 0, 0, 0.2) !important;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
	border: 1px solid transparent !important;
}

.hero-referral .inner .hero__content .hero__btn:hover {
	transition: all 0.4s ease !important;
	transform: translateY(-2px) !important;
	background-color: white !important;
	background: white !important;
	color: #926BF2 !important;
	border: 1px solid transparent !important;
}

.wpcf7 form .wpcf7-response-output {
	border: none !important;
}

.wpcf7-not-valid-tip {
	font-size: 13px !important;
}

.wpcf7-list-item {
	margin: 0 !important;
}

/* ========================================
   HERO SECTION
   ======================================== */

.hero .inner .hero__content .hero__title span {
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.hero__span-text {
	color: black !important;
}

.hero .inner .hero__content .hero__title span::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	font-weight: 300 !important;
	background: #582BAF;
	font-style: italic;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0em 0.3em 0.1em;
	white-space: nowrap;
	animation: revealText 2s ease-in-out forwards;
}


@keyframes revealText {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}


.hero .inner .hero__content .hero__title span:nth-child(1)::before {
	animation-delay: 0s;
}

.hero .inner .hero__content .hero__title span:nth-child(2)::before {
	animation-delay: 0.5s;
}

.hero .inner .hero__content .hero__title span:nth-child(3)::before {
	animation-delay: 1s;
}


.hero .inner .hero__content .hero__title {
	position: relative;
}

/* ========================================
   HERO SECTION END
   ======================================== */





/* ========================================
   HEADER STYLES
   ======================================== */

.header {
	top: 15px !important;
}

.header .inner .header__phone a {
	color: black;
	text-decoration: none;
}

/* Замена background-image стрелки на псевдоэлемент */
.header .inner .header__info--btn {
	background-image: none !important;
	position: relative;
}

.header .header-window {
	padding: 0.5em !important;
}

.header .inner .header__info--btn::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 9px;
	background-image: url("data:image/svg+xml,%3csvg%20width='17'%20height='9'%20viewBox='0%200%2017%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201.5L8.5%207.5L16%201.5'%20stroke='url(%23paint0_linear_3245_842)'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3245_842'%20x1='1.7334'%20y1='8.55917'%20x2='15.8363'%20y2='3.01917'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: transform 0.3s ease;
}

.header .inner .header__info--btn.active::after {
	transform: translateY(-50%) rotate(180deg);
}

.header .header-window.header__services-window .header-window-inner .header__services-header {
	column-gap: 0.8em !important;
}

.header .header-window.header__services-window .header-window-inner .desc {
	font-size: 15px !important;
}

.header__info {
	cursor: pointer;
}

.header .inner .header__logo {
	margin-left: 8em !important;
}

.header-wrapper {
	max-width: 1584px !important;
	margin: 0 auto !important;
}

/* Элементы сервисов в хедере */
.header__services-item {
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	padding: 12px;
	position: relative;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.1) !important;
}

.header__services-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(146, 107, 242, 0.1), transparent);
	transition: left 0.6s ease;
}

.header__services-item:hover {
	border-color: rgba(146, 107, 242, 0.6);
	transform: translateY(-4px) scale(1.02);
	background: rgba(255, 255, 255, 0) !important;
	backdrop-filter: blur(50px) !important;
	-webkit-backdrop-filter: blur(50px) !important;
	box-shadow: 0 8px 25px rgba(146, 107, 242, 0.15), 0 4px 15px rgba(0, 0, 0, 0.08);
}

.header__services-item:hover::before {
	left: 100%;
}

/* Элементы информации в хедере */
.header__info-item {
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	padding: 12px;
	position: relative;
	overflow: hidden;
	background: rgba(255, 255, 255, 0) !important;
	backdrop-filter: blur(50px) !important;
	-webkit-backdrop-filter: blur(50px) !important;
}

.header .header-window.open {
	background-color: #fffffffa;
}

.header .header-window.header__info-window .header-window-inner a {
	margin-bottom: 15px !important;
}

.header__info-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(146, 107, 242, 0.1), transparent);
	transition: left 0.6s ease;
}

.header__info-item:hover {
	border-color: rgba(146, 107, 242, 0.6);
	transform: translateY(-4px) scale(1.02);
	background: rgba(255, 255, 255, 0) !important;
	backdrop-filter: blur(50px) !important;
	-webkit-backdrop-filter: blur(50px) !important;
	box-shadow: 0 8px 25px rgba(146, 107, 242, 0.15), 0 4px 15px rgba(0, 0, 0, 0.08);
}

.header__info-item:hover::before {
	left: 100%;
}

/* Эффект стекла для хедера */
.header .header-window.header__services-window.open {
	background: #fffffffa !important;
	border: 0.5px solid rgba(255, 255, 255, 0.15) !important;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1),
		0 8px 32px rgba(31, 38, 135, 0.37) !important;
}

.header .header-window.header__services-window.open .header-window-inner {
	position: relative;
	z-index: 1;
}

.header .header-window.header__services-window.open .header-window-inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.02);
	border-radius: 20px;
	z-index: -1;
}

.header .header-window.header__services-window .header-window-inner .to-service {
	width: 100% !important;
}

.burger-menu .burger-menu__nav {
	margin-bottom: 1em !important;
	max-height: 89dvh !important;
}

/* Бургер-меню хедера */
.header__burger {
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
}

.header__burger img {
	transition: all 0.3s ease;
}

/* Состояние открытого бургер-меню */
.burger-menu.open~.main-wrapper .header .header__burger img {
	opacity: 0;
	transform: rotate(180deg);
}

/* Создание крестика для бургера */
.header__burger::before,
.header__burger::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background-color: #333;
	transition: all 0.3s ease;
	opacity: 0;
	transform: translate(-50%, -50%) rotate(0deg);
}

.header__burger::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.header__burger::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* Показ крестика при открытом меню */
.burger-menu.open~.main-wrapper .header .header__burger::before,
.burger-menu.open~.main-wrapper .header .header__burger::after {
	opacity: 1;
}

/* Эффекты при наведении на бургер */
.header__burger:hover::before,
.header__burger:hover::after {
	background-color: #926BF2;
}

/* Переходы для бургер-меню */
.burger-menu {
	transition: all 0.3s ease;
}

/* Элементы сервисов в хедере */
.header__services-item {
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	padding: 10px;
	position: relative;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.1) !important;
}

.header__services-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(146, 107, 242, 0.1), transparent);
	transition: left 0.6s ease;
}

.header__services-item:hover {
	border-color: rgba(146, 107, 242, 0.6);
	transform: translateY(-3px) scale(1.01);
	background: rgba(255, 255, 255, 0) !important;
	backdrop-filter: blur(50px) !important;
	-webkit-backdrop-filter: blur(50px) !important;
	box-shadow: 0 6px 20px rgba(146, 107, 242, 0.15), 0 3px 12px rgba(0, 0, 0, 0.08);
}

.header__services-item:hover::before {
	left: 100%;
}

/* ========================================
   HEADER STYLES END
   ======================================== */

/* ========================================
   THANK SECTION
   ======================================== */
.page-thank {
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 7em !important;
	margin-bottom: 7em;

}

.page-thank__content {
	text-align: center;
	max-width: 600px;
	width: 100%;
}

.page-thank__img {
	margin-bottom: 10px;
}

.page-thank__img img {
	width: 448px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.page-thank__desc {
	margin-bottom: 20px;
}

.page-thank__title {
	font-size: 47px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 20px;
	line-height: 1.2;
}

.page-thank__desc {
	font-size: 20px;
	color: #333333;
	line-height: 1.4;
}

.page-thank__btn {
	display: flex;
	align-items: center !important;
	justify-content: center !important;
	padding: 15px 30px !important;
	border-radius: 25px !important;
	text-decoration: none !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	transition: all 0.3s ease;
	margin: 0 10px !important;
	min-width: 200px;
	width: 280px !important;
	text-align: center;
}

.btn {
	text-align: center;
}

.page-thank__btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.page-thank__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}






/* ========================================
   THANK END SECTION
   ======================================== */
/* ========================================
   TARIFF SECTION
   ======================================== */
.tariffs__grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 1em !important;
}

.tariffs .inner .tariffs__header .tariffs__section-title {
	font-size: 47px !important;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .calc__setups {
	width: 170% !important;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__price {
	font-size: 1.4em !important;
}

.tariffs .inner .tarrifs__wrapper {
	justify-content: space-evenly !important;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__title {
	margin-right: 10px !important;
}

/* ========================================
   TARIFF SECTION END
   ======================================== */


/* ========================================
   TARIFF CONTROLS
   ======================================== */

.taffif__controls--months {
	outline: none !important;
}

.taffif__controls--months option {
	background-color: #F8F6FF !important;
	color: black !important;
	font-size: 15px;
}

/* ========================================
   TARIFF CONTROLS END
   ======================================== */

/* ========================================
   FEEDBACK MODAL
   ======================================== */

.feedback-modal.open {
	z-index: 1500 !important;
}

.feedback-modal {
	color-scheme: light !important;
	top: 53% !important;
}

/* Стили валидации Contact Form 7 */
.feedback-modal .wpcf7-not-valid-tip {
	font-size: 13px !important;
	line-height: 1.4 !important;
	max-width: 200px !important;
	margin: 0px 0 -30px 0 !important;
	padding: 2px 5px !important;
}

.feedback .inner .feedback__form .feedback__form-privacy-note {
	padding-left: 0 !important;
}

.feedback-modal .wpcf7-response-output {
	font-size: 15px !important;
	line-height: 1.4 !important;
	max-width: 300px !important;
	margin: -20px 15px !important;
	padding: 5px 10px !important;
}

/* Стили формы обратной связи */
.feedback .inner .feedback__form .feedback__form-group input:focus,
.feedback .inner .feedback__form .feedback__form-group textarea:focus {
	outline: 1px solid black !important;
}

.feedback .inner .feedback__form .feedback__form-group input,
.feedback .inner .feedback__form .feedback__form-group textarea {
	color: black !important;
}

.feedback__form-group--checkbox {
	display: flex;
	align-items: center;
}

.feedback__form-checkbox {
	color-scheme: light !important;
	-webkit-appearance: auto;
	appearance: auto;
	width: 26px !important;
	height: 26px !important;
	min-width: 26px;
	min-height: 26px;
	max-width: 26px;
	max-height: 26px;
	background-color: transparent !important;
	border: 1px solid transparent !important;
	accent-color: #926BF2 !important;
}

.feedback__form-checkbox:checked {
	background-color: transparent !important;
	border: 1px solid transparent !important;
}

.feedback .inner .feedback__left {
	height: auto !important;
}


.feedback__form-privacy-note a {
	color: #0000ee !important;
}

.wpcf7-form .feedback__form-privacy-note {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 11px;
}

.feedback-modal .feedback-modal__content textarea {
	width: 360px;
}

.feedback-modal .feedback-modal__content input {
	width: 360px;
}

/* ========================================
   FEEDBACK MODAL END
   ======================================== */

/* ========================================
   BANNER CONTACTS
   ======================================== */

.banner-contacts {
	margin-bottom: 100px;
}

.banner .inner .banner__btn {
	border: 1px solid white !important;
	color: white !important;
	background-color: transparent !important;
}

.banner .inner .banner__btn:hover {
	background-color: white !important;
	background: white !important;
	color: #926BF2 !important;
}

/* ========================================
   BANNER CONTACTS END
   ======================================== */

/* ========================================
   FAQ SECTION
   ======================================== */

.faq .inner .faq__list .faq__item .faq__question .text {
	max-width: 95% !important;
}


.faq::before {
	content: "";
	position: absolute !important;
	top: 0 !important;
	height: 800px !important;
	left: 0% !important;
	transform: translateY(-50px) translateZ(0) !important;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1 !important;
	pointer-events: none !important;
	will-change: transform !important;
	backface-visibility: hidden !important;
	perspective: 1000px !important;
}

/* Базовые стили для стрелки */
.faq .inner .faq__list .faq__item .faq__question::before {
	transform: rotate(var(--arrow-rotation, 0deg)) !important;
	transition: transform 0.3s ease-in-out !important;
}

/* Принудительные стили для стрелки - переопределяют основные стили темы */
.faq .inner .faq__list .faq__item .faq__question::before {
	transform: rotate(var(--arrow-rotation, 0deg)) !important;
	transition: transform 0.3s ease-in-out !important;
}

/* Улучшенные стили для FAQ аккордеона */
.faq .inner .faq__list .faq__item .faq__answer {
	transition: opacity 0.3s ease-out, transform 0.3s ease-out, max-height 0.3s ease-out;
	overflow: hidden;
	will-change: max-height, opacity, transform;
}

.faq .inner .faq__list .faq__item {
	cursor: pointer;
	user-select: none;
	transition: background-color 0.2s ease-out, border-radius 0.2s ease-out;
}

.faq .inner .faq__list .faq__item:hover {
	background-color: rgba(0, 0, 0, 0.02);
}

.faq .inner .faq__list .faq__item:last-child {
	border-radius: 0 0 20px 20px;
}

.faq .inner .faq__list .faq__item:first-child {
	border-radius: 20px 20px 0 0;
}

.faq .inner .faq__list .faq__item .faq__question {
	pointer-events: none;
	transition: background-color 0.2s ease-out;
}

/* Стили для закрытого состояния */
.faq .inner .faq__list .faq__item .faq__answer[style*="max-height: 0px"] {
	opacity: 0 !important;
	transform: translateY(-10px) !important;
}

/* Стили для открытого состояния */
.faq .inner .faq__list .faq__item.open .faq__answer {
	opacity: 1 !important;
	transform: translateY(0) !important;
}

/* ========================================
   FAQ SECTION END
   ======================================== */

/* ========================================
   EXTENSION SECTION
   ======================================== */

.extension .inner .extension__list {
	padding-left: 15px !important;
}

.extension .inner .extension__list .extension__item .extension__header .extension__price {
	background: var(--gradient) !important;
}

.extension .inner .extension__list .extension__item {
	transition: all 0.4s ease;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.extension .inner .extension__list .extension__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(226, 119, 194, 0.31), transparent);
	/* было 0.4 */
	transform: skewX(-25deg);
	transition: left 0.7s ease;
}

.extension .inner .extension__list .extension__item:hover::before {
	left: 100%;
}

.extension .inner .extension__list .extension__item:hover {
	box-shadow:
		0 0 15px rgba(102, 126, 234, 0.6),
		0 5px 15px rgba(0, 0, 0, 0.2);
	filter: brightness(1.2) contrast(1.1);
}

/* ========================================
   EXTENSION SECTION END
   ======================================== */

/* ========================================
   GROWTH SECTION
   ======================================== */

.growth .inner .growth__list .growth__item {
	transition: all 0.4s ease;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.growth .inner .growth__list .growth__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(226, 119, 194, 0.31), transparent);
	transform: skewX(-25deg);
	transition: left 0.7s ease;
}

.growth .inner .growth__list .growth__item:hover::before {
	left: 100%;
}

.growth .inner .growth__list .growth__item:hover {
	box-shadow:
		0 0 15px rgba(102, 126, 234, 0.6),
		0 5px 15px rgba(0, 0, 0, 0.2);
	filter: brightness(1.2) contrast(1.1);
}

.growth .inner .growth__list .growth__item .growth__price {
	background: var(--gradient) !important;
}

.growth .inner .growth__list {
	padding: 15px !important;
}

/* ========================================
   GROWTH SECTION END
   ======================================== */

/* ========================================
   SERVICES PAGE
   ======================================== */
.services{
	padding-top: 5em !important;
}
/* main.page-services .page-services__list .page-services__item {
	transition: all 0.4s ease;
	background-size: 200% 200%;
	background-position: 0% 0%;
}

main.page-services .page-services__list .page-services__item::after {
	transition: transform 0.4s ease;
}

main.page-services .page-services__list .page-services__item:hover::after {
	transform: translate(5px, -5px);
	color: #fff !important;
	filter: brightness(0) invert(1);
}

main.page-services .page-services__list .page-services__item:hover:before {
	color: #fff !important;
	filter: brightness(0) invert(1);
}

main.page-services .page-services__list .page-services__item:hover {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #ffffff;
}

main.page-services .page-services__list .page-services__item {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

main.page-services .page-services__list .page-services__item::after {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

main.page-services .page-services__list .page-services__item:hover h3,
main.page-services .page-services__list .page-services__item:hover p,
main.page-services .page-services__list .page-services__item:hover span {
	color: #ffffff;
} */

/* ========================================
   SERVICES PAGE END
   ======================================== */

/* ========================================
   SERVICES ITEMS
   ======================================== */

.services__item {
	position: relative;
	overflow: hidden;
}

.services__item .services__price {
	position: relative;
	overflow: hidden;
}

.services__item .services__price::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
	transform: skewX(-25deg);
	transition: left 0.7s ease;
	z-index: 1;
}

.services__item:hover {
	box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4), 0 4px 15px rgba(118, 75, 162, 0.3) !important;
	transform: translateY(-4px) !important;
}

.services__item:hover .services__price::before {
	left: 100%;
}

/* ========================================
   SERVICES ITEMS END
   ======================================== */

/* ========================================
   REVIEWS SECTION
   ======================================== */

.reviews .reviews__list {
	padding-bottom: 3em !important;
}

/* ========================================
   REVIEWS SECTION END
   ======================================== */



/* ========================================
   BLOG SECTION 
   ======================================== */

main.blog .blog__header--cats .blog__cat {
	color: black !important;
	background: transparent;
	border: 2px solid transparent;
	border-radius: 25px;
	padding: 8px 16px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

main.blog .blog__header--cats .blog__cat:hover {
	color: white !important;
	background: var(--gradient);
	border-color: var(--gradient);
	transform: translateY(-2px);
}

main.blog .blog__header--cats .blog__cat.active {
	color: white !important;
	background: var(--gradient) !important;
	transform: scale(1.05);
}



/* ========================================
   BLOG SECTION END
   ======================================== */



/* ========================================
   TARIFFS SECTION
   ======================================== */
.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list--hosting.active {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 1em !important;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .calc__setups .calc__ready {
	width: 100% !important;
	margin-top: 0 !important;
}

.calc__ready .calc__ready-table .row .item-price {
	flex-direction: column;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item ul.taffif__points {
	margin-bottom: 10px;
	height: 115px !important;
}

.calc__ready .calc__ready-table .row .item-btn .btn-order {
	font-size: 1rem;
	background-color: var(--purple-2);
	border: none;
	border-radius: 7px;
	color: #fff;
	padding: 0.46em 3.5em;
	transition: all 0.3s ease;
	cursor: pointer;
}

.calc__ready .calc__ready-table .row .item-btn .btn-order:hover {
	background-color: #6b46c1;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(107, 70, 193, 0.3);
}

.calc__ready .calc__ready-table .row {
	align-items: center;
}

.calc__ready .calc__ready-header .calc__ready-price .calc__ready-price-item.active {
	background: var(--gradient) !important;
}

.calc__ready .calc__ready-table .row .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* ========================================
   TARIFFS SECTION END
   ======================================== */

/* ========================================
   ADVANTAGES SECTION
   ======================================== */

.advantages__item {
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 0 rgba(102, 126, 234, 0), 0 0 0 rgba(118, 75, 162, 0), 0 0 0 rgba(0, 0, 0, 0) !important;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.advantages__item:hover {
	box-shadow:
		0 0 40px rgba(102, 126, 234, 0.25),
		0 0 80px rgba(118, 75, 162, 0.2),
		0 8px 25px rgba(0, 0, 0, 0.1) !important;
	filter: brightness(1.05) contrast(1.02) !important;
	border-color: transparent !important;
}

/* Hover эффект для текста внутри элемента */
.advantages__item:hover h3,
.advantages__item:hover p,
.advantages__item:hover span,
.advantages__item:hover div,
.advantages__item:hover a {
	color: inherit !important;
	font-weight: inherit;
	text-shadow: none;
	-webkit-text-stroke: none;
}

/* ========================================
   ADVANTAGES SECTION END
   ======================================== */

/* ========================================
   FOOTER SECTION
   ======================================== */
.footer .inner .footer__right .footer__top .footer__contacts .footer__phone a {
	text-decoration: none;
	color: black;
}

/* Hover эффект для ссылок в навигации футера */
.footer .inner .footer__right .footer__nav .footer__nav-block a {
	transition: all 0.3s ease !important;
}

.footer .inner .footer__right .footer__nav .footer__nav-block a:hover {
	color: #926BF2 !important;
	transform: translateX(5px) !important;
}

.footer .inner .footer__right .footer__bottom {
	column-gap: 1.9em !important;
}

/* ========================================
   FOOTER SECTION END
   ======================================== */

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1200px) {
	.hero .inner .hero__content .hero__title span::before {
		padding: 0;
	}

}

@media (max-width: 450px) {
	.tariffs.tariffs--service .inner .tariffs__header .tariffs__price-switch .tariffs__price-item {
		font-size: 12px !important;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__price-switch--mobile .tariffs__price-item {
		font-size: 12px !important;
	}

	.calc__ready .calc__ready-header .calc__ready-price .calc__ready-price-item {
		font-size: 12px !important;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__controls .taffif__controls--months {
		width: 100% !important;
	}

	.faq .inner .faq__list .faq__item .faq__question .text {
		max-width: 300px !important;
	}
}

@media (max-width: 993px) {
	.calc__ready .calc__ready-table .row .item-btn .btn-order {
		display: none;
	}

	.calc__setup .calc__setup-conf .calc__setup-order-btn {
		background: var(--gradient) !important;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item ul.taffif__points {
		margin-bottom: 0;
		height: 100% !important;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list.active {

		grid-template-columns: repeat(3, 1fr);
	}

	.calc__ready .calc__ready-table .row .item-mobile .item-btn .btn-order {
		display: block;
	}

	.header .inner .header__logo {
		margin-left: 0 !important;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__info {
		width: 100% !important;
	}

	.burger-menu {
		top: 0 !important;
	}
}

@media (max-width: 990px) {
	.tariffs__grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 1em !important;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list.active {

		grid-template-columns: repeat(2, 1fr);
	}

}

@media (max-width: 768px) {
	.page-thank {
		padding-top: 7em !important;
	}

	.page-thank__title {
		font-size: 1.5em;
	}

	.page-thank__desc {
		font-size: 1.1em;
	}

	.page-thank__btns {
		flex-direction: column;
	}

	.page-thank__btn {
		display: block;
		margin: 10px auto;
		min-width: 250px;
	}

	.header__burger::before,
	.header__burger::after {
		width: 16px;
		height: 2px;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list.active {
		grid-template-columns: repeat(1, 1fr);
	}

	.feedback-modal .feedback-modal__content textarea {
		width: 337px;
	}

	.feedback-modal .feedback-modal__content input {
		width: 337px;
	}

	.tariffs__grid {
		grid-template-columns: repeat(1, 1fr) !important;
		gap: 1em !important;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .calc__setups {
		width: 100% !important;
	}

	@media (min-width: 600px) and (max-width: 767px) {
		.calc__ready .calc__ready-table .row {
			min-width: 600px !important;
		}
	}

	@media (min-width: 400px) and (max-width: 599px) {
		.calc__ready .calc__ready-table .row {
			min-width: 400px !important;
		}

	}

	@media (min-width: 768px) and (max-width: 992px) {
		.extension .inner .extension__list {
			padding-left: 0px !important;
		}

		.growth .inner .growth__list {
			padding: 0px !important;
		}

		.faq .inner .faq__list .faq__item .faq__answer {
			font-size: 15px !important;
		}

		.burger-menu.open {
			top: 0 !important;
			width: 100%;
			padding-top: 70px;
		}

		.calc__ready .calc__ready-table .row {
			display: grid !important;
			width: 100%;
			grid-template-columns: none !important;
			border: 1px solid var(--purple-3) !important;
			min-width: 736px !important;
		}
	}

	@media (max-width: 400px) {
		.feedback-modal {
			top: 50% !important;
			padding: 1.35em !important;
		}

		.calc__ready .calc__ready-table .row {
			display: grid !important;
			width: 100%;
			grid-template-columns: none !important;
			border: 1px solid var(--purple-3) !important;
			min-width: 350px !important;
		}

		.calc__ready .calc__ready-table .home-calc {
			width: 350px !important;
		}

		.feedback-modal .wpcf7-response-output {
			margin: -9px 15px !important;
		}

	}

}

/* ========================================
   RESPONSIVE DESIGN END
   ======================================== */

/* ========================================
   SERVICES CATEGORIES STYLES
   ======================================== */

/* Переопределяем основные стили выпадающего окна для компактности */
.header .header-window.header__services-window .header-window-inner {
	display: block !important;
	width: 1255px !important;
	padding: 1.5em !important;
	background: rgba(255, 255, 255, 0.95) !important;
	backdrop-filter: blur(20px) !important;
	border-radius: 20px !important;
	position: relative !important;
}

/* Заголовки категорий в выпадающем окне услуг */
.header__services-category {
	margin-bottom: 0em;
}

.header__services-category:last-child {
	margin-bottom: 0;
}

.header__services-category-title {
	font-size: 1rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 0.7em;
	padding: 0.3em 0;
	position: relative;
}

/* .header__services-category-title::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 25px;
	height: 2px;
	background: linear-gradient(90deg, #926BF2, #667eea);
	border-radius: 1px;
} */

.header__services-category-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.8em;
}

/* Адаптивность для категорий */
@media (max-width: 1200px) {
	.header__services-category-items {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.header__services-category-items {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Категории в бургер-меню */
.burger-menu__services-category {
	margin-bottom: 1.2em;
}

.burger-menu__services-category:last-child {
	margin-bottom: 0;
}

.burger-menu__services-category-title {
	font-size: 0.95rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 0.6em;
	padding: 0.3em 0;
	border-bottom: 1px solid rgba(146, 107, 242, 0.2);
	position: relative;
}

.burger-menu__services-category-title::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 20px;
	height: 1px;
	background: linear-gradient(90deg, #926BF2, #667eea);
	border-radius: 0.5px;
}

/* Переопределяем стили элементов услуг для компактности */
.header .header-window.header__services-window .header-window-inner .header__services-item {
	margin-bottom: 0em !important;
}

.header .header-window.header__services-window .header-window-inner img {
	width: 24px !important;
	height: 24px !important;
}

.header .header-window.header__services-window .header-window-inner .title {
	font-size: 0.9rem !important;
	font-weight: 500 !important;
}

.header .header-window.header__services-window .header-window-inner .desc {
	font-size: 0.75rem !important;
	color: #333 !important;
	height: 60px !important;
	line-height: 1.3 !important;
}

.header .header-window.header__services-window .header-window-inner .header__services-header {
	column-gap: 0.3em !important;
	margin-bottom: 0.2em !important;
}

/* Адаптивность для выпадающего окна */
@media (max-width: 992px) {
	.header .header-window.header__services-window .header-window-inner {
		width: 90vw !important;
		max-width: 600px !important;
		padding: 1.2em !important;
	}
}

@media (max-width: 768px) {
	.header .header-window.header__services-window .header-window-inner {
		width: 95vw !important;
		max-width: 500px !important;
		padding: 0.8em !important;
	}
}

/* Анимация появления категорий */
.header__services-category {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.6s ease forwards;
}

.header__services-category:nth-child(1) {
	animation-delay: 0.1s;
}

.header__services-category:nth-child(2) {
	animation-delay: 0.2s;
}

.header__services-category:nth-child(3) {
	animation-delay: 0.3s;
}

@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Стили для ссылки "ко всем услугам" */
.header__services-all-link {
	position: absolute;
	top: 1.5em;
	right: 1.5em;
	z-index: 10;
}

.header__services-all-link a {
	color: #926BF2;
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: 500;
	transition: all 0.3s ease;
	padding: 0.5em 1em;
	border-radius: 8px;
	background: rgba(146, 107, 242, 0.1);
	border: 1px solid rgba(146, 107, 242, 0.2);
}

.header__services-all-link a:hover {
	color: #667eea;
	background: rgba(146, 107, 242, 0.15);
	border-color: rgba(146, 107, 242, 0.3);
	transform: translateY(-1px);
}

/* Стили для ссылки в бургер-меню */
.burger-menu__services-all-link {
	margin-top: 1em;
	text-align: center;
}

.burger-menu__services-all-link a {
	color: #926BF2;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 500;
	transition: all 0.3s ease;
	padding: 1em 1em;
	width: 100%;
	border-radius: 8px;
	background: rgba(146, 107, 242, 0.1);
	border: 1px solid rgba(146, 107, 242, 0.2);
	display: inline-block;
}

.burger-menu__services-all-link a:hover {
	color: #667eea;
	background: rgba(146, 107, 242, 0.15);
	border-color: rgba(146, 107, 242, 0.3);
	transform: translateY(-1px);
}

/* ========================================
   SERVICES CATEGORIES STYLES END
   ======================================== */