:root {
            --bg-primary: #FAFBFC;
            --bg-elevated: #FFFFFF;
            --text-primary: #1A1D2E;
            --text-body: #202631;
            --text-secondary: #94A3B8;
            --primary: #4F46E5;
            --primary-hover: #4338CA;
            --primary-light: #EEF2FF;
            --border-light: #E2E8F0;
            --border-subtle: #F1F5F9;
            --success: #10B981;
            --warning: #F59E0B;
            --error: #EF4444;
        }

        body, * {
            margin: 0;
            padding: 0;
            font-family: "Inter Tight", sans-serif;
            box-sizing: border-box;
        }
		body::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.25);
            z-index: -1;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            background-color: #9497b3;
            color: #202631;
            overflow-x: hidden;
        }

        .container {
            max-width: 1410px;
            width: 100%;
            margin: 0 auto;
            padding: 0 20px;
        }

        .section__label {
            font-size: 2.7rem;
            font-weight: 500;
            color: #1A1D2E;
            line-height: 86%;
            margin-bottom: 20px;
        }
		
	.hero {max-width: 1410px;margin: 0 auto 0;padding: 0px 0 0;}
	body {background: url('https://tatiana-dagirera.com/img/f-all.jpg') 50% top no-repeat; background-size: cover;background-repeat: no-repeat;position:relative;}
	
	body > section {
		position: relative;
	}
	.mb-2 {margin-bottom: 10px;}
    .header__nav a, .header__nav a:hover, .header__nav a:visited {color:#1A1D2E; text-decoration: none; border-bottom: 1px solid #1a1d2e3d;}
    .header__nav a:hover {color:#1A1D2E; border-bottom: 1px solid #1a1d2e;}
    
    .footer__links a, .footer__links a:hover, .footer__links a:visited, .footer__legal a, .footer__legal a:hover, .footer__legal a:visited {text-decoration: none; border-bottom: 1px solid #ffffff3d;}
    .footer__links a:hover, .footer__legal a:hover {border-bottom: 1px solid #fff;}
    .header__mobile-menu .container {padding: 0 13px;} 
    .header {position: inherit;}
	.header.active {background: #ffffffeb;position: sticky;}
	h1 span {font-weight:500!important;}
	@media (max-width:1150px) {
        .header__nav {display: none!important;}
		.header__actions {
			margin: 0 0 0 auto;
		}
	}
	@media (max-width:960px) {
		.hero {padding:0;}
	}

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

        .section__btn {
            width: fit-content;
            height: 42px;
            padding: 0 32px;
            border-radius: 47px;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
            cursor: pointer;
            background: #4F46E5;
            color: #FFFFFF;
            border: none;
        }

        .section__btn:hover {
            background: #EEF2FF;
            color: #202631;
        }

        .header {
            height: 56px;
            top: 0;
            background: transparent;
            backdrop-filter: none;
            z-index: 1000;
            border-bottom: none;
        }

        .header__inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 56px;
        }

        .header__logo {
            font-size: 18px;
            font-weight: 600;
            color: #1a1d2e;
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .header__logo-subtitle {
            font-size: 11px;
            font-weight: 400;
            color: #202631;
        }

        .header__nav {
            display: flex;
            align-items: center;
            gap: 30px;
            margin: 0 auto;
        }

        .header__nav a {
            font-size: 15px;
            font-weight: 400;
            color: #1a1d2ee0;
            text-decoration: none;
            transition: color 0.2s, text-shadow 0.2s;
        }

        .header__nav a:hover {
            text-shadow: 0 0 0.5px currentColor;
            color: #2F2F2F;
        }

        .header__actions {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .header__contact {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 2px;
        }

        .header__phone {
            font-size: 16px;
            font-weight: 600;
            color: #1A1D2E;
            text-decoration: none;
        }

        .header__phone:hover {
            color: #4F46E5;
        }

        .header__schedule {
            font-size: 12px;
            font-weight: 400;
            color: #202631;
        }

        .header__btn {
            height: 42px;
            padding: 0 32px;
            border-radius: 47px;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
            cursor: pointer;
        }

        .header__btn.login {
            background: rgba(100, 100, 100, 0.16);
            color: #4F46E5;
        }

        .header__btn.login:hover {
            background: #4F46E5;
            color: #FFFFFF;
        }

        .header__btn.try {
            background: #4F46E5;
            color: #FFFFFF;
        }

        .header__btn.try:hover {
            background: #4338CA;
        }

        .header__burger-menu {
            width: 44px;
            height: 44px;
            background: transparent;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 5px;
            padding: 10px;
            z-index: 10001;
        }

        .header__burger-line {
            width: 24px;
            height: 2px;
            background: #1A1D2E;
            transition: all 0.3s;
        }

        .header__burger-menu.active .header__burger-line:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px);
        }

        .header__burger-menu.active .header__burger-line:nth-child(2) {
            opacity: 0;
        }

        .header__burger-menu.active .header__burger-line:nth-child(3) {
            transform: rotate(-45deg) translate(5px, -5px);
        }

        .header__mobile-menu {
            position: fixed;
            top: -100%;
            width: 100%;
            height: 100%;
            background: #ffffff;
            padding: 10px 0 30px;
            transition: right 0.3s ease;
            z-index: 9999;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 30px;
            box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
        }

        .header__mobile-menu.active {
            top: 0;
        }

        .header__mobile-menu-close {
            position: absolute;
            top: 20px;
            right: 20px;
            cursor: pointer;
            font-size: 32px;
            color: #1A1D2E;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #F1F5F9;
            border-radius: 50%;
        }

        .header__mobile-menu__nav {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 0;
            width: 100%;
            margin-top: 30px;
            text-align: center;
        }

        .header__mobile-menu__nav a {
            font-size: 16px;
            font-weight: 500;
            color: #1A1D2E;
            text-decoration: none;
            padding: 15px 0 5px 0;
            border-bottom: 1px solid #1a1d2e29;
            transition: color 0.3s;
            margin: 0 auto;
        }

        .header__mobile-menu__nav a:hover {
            color: #4F46E5;
            border-bottom: 1px solid #4F46E5;
        }

        .header__mobile-menu__overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s ease;
            z-index: 1000;
        }

        .header__mobile-menu__overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .header__mobile-menu.active .header__actions {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            width: 100%;
        }

        .header__mobile-menu.active .header__actions .header__btn {
            width: 100%;
            max-width: 300px;
            margin: 30px auto;
        }

        .hero__inner {
            height: auto;
            background: transparent;
            position: relative;
            z-index: 10;
            margin: 0 20px 20px;
            border-radius: 20px;
            overflow: hidden;
        }

        .hero__content {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px;
            height: 100%;
        }

        .hero__content img {
            width: 100%;
            max-width: 800px;
        }

        .hero__block {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 30px;
        }

        .hero__label {
            font-size: 56px;
            font-weight: 700;
            color: #1A1D2E;
            line-height: 120%;
            text-align: center;
        }

        .hero__desc {
            color: #1A1D2E;
            font-size: 18px;
            font-weight: 400;
            text-align: center;
            max-width: 600px;
        }

        .hero__action {
            height: 42px;
            padding: 0 32px;
            border-radius: 47px;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
            cursor: pointer;
            background: #4F46E5;
            color: #FFFFFF;
        }

        .hero__action:hover {
            background: #EEF2FF;
            color: #202631;
        }

        .hero__action.secondary {
            background: rgba(100, 100, 100, 0.16);
            color: #4F46E5;
        }

        .hero__action.secondary:hover {
            background: #4F46E5;
            color: #FFFFFF;
        }

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

        .hero-video {
            padding: 0px 0 30px 0;
            background: #FFFFFF;
        }

        .hero-video__inner {
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
        }

        .hero-video__player {
            width: 100%;
            height: 400px;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            background: #1A1D2E;
            border-radius: 20px;
            margin-bottom: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgba(255, 255, 255, 0.5);
            font-size: 18px;
        }
        
        .hero-video__player iframe,
        .hero-video__player video {
           width: 100%;
           height: 100%;
           display: block;
        }

        .hero-video__description {
            font-size: 16px;
            color: #202631;
            line-height: 160%;
            margin-bottom: 40px;
        }

        .modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 2000;
            padding: 20px;
        }

        .modal.active {
            display: flex;
        }

        .modal__content {
            background: #FFFFFF;
            border-radius: 20px;
            max-width: 600px;
            width: 100%;
            padding: 50px 40px;
            position: relative;
            max-height: 90vh;
            overflow-y: auto;
        }

        .modal__close {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 32px;
            height: 32px;
            background: transparent;
            border: none;
            cursor: pointer;
            font-size: 24px;
            color: #202631;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .modal__close:hover {
            color: #1A1D2E;
        }

        .modal__title {
            font-size: 28px;
            font-weight: 600;
            color: #1A1D2E;
            text-align: center;
            margin-bottom: 10px;
        }

        .modal__subtitle {
            font-size: 16px;
            color: #202631;
            text-align: center;
            margin-bottom: 30px;
        }

        .modal__form {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .modal__form-group {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .modal__label {
            font-size: 14px;
            font-weight: 500;
            color: #1A1D2E;
        }

        .modal__input {
            height: 50px;
            padding: 0 20px;
            border: 1px solid #E0E0E0;
            border-radius: 12px;
            font-size: 15px;
            font-family: "Inter Tight", sans-serif;
            outline: none;
            transition: border-color 0.3s;
        }

        .modal__input:focus {
            border-color: #4F46E5;
        }

        .modal__select {
            height: 50px;
            padding: 0 20px;
            border: 1px solid #E0E0E0;
            border-radius: 12px;
            font-size: 15px;
            font-family: "Inter Tight", sans-serif;
            outline: none;
            transition: border-color 0.3s;
            background: #FFFFFF;
            cursor: pointer;
        }

        .modal__select:focus {
            border-color: #4F46E5;
        }

        .modal__radio-group {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .modal__radio-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .modal__radio-item input[type="radio"] {
            width: 20px;
            height: 20px;
            cursor: pointer;
        }

        .modal__radio-item label {
            font-size: 15px;
            color: #1A1D2E;
            cursor: pointer;
        }

        .modal__checkbox {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin-top: 10px;
        }

        .modal__checkbox input[type="checkbox"] {
            width: 18px;
            height: 18px;
            cursor: pointer;
            margin-top: 2px;
            flex-shrink: 0;
        }

        .modal__checkbox label {
            font-size: 13px;
            color: #202631;
            cursor: pointer;
            line-height: 140%;
        }

        .modal__checkbox label a {
            color: #4F46E5;
            text-decoration: none;
        }

        .modal__checkbox label a:hover {
            text-decoration: underline;
        }

        .modal__contact-options {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .modal__contact-phone-link {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 12px;
            background: #F1F5F9;
            border-radius: 12px;
            text-decoration: none;
            color: #1A1D2E;
            font-weight: 500;
            font-size: 14px;
            transition: 0.3s;
        }

        .modal__contact-phone-link:hover {
            background: #E2E8F0;
        }

        .modal__whatsapp-compact {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 12px;
            background: #25D366;
            border-radius: 12px;
            text-decoration: none;
            color: #FFFFFF;
            font-weight: 500;
            font-size: 14px;
            transition: 0.3s;
        }

        .modal__whatsapp-compact:hover {
            background: #20BA5A;
        }

        .modal__btn {
            height: 50px;
            padding: 0 32px;
            border-radius: 47px;
            font-size: 16px;
            font-weight: 600;
            background: #4F46E5;
            color: #FFFFFF;
            border: none;
            cursor: pointer;
            transition: 0.3s;
            font-family: "Inter Tight", sans-serif;
            margin-top: 10px;
        }

        .modal__btn:hover {
            background: #4338CA;
        }

        .modal__divider {
            text-align: center;
            margin: 20px 0;
            color: #202631;
            font-size: 14px;
        }

        .modal__whatsapp {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 15px;
            background: #F1F5F9;
            border-radius: 12px;
            text-decoration: none;
            color: #1A1D2E;
            font-weight: 500;
            transition: 0.3s;
        }

        .modal__whatsapp:hover {
            background: #E2E8F0;
        }

        .modal__contact-info {
            text-align: center;
            margin-top: 20px;
        }

        .modal__contact-phone {
            font-size: 20px;
            font-weight: 600;
            color: #1A1D2E;
            text-decoration: none;
            display: block;
            margin-bottom: 5px;
        }

        .modal__contact-schedule {
            font-size: 13px;
            color: #202631;
        }

        .for-whom {
            padding: 0;
        }

        .for-whom__inner {
            text-align: center;
        }

        .for-whom__description {
            font-size: 16px;
            color: #202631;
            line-height: 150%;
            max-width: 800px;
            margin: 0 auto 50px;
        }

        .for-whom__list {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            width: 100%;
        }

        .for-whom__item {
            background: #F1F5F9;
            padding: 40px 30px;
            border-radius: 20px;
            transition: transform 0.3s, box-shadow 0.3s;
            text-align: left;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            overflow: hidden;
        }

        .for-whom__item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0);
            z-index: 0;
        }

        .for-whom__item > * {
            position: relative;
            z-index: 1;
        }

        .for-whom__item:nth-child(1) {
            background-color: #ffffff;
            background-position: 50% 50%;
        }

        .for-whom__item:nth-child(2) {
            background-color: #ffffff;
            background-position: 50% 50%;
        }

        .for-whom__item:nth-child(3) {
            background-color: #ffffff;
            background-position: 50% 50%;
        }

        .for-whom__item:nth-child(4) {
            background-color: #ffffff;
            background-position: 50% 50%;
        }

        .for-whom__item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .for-whom__item-icon {
            margin-bottom: 20px;
            width: 40px;
            height: 40px;
            background: #E0E0E0;
            border-radius: 50%;
        }

        .for-whom__item-label {
            font-size: 20px;
            font-weight: 600;
            color: #1A1D2E;
            margin-bottom: 12px;
        }

        .for-whom__item-desc {
            font-size: 14px;
            font-weight: 400;
            color: #202631;
            line-height: 150%;
        }

        .courses {
            padding: 60px 0;
        }

        .courses__inner {
            text-align: center;
        }

        .courses__description {
            font-size: 16px;
            color: #202631;
            line-height: 150%;
            max-width: 800px;
            margin: 0 auto 50px;
        }

        .courses__list {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            width: 100%;
        }

        .courses__item {
            background: #FFFFFF;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s, box-shadow 0.3s;
            display: flex;
            flex-direction: column;
            gap: 10px;
            text-align: left;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            overflow: hidden;
        }

        .courses__item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0);
            z-index: 0;
        }

        .courses__item > * {
            position: relative;
            z-index: 1;
        }

        .courses__item:nth-child(1) {
            background-color: #FFFFFF;
            background-position: 50% 50%;
        }

        .courses__item:nth-child(2) {
            background-color: #FFFFFF;
            background-position: 50% 50%;
        }

        .courses__item:nth-child(3) {
            background-color: #FFFFFF;
            background-position: 50% 50%;
        }

        .courses__item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        }

        .courses__item-header {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .courses__item-label {
            font-size: 24px;
            font-weight: 600;
            color: #1A1D2E;
        }

        .courses__item-tags {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }

        .tag {
            background: #F1F5F9;
            color: #202631;
            font-size: 12px;
            font-weight: 500;
            padding: 6px 12px;
            border-radius: 20px;
        }

        .courses__item-desc {
            font-size: 16px;
            color: #202631;
            line-height: 150%;
        }

        .courses__item-duration {
            font-size: 14px;
            color: #1A1D2E;
            font-weight: 600;
            margin-top: 5px;
        }

        .courses__item-price {
            display: flex;
            align-items: baseline;
            gap: 10px;
            margin-top: 5px;
        }

        .courses__item-price-main {
            font-size: 32px;
            font-weight: 700;
            color: #1A1D2E;
        }

        .courses__item-price-monthly {
            font-size: 14px;
            color: #202631;
        }

        .courses__item-format-tags {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            margin-top: 0;
        }

        .format-tag {
            background: #F1F5F9;
            color: #1A1D2E;
            font-size: 12px;
            font-weight: 500;
            padding: 6px 12px;
            border-radius: 20px;
        }

        .courses__item-actions {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-top: 10px;
        }

        .courses__item-btn {
            height: 42px;
            padding: 0 32px;
            border-radius: 47px;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
            cursor: pointer;
            text-align: center;
        }

        .courses__item-btn.primary {
            background: #4F46E5;
            color: #FFFFFF;
        }

        .courses__item-btn.primary:hover {
            background: #4338CA;
        }

        .courses__item-btn.secondary {
            background: transparent;
            color: #4F46E5;
            border: 1px solid #E0E0E0;
        }

        .courses__item-btn.secondary:hover {
            background: #F1F5F9;
        }

        .about {
            padding: 0;
        }

        .about__inner {
            text-align: center;
        }

        .about__content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            text-align: left;
        }

        @media (max-width:1024px) {
            .about__content {gap: 20px;}
			
        }

        .about__video {
            width: 100%;
        }

        .about__video-placeholder {
            width: 100%;
            height: 400px;
            background: #1A1D2E;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            color: rgba(255, 255, 255, 0.5);
            font-size: 18px;
            overflow: hidden;
        }

        .play-button {
            position: absolute;
            cursor: pointer;
            transition: transform 0.3s;
            width: 60px;
            height: 60px;
            background: rgba(255,255,255,0.3);
            border-radius: 50%;
        }

        .play-button:hover {
            transform: scale(1.1);
        }

        .about__text {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .about__subtitle {
            font-size: 13px;
            font-weight: 600;
            color: #202631;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .about__name {
            font-size: 36px;
            font-weight: 600;
            color: #1A1D2E;
        }

        .about__role {
            font-size: 16px;
            color: #202631;
        }

        .about__description {
            font-size: 16px;
            color: #202631;
            line-height: 160%;
            margin-top: 10px;
        }

        .about__achievements {
            list-style: none;
            padding: 0;
            margin: 10px 0;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .about__achievements li {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 15px;
            color: #202631;
        }

        .about__achievements li::before {
            content: "✓";
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #F1F5F9;
            border-radius: 50%;
            color: #1A1D2E;
            font-weight: bold;
        }

        .about__achievements strong {
            color: #1A1D2E;
            font-weight: 600;
        }

        .about__btn {
            width: fit-content;
            height: 42px;
            padding: 0 32px;
            border-radius: 47px;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
            cursor: pointer;
            background: #4F46E5;
            color: #FFFFFF;
            margin-top: 10px;
        }

        .about__btn:hover {
            background: #4338CA;
        }

        .reviews {
            padding: 60px 0 0;
        }

        .reviews__inner {
            text-align: center;
        }

        .reviews__description {
            font-size: 16px;
            color: #202631;
            line-height: 150%;
            max-width: 800px;
            margin: 0 auto 50px;
        }

        .reviews__list {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            width: 100%;
            margin-bottom: 40px;
        }

        .reviews__item {
            background: #FFFFFF;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            display: flex;
            flex-direction: column;
            gap: 20px;
            text-align: left;
        }

        .reviews__item-text {
            font-size: 15px;
            color: #202631;
            line-height: 160%;
            flex-grow: 1;
        }

        .reviews__item-video {
            width: 100%;
            height: 160px;
            background: #1A1D2E;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgba(255, 255, 255, 0.5);
            font-size: 14px;
        }

        .reviews__item-author {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .reviews__item-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: #E0E0E0;
			overflow: hidden;
        }
		.reviews__item-avatar img {width: 100%;}

        .reviews__item-info {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .reviews__item-name {
            font-size: 16px;
            font-weight: 600;
            color: #1A1D2E;
        }

        .reviews__item-course {
            font-size: 13px;
            color: #202631;
        }

        .videos {
            padding: 0;
        }

        .videos__inner {
            text-align: center;
        }

        .videos__description {
            font-size: 16px;
            color: #202631;
            line-height: 150%;
            max-width: 800px;
            margin: 0 auto 50px;
        }

        .videos__list {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            width: 100%;
            margin-bottom: 40px;
        }

        .videos__item {
            background: #FFFFFF;
            padding: 0;
            border-radius: 20px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .videos__item-player {
            width: 100%;
            height: 250px;
            background: #1A1D2E;
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgba(255, 255, 255, 0.5);
            font-size: 16px;
        }

        .videos__item-content {
            padding: 30px;
            display: flex;
            flex-direction: column;
            gap: 15px;
            text-align: left;
        }

        .videos__item-title {
            font-size: 18px;
            font-weight: 600;
            color: #1A1D2E;
        }

        .videos__item-desc {
            font-size: 14px;
            color: #202631;
            line-height: 150%;
        }

        .free {
            padding: 15px 0 40px;
        }

        .free__inner {
            text-align: center;
        }

        .free__content {
            max-width: 700px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .free__label {
            font-size: 48px;
            font-weight: 500;
            color: #1A1D2E;
            line-height: 110%;
        }

        .free__desc {
            font-size: 18px;
            color: #202631;
            line-height: 150%;
            margin-bottom: 10px;
        }

        .free__content .section__btn {
            margin: 0 auto;
        }

        .consult {
            padding: 100px 0;
            background: #FFFFFF;
        }

        .consult__inner {
            text-align: center;
        }

        .consult__desc {
            font-size: 18px;
            color: #202631;
            line-height: 150%;
            max-width: 700px;
            margin: 0 auto 40px;
        }

        .faq {
            padding: 20px 0 30px 0;
        }

        .faq__inner {
            text-align: center;
        }

        .faq__description {
            font-size: 16px;
            color: #202631;
            margin-bottom: 50px;
        }

        .faq__list {
            max-width: 900px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .faq__item {
            background: #FFFFFF;
            border: 1px solid #F1F5F9;
            border-radius: 12px;
            overflow: hidden;
            transition: box-shadow 0.3s;
        }

        .faq__item:hover {
            box-shadow: 0 4px 12px rgba(91, 106, 175, 0.1);
        }

        .faq__question {
            padding: 15px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            user-select: none;
        }

        .faq__question h3 {
            font-size: 18px;
            font-weight: 600;
            color: #1A1D2E;
            margin: 0;
            text-align: left;
            flex: 1;
        }

        .faq__icon {
            font-size: 28px;
            color: #4F46E5;
            font-weight: 300;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s;
            flex-shrink: 0;
            margin-left: 20px;
        }

        .faq__item.active .faq__icon {
            transform: rotate(45deg);
        }

        .faq__answer {
            display: none;
            padding: 0 30px 25px 30px;
        }

        .faq__item.active .faq__answer {
            display: block;
        }

        .faq__answer p {
            font-size: 15px;
            color: #202631;
            line-height: 160%;
            margin: 0;
            text-align: left;
        }

        .footer {
            color: #FFFFFF;
            padding: 80px 0 30px;
        }

        .footer__top {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 60px;
            margin-bottom: 60px;
        }

        .footer__column {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .footer__logo {
            font-size: 20px;
            font-weight: 600;
            color: #FFFFFF;
        }

        .footer__subtitle {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.75);
            margin-top: -10px;
        }

        .footer__desc {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7);
            line-height: 150%;
        }

        .footer__socials {
            display: flex;
            gap: 12px;
            margin-top: 10px;
        }

        .footer__social {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFFFFF;
            text-decoration: none;
            transition: background 0.3s;
            font-size: 12px;
            font-weight: 600;
        }

        .footer__social:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        .footer__title {
            font-size: 16px;
            font-weight: 600;
            color: #FFFFFF;
        }

        .footer__links {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .footer__links li {
            font-size: 14px;
        }

        .footer__links a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            transition: color 0.3s;
        }

        .footer__links a:hover {
            color: #FFFFFF;
        }

        .footer__bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footer__copyright {
            font-size: 13px;
            color: rgb(255 255 255 / 90%);
        }

        .footer__legal {
            display: flex;
            gap: 20px;
        }

        .footer__legal a {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.5);
            text-decoration: none;
            transition: color 0.3s;
        }

        .footer__legal a:hover {
            color: rgba(255, 255, 255, 0.8);
        }

        @media (max-width: 1024px) {
			
			.about__btn {margin-left:auto;margin-right:auto;}
            
            .hero__label {
                font-size: 45px;
                line-height: normal;
            }
            
            .for-whom__list {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .courses__list {
                grid-template-columns: 1fr;
				gap: 20px;
            }
            
            .about__content {
                grid-template-columns: 1fr;
            }
            
            .reviews__list {
                grid-template-columns: 1fr;
            }

            .videos__list {
                grid-template-columns: 1fr;
            }
            
            .footer__top {
                grid-template-columns: repeat(2, 1fr);
                gap: 40px;
            }
        }

        @media (max-width: 960px) {
            .header__nav {
                display: none;
            }
            
            .header__burger-menu {
                display: flex;
            }
            
            .hero__inner {
                margin: 0;
                border-radius: 0;
            }
        }
		.whatsapp_block {display:none;}
        @media (max-width: 768px) {
            .section__label {
                font-size: 32px;
                text-align: center;
                line-height: 110%;
                margin-bottom: 20px;
            }
			.header.active {background: #ffffffeb;}
			.header__btn, .header__contact {display:none;}
			.active .header__logo-subtitle, .active .header__burger-menu, .active .header__actions .header__btn, .active .header__burger-menu, .active .header__btn, .active .header__schedule span {display:none;}
			.active .whatsapp_block {display:flex!important;color: #fff;background:#4ae058;padding: 0 10px;border-radius: 8px;font-size: 12px;line-height: normal;}
			.active .header__contact {display:flex;}
			.active .header__actions {gap:10px;}
			.active .header__logo {font-size:14px;}
			.active .header__phone {white-space: nowrap;font-size:14px;border-bottom: 1px solid #0000003d}
            .active .header__phone:hover {border-bottom: 1px solid #4F46E5}
			.hero__label {
                font-size: 32px;
                line-height: 110%;
            }

            .hero__desc {
                font-size: 17px;
            }

            .hero__content {
                padding: 40px 20px;
            }

            .hero__inner {
                margin: 0;
                min-height: 200px;
            }

            .hero__block {
                gap: 20px;
            }

            .hero__action {
                font-size: 14px;
                height: 40px;
                padding: 0 24px;
            }
            
            .for-whom {
                padding: 20px 0;
            }

            .for-whom__description,
            .courses__description,
            .reviews__description,
            .videos__description {
                font-size: 14px;
                margin-bottom: 25px;
            }

            .for-whom__item {
                padding: 20px;
            }

            .for-whom__item-label {
                font-size: 18px;
            }

            .for-whom__item-desc {
                font-size: 14px;
            }
            
            .courses {
                padding: 20px 0;
            }
            
            .courses__item {
                padding: 25px 20px;
                gap: 10px;
            }

            .courses__item-label {
                font-size: 18px;
                line-height: 120%;
            }

            .courses__item-desc {
                font-size: 14px;
            }

            .courses__item-duration {
                font-size: 13px;
            }

            .courses__item-price-main {
                font-size: 24px;
            }

            .courses__item-price-monthly {
                font-size: 12px;
            }

            .tag,
            .format-tag {
                font-size: 11px;
                padding: 5px 10px;
            }

            .courses__item-btn {
                font-size: 14px;
                height: 40px;
            }
            
            .reviews {
                padding: 20px 0;
            }

            .reviews__item {
                padding: 25px 20px;
            }

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

            .reviews__item-name {
                font-size: 15px;
            }

            .reviews__item-course {
                font-size: 12px;
            }
            
            .videos {
                padding: 20px 0;
            }

            .videos__item-content {
                padding: 20px;
            }

            .videos__item-title {
                font-size: 16px;
            }

            .videos__item-desc {
                font-size: 13px;
            }
            
            .about {
                padding: 20px 0;
            }

            .about__name {
                font-size: 28px;
            }

            .about__role,
            .about__description {
                font-size: 14px;
            }

            .about__achievements li {
                font-size: 14px;
            }

            .hero-video {
                padding: 0;
            }

            .hero-video__description {
                font-size: 14px;
                margin-bottom: 10px;
            }

            .free {
                padding: 0 0 20px!important;
            }

            .free__label {
                font-size: 28px;
            }

            .free__desc {
                font-size: 15px;
            }

            .consult {
                padding: 50px 0;
            }

            .consult__desc {
                font-size: 15px;
            }

            .faq {
                padding: 20px 0;
            }

            .faq__description {
                font-size: 14px;
                margin-bottom: 30px;
            }

            .faq__question {
                padding: 20px 20px;
            }

            .faq__question h3 {
                font-size: 16px;
            }

            .faq__icon {
                font-size: 24px;
                width: 24px;
                height: 24px;
                margin-left: 15px;
            }

            .faq__item.active .faq__answer {
                padding: 0 20px 20px 20px;
            }

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

            .section__btn {
                font-size: 14px;
                height: 40px;
            }
            
            .for-whom__list {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .footer {
                padding: 20px 0 20px;
            }

            .footer__top {
                grid-template-columns: 1fr;
                gap: 30px;
                margin-bottom: 40px;
            }

            .footer__logo {
                font-size: 18px;
            }

            .footer__desc,
            .footer__links li {
                font-size: 13px;
            }
            
            .footer__bottom {
                flex-direction: column;
                gap: 15px;
                text-align: center;
                padding-top: 20px;
            }

            .footer__copyright {
                font-size: 12px;
            }
            
            .footer__legal {
                gap: 10px;
            }
			.company {text-align:center;}

            .footer__legal a {
                font-size: 12px;
            }

            .modal__content {
                padding: 30px 20px;
                max-height: 85vh;
            }

            .modal__title {
                font-size: 20px;
            }

            .modal__subtitle {
                font-size: 13px;
                margin-bottom: 20px;
            }

            .modal__label {
                font-size: 13px;
            }

            .modal__input,
            .modal__select {
                height: 46px;
                font-size: 14px;
            }

            .modal__btn {
                height: 46px;
                font-size: 15px;
            }

            .modal__whatsapp {
                font-size: 14px;
                padding: 12px;
            }

            .modal__contact-phone {
                font-size: 18px;
            }
        }

        @media (max-width: 560px) {
            .section__label {
                font-size: 32px;
            }
            
            .hero__label {
                font-size: 32px;
                line-height: normal;
            }
            
            .free__label {
                font-size: 32px;
            }

            .hero__content {
                padding: 30px 15px;
            }

            .for-whom,
            .courses,
            .reviews,
            .videos,
            .about,
            .free,
            .consult {
                padding: 20px 0;
            }

            .container {
                padding: 0 15px;
            }
        }