@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); 


* {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    box-sizing: border-box;
    font-style: normal;
}
.tax-banner ul li{
        font-size: clamp(1.0875rem, .7494774919614148rem + .68585209003215437vw, 1.1425rem);
    line-height: 1.6;
    font-weight: 500;
    color: #fff;
    margin-top: 0;
}
.spec-overview__left {
    color: #1f2937;
    font-size: 18px;
    line-height: 1.9;
}

.spec-overview__left > *:first-child {
    margin-top: 0;
}

.spec-overview__left > *:last-child {
    margin-bottom: 0;
}

 
.spec-overview__left h2, .spec-overview__left h3, .spec-overview__left h4, .spec-overview__left h5, .spec-overview__left h6 {
    color: #111827;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.spec-overview__left h2 {
}

.spec-overview__left h3 {
    font-size: 32px;
}

.spec-overview__left h4 {
    font-size: 26px;
}

.spec-overview__left h5 {
    font-size: 22px;
}

.spec-overview__left h6 {
    font-size: 18px;
}

 
.spec-overview__left p {
    margin: 0 0 24px;
}

 
.spec-overview__left strong {
    color: #111827;
    font-weight: 700;
}

.spec-overview__left em {
    font-style: normal;
    color: #111827;
    background: linear-gradient( transparent 60%, rgba(255,214,10,.35) 60% );
    padding: 0 2px;
}

 
.spec-overview__left ul, .spec-overview__left ol {
    margin: clamp(15px, 2.5vw, 40px) 0;
    padding: 0;
    list-style: none;
}

.spec-overview__left ul li, .spec-overview__left ol li {
    position: relative;
    /* padding: 15px 15px 15px 60px; */
    margin-bottom: 14px;
    background: #fff;
    font-size: clamp(1.0875rem, .7494774919614148rem + .68585209003215437vw, 1.1425rem);
    line-height: 1.6;
    font-weight: 500;
}

 
.spec-overview__left ul {
    counter-reset: none;
    margin-left: 40px;
}

.spec-overview__left ul li::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #ffd600;
}

 
.spec-overview__left ol {
    counter-reset: item;
}

.spec-overview__left ol li {
    counter-increment: item;
}

.spec-overview__left ol li::before {
    content: counter(item);
    position: absolute;
    left: 15px;
    top: 16px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    background: #111827;
    color: #fff;
}

 
.spec-overview__left blockquote {
    margin: 40px 0;
    padding: 30px;
    border-left: 4px solid #ffd600;
    background: #f8fafc;
    font-size: 20px;
    color: #111827;
}

.spec-overview__left blockquote p:last-child {
    margin-bottom: 0;
}

 
.spec-overview__left table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
}

.spec-overview__left th {
    background: #111827;
    color: #fff;
    text-align: left;
    padding: 16px;
}

.spec-overview__left td {
    padding: 16px;
    border: 1px solid #e5e7eb;
}

 
.spec-overview__left a {
    color: #111827;
    text-decoration: none;
    border-bottom: 2px solid #ffd600;
    transition: .2s;
}

.spec-overview__left a:hover {
    opacity: .7;
}

 
.spec-overview__left img {
    display: block;
    width: 100%;
    height: auto;
    margin: 40px 0;
}

 
.spec-overview__left hr {
    border: none;
    height: 1px;
    background: #e5e7eb;
    margin: 60px 0;
}

 
.spec-overview__left code {
    padding: 3px 8px;
    background: #f3f4f6;
    font-family: monospace;
}

.spec-overview__left pre {
    overflow: auto;
    padding: 25px;
    background: #111827;
    color: #fff;
    margin: 40px 0;
}

 
@media(max-width: 768px) {
    .spec-overview__left {
        font-size:16px;
        line-height: 1.8;
    }

    .spec-overview__left h2 {
        font-size: 32px;
    }

    .spec-overview__left h3 {
        font-size: 26px;
    }

    .spec-overview__left ul li, .spec-overview__left ol li {
        padding: 8px 8px 8px 50px;
        margin-bottom: 0px;
    }
}

.program-hero__content {
    z-index: 2;
}

p {
    font-size: clamp(1.0875rem, .7494774919614148rem + .68585209003215437vw, 1.1425rem);
    line-height: 1.5;
    font-weight: 500;
    color: #2f2f2f;
    margin-top: 0;
}

h2 {
    font-weight: 700;
    line-height: 1.04;
    text-align: left;
    text-wrap: balance;
    display: block;
    word-break: normal;
    overflow-wrap: normal;
    white-space: normal;
    hyphens: auto;
    margin-bottom: clamp(20px, 3.5vw, 45px);
    font-size: clamp(1.65rem, 1.0631832797427653rem + 2.372347266881029vw, 3.5rem);
    color: #2f2f2f;
    letter-spacing: -1px;
    margin-top: 0px;
}

img {
    max-width: 100%;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

body {
    background: #ffffff;
    margin: 0;
}

body.program {
    background: #ffffff;
    margin: 0;
}

section {
    background: #f3f3f300;
    max-width: 1340px;
    margin: 0 auto;
    padding-top: 0px;
    margin-bottom: clamp(15px, 1.5vw, 30px);
}

.hero-header {
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
    position: sticky;
    top: 0;
    z-index: 45;
    background: #f3f3f3;
    padding: 20px 20px;
    box-shadow: 1px 1px #dedede;
}

.inner-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 1280px;
    margin: 0 auto;
    position: sticky;
    top: 0;
    z-index: 45;
    background: #f3f3f3;
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo img {
    max-width: 320px;
}

.logo strong {
    font-size: 40px;
    font-weight: 800;
}

.logo span {
    font-size: 14px;
    max-width: 180px;
    line-height: 1.2;
}

.hero-content {
    display: flex;
    background: #f2f2f2;
    overflow: hidden;
    height: clamp(410px, 45.5vw, 650px);
    position: relative;
    border-radius: 15px;
}

.hero-text {
    width: 100%;
    padding: clamp(20px, 3.5vw, 70px);
    color: #fff;
    position: relative;
    z-index: 2;
    
    
    
    
    
    
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    
    text-align: left;
}

.hero-text h1 {
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 800;
    
    
    
    max-width: 770px;
}

.hero-text p {
    margin-bottom: clamp(25px, 5.5vw, 40px);
    font-size: clamp(1.05rem, 0.9766479099678457rem + 0.4215434083601286vw, 1.6625rem);
    line-height: 1.4;
    color: #fff;
    
    margin-top: 30px;
}

.hero-image {
    position: relative;
    width: 100%;
    position: absolute;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-image{
    
    overflow:hidden;
}

.hero-image::after{
    content:"";
    position:absolute;
    inset:0;
    background: rgb(0 0 0 / 26%); 
    pointer-events:none;
    position: absolute;
    inset:0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 30%), rgba(0, 0, 0, .35));
}

.hero-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}
.btn-primary {
    background: #f9db00;
    padding: 17px 25px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    display: inline-flex;
    font-size: 18px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
}

.btn-primary:hover {
    background: #000;
    color: #fff;
    transition: .3s linear;
}

.btn-primary:hover::after {
    background: #000;
    color: #fff;
    display: none;
}

.btn-primary:hover i {
    color: #fff;
}

.hc-left .logo {
    display: none;
}

.js-open-modal {
    cursor: pointer;
}

.btn-mob {
    background: #f9db00;
    padding: clamp(8px, 1.5vw, 17px) clamp(15px, 1.5vw, 25px);
    font-weight: 600;
    text-decoration: none;
    color: #000;
    display: inline-flex;
    font-size: 18px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: clamp(0.875rem, 0.8163183279742765rem + 0.2572347266881029vw, 1.125rem);
    border-radius: 5px;
}

.btn-mob:hover {
    background: #000;
    color: #fff;
    transition: .3s linear;
}

.btn-mob:hover::after {
    background: #000;
    color: #fff;
    display: none;
}

.btn-mob:hover i {
    color: #fff;
}

@media(max-width: 600px) {
    .hc-left .logo {
        display: block;
        margin-bottom: 10px;
        border-bottom: 1px #dedede solid;
    }

    .hc-left .logo img {
        display: block;
        margin-bottom: 30px;
        width: 240px;
    }

    .hc-left .btn-primary {
        display: none;
    }
}

.btn-primary.big {
    padding: clamp(15px, 2.5vw, 20px) clamp(25px, 2.5vw, 40px);
    font-size: 19px;
}

.hero-content {
    position: relative;
}

.hero-content::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.section-title {
    margin-top: 0px;
}

.tabs {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
    flex-direction: row;
    font-size: 20px;
    font-weight: 400;
    z-index: 4;
    margin-top: 0px;
    gap: 5px;
    justify-content: start;
    margin: 0 auto;
    margin: 0 auto;
    margin-bottom: 0px;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: 100%;
    scrollbar-color: #ffffff00 #ffffff12;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scrollbar-color: #f7f7f7 #ffffff;
    margin-bottom: 30px;
}

.tab {
    padding: 17px 30px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
}

.tab.active {
    background: #f9db00;
}

.grid {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.grid.active {
    display: flex;
    flex-direction: column;
}

.card {
    background: #2f2f2f;
    color: #fff;
    padding: 25px;
    position: relative;
    min-height: 260px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: .2s linear;
    max-height: 100%;
    height: 100%;
    text-decoration: none;
    border-radius: 5px;
}

.card:hover {
    background: #fff;
    transition: .2s linear;
    outline: 1px #000 solid;
}

.card:hover h3 {
    color: #2f2f2f;
}

.card:hover .new-price {
    color: #2f2f2f;
}

.card:hover .btn {
    color: #2f2f2f;
     
     
     
}

.card:hover .btn:hover {
     
     
     
     
}

.card:hover .btn i {
    color: #2f2f2f;
}

.card:hover img {
    transition: .2s linear;
    transform: scale(1.1);
}

.card img {
    position: absolute;
    right: clamp(-60px, 35.5vw, -110px);
    transition: .2s linear;
    bottom: -20px;
    transform: scale(1);
    width: clamp(170px, 32.5vw, 200px);
    z-index: 0;
}

.tags {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.tag {
    font-size: 11px;
    padding: 7px 10px;
    background: #444;
    font-weight: 600;
}

.card h3 {
    margin-bottom: 15px;
    font-size: 21px;
    flex: 1;
    margin-top: 0px;
    font-weight: 600;
}

.old-price {
    display: flex;
}

.price {
    font-size: 16px;
    color: #aaa;
    text-decoration: line-through;
}

.discount {
    background: #f9db00;
    color: #000;
    padding: 3px 11px;
    font-size: 14px;
    margin-left: 6px;
    font-weight: 700;
}

.new-price {
    font-weight: 700;
    margin: 10px 0 20px;
    font-size: 20px;
    z-index: 1;
    padding-right: 110px;
    letter-spacing: -0.05em;
}

.btn {
     
     
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    width: max-content;
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 700;
    z-index: 1;
     
}

.btn:hover {
    background: #f9db00;
    border: 1px #f9db00 solid;
    color: #000;
}

.btn:hover i {
    color: #000;
}

.btn i {
    color: #ffffff;
}

.card::after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 120px;
    height: 120px;
}

.steps {
}

.container {
}

.steps-title {
}

.steps-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

.steps-list {
    position: relative;
}

.step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 40px;
    width: 1px;
    height: calc(100% + 10px);
    background: #ccc;
}

.step-num {
    min-width: 40px;
    height: 40px;
    background: #f9db00;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 19px;
    border-radius: 5px;
}

.step-card {
    background: #f3f3f3;
    padding: 20px;
    width: 100%;
}

.step-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 600;
}

.step-card p {
    font-size: 15px;
    color: #555;
    font-weight: 500;
}

.steps-image {
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0px;
}

.steps-image img {
    max-width: 100%;
    height: auto;
}

.about {
    background: #f5f5f500;
    padding: clamp(20px, 2.5vw, 40px);
}

.container {
    max-width: 1340px;
    margin: 0 auto;
    
}

.about-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.about-wrapper {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.about-left {
    width: 50%;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.about-card {
    background: #3d3d3d;
    padding: 40px;
}

.about-card .num {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.about-card .text {
    font-size: 17px;
    color: #ffffff;
}

.about-right {
    width: 50%;
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 0.4s;
}

.slide.active {
    opacity: 1;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #00000080;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 22px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

@media (max-width: 900px) {
    .about-wrapper {
        flex-direction: column;
    }

    .about-left, .about-right {
        width: 100%;
    }

    .slider {
        height: 300px;
    }
}

@media (max-width: 600px) {
    .about-grid {
        grid-template-columns: 1fr;
    }
}

.docs {
    padding: 60px 40px;
    background: #f5f5f5;
    font-family: Arial, sans-serif;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.form-block {
    background: #f9db00;
    margin-top: 40px;
    padding: clamp(30px, 4.5vw, 70px);
    margin-bottom: 0px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .grid-2 {
        grid-template-columns: 1fr;
    }
}

.doc-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff00;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.doc-img img {
    width: 160px;
    height: auto;
    border-radius: 4px;
}

.doc-content h3 {
    font-size: 21px;
    margin-bottom: 5px;
    color: #fff;
    margin-top: 0px;
    font-size: clamp(1.3125rem, 1.209807073954984rem + 0.45016077170418006vw, 1.75rem);
}

.doc-content p {
    margin-bottom: 15px;
    color: #ffffff;
    background: #3d3d3d;
    width: max-content;
    padding: 5px 10px;
    margin-bottom: 30px;
}

.doc-btn {
    padding: 15px 25px;
    border: none;
    background: #f9db00;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    color: #000;
}

.modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 999;
}

.modal.active {
    display: block;
}

.modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.modal-content {
    position: relative;
    max-width: clamp(350px, 45.5vw, 590px);
    margin: 70px auto;
    background: #fff;
    padding: clamp(25px, 4.5vw, 50px);
    border-radius: 0px;
    z-index: 2;
    max-height: 700px;
}

.modal-content img {
    width: 100%;
    height: auto;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 700px) {
    .doc-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .doc-img img {
        width: 100%;
        max-width: 100px;
    }
}

.contact-section {
    padding: 80px 20px;
    background: #fff;
}

.left {
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.left img {
    width: 50%;
}

.left h2 {
    margin-bottom: 40px;
    margin-top: 0px;
    color: #2e2e2e;
    font-size: clamp(1.625rem, 1.4782958199356913rem + 0.6430868167202572vw, 2.25rem);
}

.left p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.form-box {
    padding: 0px;
    border-radius: 16px;
}

.form-box button {
    background: #2e2e2e;
    color: #fff;
    padding: 15px 50px;
    font-size: 18px;
    border: none;
    margin-top: 20px;
    width: 100%;
}

.form-box h3 {
    margin-bottom: 20px;
    font-size: 25px;
    margin-top: 0px;
}

input[type="text"], input[type="email"], input[type="tel"], input {
    width: 100%;
    padding: 14px;
    margin-bottom: 10px;
    border: none;
    outline: none;
    font-size: 15px;
    background: none;
    border: 1px #000 solid;
    margin-right: 10px;
    font-weight: 700;
    color: #000;
}

.checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    margin-bottom: 12px;
    color: #222;
    margin-top: 15px;
    font-weight: 600;
}

.checkbox input {
    margin-top: 3px;
}

.hc-left {
    display: flex;
    align-items: center;
    gap: clamp(15px, 2.5vw, 20px);
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .hc-left {
        display: flex;
        align-items: center;
        gap: clamp(10px, 2.5vw, 25px);
        flex-wrap: wrap;
    }

    .logo img {
        max-width: 290px;
    }

    .hero-header {
        display: flex;
        align-items: center;
        margin-bottom: clamp(15px, 2.5vw, 30px);
        flex-wrap: wrap;
        gap: 15px;
        position: sticky;
        top: 0px;
        z-index: 45;
        background: #f3f3f3;
        padding: 15px 10px;
    }
}

i {
     
     
    line-height: 0;
}

.hc-text {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.hc-left a {
    font-weight: 600;
    color: #2b2f33;
    font-size: 18px;
    margin-bottom: 2px;
    text-decoration: none;
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: end;
    position: relative;
    transition: .3s linear;
}

.hc-left a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #2b2f33;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.hc-left a:hover::after {
    transform: scaleX(1);
}

.hc-sub {
    font-size: 12px;
    color: #8d8d8db8;
    font-weight: 600;
    text-align: right;
}

.footer {
    background: #1d1d1d;
    color: #fff;
    padding: clamp(50px, 12.5vw, 120px) 20px;
    padding-bottom: 30px;
}

.footer-container {
    max-width: 1340px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.footer-logo {
    margin-bottom: 25px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(54deg) brightness(105%) contrast(102%);
}

.footer-text {
    font-size: 13px;
    line-height: 1.6;
    color: #bbb;
    margin-bottom: 20px;
}

.footer-center h4, .footer-right h4 {
    margin-bottom: 25px;
    font-size: 23px;
    margin-top: 0px;
}

.footer-links .footer_phone {
    font-weight: 600;
    padding-left: 0;
    margin-bottom: 10px;
    transition: .2s linear;
    display: flex;
    font-size: 19px;
    line-height: 1.6;
    flex-direction: column;
}

.footer-links .footer_phone .footer_label {
    font-size: 14px;
    color: rgb(220 220 220 / 55%);
}

.social-mess {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    gap: 10px;
}

.social-mess a {
    padding: 13px;
    background: #3d3d3d;
    border-radius: 15px;
    line-height: 0;
}

.social-mess a img {
    width: 24px;
    height: 24px;
    filter: invert(100%) sepia(100%) saturate(14%) hue-rotate(263deg) brightness(105%) contrast(104%);
}

.footer-center a {
    display: block;
    color: #ddd;
    text-decoration: none;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: clamp(1.0625rem, 1.0184887459807075rem + 0.19292604501607719vw, 1.25rem);
}

.footer-right a {
    display: block;
    color: #ddd;
    text-decoration: none;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-center a:hover, .footer-right a:hover {
    color: #f9db00;
}

.footer-messengers a {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    color: #aaa;
}

@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
}

.modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 234;
}

.modal.active {
    display: block;
}

.modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.modal-content h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: clamp(1.5rem, 1.4119774919614148rem + 0.38585209003215437vw, 1.875rem);
}

.form-desc {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 14px;
    cursor: pointer;
    font-size: 42px;
    line-height: 1;
}

.modal-form input[type="text"], .modal-form input, .modal-form input[type="email"], .modal-form input[type="tel"] {
    margin: 0px;
}

.modal-form button {
    width: 100%;
    padding: 15px 30px;
    background: #f9db00;
    border: none;
    border-radius: 0px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}

.checkbox {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.input-container {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 20px;
}

.input-container .phone-input {
    width: 100%;
}

.scroll-top {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #f9db00;
    color: #111;
    font-size: 40px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    line-height: 1;
}

.scroll-top:hover {
    background: #e6c200;
}

.reviews {
    padding: 80px 20px;
    background: #f7f7f7;
}

.reviews-title {
    text-align: center;
    margin-bottom: 40px;
}

.review-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.review-top {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.review-top img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.review-top span {
    display: block;
    font-size: 13px;
    color: #888;
}

.review-card p {
    font-size: 15px;
    line-height: 1.5;
}

.reviews .arrow {
    background: #f9db00;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.reviews-slider {
    position: relative;
}

.reviews-slider .prev {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.reviews-slider .next {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.slide {
    display: none;
}

.slide.active {
    display: block;
}

.faq {
}

.faq-title {
    text-align: center;
}

.faq-list {
    max-width: 860px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 0;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    font-size: clamp(1.125rem, 1.0663183279742765rem + 0.2572347266881029vw, 1.375rem);
    background: #3d3d3d;
    padding: clamp(15px, 1.5vw, 20px);
    border-radius: 5px;
}

.faq-icon {
    font-size: 33px;
    transition: 0.3s;
    font-weight: 300;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    color: #000000;
    font-size: 17px;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.quiz {
    margin-bottom: 50px;
}

.quiz-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: clamp(30px, 4.5vw, 70px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    width: 100%;
}

.quiz-header {
    margin-bottom: 5px;
}

.quiz-consultant {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 15px;
}

.quiz-consultant img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.quiz-consultant span {
    font-size: 13px;
    color: #777;
}

.quiz-progress {
    height: 6px;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    border-right: 1px #00000036 solid;
}

.quiz-progress-bar {
    height: 100%;
    width: 20%;
    background: #f9db00;
    transition: 0.3s;
}

.quiz-step {
    display: none;
}

.quiz-step h3 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
}

.quiz-step.active {
    display: block;
}

.quiz-options {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.quiz-option {
    padding: 17px;
    border: 1px solid #000000;
    background: #fff;
    cursor: pointer;
    transition: 0.2s;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}

.quiz-option:hover {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

.quiz-form input {
    margin-bottom: 12px;
    display: block;
}

.quiz-form button {
    width: 100%;
    padding: 14px;
    background: #f9db00;
    color: #2b2b2b;
    border: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
}

.quiz-back {
    background: none;
    border: none;
    margin-top: 15px;
    cursor: pointer;
    color: #3b3b3b;
}

.quiz-option {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quiz-radio {
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: relative;
}

.quiz-option.active .quiz-radio {
    border-color: #f9db00;
}

.quiz-option.active .quiz-radio::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #f9db00;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.quiz-intro {
    text-align: center;
    position: relative;
    padding: 40px 20px;
}

.quiz-start {
    margin-top: 20px;
    padding: 15px 30px;
    border: none;
    background: #111;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
}

.quiz-floating span {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #f9db00;
    border-radius: 50%;
    opacity: 0.3;
    animation: float 6s infinite ease-in-out;
}

.quiz-floating span:nth-child(1) {
    top: 10%;
    left: 20%;
}

.quiz-floating span:nth-child(2) {
    top: 60%;
    left: 70%;
}

.quiz-floating span:nth-child(3) {
    top: 30%;
    left: 80%;
}

@keyframes float {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 120px;
    padding: clamp(20px, 2.5vw, 30px) 15px;
}

section.hero {
    padding-top: 0px;
    margin-top: 20px;
     
     
}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.custom-checkbox input {
    display: none;
}

.checkbox-box {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 5px;
    position: relative;
    flex-shrink: 0;
    transition: 0.2s;
}

.checkbox-box::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: 0.2s;
}

.custom-checkbox input:checked + .checkbox-box {
    background: #000;
}

.custom-checkbox input:checked + .checkbox-box::after {
    opacity: 1;
}

.custom-checkbox:hover .checkbox-box {
    border-color: #333;
}

.custom-checkbox:hover .checkbox-box {
    border-color: #333;
}

.vk-title {
    font-size: 21px;
    font-weight: 600;
    display: flex;
    gap: 5px;
}

.vk-btn {
    background: #f9db00;
    width: max-content;
    padding: 10px 20px;
    color: #000 !important;
    font-weight: 600;
}

.vk-grid {
    margin-bottom: 20px;
}

.success-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 10;
}

.success-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.success-box {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    max-width: 350px;
    width: 100%;
    animation: scaleIn 0.3s ease;
}

@keyframes scaleIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.success-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.success-box h3 {
    margin-bottom: 8px;
    font-size: 25px;
}

.success-box p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    font-weight: 600;
}

.success-close {
    background: #f9db00;
    color: #1a1a1a;
    border: none;
    padding: 15px 30px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 700;
}

.success-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 9999;
}

.success-overlay.active {
    opacity: 1;
    pointer-events: all;
}

#mainModal .modal-content {
    max-width: 500px;
    width: calc(100% - 30px);
}

#docModal .modal-content {
    width: auto;
    max-width: 95vw;
    max-height: 95vh;
    padding: 10px;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#docModal img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    display: block;
    border-radius: 20px;
}

#docModal .modal-content {
    position: relative;
}

#docModal .modal-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    cursor: pointer;
    z-index: 10;
    box-shadow: -2px 3px 6px #00000033;
}

.input-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 0px;
}

.input-group label {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
}

.ajax-form .input-group input {
    border: 1px solid #00000069;
}

.input-group input {
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-size: 14px;
    outline: none;
}

.input-group input:focus {
    border-color: #2b6cff;
}

.timeline-history {
    position: relative;
}

.timeline-history__head {
    margin-bottom: 30px;
    position: relative;
}

.timeline-history__label {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #2f2f2f;
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: 600;
    border-radius: 5px;
}

.timeline-history__title {
}

.timeline-history__desc {
    color: #666;
    max-width: 700px;
    max-width: 85%;
    line-height: 1.5;
    color: var(--seriy-color);
    font-weight: 500;
    font-size: clamp(1.025rem, 0.9809887459807075rem + .22292604501607719vw, 1.5125rem);
    margin-bottom: clamp(15px, 2.5vw, 30px);
    color: #000000;
}

.timeline-history__controls {
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
    position: absolute;
    right: 0;
    top: 40px;
}

.timeline-history__btn {
    width: 48px;
    height: 48px;
    border: none;
    background: #f9db00;
    cursor: pointer;
    transition: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.timeline-history__btn:hover {
    background: #2f2f2f;
    color: #ffffff;
}

.timeline-history__btn:hover i {
    color: #ffffff;
}

.timeline-history__wrap {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.timeline-history__wrap::-webkit-scrollbar {
    display: none;
}

.timeline-history__track {
    position: relative;
    display: flex;
    gap: 40px;
    min-width: max-content;
    padding: 40px 0;
}

.timeline-history__line {
    position: absolute;
    left: 0;
    right: 0;
    top: 95px;
    height: 2px;
    background: #2f2f2f;
}

.timeline-history__item {
    width: 260px;
    flex: none;
    position: relative;
}

.timeline-history__year {
    font-size: 25px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 17px;
}

.timeline-history__dot {
    width: 16px;
    height: 16px;
    background: #f9db00;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    border-radius: 60px;
}

.timeline-history__card {
    border: 1px solid #2f2f2f;
    padding: 20px;
    min-height: 130px;
    line-height: 1.5;
    color: #ffffff;
    background: #2f2f2f;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px;
}

@media(max-width: 768px) {
    .timeline-history {
        padding:50px 0;
    }

    .timeline-history__title {
        font-size: 28px;
    }

    .timeline-history__item {
        width: 220px;
    }
}

.program-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 40%, #f9db0012 100%);
    height: 100%;
    width: 100%;
}

.program-hero {
    background: #2f2f2f;
    padding: 60px 0 80px;
    color: #fff;
    padding: clamp(20px, 5.5vw, 100px);
    margin-top: 20px;
    overflow: hidden;
    max-width: 100%;
    margin-top: -120px;
    padding-top: clamp(120px, 9.5vw, 180px);
    position: relative;
}

.program-hero__bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 75% 35%, rgba(255,212,0,.15), transparent 500px);
    width: 100%;
    height: 100%;
    opacity: .04;
    background: linear-gradient(to right, #fff 1px, transparent 1px), linear-gradient(to bottom, #fff 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(180deg, white, transparent);
}

.program-hero__wrapper {
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: clamp(5px, 1.5vw, 30px);
    align-items: center;
    position: relative;
    z-index: 2;
}

.program-hero__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    opacity: 1;
}

.program-hero__breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

.program-hero__badge {
    display: inline-flex;
    align-items: center;
    height: clamp(25px, 1.5vw, 30px);
    padding: 0 13px;
    background: #3b3b3b85;
    border-left: 2px solid #f9db00;
    font-weight: 600;
    margin-bottom: clamp(5px, 1.5vw, 20px);
    margin-right: 4px;
    font-size: clamp(0.75rem, 0.7206591639871383rem + 0.12861736334405144vw, 0.875rem);
}

.program-hero__title {
     
color: #fff;
     
/* margin-bottom: 64px; */
}

.program-hero__description {
    max-width: 650px;
    font-size: 22px;
    line-height: 1.5;
    color: #d9d9d9;
    margin-bottom: 40px;
}

.program-hero__actions {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.program-hero__btn {
    height: clamp(50px, 3.5vw, 60px);
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9db00;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: .25s;
    font-size: 17px;
    border-radius: 5px;
    font-size: clamp(1.0625rem, 1.0331591639871383rem + 0.12861736334405144vw, 1.1875rem);
    gap: 8px;
}

.program-hero__btn:hover {
    transform: translateY(-2px);
}

.program-hero__btn--ghost {
    background: transparent;
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
}

.program-hero__stats {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.program-hero__stat {
    min-width: 180px;
    padding: 20px;
    background: #373737;
    border: 1px solid rgba(255,255,255,.08);
     
    border-radius: 5px;
}

.program-hero__stat span {
    display: block;
     
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
}

.program-hero__stat strong {
    font-size: 30px;
    color: #fff;
}

.program-hero__stat strong.dop {
    font-size: 22px;
    color: #fff;
}

.program-hero__image {
    position: absolute;
    right: -60px;
    bottom: -60px;
}

.program-hero__circle {
    position: absolute;
    width: 550px;
    height: 546px;
    background: #f9db00;
    filter: blur(100px);
    opacity: .32;
    right: 50px;
    top: 60%;
    transform: translateY(-50%);
    z-index: 0;
}

.program-hero__image img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    width: 650px;
}

@media(max-width: 1200px) {
    .program-hero__wrapper {
        grid-template-columns:1fr;
    }

    .program-hero__content {
        order: 2;
    }

    .program-hero__image {
        order: 1;
        max-width: 500px;
        
        position: relative;
        right: 0px;
        bottom: 0px;
        width: 75%;
    }

    .program-hero__description {
        margin-left: auto;
        margin-right: auto;
    }

    .program-hero__actions {
        
    }

    .program-hero__stats {
        justify-content: center;
    }
}

@media(max-width: 768px) {
    .program-hero {
        
    }

    .program-hero__title {
        
        color: #2b2b2b;
    }
 .program .program-hero__title {
        
        color: #fff;
    }
    .program-hero__description {
        font-size: 16px;
    }

    .program-hero__actions {
        
    }

    .program-hero__btn {
        
    }

    .program-hero__stat {
        width: 100%;
        min-width: 100%;
    }
}

.spec-overview {
     
     
    gap: 40px;
     
     
}

.spec-overview__label {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #2f2f2f;
    border-bottom: 2px solid #ffd500;
    padding-bottom: 6px;
    margin-bottom: 20px;
    font-weight: 700;
}

.spec-overview__title {
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #2f2f2f;
}

.spec-overview__desc {
    line-height: 1.6;
    color: #2f2f2f;
     
}

.spec-overview__actions {
    margin-top: 30px;
    display: flex;
    gap: 12px;
}

.btn-yellow, .btn-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    border: 1px solid #2f2f2f;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.2s ease;
    border-radius: 0;
}

.btn-yellow {
    background: #ffd500;
    color: #2f2f2f;
}

.btn-yellow:hover {
    background: #ffe24a;
}

.btn-dark {
    background: #2f2f2f;
    color: #fff;
}

.btn-dark:hover {
    background: #1f1f1f;
}

.spec-overview__right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.spec-stat {
    border: 1px solid #2f2f2f;
    padding: 16px;
    border-radius: 5px;
}

.spec-stat strong {
    display: block;
    font-size: 18px;
    color: #2f2f2f;
}

.spec-stat span {
    font-size: 13px;
    color: #2f2f2f;
    opacity: 0.8;
    font-weight: 600;
}

@media (max-width: 900px) {
    .spec-overview {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .spec-overview__title {
        font-size: 28px;
    }

    .spec-overview__actions {
        flex-direction: column;
        align-items: flex-start;
    }
}

.price-section {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    padding: clamp(20px, 5.5vw, 60px);
    background: #2f2f2f;
    border: 1px solid #2f2f2f;
    position: relative;
    border-radius: 5px;
}@media(max-width:768px){
.price-section{
     grid-template-columns: 1fr;
}
}
.price-left {
    display: grid;
    gap: 20px;
}

.price-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.price-head h2 {
    margin: 0;
    color: #ffffff;
}

.price-switch {
    display: flex;
    border: 1px solid #ffffff;
    margin: 0 auto;
    margin-bottom: 0px;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: 100%;
    scrollbar-color: #ffffff00 #ffffff12;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scrollbar-color: #f7f7f7 #ffffff;
}

.price-switch button {
    padding: 12px 16px;
    border: none;
    background: #363636;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #ffffff;
    font-weight: 700;
    color: #ffffff;
    width: inherit;
}

.price-switch button:last-child {
    border-right: none;
}

.price-switch button.active {
    background: #ffffff;
    color: #000;
}

.price-box {
    padding: clamp(20px, 5.5vw, 40px);
    background: #363636;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .03);
}

.price-value {
    font-size: 35px;
    font-weight: 500;
    color: #ffffff;
    transition: all .2s ease;
    font-size: clamp(2.1875rem, 2.084807073954984rem + 0.45016077170418006vw, 2.625rem);
}

.price-box p {
    margin: 10px 0 0;
    opacity: .7;
    color: #fff;
    font-size: 14px;
}

.price-calc {
    border: 1px solid #2f2f2f;
    padding: clamp(15px, 1.5vw, 30px);
    display: grid;
    gap: 18px;
    background: #3f3f3f;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .03);
}

.calc-title {
    font-size: 25px;
     
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.calc-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #606060;
    padding-bottom: 0px;
    color: #fff;
}

.calc-item span {
    font-size: 12px;
    opacity: .7;
    font-size: clamp(0.75rem, 0.7059887459807074rem + 0.19292604501607719vw, 0.9375rem);
}

.calc-item strong {
    font-size: 14px;
}

.calc-item.highlight strong {
    font-size: 23px;
    font-weight: 600;
}

.calc-note {
    font-size: 13px;
    opacity: .6;
    color: #fff;
    text-align: center;
}

.admission-section {
    padding: 60px;
    background: #2b2b2b;
    position: relative;
}

.admission-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0px;
}

.admission-head p {
    color: #fff;
}

.admission-head h2 {
    margin: 0;
    color: #ffffff;
}

.admission-nav {
    display: flex;
    border: 1px solid #2f2f2f;
}

.admission-nav button {
    padding: 12px 16px;
    border: none;
    background: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    border-right: 1px solid #2f2f2f;
    font-weight: 700;
}

.admission-nav button.active {
    background: #ffd500;
}

.admission-layout {
    display: grid;
    grid-template-columns: 1fr 512px;
    gap: 10px;
    margin-bottom: 0px;
}

.admission-content p {
    color: #fff;
}

.exam-grid ul {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
    margin-top: 30px;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.exam-block h3 {
    color: #fff;
}

.exam-card {
    display: flex;
    gap: 0px;
    padding: 16px;
    background: #ffffff12;
    flex-direction: column;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .03);
}

.exam-card i {
    font-size: 18px;
    color: #2f2f2f;
}

.exam-card span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}

.exam-card small {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
}

.admission-note {
    margin-top: 15px;
    display: flex;
    gap: 5px;
    align-items: flex-start;
    font-size: 11px;
    opacity: .8;
    color: #fff;
}

.admission-note p, .admission-note i {
    margin-top: 0px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 12px;
    opacity: .8;
    font-weight: 700;
    color: #fff;
}

.admission-note i {
    font-size: 13px;
}

.admission-media {
    gap: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.media-card {
    position: relative;
    overflow: hidden;
}

.media-card img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(0,0,0,0.0), rgba(0,0,0,0.65) );
}

.media-content {
    position: absolute;
    bottom: 16px;
    left: 16px;
    color: #fff;
}

.media-content h3 {
    margin: 0;
    font-size: 18px;
}

.media-content p {
    margin: 4px 0 0;
    font-size: 12px;
    opacity: .9;
}

.media-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.stat {
    border: 1px solid #2f2f2f;
    padding: 14px;
}

.stat strong {
    font-size: 18px;
    display: block;
}

.stat span {
    font-size: 11px;
    opacity: .7;
}

.admission-check {
    padding: 40px;
    display: grid;
    gap: 0px;
    background: #363636;
    margin-top: 20px;
    border-radius: 5px;
}

.check-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.check-subtitle {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 25px;
    font-size: 16px;
}

.check-form {
    display: flex;
    gap: 5px;
}

.check-form input {
    padding: 9px;
    border: 1px solid #ffffff54;
    font-size: 14px;
    outline: none;
    margin: 0;
    color: #fff;
}

.check-form button {
    padding: 12px 25px;
    background: #ffd500;
    border: 1px solid #ffd500;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
}

.check-progress {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.progress-bar {
    flex: 1;
    height: 8px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #525252;
}

.progress-fill {
    height: 100%;
    width: 0%;
    background: #ffd500;
    transition: width 0.6s ease;
}

.progress-text {
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
}

.check-result {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.check-result.hidden {
    display: none;
}

.result-title {
    font-weight: 600;
    font-size: 26px;
    color: #fff;
}

.result-desc {
    font-size: 15px;
    color: #fff;
}

.help-btn {
    padding: 20px;
    background: #2f2f2f;
    color: #000000;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background: #ffd500;
}

.chance-box {
    font-size: 14px;
    border: 1px solid #8f8f8f;
    padding: 10px;
    color: #ffffff;
    font-weight: 600;
}

.total-box {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

#confettiCanvas {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
}

.hidden {
    display: none !important;
}

.program-plan {
}

.program-plan h2 {
}

.semester {
     
    overflow: hidden;
    background: #fff;
    margin-bottom: 18px;
    transition: .35s;
}

.semester:hover {
    
}

.semester-head {
    width: 100%;
    border: 0;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 30px;
}

.semester-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.semester-number {
    width: 54px;
    height: 54px;
    background: #2f2f2f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    border-radius: 300px;
}

.semester-title {
    font-size: 22px;
    font-weight: 600;
    color: #2f2f2f;
}

.semester-head i {
    font-size: 26px;
    transition: .3s;
}

.semester.open .semester-head i {
    transform: rotate(180deg);
}

.semester-body {
     
    overflow: hidden;
    transition: max-height .45s ease;
}

.semester.open .semester-body {
    max-height: 1000px;
}

.semester-body ul {
    margin: 0;
    padding: 0 30px 30px;
    list-style: none;
    display: grid;
    gap: 14px;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

.semester-body li {
    padding: 18px 22px;
    background: #f7f7f7;
    font-size: 18px;
    color: #2f2f2f;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}

.semester-body li::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #111;
    flex-shrink: 0;
}

.skills-map {
}

.skills-map h2 {
    margin-bottom: 50px;
}

.skills-map__grid ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.skills-map__grid ul::before {
     
    position: absolute;
    left: 23px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #0f0f0f;
}

.skill-card {
    position: relative;
    margin-left: 15px;
    background: #fff;
    border: 1px solid #2f2f2f;
    padding: 26px 28px;
    font-size: 18px;
    list-style: none;
    font-weight: 600;
    transition: .3s;
    border-radius: 5px;
}

.skill-card:hover {
    transform: translateX(8px);
    box-shadow: 0 15px 40px rgba(0,0,0,.06);
}

.skill-card::before {
     
    position: absolute;
    left: -38px;
    top: 50%;
    width: 22px;
    height: 22px;
    background: #111;
    transform: translateY(-50%);
}

.skill-card::after {
    content: '';
    position: absolute;
    left: -28px;
    top: 50%;
    width: 28px;
    height: 1px;
    background: #2f2f2f;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
    .semester-head {
        padding:20px;
    }

    .semester-title {
        font-size: 18px;
    }

    .semester-number {
        width: 46px;
        height: 46px;
    }

    .semester-body ul {
        padding: 0 20px 20px;
    }

    .skill-card {
        margin-left: 55px;
        padding: 20px;
        font-size: 16px;
    }

    .skills-map__grid::before {
        left: 16px;
    }

    .skill-card::before {
        left: -47px;
        width: 16px;
        height: 16px;
    }

    .skill-card::after {
        left: -31px;
        width: 15px;
    }
}

.docs-section {
}

.docs-title {
}

.docs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.docs-card {
    background: #fff;
    padding: clamp(15px, 2.5vw, 25px);
    border: 1px solid #ececec;
    transition: .3s;
    position: relative;
    overflow: hidden;
}

.docs-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.docs-card__icon {
    width: clamp(44px, 2.5vw, 55px);
    height: clamp(44px, 2.5vw, 55px);
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #fff;
    font-size: 35px;
    margin-bottom: clamp(15px, 1.5vw, 15px);
    border-radius: 300px;
}

.docs-card__icon i {
    color: #f9db00;
    font-size: clamp(1.3125rem, 1.2391479099678457rem + 0.3215434083601286vw, 1.625rem);
}

.docs-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0px;
}

.docs-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.docs-card li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #2f2f2f;
    line-height: 1.4;
    font-weight: 600;
}

.docs-card li i {
    font-size: 16px;
    color: #111;
    margin-top: 2px;
}

.docs-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg,#111,#666);
    transform: scaleX(0);
    transform-origin: left;
    transition: .35s;
}

.docs-card:hover::before {
    transform: scaleX(1);
}

/* =========================
   ADAPTIVE
========================= */
@media (max-width: 992px) {
    .docs-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .docs-grid {
        grid-template-columns: 1fr;
    }

    .docs-card {
    }
}

:root {
    --primary: #7755d4;
    --primary-dark: #6444bd;
    --text-light: #ffffff;
}

.hero-bg {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-top: clamp(15px, 1.5vw, 30px);
    border-radius: 15px;
}

.hero-bg picture {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.hero-bg__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    background: #000000;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 30%, rgb(0 0 0 / 68%) 80%);
}

.hero-bg__container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
    width: 100%;
}

.hero-bg__content {
    max-width: 690px;
    color: var(--text-light);
}

h1 {
    line-height: 1;
    font-weight: 700;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    position: relative;
    width: 100%;
    font-size: clamp(2.5125rem, 1.62568rem + 2.57235vw, 4.7rem);
    color: #1d1d1d;
    letter-spacing: -0.05em;
    text-wrap: balance;
    white-space: normal;
    margin: 0px auto;
    margin-bottom: 30px;
}

.hero-bg__content p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
    font-size: clamp(0.9275rem, .8594774919614148rem + .68585209003215437vw, 1.4425rem);
    color: #fff;
    font-weight: 400;
}

.hero-btn {
    display: inline-block;
    margin-top: clamp(5px, 1.5vw, 22px);
    padding: clamp(15px, 1.5vw, 20px) clamp(20px, 2.5vw, 35px);
    background: #f9db00;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s ease;
    font-size: 19px;
    font-weight: 600;
    border-radius: 5px;
}

.hero-btn:hover {
    transform: translateY(-2px);
}

.contacts-hero {
    padding: 100px 0 70px;
    text-align: center;
}

.contacts-badge {
    display: inline-flex;
    padding: 10px 18px;
    border-radius: 999px;
    background: #eef4ff;
    color: #2563eb;
    font-weight: 600;
    margin-bottom: 20px;
}

.contacts-hero h1 {
    font-size: clamp(36px,5vw,64px);
    line-height: 1.1;
    margin-bottom: 20px;
}

.contacts-hero p {
    max-width: 700px;
    margin: auto;
    font-size: 18px;
    color: #64748b;
}

.contacts-grid-section {
    padding: 0 0 40px;
}

.contacts-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}

.contact-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0px;
    padding: 32px;
    transition: .25s;
    border-top: 2px #2f2f2f solid;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.contact-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 0px;
    background: #2f2f2f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-card-icon i {
    color: #f9db00;
}

.contact-card h3 {
    margin-bottom: 12px;
}

.contact-card a, .contact-card p {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
    margin-bottom: 10px;
}

.contact-card span {
    color: #64748b;
    display: block;
}

.contacts-info {
    padding: 20px 0 50px;
}

.contacts-layout {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 30px;
}

.contacts-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contacts-block {
    border: 1px solid #e5e7eb;
    padding: 30px;
}

.contacts-block h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}

.contacts-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contacts-block li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #111827;
    padding: 14px 16px;
    border-radius: 14px;
    background: #f8fafc;
}

.social-links a img {
    width: 22px;
}

.contacts-map iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: none;
    border-radius: 0px;
}

.contacts-form-section {
    
    position: relative;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
}
.contacts-form-section img{
    position:absolute;
    top: 0;
    bottom: 0;
    object-fit: cover;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.contacts-form-wrap {
    display: flex;
    justify-content: space-between;
    gap: clamp(15px, 2.5vw, 30px);
    align-items: center;
    padding: clamp(30px, 3.5vw, 50px);
    z-index: 2;
    position: relative;
    background: #232323;
}

.contacts-form-content span {
    color: #f9db00;
    font-weight: 600;
}

.contacts-form-content h2 {
    color: #fff;
    
    
    margin-bottom: 20px;
}

.contacts-form-content p {
    color: #e5e5e5;
    max-width: 610px;
}

.contacts-form {
    width: 420px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contacts-form input {
    height: 58px;
    border: none;
    border-radius: 14px;
    padding: 0 18px;
    font-size: 16px;
}

.contacts-form button {
    height: 58px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    background: #f9db00;
}

@media(max-width: 991px) {
    .contacts-grid {
        grid-template-columns:1fr;
    }

    .contacts-layout {
        grid-template-columns: 1fr;
    }

    .contacts-map iframe {
        min-height: 450px;
    }

    .contacts-form-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .contacts-form {
        width: 100%;
    }

    .contacts-form-content h2 {
        
    }
}
 

.programs-toolbar {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.programs-search {
    flex: 1;
    position: relative;
}

.programs-search i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.programs-search input {
    width: 100%;
    height: 56px;
    border: 1px solid #585858;
    padding-left: 50px;
    background: #fff;
    margin-bottom: 0px;
}

#sortPrograms {
    height: 56px;
    border: none;
    padding: 0 20px;
    background: #ffffff;
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 600;
    border: 1px #2f2f2f solid;
}

.catalog-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 30px;
}

.catalog-filters {
    background: #f0f0f0;
    padding: 25px;
    position: sticky;
    top: 120px;
    height: max-content;
}

.filter-block {
    margin-bottom: 20px;
}

.filter-block::first-child {
    margin-bottom: 30px;
}

.filter-block h4 {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #2f2f2f;
    font-size: 17px;
    font-weight: 600;
}

.filter-block label {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    margin-bottom: 10px;
}

.filter-block input[type="number"] {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    border: 1px solid #2f2f2f;
    padding: 0 15px;
}

.reset-filters {
    background: #dedede;
    width: 100%;
    height: 50px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}

.program-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(310px,1fr));
    gap: 20px;
}

.program-wrap.hidden {
    display: none;
}

.load-more-wrap {
    margin-top: 40px;
    text-align: center;
}

.load-more-btn {
    height: 55px;
    padding: 0 30px;
    border: none;
    cursor: pointer;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.filter-toggle {
    display: none;
}

.filter-block label {
    margin: 0;
    margin-bottom: 5px;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    transition: .25s;
}

.filter-checkbox input {
    display: none;
}

.filter-checkbox span {
    width: 22px;
    height: 22px;
    border: 1px solid #2f2f2f;
    position: relative;
    flex-shrink: 0;
    transition: .25s;
    background: #fff;
}

.filter-checkbox span::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 0px;
    transform: scale(0);
    transition: .25s;
    background: #242424;
}

.filter-checkbox input:checked + span {
    border-color: #171717;
    background: #eff6ff;
}

.filter-checkbox input:checked + span::before {
    transform: scale(1);
}

.filter-checkbox:hover span {
    border-color: #000000;
}

.filter-checkbox:hover {
    color: #000000;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
     
    margin-bottom: 10px;
    transition: .25s;
    background: #d5d5d5;
}

.filter-checkbox input:checked ~ * {
    color: #f9db00;
}

.filter-checkbox:has(input:checked) {
    background: #2f2f2f;
    border-color: #000000;
    color: #fff;
}

.program-load-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
    gap: 15px;
}

.load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
}

.load-more-btn {
    height: 54px;
    padding: 0 28px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
}

.program-item-js.hidden {
    display: none;
}

.load-more-wrap {
    text-align: center;
    margin-top: 30px;
}

.load-more-btn {
    height: 54px;
    padding: 0 28px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
}

.catalog-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 25px;
}

@media(max-width: 992px) {
    .catalog-layout {
        grid-template-columns:1fr;
    }.catalog-filters {
    background: #f0f0f0;
    padding: 25px;
    position: relative;
    top: 0;
    height: max-content;
}
}

.quick-contact {
    position: fixed;
    right: 50px;
    bottom: 60px;
     
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 10px;
}

.quick-contact__btn {
    width: 56px;
    height: 56px;
    border: none;
    background: #3c3c3c;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    font-size: 20px;
    border-radius: 300px;
    
}

.quick-contact__btn:hover {
    background: #000;
    transform: translateY(-2px);
}

.quick-contact__panel {
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: .25s;
}

.quick-contact.active .quick-contact__panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.qc-item {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 12px 14px;
    min-width: 180px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111;
    text-decoration: none;
    transition: .2s;
    font-weight: 600;
    font-size: 14px;
    display:flex;
    align-items:center;
}

.qc-item:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}.qc-item img{
    width:20px;
}

.qc-item i {
    font-size: 16px;
}

 
@media(max-width: 768px) {
    .quick-contact {
        right: 25px;
        bottom: 130px;
        z-index: 3;
        
    }
 .quick-contact .quick-contact__btn{
     
     
 }
    .qc-item {
        min-width: 160px;
    }.quick-contact__panel{
    display:none;
}

.quick-contact.active .quick-contact__panel{
    display:block;
}
}

.diploma-showcase {
    position: relative;
    overflow: hidden;
    padding: clamp(20px, 3.5vw, 70px);
    max-width: 100%;
    background: #dedede24;
}

.diploma-showcase::before {
     
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgb(255 198 54 / 12%), transparent 35%), radial-gradient(circle at 80% 60%, rgb(255 231 0 / 8%), transparent 35%);
    pointer-events: none;
    z-index: 0;
}

.diploma-showcase__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.diploma-showcase__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    background: rgb(249 219 0);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.diploma-showcase h2 {
     
     
    letter-spacing: -.03em;
}

.diploma-showcase p {
    max-width: 650px;
    margin-bottom: 35px;
}

.diploma-showcase__features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.diploma-feature {
    display: flex;
    gap: 14px;
    font-weight: 500;
    font-size: clamp(1.0875rem, .7494774919614148rem + .68585209003215437vw, 1.1425rem);
    line-height: 1.4;
    font-weight: 500;
    color: #2f2f2f;
}

.diploma-feature i {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #ececec;
    color: #2f2f2f;
    flex-shrink: 0;
}

.diploma-showcase__right {
    position: relative;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.diploma-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37,99,235,.18), transparent 70%);
    filter: blur(40px);
}

.diploma-card {
    position: absolute;
    overflow: hidden;
}

.diploma-card--back {
    width: 420px;
    height: 500px;
    background: linear-gradient(135deg, #2f4e74, #1f2e57);
    transform: rotate(-10deg) translateX(-60px) translateY(20px);
    box-shadow: 0 40px 100px rgba(0, 0, 0, .12), 0 0 0 1px rgba(255, 255, 255, .6);
    border-radius: 5px;
}

.diploma-card--front {
    width: 450px;
     
    background: #fff;
    box-shadow: 0 40px 100px rgba(0,0,0,.12), 0 0 0 1px rgba(255,255,255,.6);
    transform: rotate(6deg);
    border-radius: 5px;
}

.diploma-card--front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.diploma-floating {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(18px);
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    font-weight: 600;
}

.diploma-floating--1 {
    top: 90px;
    left: 0;
}

.diploma-floating--2 {
    bottom: 120px;
    right: 0;
}

.diploma-floating i {
    color: #2c2c2c;
}

@media(max-width: 1100px) {
    .diploma-showcase__content {
        grid-template-columns:1fr;
        gap: 60px;
    }

    .diploma-showcase__right {
        height: 550px;
    }

    .diploma-card--front {
        width: 320px;
        height: 450px;
    }

    .diploma-card--back {
        width: 280px;
        height: 400px;
    }
}

@media(max-width: 768px) {
    .diploma-showcase {
        
    }

    .diploma-showcase__right {
        height: 420px;
    }

    .diploma-card--front {
        width: 260px;
        height: 340px;
    }

    .diploma-card--back {
        width: 200px;
        height: 290px;
    }

    .diploma-floating {
        font-size: 13px;
        padding: 10px 14px;
    }

    .diploma-floating--1 {
        left: 10px;
        top: 40px;
    }

    .diploma-floating--2 {
        right: 10px;
        bottom: 50px;
    }
}

.admission-roadmap {
    padding: 90px 0;
    background: #2f2f2f;
    max-width: 100%;
    position: relative;
}

.admission-roadmap:before {
    content: '';
    background: url(/img/mti.png);
    height: 750px;
    position: absolute;
    z-index: 0;
    width: 740px;
    filter: invert(77%) sepia(96%) saturate(1470%) hue-rotate(357deg) brightness(95%) contrast(105%);
    right: 0;
    bottom: 70px;
}

.section-head {
    max-width: 800px;
    margin-bottom: 40px;
}

.section-head span {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: #f9db00;
    font-weight: 700;
}

.section-head h2 {
     
    line-height: 1;
    margin-bottom: 25px;
    letter-spacing: -.04em;
    color: #fff;
}

.section-head p {
     
     
    color: #ffffff;
}

.roadmap {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 800px;
}

.roadmap::before {
    content: '';
    position: absolute;
    left: 39px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #f9db00;
}

.roadmap-step {
    position: relative;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
    padding: 0 0 40px;
}

.roadmap-step:last-child {
    padding-bottom: 0;
}

.roadmap-step__number {
    width: 80px;
    height: 80px;
    border: 1px solid #f9db00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 800;
    background: #f9db00;
    position: relative;
    z-index: 2;
    color: #2f2f2f;
}

.roadmap-step__content {
    padding-top: 0px;
}

.roadmap-step__content h3 {
    font-size: 25px;
    margin-bottom: 7px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    margin-top: 0px;
}

.roadmap-step__content p {
    color: #ffffffbf;
    line-height: 1.6;
    max-width: 700px;
    font-weight: 400;
    margin-top: 0px;
    font-size: clamp(0.9375rem, 0.9081591639871383rem + 0.12861736334405144vw, 1.0625rem);
}

@media (max-width: 768px) {
    .admission-roadmap {
        padding: clamp(25px, 2.5vw, 80px);
    }
.admission-roadmap:before {
    content: '';
    background: url(/img/mti.png);
    height: 750px;
    position: absolute;
    z-index: 0;
    width: 740px;
    filter: invert(77%) sepia(96%) saturate(1470%) hue-rotate(357deg) brightness(95%) contrast(105%);
    right: 0;
    bottom: 70px;
    opacity: 0.05;
}
    .roadmap-step {
        grid-template-columns: 55px 1fr;
        gap: 20px;
        padding-bottom: clamp(15px, 2.5vw, 40px);
        z-index: 1;
    }

    .roadmap-step__number {
        width: clamp(44px, 3.5vw, 60px);
        height: clamp(44px, 3.5vw, 60px);
        font-size: 18px;
    }

    .roadmap::before {
        left: 22px;
    }

    .roadmap-step__content h3 {
        font-size: 22px;
    }
}

.program-hero__stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    margin-top: 10px;
}

.program-hero__stat {
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.03);
    padding: clamp(15px, 0.5vw, 20px);
    position: relative;
    backdrop-filter: blur(11px);
}

.program-hero__stat-icon {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.12);
    margin-bottom: 8px;
    font-size: 16px;
    border-radius: 300px;
     
    color: #ffffff;
}

.program-hero__stat span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
     
    margin-bottom: 10px;
}

.program-hero__stat strong {
    display: block;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: -0.04em;
}

.program-hero__stat small {
    display: block;
    opacity: .7;
    font-size: 11px;
}

.program-hero__stat .dop {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

@media(max-width: 991px) {
    .program-hero__stats {
        grid-template-columns: 1fr;
    }

    .program-hero__stat strong {
        font-size: 26px;
    }
}

.premium-form-section {
    padding: clamp(15px, 5.5vw, 70px);
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
    border-radius: 15px;
}

.premium-form-layout {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 50px;
     
     
}

.premium-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 15px;
    margin-bottom: 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    background: #f9db00;
}

.premium-form-info h2 {
    
    line-height: 1;
    letter-spacing: -.04em;
    margin-bottom: 30px;
    max-width: 700px;
}

.premium-form-info img {
    max-width: clamp(225px, 13.5vw, 350px);
    width: 100%;
}

.premium-form-info > p {
    
    line-height: 1.4;
    color: #171717;
    max-width: 700px;
    margin-bottom: 30px;
}

.premium-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 1px #dedede solid;
    margin-bottom: 30px;
}

.premium-feature {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    padding: 4px;
     
    background: #2f2f2f00;
}

.premium-feature i {
    font-size: 18px;
    color: #2f2f2f;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 30px;
    background: #f9db00;
    flex-shrink: 0;
}

.premium-feature strong {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    color: #434343;
    text-transform: uppercase;
}

.premium-feature span {
    color: #000000bf;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 500;
}

.premium-stats {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid #0707072b;
    padding-top: 30px;
    gap: 15px;
}

.premium-stats strong {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}

.premium-stats span {
    color: #0b0b0b;
}

.premium-form-card {
    border: 1px solid #e5e7eb;
    padding: 40px;
    background: #fff;
    position: relative;
    border-radius: 5px;
}

.premium-form-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255,214,10,.08), transparent 45%);
    pointer-events: none;
}

.premium-form-head {
    margin-bottom: 20px;
}

.premium-form-head h3 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.premium-form-head p {
    color: #64748b;
    line-height: 1.5;
    font-size: 15px;
}

.premium-field {
    margin-bottom: 10px;
}

.premium-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 13px;
}

.premium-field input {
    width: 100%;
    height: 50px;
    border: 1px solid #b9b9b9;
    padding: 0 20px;
    font-size: 16px;
    transition: .3s;
    margin-bottom: 3px;
}

.premium-field input:focus {
    border-color: #111827;
    outline: none;
}

.premium-submit {
    width: 100%;
    height: 60px;
    border: none;
    background: #f9db00;
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    transition: .3s;
    margin-top: 20px;
}

.premium-submit:hover {
    transform: translateY(-2px);
}

.premium-policy {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.4;
    color: #64748b;
}

.title-container {
    margin-bottom: 15px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .hero-bg {
        min-height: max-content;
        flex-direction: column;
        margin-top: 0px;
        border: 1px #dedede solid;
    }
    .program-hero__breadcrumbs{
        color: #ffffff;
        position: absolute;
        top: -45px;
        left: 15px;
        
        padding: 4px;
        border-radius: 4px;
        display: none;
    }   .program-hero__breadcrumbs span{
        color: #ffffff;
        font-weight: 500;
    }  .program .program-hero__breadcrumbs{
        color:#fff;
    }   .program .program-hero__breadcrumbs span{
        color:#fff;
    }
.hero-bg picture img{
    position: relative;
    width: 100%;
    
    
    
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0px;
}.hero-bg picture {
    position: relative;
    margin-bottom: 10px;
    overflow:hidden;
    border-radius:10px;
}
   
.hero-bg picture::after{
    
    position:absolute;
    inset:0;
    background: linear-gradient(to top, rgb(0 0 0 / 32%) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events:none;
}
.title-container {
 
    margin-top: 0px;
}
.image{
    display:block;
    width:100%;
}
.hero-bg__overlay{
    background: #fff;
    z-index: -1;
}
    .hero-bg__content h1 {
        font-size: 32px;
    }

    .hero-bg__content p {
        color: #2b2b2b;
    }
}

@media(max-width: 991px) {
    .premium-form-layout {
        grid-template-columns:1fr;
        gap: 50px;
    }

    .premium-form-card {
        padding: 20px;
    }

    .premium-stats {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

.section-head {
     
     
     
}

.section-head span {
    display: inline-block;
    margin-bottom: 15px;
    color: #f2c200;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: 700;
    font-size: clamp(0.625rem, 0.5956591639871383rem + 0.12861736334405144vw, 0.75rem);
}
.admission-roadmap .section-head h2{
    color:#fff;
}.admission-roadmap .section-head p{
    color:#fff;
}
.section-head h2 {
     
     
     
    color: #111;
}

.license-section .section-head p {
    color: #fff;
     
}

.license-section .section-head h2 {
    color: #fff;
     
}

.section-head p {
    color: #666;
     
}

 
 
 
.license-section {
     
background: #3d3d3d;
     
padding: clamp(30px, 3.5vw, 60px);
}

.license-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    display: grid;
    gap: 25px;
}

.license-card {
    text-decoration: none;
    color: inherit;
    border: 1px solid #e5e7eb;
    transition: .3s;
}

.license-card:hover {
    transform: translateY(-5px);
    border-color: #facc15;
}

.license-card img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.license-card__body {
    padding: 30px;
}

.license-card__body h3 {
    margin-bottom: 10px;
}

.license-card__body span {
    color: #facc15;
    font-weight: 700;
}

 
 
 
.about-school {
     
     
}

.about-school__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-school__image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.about-school__content span {
    color: #facc15;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 12px;
    font-weight: 700;
}

.about-school__content h2 {
     
     
    margin: 20px 0 30px;
}

.about-school__content p {
     
    line-height: 2;
    margin-bottom: 20px;
}

 
 
 
.specialist-section {
     
    background: #fff;
}

.specialist-grid {
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 80px;
    align-items: center;
    background: #f9f9f9;
    padding: 40px;
}

.specialist-content h3 {
    font-size: 42px;
    margin-bottom: 40px;
}

.specialist-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.specialist-list li {
    padding: 22px 25px;
    border: 1px solid #e5e7eb;
    margin-bottom: 15px;
    position: relative;
    padding-left: 70px;
    font-size: 17px;
}

.specialist-list li::before {
    content: "-";
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: #facc15;
    color: #111;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.specialist-photo img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

 
 
 
.form-block {
    margin-top: 120px;
    border: 1px solid #e5e7eb;
    background: #111;
}

.form-block .left {
    padding: 70px;
}

.form-block .left h2 {
    color: #fff;
    font-size: 56px;
    line-height: 1.05;
}

.form-block .left img {
    margin-top: 50px;
    max-width: 220px;
}

.form-box {
    background: #fff;
    padding: 60px;
}

.form-box h3 {
    font-size: 34px;
    margin-bottom: 30px;
}

.input-group {
    margin-bottom: 0px;
}

.input-group label {
    display: block;
    margin-bottom: 0px;
    font-weight: 600;
}

.input-group input {
    width: 100%;
    height: 40px;
    border: 1px solid #d1d5db;
    padding: 0 20px;
}

.input-group input:focus {
    outline: none;
    border-color: #facc15;
}

.form-box button {
    width: 100%;
    height: 64px;
    border: none;
    background: #facc15;
    color: #111;
    font-weight: 700;
    cursor: pointer;
}

.custom-checkbox {
    display: flex;
    gap: 12px;
    margin-bottom: 5px;
}

.checkbox-box {
    width: 20px;
    height: 20px;
    border: 1px solid #d1d5db;
    flex-shrink: 0;
}

 
 
 
@media(max-width: 991px) {
    .license-grid, .about-school__grid, .specialist-grid {
        grid-template-columns:1fr;
    }

    .about-school__image img, .specialist-photo img, .license-card img {
        height: auto;
    }

    .form-block .left {
        padding: 40px;
    }

    .form-box {
        padding: 30px;
    }

    .about-school__content h2, .form-block .left h2 {
        font-size: 38px;
    }
}

.program-price-top {
    display: flex;
    align-items: center;
    gap: 8px;
}

.discount-badge {
    background: #ffd600;
    color: #111;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    line-height: 1;
}

.program-price__old {
    text-decoration: line-through;
    color: #8b8b8b;
}

.program-price__current {
    font-size: 32px;
    color: #111;
}

.program-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
}

.program-price__old {
    font-size: 16px;
    color: #8b8b8b;
    text-decoration: line-through;
    font-weight: 500;
}

.program-price__current {
    line-height: 1;
    color: #ffffff;
}
.admission-manager{
    padding: 40px 0;
    background:#fff;
}

.admission-manager__head{
    
    max-width:800px;
    
}

.admission-manager__head span{
    display:inline-block;
    margin-bottom:15px;
    color:#facc15;
    text-transform:uppercase;
    letter-spacing:.15em;
    font-size:12px;
    font-weight:700;
}

.admission-manager__head h2{
    
    
    
    
}

.admission-manager__head p{
    color:#6b7280;
    font-size:18px;
}

.admission-manager__grid{
    display:grid;
    grid-template-columns: 1fr 500px;
    gap: 30px;
    align-items:center;
}

.manager-card{
    
    background: #f8f8f8;
}

.manager-card__top{
    padding: 30px;
    border-bottom:1px solid #e5e7eb;
}

.manager-card__label{
    display:inline-block;
    background:#facc15;
    color:#111;
    font-size: 11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.12em;
    padding:8px 14px;
    margin-bottom: 15px;
}

.manager-card__top h3{
    font-size: 33px;
    margin-bottom: 15px;
    color:#111;
    margin-top: 0px;
}

.manager-card__top p{
    color:#6b7280;
    line-height: 1.7;
    
    font-size: 17px;
    margin-bottom: 0px;
}

.manager-services{
    padding: 30px;
}

.manager-service{
    display:flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom:1px solid #f1f1f1;
}

.manager-service:last-child{
    border-bottom:none;
}

.manager-service__icon{
    width: 50px;
    height: 50px;
    flex-shrink:0;
    background:#111;
    color:#facc15;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 20px;
}

.manager-service strong{
    display:block;
    margin-bottom: 5px;
    font-size: 20px;
    color:#111;
    font-weight: 600;
}

.manager-service span{
    color: #5a5a5a;
    line-height:1.7;
}

.manager-action{
    padding: 0 30px 30px;
}

.manager-action .btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    height:64px;
    padding:0 30px;
    background:#111;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.manager-action .btn:hover{
    background:#facc15;
    color:#111;
}

.manager-photo-wrap{
    position:relative;
    border:1px solid #e5e7eb;
}

.manager-photo-wrap img{
    width:100%;
    display:block;
    height: 700px;
    object-fit: contain;
}

.manager-badge{
    position:absolute;
    left:30px;
    bottom:30px;
    background:#111;
    color:#fff;
    padding:25px;
    min-width:260px;
}

.manager-badge span{
    display:block;
    color:#facc15;
    margin-bottom: 5px;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.12em;
    font-weight: 500;
}

.manager-badge strong{
    display:block;
    font-size: 21px;
    line-height:1.3;
    font-weight: 500;
}

@media(max-width:1100px){

    .admission-manager__grid{
        grid-template-columns:1fr;
    }

    .admission-manager__photo{
        order:-1;
    }

    .manager-photo-wrap img{
        height:auto;
    }

    .manager-card__top,
    .manager-services,
    .manager-action{
        padding-left:30px;
        padding-right:30px;
    }

    .manager-card__top h3{
        font-size:36px;
    }

}

  .admission-tabs-section,
.docs-section,
.enrollment-section,
.graduate-status{
    
}
.enrollment-section{
    padding: clamp(25px, 3.5vw, 50px);
    background: #111111;
    position: relative;
}.enrollment-section h2{
 color:#fff;
} 
.admission-tab-nav{
    display: flex;
    
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.admission-tab-nav button{
    flex:1;
    
    border:none;
    background: #e9e9e9;
    cursor:pointer;
    font-weight: 600;
    font-size: 19px;
    padding: 14px;
    max-width: 210px;
}

.admission-tab-nav button.active{
    background: #f9db00;
    color:#111;
}

.admission-tab-content{
    display:none;
    padding: 0px;
    
    
}

.admission-tab-content.active{
    display:block;
}

.docs-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.doc-card{
    border: 1px solid #4b4b4b;
    padding:35px;
    border-radius: 10px;
}
.doc-card p{
    font-size: 16px;
}
.doc-card i{
    font-size:42px;
    color: #000000;
    margin-bottom: 0px;
    background: #f9db00;
    padding: 12px;
    font-size: 25px;
    line-height: 0;
    display: inline-block;
    border-radius: 10px;
}

.doc-card h3{
    margin-bottom:10px;
    font-size: 20px;
}

.enrollment-timeline{
    display:flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
    padding: 0px;
}

.enrollment-item{
    display:flex;
    gap: 25px;
    
    padding: 20px;
    background: #f9db00;
    
}
.enrollment-item h3{
    color: #111111;
    margin: 0;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
}.enrollment-item p{
    color: #000000;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
}
.enrollment-item .num{
    width: 50px;
    flex-shrink:0;
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    border-right: 1px #000000 solid;
}

.graduate-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 370px));
    display: grid;
    gap: 25px;
    justify-content: start;
}
.graduate-card{
    background:#fff;
    border:1px solid #e5e7eb;
    transition:.35s;
    overflow:hidden;
    height:100%;
}

.graduate-card:hover{
    transform:translateY(-8px);
    border-color:#ffd500;
    box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.graduate-card__image{
    position:relative;
    overflow:hidden;
    background:#f7f7f7;
}

.graduate-card__image::after{
    
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height: 110px;
    background:linear-gradient(to top,
        rgba(255,255,255,1),
        rgba(255,255,255,0));
}

.graduate-card__image img{
    width:100%;
    height: 330px;
    object-fit:contain;
    display:block;
    transition:.5s;
    padding: clamp(10px, 1.5vw, 30px);
}

.graduate-card:hover .graduate-card__image img{
    transform:scale(1.04);
}

.graduate-card__content{
    padding: clamp(20px, 2.5vw, 35px);
}

.graduate-card__label{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#111;
    color:#ffd500;
    padding:8px 14px;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.12em;
    margin-bottom:20px;
}

.graduate-card h3{
    font-size: 25px;
    line-height:1.2;
    margin-bottom:15px;
    color:#111;
    margin-top: 0px;
}

.graduate-card p{
    color:#6b7280;
    line-height: 1.5;
    margin-bottom: 0px;
    font-size: 17px;
}

.graduate-card__footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:20px;
    border-top:1px solid #eee;
}

.graduate-card__footer span{
    color:#111;
    font-weight:600;
}

.graduate-card__footer i{
    color:#ffd500;
    font-size:24px;
}
.graduate-card{
    
    
    
}

.graduate-card i{
    color:#ffd500;
    font-size:42px;
    margin-bottom:20px;
}

.graduate-card h3{
    
}

.graduate-card p{
    opacity:.8;
}

@media(max-width:991px){

    .docs-grid,
    .graduate-grid{
        grid-template-columns:1fr;
    }


    .hero-content{
                min-height: max-content;
                flex-direction: column;
                margin-top: 0px;
                
                display:flex;
                background: #f2f2f2;
    }
    .hero-text{
        order: 1;
    }
    .hero-text p{
        color:#000;
        margin-top: clamp(5px, 2.5vw, 30px);
    }
    .hero-image{
    position:relative;
    order: 0;
    overflow: hidden;
    border-radius: 20px;
    }
}



.pay-item{
    display:grid;
    grid-template-columns: 50px 1fr 60px;
    align-items:center;
    border-top:1px solid #e5e7eb;
    padding:35px 0;
    transition:.3s;
    background: #f9db00;
    padding: 30px;
}
.pay-list{
    display:flex;
    max-width: 1520px;
    flex-direction: row;
    font-size: 20px;
    font-weight: 400;
    background: #ffffff;
    z-index: 4;
    margin-top: 0px;
    gap: 5px;
    justify-content: start;
    margin: 0 auto;
    padding: clamp(0px, 1vw, 0px) clamp(8px, 2.5vw, 15px);
    margin: 0 auto;
    margin-bottom: 0px;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: 100%;
    scrollbar-color: #ffffff00 #ffffff12;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scrollbar-color: #f7f7f7 #ffffff;
}
.pay-item:hover{
    padding-left:20px;
}

.pay-item__icon{
    font-size:34px;
    color: #111111;
}

.pay-item h3{
    font-size:28px;
    margin-bottom:8px;
    margin-top: 0px;
}

.pay-item p{
    color:#666;
    margin-bottom: 0px;
}

.pay-item__arrow{
    text-align:right;
    font-size:24px;
}.road-line{
    position:relative;
    
    margin:auto;
    display: flex;
    flex-direction: row;
    padding-top: 45px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.road-line::before{
    content:"";
    position:absolute;
    left: 0px;
    top:0;
    bottom:0;
    width: 100%;
    height: 1px;
    background: #000000;
}

.road-card{
    position:relative;
    margin-left: clamp(20px, 2.5vw, 30px);
    margin-bottom: 30px;
    padding: 25px;
    border: 1px solid #000000;
    font-size: 21px;
    border-radius: 5px;
    background: #fff;
    list-style: none;
}
.road-card h3{
 margin-top: 0px;
 margin-bottom: 15px;
 font-size: 20px;
 font-weight: 600;
}.road-card p{
 margin-top: 0px;
 margin-bottom: 0px;
 line-height: 1.3;
 font-size: 16px;
}
.road-card span{
    position:absolute;
    left: 0px;
    top: -70px;
    width: 50px;
    height:50px;
    background: #ffffff;
    color: #000000;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    border-radius: 5px;
    border: 1px #000 solid;
    font-size: 18px;
}.tax-banner{
    background:#111;
    color:#fff;
    padding: clamp(30px, 5.5vw, 70px);
    display:grid;
    grid-template-columns:1fr 350px;
    gap:60px;
    align-items:center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}.tax-banner__left{
    z-index:1;
}
.tax-banner img{
     position: absolute;
    z-index: 0;
}
   
.tax-banner__left p{
    color:#fff;
    margin-bottom: 0px;
}
.tax-banner span{
    color:#ffd500;
    text-transform:uppercase;
    letter-spacing:.2em;
}

.tax-banner h2{
    color: #fff;
}

.tax-value{
    font-size:160px;
    font-weight:900;
    line-height:1;
    color:#ffd500;
    text-align:center;
}

.tax-text{
    text-align:center;
    font-size:20px;
}.benefit-premium__grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.benefit-box{
    position:relative;
    border: 1px solid #000000;
    padding:50px;
    min-height: 250px;
    overflow:hidden;
    border-radius: 5px;
}

.benefit-box:hover{
    border-color:#ffd500;
}

.benefit-box__num{
    position:absolute;
    right: 10px;
    top: -10px;
    font-size: 180px;
    font-weight:900;
    color:#f4f4f4;
    line-height:1;
}

.benefit-box h3{
    position:relative;
    z-index:2;
    font-size:32px;
    margin-bottom:20px;
    margin-top: 0px;
}

.benefit-box p{
    position:relative;
    z-index:2;
    color:#666;
    line-height:1.8;
}.payment-options{
    display: grid;
    flex-direction:column;
    gap:24px;
    display: grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:24px;
    margin-bottom: 30px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    display: grid;
    gap: clamp(15px, 1.5vw, 25px);
    justify-content: start;
}

.payment-option{
    
    
    gap: 0px;
    border: 1px solid #111111;
    padding: clamp(20px, 2.5vw, 30px);
    transition:.3s;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.payment-option__content{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.payment-option p{
    font-size: 16px;
    margin-bottom: 0px;
}
.payment-option:hover{
    border-color:#ffd500;
    transform:translateY(-4px);
}

.payment-option__icon{
    width: 60px;
    height: 60px;
    background:#111;
    color:#ffd500;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 22px;
    border-radius: 5px;
}

.payment-option__content h3{
    font-size: 21px;
    margin-bottom: 10px;
    color:#111;
    flex: 1;
}

.payment-option__content ul{
    margin:0;
    padding:0;
    list-style:none;
}

.payment-option__content li{
    position:relative;
    padding-left:28px;
    margin-bottom:14px;
    color: #242424;
    line-height: 1.4;
    font-weight: 600;
}

.payment-option__content li:last-child{
    margin-bottom:0;
}

.payment-option__content li::before{
    content:"";
    position:absolute;
    left:0;
    top:12px;
    width:8px;
    height:8px;
    background:#ffd500;
}

@media(max-width:768px){

    .payment-option{
        grid-template-columns:1fr;
    }
.road-line {
    position: relative;
    
    
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    margin-top: 40px;
}.road-line::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #000000;
}.road-card span {
    position: absolute;
    left: -60px;
    top: 0px;
    width: 50px;
    height: 50px;
    background: #ffffff;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 5px;
    border: 1px #000 solid;
    font-size: 18px;
}.tax-banner {
    background: #111;
    color: #fff;
    padding: clamp(30px, 5.5vw, 70px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    align-items: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
}

.discounts ul{
    margin:30px 0;
    padding:0;
    list-style:none;
    display:grid;
    gap:18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 30px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    display: grid;
    gap: clamp(15px, 1.5vw, 25px);
    justify-content: start;
    margin-bottom: 0px;
}

.discounts ul li{
    position:relative;
    padding:22px 24px 22px 80px;
    border:1px solid #e5e7eb;
    background:#fff;
    color:#111;
    font-size: clamp(1.0875rem, .7494774919614148rem + .68585209003215437vw, 1.1425rem);
    line-height: 1.4;
    transition:.3s;
    font-weight: 600;
}

.discounts ul li:hover{
    border-color:#ffd500;
    transform:translateX(8px);
    box-shadow:0 15px 35px rgba(0,0,0,.06);
}

.discounts ul li::before{
    content:"%";
    position:absolute;
    left:22px;
    top:50%;
    transform:translateY(-50%);
    width:40px;
    height:40px;
    background: #3d3d3d;
    color: #ffffff;
    font-weight:700;
    font-size:18px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.discounts ul li::after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:4px;
    height:100%;
    background: #3d3d3d;
}






/* ==========================================
   QUIZ 2026 PREMIUM UI
   ========================================== */

:root{

--quiz-primary: #3e3e3e;

--quiz-primary-dark:#0ea96b;

--quiz-dark: #2b2b2b;

--quiz-text:#475467;

--quiz-muted:#667085;

--quiz-line:#e4e7ec;

--quiz-bg:#f8fafc;

--quiz-card:#ffffff;

--quiz-radius:28px;

--quiz-shadow:
        0 20px 60px rgba(16,24,40,.08);

--quiz-shadow-hover:
        0 30px 80px rgba(16,24,40,.14);
}

/* ==========================================
   SECTION
   ========================================== */

.edu-quiz{

position:relative;

padding: 20px;
}

.edu-quiz__wrapper{

position:relative;

max-width:1280px;

margin:auto;

display:grid;

grid-template-columns:340px 1fr;

gap: 30px;
}

/* ==========================================
   SIDEBAR
   ========================================== */

.edu-quiz__sidebar{

/* position:sticky; */

top: 40px;

height:max-content;

display:flex;

flex-direction:column;

gap:24px;
}

.edu-quiz__advisor{

background:#fff;

/* border-radius:32px; */

padding:24px;

box-shadow:var(--quiz-shadow);
}

.edu-quiz__avatar{

    width:90px;
    height:90px;

    border-radius:50%;

    overflow:hidden;

    margin-bottom:18px;

}

.edu-quiz__avatar img{

    width:100%;
    height:100%;

    object-fit:cover;

}

.edu-quiz__advisor-name{font-size: 20px;font-weight: 700;color:var(--quiz-dark);margin-bottom:4px;}

.edu-quiz__advisor-role{

    color:var(--quiz-muted);

    font-size:14px;

    margin-bottom:12px;

}

.edu-quiz__advisor-status{

    display:inline-flex;

    align-items:center;

    gap:8px;

    padding:8px 14px;

    background:#ecfdf3;

    color:#027a48;

    border-radius:999px;

    font-size:13px;

    font-weight:600;

}

.edu-quiz__advisor-status::before{

    content:"";

    width:8px;
    height:8px;

    border-radius:50%;

    background:#12b76a;

}

/* ==========================================
   BENEFITS
   ========================================== */

.edu-quiz__benefits{

background:#fff;

/* border-radius:32px; */

padding:24px;

box-shadow:var(--quiz-shadow);
}

.edu-quiz__benefit{

    position:relative;

    padding-left:38px;

    font-size:15px;

    color:var(--quiz-dark);

    line-height:1.6;

}

.edu-quiz__benefit + .edu-quiz__benefit{

    margin-top:18px;

}

.edu-quiz__benefit::before{

font-family:"uicons-solid-rounded";

content: "\e430";

position:absolute;

left:0;

top:0;

width:24px;

height:24px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:#FFEB3B;

color:#3c3c3c;

font-size: 10px;

font-weight:700;
}

/* ==========================================
   PROGRESS
   ========================================== */

.edu-quiz__progress-block{

background:#fff;

/* border-radius:32px; */

padding:24px;

box-shadow:var(--quiz-shadow);
}

.edu-quiz__progress-top{

    display:flex;

    justify-content:space-between;

    margin-bottom:14px;

}

.edu-quiz__step-counter{

    font-size:14px;

    font-weight:700;

    color:var(--quiz-dark);

}

.edu-quiz__percent{

font-size:14px;

font-weight:700;

color: var(--quiz-primary);
}

.edu-quiz__progress-track{

    height:12px;

    border-radius:999px;

    background:#eef2f6;

    overflow:hidden;

}

.edu-quiz__progress-fill{

width:0;

height:100%;

border-radius:999px;

background: linear-gradient(90deg, #fff335, #ffc42e);

transition:.4s ease;
}

/* ==========================================
   CONTENT
   ========================================== */

.edu-quiz__content{

position:relative;

background:#fff;

/* border-radius:40px; */

padding: 30px;

box-shadow:
        0 30px 80px rgba(16,24,40,.08);

overflow:hidden;
}

.edu-quiz__content::before{/* content:""; */position:absolute;top:-200px;right:-200px;width:450px;height:450px;border-radius:50%;background:
        radial-gradient(
            rgba(20,199,132,.10),
            transparent 70%
        );}

/* ==========================================
   STEP
   ========================================== */

.edu-step{

    display:none;

    animation:quizFade .35s ease;

}

.edu-step.active{

    display:block;

}

@keyframes quizFade{

    from{

        opacity:0;
        transform:translateY(20px);

    }

    to{

        opacity:1;
        transform:none;

    }

}

/* ==========================================
   INTRO
   ========================================== */

.edu-intro{

    max-width:760px;

}

.edu-intro__badge{

    display:inline-flex;

    align-items:center;

    padding:10px 18px;

    border-radius:999px;

    background:#ecfdf3;

    color:#027a48;

    font-size:14px;

    font-weight:700;

    margin-bottom:24px;

}

.edu-intro__title{

font-size: 38px;

line-height:1.05;

font-weight: 600;

color:var(--quiz-dark);

margin-bottom:24px;
}

.edu-intro__text{

max-width: 630px;

font-size: 18px;

line-height: 1.6;

color:var(--quiz-muted);

margin-bottom: 30px;
}

.edu-start-btn{

height:68px;

padding:0 40px;

border:none;

/* border-radius:18px; */

background: #f9db00;

color: #000000;

font-size:18px;

font-weight:700;

cursor:pointer;

transition:.3s;
}

.edu-start-btn:hover{

    transform:translateY(-3px);

}

/* ==========================================
   QUESTION
   ========================================== */

.edu-step__label{

display:inline-flex;

align-items:center;

justify-content:center;

height:36px;

padding:0 16px;

/* border-radius:999px; */

background: #f9db00;

color: #000000;

font-size:13px;

font-weight:700;

margin-bottom:20px;
}

.edu-step__title{

font-size: 36px;

line-height:1.15;

color:var(--quiz-dark);

font-weight: 699;

margin-bottom: 40px;

margin-top: 0px;
}

.edu-step__subtitle{

    font-size:18px;

    line-height:1.7;

    color:var(--quiz-muted);

    margin-bottom:40px;

}

/* ==========================================
   OPTIONS
   ========================================== */

.edu-options{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

}

.edu-option{

position:relative;

text-align:left;

border:none;

background:#fff;

border:1px solid var(--quiz-line);

/* border-radius:24px; */

padding: 20px;

cursor:pointer;

transition:.25s ease;
}

.edu-option:hover{

transform:translateY(-6px);

border-color:var(--quiz-primary);

/* box-shadow:
        0 20px 50px rgba(20,199,132,.12); */
}

.edu-option.active{

border-color: #f9db00;

background: #f9db00;
}

.edu-option__icon{

/* width: 40px; */

/* height: 40px; */

display:flex;

align-items:center;

/* justify-content:center; */

/* background: #d0d0d04f; */

font-size: 35px;

margin-bottom: 15px;
}

.edu-option__title{font-size:18px;font-weight: 700;color:var(--quiz-dark);}

.edu-option__desc{

margin-top:8px;

color:var(--quiz-muted);

font-size: 13px;

line-height: 1.4;
}/* ==========================================
   RESULT BLOCK
   ========================================== */

.edu-result{

    margin-bottom:40px;

}

.edu-result__badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:12px 18px;

    border-radius:999px;

    background:#ecfdf3;

    color:#027a48;

    font-size:14px;

    font-weight:700;

    margin-bottom:22px;

}

.edu-result__badge::before{font-family:"uicons-solid-rounded";content: "\e430";width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#12b76a;color:#fff;font-size: 10px;}

.edu-result__title{font-size: 40px;line-height:1.1;font-weight: 700;color:#101828;margin-bottom: 16px;margin-top: 0px;}

.edu-result__text{

    font-size:18px;

    line-height:1.8;

    color:#667085;

    max-width:720px;

}

/* ==========================================
   FORM
   ========================================== */

.edu-form{

display:flex;

flex-direction:column;

gap: 20px;
}

.edu-form__grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:22px;

}

.edu-field{

    display:flex;

    flex-direction:column;

}

.edu-field label{

    margin-bottom:10px;

    color:#344054;

    font-size:14px;

    font-weight:700;

}

.edu-field input{height:64px;border:1px solid #d0d5dd;/* border-radius:18px; */background:#fff;padding:0 22px;font-size:16px;color:#101828;transition:.25s;}

.edu-field input::placeholder{

    color:#98a2b3;

}

.edu-field input:hover{

    border-color:#98a2b3;

}

.edu-field input:focus{
        outline:none;
        border-color: #f9db00;
        /* box-shadow:
        0 0 0 4px rgba(20,199,132,.12); */
        }

/* ==========================================
   CHECKBOXES
   ========================================== */

.edu-check{

    position:relative;

    display:flex;

    align-items:flex-start;

    gap:14px;

    cursor:pointer;

}

.edu-check input{

    position:absolute;

    opacity:0;

    pointer-events:none;

}

.edu-check span{

    position:relative;

    padding-left:40px;

    font-size:15px;

    line-height:1.6;

    color:#475467;

}

.edu-check span::before{

    content:"";

    position:absolute;

    left:0;
    top:2px;

    width:24px;
    height:24px;

    border-radius:8px;

    border:1px solid #d0d5dd;

    background:#fff;

    transition:.2s;

}

.edu-check span::after{
    font-family: "uicons-solid-rounded";
    content: "\e430";
    position:absolute;
    left: 7px;
    top: 6px;
    color:#fff;
    font-size:12px;
    font-weight:700;
    opacity:0;
    transition:.2s;
    }

.edu-check input:checked + span::before{background: #000000;border-color: #000000;}

.edu-check input:checked + span::after{

    opacity:1;

}

/* ==========================================
   SUBMIT
   ========================================== */

.edu-submit{
        height:72px;
        border:none;
        background: #f9db00;
        color: #1f1f1f;
        font-size:18px;
        font-weight:800;
        cursor:pointer;
        transition:.3s;
        }

.edu-submit:hover{transform:translateY(-3px);/* box-shadow:
        0 30px 60px rgba(20,199,132,.35); */}

.edu-submit:active{

    transform:translateY(0);

}

/* ==========================================
   BACK BUTTON
   ========================================== */

.edu-back-btn{

margin-top:30px;

height:56px;

padding:0 24px;

border-radius:16px;

border:1px solid #e4e7ec;

background:#fff;

color:#344054;

font-size:15px;

font-weight:700;

cursor:pointer;

transition:.25s;

display: flex;

align-items: center;
}

.edu-back-btn:hover{

    background:#f8fafc;

}

/* ==========================================
   SUCCESS MESSAGE
   ========================================== */

.form-result{

    margin-top:16px;

}

.form-result.success{

    padding:18px 20px;

    border-radius:18px;

    background:#ecfdf3;

    color:#027a48;

    font-size:15px;

    font-weight:600;

}

.form-result.error{

    padding:18px 20px;

    border-radius:18px;

    background:#fef3f2;

    color:#b42318;

    font-size:15px;

    font-weight:600;

}

/* ==========================================
   PREMIUM DECOR
   ========================================== */

.edu-quiz__content::after{

/* content:""; */

position:absolute;

bottom:-220px;

left:-220px;

width:420px;

height:420px;

border-radius:50%;

background:
        radial-gradient(
            rgba(20,199,132,.08),
            transparent 70%
        );
}

.edu-option::before{

content:"";

position:absolute;

inset:0;

/* border-radius:24px; */

/* background: linear-gradient(135deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0)); */

opacity:0;

transition:.25s;
}

.edu-option:hover::before{

    opacity:1;

}

/* ==========================================
   SCROLLBAR
   ========================================== */

.edu-quiz *::-webkit-scrollbar{

    width:10px;

}

.edu-quiz *::-webkit-scrollbar-track{

    background:#f1f5f9;

    border-radius:999px;

}

.edu-quiz *::-webkit-scrollbar-thumb{

    background:#cbd5e1;

    border-radius:999px;

}

.edu-quiz *::-webkit-scrollbar-thumb:hover{

    background:#94a3b8;

}

/* ==========================================
   TABLET
   ========================================== */

@media (max-width:1200px){

    .edu-quiz__wrapper{

        grid-template-columns:1fr;

    }

    .edu-quiz__sidebar{

        position:relative;

        top:auto;

        flex-direction:row;

        align-items:stretch;

        overflow:auto;

    }

    .edu-quiz__advisor,
    .edu-quiz__benefits,
    .edu-quiz__progress-block{

        min-width:300px;

    }

}

/* ==========================================
   MOBILE
   ========================================== */

@media (max-width:768px){

    .edu-quiz{

        padding:40px 0;

    }

    .edu-quiz__content{

        padding:26px;

        border-radius:28px;

    }

    .edu-quiz__sidebar{

        display:none;

    }

    .edu-intro__title{

        font-size:34px;

    }

    .edu-intro__text{

        font-size:16px;

    }

    .edu-step__title{

        font-size:28px;

    }

    .edu-step__subtitle{

        font-size:15px;

    }

    .edu-options{

        grid-template-columns:1fr;

    }

    .edu-form__grid{

        grid-template-columns:1fr;

        gap:16px;

    }

    .edu-field input{

        height:58px;

        font-size:15px;

    }

    .edu-submit{

        height:64px;

        font-size:16px;

    }

    .edu-result__title{

        font-size:32px;

    }

    .edu-result__text{

        font-size:15px;

    }

}

/* ==========================================
   SMALL MOBILE
   ========================================== */

@media (max-width:480px){

    .edu-quiz__content{

        padding:20px;

    }

    .edu-option{

        padding:18px;

    }

    .edu-option__icon{

        width:52px;
        height:52px;

        font-size:24px;

        margin-bottom:14px;

    }

    .edu-option__title{

        font-size:16px;

    }

    .edu-option__desc{

        font-size:13px;

    }

    .edu-start-btn{

        width:100%;

    }

    .edu-submit{

        width:100%;

    }

}.quiz-float-btn{
    position:fixed;
    left: 24px;
    bottom: 84px;
    z-index:9998;
    display:flex;
    align-items:center;
    gap: 9px;
    border:none;
    cursor:pointer;
    padding: 11px 14px;
    border-radius:100px;
    background: #f9db00;
    color: #373737;
    font-size:15px;
    font-weight:700;
    box-shadow:
        0 20px 40px rgba(0,0,0,.15),
        0 6px 15px rgba(220,195,169,.4);
    transition:.3s;
}

.quiz-float-btn:hover{
    transform:translateY(-4px);
}

.quiz-float-btn__icon{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background: #1d1d1d;
    color:#f9db00;
    flex-shrink:0;
    font-size: 22px;
}

.quiz-modal{
    position:fixed;
    inset:0;

    z-index:99999;

    opacity:0;
    visibility:hidden;

    transition:.35s;
}

.quiz-modal.active{
    opacity:1;
    visibility:visible;
}

.quiz-modal__overlay{
    position:absolute;
    inset:0;
    /* backdrop-filter: blur(3px); */
    background: rgb(15 23 42 / 68%);
}

.quiz-modal__dialog{
    position:absolute;

    left:50%;
    top:50%;

    transform:
        translate(-50%,-50%)
        scale(.9);

    width:min(1000px,95vw);
    max-height:90vh;

    overflow:auto;

    background:#fff;

    border-radius:32px;

    box-shadow:
        0 40px 100px rgba(0,0,0,.25);

    transition:.35s;
}

.quiz-modal.active .quiz-modal__dialog{
    transform:
        translate(-50%,-50%)
        scale(1);
}

.quiz-modal__body{
    padding:0;
}

.quiz-modal__close{
    position:absolute;

    top:18px;
    right:18px;

    width:46px;
    height:46px;

    border:none;

    border-radius:50%;

    cursor:pointer;

    font-size:28px;
    line-height:1;

    background:#f5f5f5;
    color:#49535f;

    z-index:20;

    transition:.3s;
}

.quiz-modal__close:hover{
    background:#ececec;
    transform:rotate(90deg);
}

body.quiz-open{
    overflow:hidden;
}

@media (max-width:768px){

    .quiz-float-btn{
        left: 12px;
        bottom: 75px;
        padding: 12px 13px;
        font-size: 12px;
        right: initial;
        gap: 8px;
    }

    .quiz-float-btn__icon{
        width: 25px;
        height: 25px;
        font-size: 15px;
    }

    .quiz-modal__dialog{
        width:100%;
        height:100%;

        max-height:none;

        border-radius:0;
    }

    .quiz-modal__close{
        top:12px;
        right:12px;
    }
}