 /*
 body
 heder video !
 heder mini
 Footer
 */
 
 
  /* body -----------------------------------------------------------------------------------------*/
 @font-face {
             font-family: 'Jost ExtraBold';
             src: url('../fonts/ExtraBold/Jost-ExtraBold.woff2') format('woff2'),
             url('../fonts/ExtraBold/Jost-ExtraBold.woff') format('woff'),
			 url('../fonts/ExtraBold/Jost-ExtraBold.eot') format('eot'),
             url('../fonts/ExtraBold/Jost-ExtraBold.ttf') format('truetype');
             font-weight: normal;
             font-style: normal;
             font-display: swap;  
             }
			 
			  @font-face {
             font-family: 'Jost Light';
             src: url('../fonts/Light/Jost-Light.woff2') format('woff2'),
             url('../fonts/Light/Jost-Light.woff') format('woff'),
			 url('../fonts/Light/Jost-Light.eot') format('eot'),
             url('../fonts/Light/Jost-Light.ttf') format('truetype');
             font-weight: normal;
             font-style: normal;
             font-display: swap;  
             }
			 
			 @font-face {
             font-family: 'Jost Medium';
             src: url('../fonts/Medium/Jost-Medium.woff2') format('woff2'),
             url('../fonts/Medium/Jost-Medium.woff') format('woff'),
			 url('../fonts/Medium/Jost-Medium.eot') format('eot'),
             url('../fonts/Medium/Jost-Medium.ttf') format('truetype');
             font-weight: normal;
             font-style: normal;
             font-display: swap;  
             }
			 
			  @font-face {
             font-family: 'Jost Regular';
             src: url('../fonts/Regular/Jost-Regular.woff2') format('woff2'),
             url('../fonts/Regular/Jost-Regular.woff') format('woff'),
			 url('../fonts/Regular/Jost-Regular.eot') format('eot'),
             url('../fonts/Regular/Jost-Regular.ttf') format('truetype');
             font-weight: normal;
             font-style: normal;
             font-display: swap;  
             }
     /* ========== ОСНОВНЫЕ СТИЛИ СТРАНИЦЫ  ========== */
         * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
		    font-family: 'Jost Light', sans-serif;
            background: #f4f7fc;
            overflow-x: hidden;
        }
		  /* body -----------------------------------------------------------------------------------------*/
		
		
		  /* ---------- HEADER С ВИДЕО ----------------------------------------------------------------------------------------------- */
        .video-header {
            position: relative;
            width: 100%;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        
        #bgVideo {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
        }
        
        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.5));
            z-index: 2;
            pointer-events: none; 
        }
        
        .header-container {
            position: relative;
            z-index: 2;
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 1.2rem 2.2rem;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }
        
        .top-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }
        
        .logo {
            font-size: 1.8rem;
            font-weight: 700;
            letter-spacing: -0.5px;
            background: linear-gradient(125deg, #FFFFFF, #FFD966, #FFB347);
            background-clip: text;
            -webkit-background-clip: text;
        }
        
        .burger-menu {
            width: 48px;
            height: 48px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            background: rgba(255, 255, 255, 0.12);
            backdrop-filter: blur(12px);
            border-radius: 7px;
            transition: all 0.2s ease;
            border: 1px solid rgba(255,255,240,0.25);
            z-index: 1001;
        }
        
        .burger-menu:hover {
            background: rgba(255, 255, 255, 0.22);
            transform: scale(0.97);
        }
        
        .burger-menu span {
            width: 24px;
            height: 2px;
            background: white;
            border-radius: 4px;
            transition: 0.25s ease;
            margin: 3px 0;
        }
		 
        
        .hero-center {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            gap: 0.7rem;
            margin-bottom: 2rem;
        }
        
        .animated-headline {
            position: relative;
            min-height: 6rem;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .animated-headline h1 {
            font-family: 'Jost ExtraBold', sans-serif;
            font-size: clamp(1.8rem, 8vw, 5.2rem);
            font-weight: 700;
            text-transform: uppercase;
            background: linear-gradient(135deg, #fff, #f1f3f8);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            text-shadow: 0 0 20px rgba(0,0,0,0.3);
            margin: 0;
            line-height: 1.2;
            animation: zoomOutCenter 1.5s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards;
        }
        
        .typing-container {
            font-family: 'Jost Light', sans-serif;
            min-height: 9rem;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }
        
        .typing-text {
            font-size: clamp(1rem, 4vw, 1.4rem);
            max-width: 700px;
            color: #f1f3f8;
            font-weight: 400;
            text-shadow: 0 1px 6px rgba(0,0,0,0.5);
            line-height: 1.5;
            margin: 0;
            padding: 0 1rem;
            letter-spacing: 0.3px;
        }
        
        .typing-cursor {
            display: inline-block;
            width: 2px;
            height: 1.3em;
            background-color: #FFD966;
            margin-left: 4px;
            vertical-align: middle;
            animation: blink 1s step-end infinite;
            border-radius: 2px;
        }
        
        @keyframes blink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0; }
        }
        
        @keyframes zoomOutCenter {
            0% {
                opacity: 0;
                transform: scale(0.7);
                filter: blur(8px);
            }
            40% {
                opacity: 0.8;
                transform: scale(1.02);
            }
            100% {
                opacity: 1;
                transform: scale(1);
                filter: blur(0);
            }
        }
        
        .text-carousel-dots {
            display: flex;
            gap: 12px;
            margin-top: 0.5rem;
            justify-content: center;
        }
        
        .dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.4);
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            padding: 0;
        }
        
        .dot.active {
            background: rgba(225, 225, 225);
            width: 28px;
            border-radius: 10px;
            box-shadow: 0 0 8px rgba(30, 45, 100, 1, 0.6);
        }
        
        .dot:hover {
            background: rgba(30, 45, 100, 1, 0.1);
            transform: scale(1.2);
        }
        
        .btn-outline {
            background: transparent;
            border: 2px solid rgba(255,255,255,0.9);
            color: #f1f3f8; 
            text-transform: uppercase;
            padding: 1.2rem 2rem;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.25s;
            backdrop-filter: blur(8px);
            margin-top: 0.4rem;
        }
        
        .btn-outline:hover {
            background: rgba(235, 235, 235, 0.25);
            border-color: #EBEBEB;
            color: #EBEBEB;
            transform: translateY(-3px);
        }
        
        .menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(6px);
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s;
        }
        
        .menu-overlay.active {
            opacity: 1;
            visibility: visible;
        }
        
        .mobile-drawer {
            position: fixed;
            top: 0;
            right: -100%;
            width: min(85%, 320px);
            height: 100%;
            background: linear-gradient(135deg, rgba(30, 45, 100, 1) 0%, rgba(43, 65, 157, 1) 50%, rgba(20, 35, 90, 1) 100%);
            backdrop-filter: blur(25px);
            z-index: 1002;
            box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
            transition: right 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
            display: flex;
            flex-direction: column;
            padding: 2rem 1.5rem;
            border-left: 1px solid rgba(255, 215, 120, 0.4);
            overflow-y: auto;
        }
        
        .mobile-drawer.open {
            right: 0;
        }
        
        .close-drawer {
            align-self: flex-end;
            background: rgba(255,255,240,0.1);
            width: 44px;
            height: 44px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            cursor: pointer;
            color: #FFFFFF;
            transition: 0.2s;
            margin-bottom: 2rem;
        }
        
        .close-drawer:hover {
            background: rgba(255,200,100,0.25);
            transform: rotate(90deg);
        }
        
        .drawer-nav {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 1.8rem;
            margin-top: 1rem;
        }
        
        .drawer-nav li a {
            font-size: 1.2rem;
            font-weight: 500;
            color: #fff3e0;
            text-decoration: none;
            letter-spacing: -0.2px;
            display: block;
            padding: 0.5rem 0;
            border-bottom: 1px solid rgba(255,215,120,0.2);
            transition: 0.2s;
        }
        
        .drawer-nav li a:hover {
            color: #FFD966;
            padding-left: 12px;
            border-bottom-color: #ffcd6b;
        }
        
        .drawer-footer {
            margin-top: auto;
            padding-top: 2rem;
            font-size: 0.8rem;
            color: #a9afc3;
            text-align: center;
            border-top: 1px solid rgba(255,215,120,0.2);
        }
        
        .desktop-navd {
            display: flex;
            gap: 1.3rem;
            list-style: none;
            padding: 0.7rem 2rem;
            border-radius: 60px;
            margin-left: auto;
            align-items: center;
        }
        
        .desktop-navd li a {
            color: #F2F2F2;
            text-decoration: none;
            font-weight: 500;
            font-size: 0.93rem;
            transition: 0.2s;
            padding: 0.3rem 0;  
        }
        
        .desktop-navd li a:hover {
            color: #FFD966;
        }
        
        .phone-number {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 0.4rem 1rem;
            border-radius: 50px;
            transition: all 0.2s ease;
            margin-left: 0.5rem;
        }
        
        .phone-number:hover {
            background: rgba(255, 255, 255, 0.3);
            border-color: rgba(255, 215, 255, 0.7);
        }
        
        #phon a {
            color: #F2F2F2;
            text-decoration: none;
            font-weight: 400;
            font-size: 1.5rem;
            letter-spacing: 0.3px;
        }
        
        .mobtel { display: none; }
        
        .top-barr { 
            background-color: rgba(255, 255, 255, 0.0); 
            width: 100%; 
            height: 130px; 
            position: absolute; 
            z-index: 2; 
            top: 0px;
        }
        
        .svg-logo svg { 
            width: 240px;
            filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.9)); 
            padding-left: 10px;  
        }
        
        .fon-bar { 
            background-color: rgba(255, 255, 255, 0.0); 
            border-radius: 12px; 
            padding-left: 0px; 
        }
        
        .phone-number a svg { 
            margin-bottom: -5px; 
            width: 25px; 
            height: 25px; 
        }
        
        .bgvideo {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        #bgVideo {
            display: block;
        }
        
        #bgVideoSmall {
            display: none;
        }
        
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.15); }
            100% { transform: scale(1); }
        }
        
        /* ========== АДАПТИВ ДЛЯ ОСНОВНОЙ ШАПКИ ========== */
        @media (min-width: 850px) and (max-width: 1200px) {
            .animated-headline h1 {
                font-size: clamp(1.8rem, 8vw, 3.4rem);
            }
            .btn-outline {
                padding: 1rem 1.8rem;
                font-size: 0.8rem;
            }
            .desktop-navd {
                gap: 0.7rem;
            }
            #phon a { 
                font-size: 1.2rem;  
            }
        }
        
        @media (max-width: 850px) {
            .desktop-navd {
                display: none;
            }
            .burger-menu {
                display: flex;
            }
            .top-bar {
                padding: 0.2rem 0;
            }
            .mobtel { 
                display: block; 
                text-align: center; 
                margin-bottom: 20px; 
            }
            .mobtel a { 
                display: inline-block; 
                text-decoration: none; 
                font-size: 18px; 
            }
            .mobtel a span { 
                color: #71d7fd; 
                margin-left: 8px; 
                font-size: 33px; 
                vertical-align: middle;  
                text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.7); 
            }
            .btn-outline {
                padding: 1rem 1.8rem;
                font-size: 0.8rem;
            }
        }
        
        @media (min-width: 851px) {
            .burger-menu {
                display: none;
            }
            .mobile-drawer {
                display: none;
            }
            .menu-overlay {
                display: none;
            }
        }
        
        @media (max-width: 550px) {
            .header-container {
                padding: 1.2rem 1.2rem;
            }
            .hero-center {
                margin-top: 0.4rem;
            }
            .mobtel a span { 
                font-size: 28px; 
            }
       /*     #bgVideo {
                display: none;
            }
              #bgVideoSmall {
                display: block; 
            }*/
        }
		
 		
		  /* -------------HEADER 2 mini----------------------------------------------------------------------- */
		  
		  .main-content  h1, h2 {  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }
		  
		  @media (min-width: 840px) and (max-width: 1051px) {   .phone-number  a { display: none; }  }
		  
        .simple-header {
             position: relative;
            width: 100%;
            background: #ffffff;
            box-shadow: 0 2px 15px rgba(0,0,0,0.08);
            z-index: 100;
        }

        .header-container {
            position: relative;
            z-index: 2;
            width: 100%;
            max-width: 1300px;
            margin: 0 auto;
            padding: 1rem 2.2rem;  /* ТАКОЙ ЖЕ ОТСТУП КАК В ОРИГИНАЛЕ */
            display: flex;
            flex-direction: column;
        }

        .top-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }

        /* ЛОГОТИП - ПРЕЖНИЙ (без изменений, цвета вы сами поменяете) */
        .logo svg {
            width: 240px;
            filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.1));
        }
        
        /* Оставляем оригинальные классы логотипа как в первом варианте */
        .svg-logo svg { 
            width: 240px;
            filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.1));
            padding-left: 10px;  
        }

        .burger-menu {
            width: 48px;
            height: 48px;
            display: flex;
            flex-direction: column;
            justify-content: center;

            align-items: center;
            cursor: pointer;
            background: rgba(0, 0, 0, 0.05);
            border-radius: 7px;
            transition: all 0.2s ease;
            border: 1px solid rgba(0,0,0,0.1);
            z-index: 1001;
        }

        .burger-menu:hover {
            background: rgba(0, 0, 0, 0.1);
            transform: scale(0.97);
        }

        .burger-menu span {
            width: 24px;
            height: 2px;
            background: #1a2a5e;
            border-radius: 4px;
            transition: 0.25s ease;
            margin: 3px 0;
        }

        /* ДЕСКТОПНОЕ МЕНЮ - ТАКОЙ ЖЕ ШРИФТ И РАЗМЕР КАК В ОРИГИНАЛЕ */
        .desktop-nav {
            display: flex;
            gap: 1.3rem;  /* ТАКОЙ ЖЕ КАК В ОРИГИНАЛЕ */
            list-style: none;
            padding: 0.7rem 2rem;   
            border-radius: 60px;
            margin-left: auto;
            align-items: center;
            background: #ffffff;
        }

        .desktop-nav li a {
            color: #F2F2F2;   
            text-decoration: none;
            font-weight: 600;
            font-size: 0.93rem;   
            transition: 0.2s;
            padding: 0.3rem 0;   
        }
        
        /* Для лучшей видимости на белом фоне рекомендую темный цвет, но оставляю как есть */
        .desktop-nav li a {
            color: #1a2a5e;  /* Темный цвет для белого фона (вы можете поменять) */
        }
 
        .desktop-nav li a:hover {
            color: #FFD966;
        }

        .phone-number {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 0.4rem 1rem;
            border-radius: 50px;
            transition: all 0.2s ease;
            margin-left: 0.5rem;
        }

        .phone-number:hover {
            background: rgba(0, 0, 0, 0.05);
        }

        #phon a {
            color: #1a2a5e;
            text-decoration: none;
            font-weight: 400;
            font-size: 1.5rem;  /* ТАКОЙ ЖЕ КАК В ОРИГИНАЛЕ */
            letter-spacing: 0.3px;
        }
        
        .phone-number a svg {
            margin-bottom: -5px;
            width: 25px;
            height: 25px;
            fill: #1a2a5e;
        }
        
        /* Телефон мобильный */
        .mobtel { display: none; }
        
        /* Основной контент */
        .main-content {
            max-width: 1400px;
            margin: 0 auto;
          /*  padding: 2rem 2.2rem; */
        }
        
        /* МЕНЮ-ОВЕРЛЕЙ (мобильное - без изменений, прежнее) */
        .menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(6px);
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s;
        }

        .menu-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .mobile-drawer {
            position: fixed;
            top: 0;
            right: -100%;
            width: min(85%, 320px);
            height: 100%;
            background: linear-gradient(135deg, rgba(30, 45, 100, 1) 0%, rgba(43, 65, 157, 1) 50%, rgba(20, 35, 90, 1) 100%);
            backdrop-filter: blur(25px);
            z-index: 1002;
            box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
            transition: right 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
            display: flex;
            flex-direction: column;
            padding: 2rem 1.5rem;
            border-left: 1px solid rgba(255, 215, 120, 0.4);
            overflow-y: auto;
        }

        .mobile-drawer.open {
            right: 0;
        }

        .close-drawer {
            align-self: flex-end;
            background: rgba(255,255,240,0.1);
            width: 44px;
            height: 44px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            cursor: pointer;
            color: #FFFFFF;
            transition: 0.2s;
            margin-bottom: 2rem;
        }

        .close-drawer:hover {
            background: rgba(255,200,100,0.25);
            transform: rotate(90deg);
        }

        .drawer-nav {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 1.8rem;
            margin-top: 1rem;
        }

        .drawer-nav li a {
            font-size: 1.2rem;
            font-weight: 500;
            color: #fff3e0;
            text-decoration: none;
            letter-spacing: -0.2px;
            display: block;
            padding: 0.5rem 0;
            border-bottom: 1px solid rgba(255,215,120,0.2);
            transition: 0.2s;
        }

        .drawer-nav li a:hover {
            color: #FFD966;
            padding-left: 12px;
            border-bottom-color: #ffcd6b;
        }

        .drawer-footer {
            margin-top: auto;
            padding-top: 2rem;
            font-size: 0.8rem;
            color: #a9afc3;
            text-align: center;
            border-top: 1px solid rgba(255,215,120,0.2);
        }

        /* Адаптивность - ТАКАЯ ЖЕ КАК В ОРИГИНАЛЕ */
        @media (min-width: 850px) and (max-width: 1200px) {
            .desktop-nav {
                gap: 0.7rem;
            }
            #phon a { 
                font-size: 1.2rem; 
            }
            .desktop-nav li a {
                font-size: 0.85rem;
            }
        }
        
        @media (max-width: 850px) {
            .desktop-nav {
                display: none;
            }
            .burger-menu {
                display: flex;
            }
            .top-bar {
                padding: 0.2rem 0;
            }
            .mobtel { 
                display: block; 
                text-align: center; 
                margin-bottom: 20px;
            }
            .mobtel a { 
                display: inline-block; 
                text-decoration: none; 
                font-size: 18px;
                color: #fff;
            }
            .mobtel a span { 
                color: #71d7fd; 
                margin-left: 8px; 
                font-size: 33px; 
                vertical-align: middle;  
                text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.7); 
            }
            .header-container {
                padding: 1.2rem 1.2rem;
            }
            .main-content {
                padding: 1rem 0.2rem;
            }
        }

        @media (min-width: 851px) {
            .burger-menu {
                display: none;
            }
            .mobile-drawer {
                display: none;
            }
            .menu-overlay {
                display: none;
            }
        }
        
        @media (max-width: 550px) {
		     
            .header-container {
                padding: 1.2rem 1.2rem;
            }
            .mobtel a span { 
                font-size: 28px; 
            }
        }
		
		
		
		
		/*-------------------------------------------------------------------------------------------------------------------------------------Footer*/
		
		/* ========== ГРАДИЕНТНЫЙ FOOTER ========== */
        /*  Используем заданный градиент: 
            linear-gradient(135deg, rgba(30, 45, 100, 1) 0%, rgba(43, 65, 157, 1) 50%, rgba(20, 35, 90, 1) 100%) 
        */
        .tgradient-footer {
            background: linear-gradient(135deg, rgba(30, 45, 100, 1) 0%, rgba(43, 65, 157, 1) 50%, rgba(20, 35, 90, 1) 100%);
            color: #f0f3fa;
            width: 100%;
            margin-top: auto;  /* прижимаем футер к низу, если контента мало */
            box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.15);
            border-top: 1px solid rgba(255, 255, 255, 0.08);
        }

        /* Внутренний контейнер — центрирование и ширина */
        .tfooter-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 3rem 2rem 1.5rem 2rem;
        }

        /* Сетка колонок (адаптивная) */
        .tfooter-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 2.5rem;
            margin-bottom: 2.5rem;
        }

        /* Стили каждой колонки */
        .tfooter-col h3 {
            font-size: 1.3rem;
            font-weight: 400;
            letter-spacing: 0.5px;
            margin-bottom: 1.3rem;
            position: relative;
            display: inline-block;
            color: white;
        }

        /* декоративное подчёркивание заголовков (лёгкая элегантность) */
        .tfooter-col h3:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -8px;
            width: 40px;
            height: 3px;
            background: rgba(255, 255, 255, 0.4);
            border-radius: 2px;
            transition: width 0.2s ease;
        }

        .tfooter-col:hover h3:after {
            width: 60px;
            background: rgba(255, 255, 255, 0.8);
        }

        /* Стили списков и меню */
        .tfooter-menu,
        .tcontact-list {
            list-style: none;
            padding: 0;
        }

        .tfooter-menu li,
        .tcontact-list li {
            margin-bottom: 0.45rem;
        }

        /* Само МЕНЮ — ссылки с заданным градиентным фоном поверх? (по желанию можно сделать бэкграунд, но фон футера и так градиентный,
           ссылки выделены прозрачностью и hover-эффектом. В задании фон меню = фон футера, что полностью выполнено — весь футер градиентный, включая пункты.
           Но чтобы подчеркнуть гармонию, добавим тонкий стиль для ссылок и интерактива */
        .tfooter-menu a,
        .tcontact-list a,
        .tsocial-icons a,
		.stpp {
            color: #e0e7ff;
            text-decoration: none;
            transition: all 0.25s ease;
            font-size: 0.95rem;
            display: inline-block;
            position: relative;
        }

        /* Анимация подчёркивания для пунктов меню (свежий и современный стиль) */
        .tfooter-menu a {
            padding: 0.2rem 0;
        }

        .tfooter-menu a::before {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -2px;
            left: 0;
            background-color: #ffffff;
            transition: width 0.3s ease;
        }

        .tfooter-menu a:hover::before {
            width: 100%;
        }

        .tfooter-menu a:hover, 
		.stpp:hover,
        .tcontact-list a:hover {
            color: white;
            text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
        }

        /* Контакты (текстовые элементы без ссылок) */
        .tcontact-list li {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #e0e7ff;
            font-size: 0.95rem;
        }

        .tcontact-list i {
            width: 24px;
            font-size: 1.15rem;
            color: rgba(255, 255, 255, 0.8);
        }

        /* Описание / логотип колонка */
        .tabout-text {
            line-height: 1.5;
            color: #e0e7ff;
            margin-bottom: 1rem;
            font-size: 0.95rem;
        }

        .tfooter-logo {
            font-size: 1.8rem;
            font-weight: 700;
            background: linear-gradient(120deg, #fff, #cbd5ff);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 1rem;
            letter-spacing: 1px;
        }

        /* Социальные иконки — круглый фон с лёгкой полупрозрачностью при наведении */
        .tsocial-icons {
            display: flex;
            gap: 1.2rem;
            flex-wrap: wrap;
            margin-top: 0.5rem;
        }

        .tsocial-icons a {
            background: rgba(255, 255, 255, 0.12);
            width: 42px;
            height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 1.3rem;
            transition: all 0.3s ease;
            color: white;
            backdrop-filter: blur(2px);
        }

        .tsocial-icons a:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: translateY(-4px);
            color: #fff;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        }

        /* Нижняя линия копирайта */
        .tfooter-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            padding-top: 1.8rem;
            margin-top: 1rem;
            text-align: center;
            font-size: 0.95rem;
            color: #cfdbfa;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.75rem;
        }

        .tfooter-bottom .tlegal-links a {
            color: #cfdbfa;
            text-decoration: none;
            margin-left: 1.2rem;
            transition: color 0.2s;
        }

        .tfooter-bottom .tlegal-links a:hover {
            color: white;
            text-decoration: underline;
        }
		/* --------------------*/
		 .tperen { display: none; }
		
		  /* Адаптивность для планшетов и телефонов */
        @media (max-width: 768px) {
		  
            .tfooter-container {
                padding: 2rem 1.5rem 1rem 1.5rem;
            }
            .tfooter-grid {
                gap: 2rem;
            }
            .tfooter-bottom {
                flex-direction: column;
                text-align: center;
            }
            .tfooter-bottom .tlegal-links a {
                margin: 0 0.6rem;
            }
            .tsocial-icons a {
                width: 38px;
                height: 38px;
                font-size: 1.2rem;
            }
            .tfooter-col h3 {
                font-size: 1.2rem;
            }
        }

        @media (max-width: 480px) {
		    .tperen { display: block; }
		    .tspbig {  display: none; }
            .tfooter-grid {
                grid-template-columns: 1fr;
                text-align: left;
            }
			 
            .tfooter-col h3:after {
                left: 50%;
                transform: translateX(-50%);
            }
            .tcontact-list li {
                justify-content: left;
            }
            .tsocial-icons {
                justify-content: center;
            }
            .tfooter-menu a::before {
                left: 0;
                right: 0;
                margin: 0 auto;
            }
         }

        /* Дополнительная полировка для контактного списка */
        .tcontact-list i {
            width: 26px;
            text-align: center;
        }
		/*--------------------------------------------------------------------------------------------------------Footer*/