/* ================= SHK Aida ================= */

/* Regular / Normal */
@font-face {
  font-family: 'arial';
  src: url('../fonts/arial.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  font-family: 'arial';

}
.languages li {
	list-style:none;
}
.main-header {
    background: linear-gradient(135deg, #1a5ec9, #2300b1);
    border-bottom: 1px solid #e5e5e5;
}
.container {
    max-width: 1300px;
    margin: auto;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 25px;
}
.main-header .container {

    gap: 60px;
}
/* LOGO */

.logo {
    display: flex;
    flex-direction: column;
    min-width: 170px;
}
.languages img,
.header__soc img{
    width: 30px;

}


.logo img {
    width: 120px;
}
.logo-main {
    font-size: 22px;
    font-weight: 800;
    color: #1e9f43;
}

.logo-sub {
    font-size: 12px;
    color: #666;
}

/* HEADER ITEMS */

.header-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
}

.phones-list {
    display: flex;
    flex-direction: column;
}

.phones-list a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

/* ICON */

.icon {
    font-size: 18px;
}

.socials svg path{
    fill: #f0a133;
}


/* SOCIALS */

.socials {
    display: flex;
    gap: 10px;
}

.socials a {
    font-size: 18px;
    text-decoration: none;
}

/* LANGUAGES */

.languages {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
}

.languages a {
    text-decoration: none;
    color: #777;
    font-weight: 600;
}

.languages a.active {
   font-weight: bold;
}

/* BUTTON */

.callback-btn {
    margin-left: auto;
    padding: 12px 22px;
    border-radius: 30px;
    border: none;
    background: #FDDD4A;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    width: 188px;
}
.callback-btn:hover {
}
.header-item span {
    color:#fff;
}

/* MENU */

.nav {
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
}

.nav ul {
    max-width: 1300px;
    margin: auto;
    padding: 12px 15px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.nav a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #0045b1;
    transition: 0.3s;
}

.nav a:hover::after {
    width: 100%;
}



.hero {
    background: radial-gradient(circle at right, #fff1db, #ffffff);
    overflow: hidden;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 600px;
}

.hero-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}
.hero:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to right, #000000d1, #0000002b);
    top: 0;
}
/* LEFT */

.hero-content {
    max-width: 560px;
}

.hero-label {
    display: inline-block;
    background: #fff1db;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
}

.hero-content h1 span {
    color: #FDDD4A;
}

.hero-desc {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.6;
}

.hero-list {
    list-style: none;
    margin-bottom: 30px;
}

.hero-list li {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
}

/* ACTIONS */

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

.hero-btn {
    background: #FDDD4A;
    color: #000;
    padding: 14px 26px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

.hero-btn:hover {
    background: #FDDD4A;
}

.hero-socials {
    display: flex;
    gap: 12px;
}

.hero-socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0a133;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* RIGHT */

.hero-image {
    position: relative;
    width: 28%;
    min-height: 475px;
}
.hero-image img {
    position: relative;
    z-index: 9;
    width: 467px;
    top: 4px;
}

.hero-image::before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    top: 60%;
    right: -40px;
    transform: translateY(-50%);
    z-index: 1;
}
.call-marquee {
    background: #dddddd;
    overflow: hidden;
    padding: 14px 0;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll 30s linear infinite;
}

.marquee-item {
  
    margin-right: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    color: #f0a133;
}

.marquee-item a {
    text-decoration: none;
    background: #FDDD4A;
    color: #000;
    padding: 12px 18px;
    border-radius: 20px;
    font-size: 13px;
}
.phone {
    font-size: 14px;
    background: #ffffffe0;
    border-radius: 30px;
    padding: 10px 22px;
    color: #000;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}



.about {
    padding: 120px 0;
    background: #ffffff;
}

.about-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 80px;
}

/* LEFT */

.about-label {
    display: inline-block;
    background: #f0a1331a;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-content h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #222;
}

.about-content h2 span {
}

.about-text {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
}

.about-list {
    list-style: none;
    margin-bottom: 35px;
}

.about-list li {
    font-size: 15px;
    margin-bottom: 12px;
    color: #333;
}

/* BUTTON */

.about-btn {
    display: inline-block;
    background: #FDDD4A;
    color: #000;
    padding: 14px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

.about-btn:hover {
    background: #d88f28;
}

/* RIGHT */

.about-visual {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.about-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.about-card strong {
    display: block;
    font-size: 42px;
    font-weight: 800;
    color: #000;
}

.about-card span {
    font-size: 14px;
    color: #555;
}



/* --------------------------
   Секция Этапов обучения
----------------------------*/
.l-section.height_small {
    padding: 2rem 0;
    position: relative;
    margin: 0 auto;
    min-height: 500px;
}

/* Контент внутри секции */
.l-section-h {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    z-index: 2;
    background: white;
}

/* Заголовок блока */
.block-title {
    font-size: 36px;
    color: #221F1F;
    text-align: left;
    margin-bottom: 40px;
}

/* Контейнер с этапами */
.learning-stages {
    display: grid;
    grid-gap: 35px;
    grid-template-columns: repeat(6, 1fr);
    background: url(../images/test_road.png) no-repeat;
    background-size: contain;
    position: relative;
}

/* Этап */
.learning-stage {
    display: flex;
    flex-direction: column;
}

/* Обертка названия и номера */
.w-vwrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.w-vwrapper>*:not(:last-child) {
    margin-bottom: var(--vwrapper-gap, 0.7rem);
}

/* Название этапа */
.learning-stage-name {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #221F1F;
    text-align: center;
}

/* Номер этапа */
.learning-stage-number {
    width: 108px;
    padding: 20px 0;
    border-radius: 50%;
    border: 14px solid rgba(243, 248, 253, 0.5);
    font-weight: 400;
    font-size: 36px;
    line-height: 101.4%;
    color: #2180DB;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(53, 141, 224, 0.15);
    text-align: center;
}

/* Пользовательские отступы */
.us_custom_75014a5f {
    margin-top: 95px;
    padding-left: 65px;
    padding-right: 65px;
}

/* Фоновые линии слева и справа */
.learning-stages-wrapper:before,
.learning-stages-wrapper:after {
    content: '';
    position: absolute;
    background-image: url(../images/line-road.png);
    background-repeat: repeat-x;
    width: 50vw;
    height: 100%;
    top: -18px;
    z-index: 1;
}

.learning-stages-wrapper:before {
    left: 0;
    background-position: 0 228px;
}

.learning-stages-wrapper:after {
    right: 0;
    background-position: 0 328px;
}

/* --------------------------
   Адаптивность
----------------------------*/
@media (max-width: 1200px) {
    .learning-stages {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 25px;
    }
}

@media (max-width: 768px) {
    .learning-stages {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .block-title {
        font-size: 28px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .learning-stages {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .block-title {
        font-size: 24px;
    }
    .learning-stage-number {
        width: 80px;
        font-size: 28px;
        padding: 15px 0;
    }
}


.learning-stage1 {
    position: relative;
    left: -25px;
    top: -29px;
}

.learning-stage2 {
    position: relative;
    left: -61px;
    top: 34px;
}
.learning-stage3 {
    position: relative;
    left: 47px;
    top: -63px;
}

.learning-stage4 {
    position: relative;
    left: 27px;
    top: -28px;
}
.learning-stage5 {
    position: relative;
    left: -6px;
    top: -68px;
}
.learning-stage6 {
    position: relative;
    top: -66px;
}

.header__soc ul {
    display: flex;
    gap: 20px;

    list-style: none;
}

/* ================= WHY US SECTION ================= */

.why-us {
    padding: 120px 0;
 background-image: url(../images/bgg.jpg);
 position: relative;

}
.why-us::after {
    content: "";
    background: #000000bd;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.why-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
    position: relative;
    z-index: 9;
}

.why-head {
    text-align: center;
    max-width: 750px;
    margin: auto;
    margin-bottom: 70px;
}

.why-label {
    display: inline-block;
    background: #f0a1331a;
    color: #ffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.why-head h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
}

.why-head h2 span {
    color: #FDDD4A;
}

.why-head p {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.why-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 28px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.why-card::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, #f0a1331f, transparent 70%);
    top: -50%;
    left: -50%;
    transform: scale(0);
    transition: 0.5s ease;
}

.why-card:hover::before {
    transform: scale(1);
}

.why-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.why-icon {
    font-size: 42px;
    margin-bottom: 20px;
}

.why-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.why-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Responsive */

@media (max-width: 1024px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-head h2 {
        font-size: 28px;
    }
}



.tests-page {
    padding: 20px;
}

.tests-page h1{
    margin-top: 50px;
    margin-bottom: 20px;
}

.test-question h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
}


.answer-item.wrong {
    background: #f8d7da;
    border-color: #dc3545;
    color: #721c24;
}

.explanation {
    display: none;
    margin-top: 15px;
    padding: 15px;
background: #dadada;
    border-radius: 8px;
    color: #000 !important;
}









.test-page {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0;
    margin-top: 50px;
}

.imgtest { text-align:center; }

/* tabs */
.test-tabs {
    display:flex;
    gap:10px;
    margin-bottom:10px;
}

.tab-btn {
    padding:8px 15px;
    border:none;
    border-radius:6px;
    background:#eee;
    cursor:pointer;
}

.tab-btn.active {
    background:#0073aa;
    color:#fff;
}

/* actions */
.actions {
    display:flex;
    gap:10px;
    margin-bottom:10px;
}

.reset-test {
    padding:10px 15px;
    background:#dc3545;
    color:#fff;
    border:none;
    border-radius:6px;
    cursor:pointer;
}

.reset-test:hover { background:#c82333; }

.bolory {
    text-decoration:none;
    color:#000;
    padding:10px;
}

/* question */
.test-question {
    padding:20px;
    margin-bottom:20px;
    border:1px solid #ccc;
    border-radius:10px;
    background:#fff;
}

.answer-item {
    display:block;
    padding:10px;
    border:1px solid #ddd;
    margin-bottom:8px;
    cursor:pointer;
	font-weight: bold;
	    font-size: 17px;
}

.answer-item.correct { background: #00a527; color: #fff; }
.answer-item.wrong {
    background: #ff0017;
    color: #fff;
}

.explanation {
    display:none;
    margin-top:10px;
    padding:10px;
    background:#fff3cd;
}

/* progress */
.progress-bar {
    height:8px;
    background:#eee;
}

.progress-fill {
    height:100%;
    width:0%;
    background:#0073aa;
}
	


/* 🔥 ВЕРТИКАЛЬНЫЕ КНОПКИ */
.test-tabs, .actions {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    width: 50%;
}
/* кнопки на всю ширину */
.tab-btn,
.actions button {
    width:100%;
    padding:12px;
    font-size:16px;
    border:none;
    border-radius:8px;
    cursor:pointer;
}

/* стили */
.tab-btn {
    background:#f1f1f1;
}

.tab-btn.active {
    background:#0073aa;
    color:#fff;
}

.actions button {
    background:#eee;
}

.reset-test {
    background:#dc3545 !important;
    color:#fff;
}

/* вопросы */
.test-question {
    padding:20px;
    margin-bottom:20px;
    border:1px solid #ccc;
    border-radius:10px;
    background:#fff;
}

.answer-item {
    display:block;
    padding:10px;
    border:1px solid #ddd;
    margin-bottom:8px;
    cursor:pointer;
}



.explanation {
    display:none;
    margin-top:10px;
    padding:10px;
    background:#fff3cd;
}
	.allbtn {
    display: flex;
    width: 100%;
    gap: 20px;

	}
	
	.testpageimg {
		text-align:center;
	}
	
	.category-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}
	
	.explanation-item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.explanation-image img {
    max-width: 120px;
    border-radius: 8px;
}

.explanation-text {
    flex: 1;
}

/* если нет картинки — текст на всю ширину */
.explanation-item:has(.explanation-image:empty) .explanation-text {
    width: 100%;
}

	
.explanation-item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.explanation-image img {
    max-width: 120px;
    border-radius: 8px;
}

.explanation-text {
    flex: 1;
}

/* если нет картинки — текст на всю ширину */
.explanation-item:has(.explanation-image:empty) .explanation-text {
    width: 100%;
}

/* мобилька */
@media (max-width: 768px) {
    .explanation-item {
        flex-direction: column;
    }

    .explanation-image img {
        max-width: 100%;
    }
}
	
	
/* мобилька */
@media (max-width: 768px) {
    .explanation-item {
        flex-direction: column;
    }

    .explanation-image img {
        max-width: 100%;
    }
}
	

.footer {
    background: #0045b1;
    color: #fff;
    padding-top: 60px;
    margin-top: 80px;
}

.footer-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-logo {
    width: 140px;
    margin-bottom: 15px;
}

.footer-col h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #FDDD4A;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
    color: #eaeaea;
    margin-bottom: 10px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #FDDD4A;
}

/* socials */
.footer-socials {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-socials a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.footer-socials a:hover {
    color: #FDDD4A;
}

/* bottom */
.footer-bottom {
    margin-top: 40px;
    padding: 15px;
    text-align: center;
    font-size: 13px;
    background: #003a91;
}

/* responsive */
@media (max-width: 900px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
}





.instructors {
    padding: 120px 0;
    background: #f8f8f8;
}

.instructors-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.instructors-head {
    text-align: center;
    max-width: 700px;
    margin: auto;
    margin-bottom: 60px;
}

.section-label {
    display: inline-block;
    background: #f0a1331a;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0045b1;
}

.instructors-head h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 15px;
}

.instructors-head p {
    font-size: 16px;
    color: #666;
}

/* GRID */
.instructors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.instructor-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.instructor-card:hover {
    transform: translateY(-8px);
}

.instructor-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 15px;
}

.instructor-card h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.instructor-card span {
    display: block;
    color: #0045b1;
    font-weight: 600;
    margin-bottom: 10px;
}

.instructor-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .instructors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .instructors-grid {
        grid-template-columns: 1fr;
    }
}


.testpageimg img {
	width:60%;
}

